mirror of
https://github.com/zaaarf/friendenstein.git
synced 2024-11-12 18:49:22 +01:00
changed tags slightly
This commit is contained in:
parent
c6d4a0f53b
commit
63f83cebb7
4 changed files with 6 additions and 4 deletions
|
@ -4,4 +4,6 @@ path = "blog"
|
|||
title = "All blog posts"
|
||||
sort_by = "date"
|
||||
page_template = "blog-page.html"
|
||||
+++
|
||||
+++
|
||||
|
||||
> List of all *[tags](/tags)*
|
|
@ -231,7 +231,7 @@ textarea {
|
|||
|
||||
.navBar {
|
||||
margin: .5rem;
|
||||
margin-bottom: 1rem;
|
||||
margin-bottom: 2rem;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
gap: .4rem;
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
<p class="tagsData">
|
||||
{% if page.taxonomies.tags %}
|
||||
{% for tag in page.taxonomies.tags %}
|
||||
<a href="/tags/{{ tag | slugify }}">#{{ tag }}</a>
|
||||
<a href="/tags/{{ tag | slugify }}">/{{ tag }}/</a>
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
</p>
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
<p class="tagsData">
|
||||
{% if page.taxonomies.tags %}
|
||||
{% for tag in page.taxonomies.tags %}
|
||||
<a href="/tags/{{ tag | slugify }}">#{{ tag }}</a>
|
||||
<a href="/tags/{{ tag | slugify }}">/{{ tag }}/</a>
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
</p>
|
||||
|
|
Loading…
Reference in a new issue