hugo-book-theme/layouts/docs/list.html

7 lines
130 B
HTML
Raw Normal View History

2018-09-05 16:22:04 +02:00
{{ define "title" }}
{{ .Title }} – {{ .Site.Title }}
{{ end }}
{{ define "main" }}
<div>{{ .Content }}</div>
{{ end }}