changed text deco in blog

This commit is contained in:
neko 2021-04-13 21:37:26 +02:00
parent bdd3794008
commit cf5c389283

View File

@ -3,9 +3,9 @@ title: Blog
layout: page-screen
---
<h2 class="blog-head">▄▀▄▀ Recent Posts ▀▄▀▄</h2>
<h2 class="blog-head">Recent Posts</h2>
{% for post in paginator.posts %}
<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:' ','_'}}</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:' ','_'}}</a></p>
{%endfor%}
{% if paginator.total_pages > 1 %}