This commit is contained in:
Yax 2019-08-23 13:24:19 +02:00
parent 05d4d2891e
commit f8ddfb09e2
7 changed files with 27 additions and 27 deletions

View file

@ -1,5 +1,5 @@
<div class="article">
<h1><a href="{{ base_path }}/{{ year }}/{{ slug }}.html">{{ title }}</a></h1>
<h1><a href="/{{ year }}/{{ slug }}.html">{{ title }}</a></h1>
<p class="meta">{{ category_label}}<span>{{ friendly_date }}</span></p>
<p class="summary">{{ summary }}</p>
</div>
</div>