layout | eleventyExcludeFromCollections | permalink | eleventyComputed | pagination | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
tag.njk |
true |
tag/{{ tag.tag | slugify }}.html |
|
|
{% if tag.description %}
{{ tag.description }}
{% endif %}-
{%- for post in collections[tag.tag] reversed -%}
{%- if post.data.published or env.ENV == 'development' -%}
-
{{ post.page.date | date: "%Y-%m-%d" }}
{%- if post.data.description -%}
{{ post.data.description }}
{%- endif -%}
{%- endif -%}
{%- endfor -%}