added classes to blog p

This commit is contained in:
neko 2021-04-11 00:53:15 +02:00
parent 6b2b6e5c7d
commit 12767ac6e3

View File

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