This commit is contained in:
Yax 2019-08-18 15:19:28 +02:00
parent a7d35e8dd1
commit 9d58aec4b2
68 changed files with 7851 additions and 119 deletions

View file

@ -1,10 +1,10 @@
<article>
<h2><a href="{{ base_path }}/{{ blog }}/{{ slug }}/">{{ title }}</a></h2>
<p class="meta">Published on {{ date }} by <b>{{ author }}</b></p>
<h1><a href="{{ base_path }}/{{ year }}/{{ slug }}.html">{{ title }}</a></h1>
<p class="meta">{{ category_label}} - {{ date }}</b></p>
<p class="summary">
{{ summary }}&nbsp;<a class="more" href="{{ base_path }}/{{ blog }}/{{ slug }}/">...</a>
{{ summary }}&nbsp;<a class="more" href="{{ base_path }}/{{ year }}/{{ slug }}.html">...</a>
</p>
<div>
<a class="more" href="{{ base_path }}/{{ blog }}/{{ slug }}/">Read More</a>
<a class="more" href="{{ base_path }}/{{ year }}/{{ slug }}.html">Read More</a>
</div>
</article>