You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
homepage/themes/persona/layouts/index.ace_wip

20 lines
735 B
Plaintext

= doctype html
html xmlns=http://www.w3.org/1999/xhtml xml:lang=nn lang=nn
head
= include partials/header.html .
body.layout-reverse
= include partials/menu.html .
.content.container
.main.posts
{{ range (.Paginate (where .Data.Pages "Section" "!=" "page")).Pages }}
.post
h1.post-title
a href={{ .RelPermalink }} {{ with .Params.title_main}}{{ . | markdownify }}{{ else }}{{ .Title }}{{end}}
.post-summary {{ .Summary }}
.read-more
a.btn.btn-lg.bs-btn-info href={{ .RelPermalink }} Hald fram →
{{ end }}
= include partials/pagination.html .
= include partials/hello-simple.html .
= include partials/footer.html .