layout | title | titletop | permalink |
---|---|---|---|
page |
Archive |
Archive |
/archive/ |
{% for tag in site.catagoreys %} {%- if tag != "guide" -%}
-
{%- for post in site.posts -%}
{% capture author %}
{% if post.author %}
{{ post.author }}
{% else %}
{{ site.author }}
{% endif %}
{% endcapture %}
{%- if post.categories[0] == tag -%}
{%- if post.categories[0] != "guide" -%}
- {{ post.title }} - {{ post.date | date: "%d/%m/%Y" }} - {{ author }} {%- endif -%} {%- endif -%} {%- endfor -%}