1 parent 9c260a4 commit fda6c2fCopy full SHA for fda6c2f
1 file changed
_layouts/post.html
@@ -7,7 +7,7 @@ <h2> {{ page.title }} </h2>
7
{{ content }}
8
{% if page.categories %}
9
<div class="post_footer">
10
- <p>Published on {{ page.date | date: "%b %d, %Y" }} in categories
+ <p>Published on {{ page.date | date: "%b %d, %Y" }}
11
{% for cat in page.categories %}
12
<a href="{{ site.url }}/categories/#{{ cat }}" title="{{ cat }}">{{ cat }}</a>
13
{% endfor %}
0 commit comments