From cf5c3892835c455bc134c772a8bd937aa358a994 Mon Sep 17 00:00:00 2001 From: neko Date: Tue, 13 Apr 2021 21:37:26 +0200 Subject: [PATCH] changed text deco in blog --- blog/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blog/index.html b/blog/index.html index 0d28d43..4bf1e6a 100755 --- a/blog/index.html +++ b/blog/index.html @@ -3,9 +3,9 @@ title: Blog layout: page-screen --- -

▄▀▄▀ Recent Posts ▀▄▀▄

+

Recent Posts

{% for post in paginator.posts %} -

░▒▓█ {{post.date | date: '%Y-%m-%d' }} █▓▒░

cat {{post.title | replace:' ','_'}}

+

░▒▓█ {{post.date | date: '%Y-%m-%d' }}

cat {{post.title | replace:' ','_'}}

{%endfor%} {% if paginator.total_pages > 1 %}