1
0
mirror of https://github.com/gohugoio/hugo.git synced 2024-05-11 05:54:58 +00:00

16 lines
468 B
HTML
Raw Normal View History

{{ partial "head.html" . }}
{{ partial "header.html" . }}
2013-11-23 21:16:42 +02:00
{{ range .Site.Indexes.groups.uudised.Pages }}
<article class="post">
<header>
<h2><a href='{{ .Permalink }}'>{{ .Title }}</a> </h2>
<div class="post-meta">{{ .Date.Format "Mon, Jan 2, 2006" }} - {{ .FuzzyWordCount }} sõna</div>
</header>
{{ .Summary }}
<footer>
<a href='{{ .Permalink }}'><nobr>Loe rohkem →</nobr></a>
</footer>
</article>
{{ end }}
{{ partial "footer.html" . }}