removed the .txt, makes it look too much like win
This commit is contained in:
parent
6ba2af25aa
commit
7445d70439
@ -5,7 +5,7 @@ layout: page-screen
|
|||||||
|
|
||||||
<h2 class="blog-head">▄▀▄▀ Recent Posts ▀▄▀▄</h2>
|
<h2 class="blog-head">▄▀▄▀ Recent Posts ▀▄▀▄</h2>
|
||||||
{% for post in paginator.posts %}
|
{% 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%}
|
{%endfor%}
|
||||||
|
|
||||||
{% if paginator.total_pages > 1 %}
|
{% if paginator.total_pages > 1 %}
|
||||||
|
Loading…
Reference in New Issue
Block a user