diff options
| author | Benjamin Sanders <ben@Benjamins-MacBook-Pro.local> | 2025-06-24 19:53:21 -0400 |
|---|---|---|
| committer | Benjamin Sanders <ben@Benjamins-MacBook-Pro.local> | 2025-06-24 19:53:21 -0400 |
| commit | 80fb9999a4b275b55a67bc9b8f1c7c2473284c18 (patch) | |
| tree | b9e332521a5c1749083b636caff49f1ead23264b | |
| parent | 186466da5948ca3ca88f2ecd04a9ff05a89a73a9 (diff) | |
test
| -rw-r--r-- | _layouts/blog.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/blog.html b/_layouts/blog.html index 7104a1a..07064ea 100644 --- a/_layouts/blog.html +++ b/_layouts/blog.html @@ -6,7 +6,7 @@ {% for post in site.posts %} <li><span>{{ post.date | date_to_long_string }}</span> <a href="{{ post.url | prepend: site.baseurl}}.html" title="{{ post.title }}">{{ post.title }}</a></li> {% endfor %} - </ul> + </ul> </div> {% include footer.html %} </body> |
