Skip to content

Commit fda6c2f

Browse files
committed
123
1 parent 9c260a4 commit fda6c2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎_layouts/post.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ <h2> {{ page.title }} </h2>
77
{{ content }}
88
{% if page.categories %}
99
<div class="post_footer">
10-
<p>Published on {{ page.date | date: "%b %d, %Y" }} in categories
10+
<p>Published on {{ page.date | date: "%b %d, %Y" }}
1111
{% for cat in page.categories %}
1212
<a href="{{ site.url }}/categories/#{{ cat }}" title="{{ cat }}">{{ cat }}</a>&nbsp;
1313
{% endfor %}

0 commit comments

Comments
 (0)