adding p around a and date in blog

This commit is contained in:
neko 2021-04-11 00:52:01 +02:00
parent ababe2ef8b
commit 6b2b6e5c7d

View File

@ -5,7 +5,7 @@ layout: page-screen
<h2>▄▀▄▀ Recent Posts ▀▄▀▄</h2>
{% for post in paginator.posts %}
░▒▓█ {{post.date | date: '%Y-%m-%d' }} █▓▒░<a href="{{site.baseurl}}{{post.url}}">cat {{post.title | replace:' ','_'}}.txt</a>
<p> ░▒▓█ {{post.date | date: '%Y-%m-%d' }} █▓▒░ </p><p><a href="{{site.baseurl}}{{post.url}}">cat {{post.title | replace:' ','_'}}.txt</a></p>
{%endfor%}
{% if paginator.total_pages > 1 %}