tag pages, meta keywords
This commit is contained in:
parent
04e4b0e51e
commit
c008cedf7c
17 changed files with 61 additions and 15 deletions
|
@ -1,10 +1,10 @@
|
|||
{% macro tagList(tags) %}
|
||||
<span class="tags">
|
||||
<span class="tags" style="--totalTags:{{ collections.categories | dictsort | length }}">
|
||||
{%- for tag in tags -%}
|
||||
<a
|
||||
class="tag"
|
||||
style="--tagIndex:{{ collections.categories[tag].id }}"
|
||||
href="/posts/tag/{{ tag | slugify }}"
|
||||
href="/tags/{{ tag | slugify }}"
|
||||
>{{ tag }}</a>
|
||||
{% endfor -%}
|
||||
</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue