Update blog formatting

This commit is contained in:
deathrow 2022-11-12 23:42:03 -05:00
parent fa212a43d4
commit f7cb73436a
No known key found for this signature in database
GPG Key ID: FF39D67A22069F73

View File

@ -6,10 +6,6 @@ layout: page
<h1 class="post-title"> {{ post.title }}</h1>
<h5 class="post-title"> {{ post.date }} </h5>
</a>
{{post.excerpt}}
{% if post.content contains site.excerpt_separator %}
<b><a href="{{ post.url | prepend: site.baseurl }}">continue reading -&gt;</a></b>
{% endif %}
<br/>
<div style="margin-bottom: 5em;"></div>
{% endfor %}