summaryrefslogtreecommitdiff
path: root/_layouts/post.html
diff options
context:
space:
mode:
authorBenjamin Sanders <ben@Benjamins-MacBook-Pro.local>2025-07-08 19:19:31 -0400
committerBenjamin Sanders <ben@Benjamins-MacBook-Pro.local>2025-07-08 19:19:31 -0400
commit8b89dc4156decbe5ef98981724d1cf1324adcab8 (patch)
tree87e1a21ef59c4498a83bce4db633928179285a0a /_layouts/post.html
parentcb192289eeecccb750f613b993dc3f366446d4f2 (diff)
fixed up a post removing a plus sign
Diffstat (limited to '_layouts/post.html')
-rw-r--r--_layouts/post.html2
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