1
0
Fork 0
bascht.com/layouts/_default/summary.html

10 lines
279 B
HTML

<article class="summary">
<h2><a href='{{ .Permalink }}'> {{ .Title }}</a> </h2>
<div class="post-meta">{{ .Date.Format "02.12.2006" }} - {{ .FuzzyWordCount }} Wörter </div>
{{ .Summary }}
<footer>
<a href='{{ .Permalink }}'><nobr>Read more →</nobr></a>
</footer>
</article>