From 6b2b6e5c7d2d3b8764cd19662ded3aa1ab9c6a28 Mon Sep 17 00:00:00 2001 From: neko Date: Sun, 11 Apr 2021 00:52:01 +0200 Subject: [PATCH] adding p around a and date in blog --- blog/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/index.html b/blog/index.html index 3f0c5ed..66a4701 100644 --- a/blog/index.html +++ b/blog/index.html @@ -5,7 +5,7 @@ layout: page-screen

▄▀▄▀ Recent Posts ▀▄▀▄

{% for post in paginator.posts %} -░▒▓█ {{post.date | date: '%Y-%m-%d' }} █▓▒░cat {{post.title | replace:' ','_'}}.txt +

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

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

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