removed the .txt, makes it look too much like win

This commit is contained in:
Neko 2021-04-11 18:05:59 +02:00
parent 6ba2af25aa
commit 7445d70439

View File

@ -5,7 +5,7 @@ layout: page-screen
<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:' ','_'}}.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:' ','_'}}</a></p>
{%endfor%}
{% if paginator.total_pages > 1 %}