diff options
Diffstat (limited to '_layouts')
| -rw-r--r-- | _layouts/post.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/post.html b/_layouts/post.html index c3410b0..ead5d1c 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -7,7 +7,7 @@ layout: default <img src="{{ page.image | relative_url }}" class="featured-image"> {% endif %} <h1>{{ page.title }}</h1> - <small><p class="post-date">Published Date: {{ page.date | date: "%B %d, %Y" }}</p>x</small> + <small><p class="post-date">Published Date: {{ page.date | date: "%B %d, %Y" }}</p></small> {{ content }} </article> </div>
\ No newline at end of file |
