shithub: hugo

ref: e31d4609098f8f9c86551c3d1b11cb887b42bfcb
dir: /examples/multilingual/layouts/uudis/list.html/

View raw version
{{ template "chrome/head.html" . }}
{{ template "chrome/header.html" . }}
{{ 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 }}
{{ template "chrome/footer.html" . }}