diff --git a/_layouts/posts.html b/_layouts/posts.html index 60d6dfd..40f486e 100644 --- a/_layouts/posts.html +++ b/_layouts/posts.html @@ -5,32 +5,37 @@ layout: default {{ content }} {% for post in site.posts %} -
-
- - - +
+ +
+

+ {{ post.title }} +

+ + {%- for tag in post.tags -%} + {%- unless page.tag == tag -%} + {{- " " -}}{{- tag -}} + {%- endunless -%} + {%- endfor -%} + +
+ {{ post.excerpt }}
-
-

{{ post.title }}

- {%- for tag in post.tags -%} - {%- unless page.tag == tag -%} - {{- " " -}}{{- tag -}} - {%- endunless -%} - {%- endfor -%} - -
- {{ post.excerpt }} -
{% endfor %}
-

Atom +

+ Atom +