You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
|
|
{{ define "main" }} <main> <div class="contents"> <span id="pagination-top">{{ partial "pagination.html" . }}</span> {{ range .Paginator.Pages }} <section data-post-type="{{ .Type }}" class="h-entry {{.Type }}"> <div class="author"> <a rel="author" class= "u-author" href="https://jk.nipponalba.scot"><img class="u-photo" src="/images/profile.jpg" /></a> </div> <aside> {{if eq .Type "article" }}<h4 class="">{{ .Title }}</h4><b>{{ .Description }}</b>{{ end }} <div class="e-content"> {{ .Content }} </div> <a href="{{ .RelPermalink }}" class="link u-url"><time class="dt-published" datetime="{{ .Date.Format "2 Jan 2006 15:04 GMT" }}">{{ .Date.Format "02/01/2006 15:04 GMT" }}</time></a> </aside> </section><hr/> {{ end }} <span id="pagination-bottom">{{ partial "pagination.html" . }}</span> </div> {end} </main> {{ end }}
|