diff options
| author | Benjamin Sanders <ben@Benjamins-MacBook-Pro.local> | 2025-07-08 19:19:31 -0400 |
|---|---|---|
| committer | Benjamin Sanders <ben@Benjamins-MacBook-Pro.local> | 2025-07-08 19:19:31 -0400 |
| commit | 8b89dc4156decbe5ef98981724d1cf1324adcab8 (patch) | |
| tree | 87e1a21ef59c4498a83bce4db633928179285a0a /_layouts | |
| parent | cb192289eeecccb750f613b993dc3f366446d4f2 (diff) | |
fixed up a post removing a plus sign
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 |
