devroom.io/themes/devroom-2020/layouts/_default/single.html

6 lines
129 B
HTML
Raw Normal View History

2020-03-09 10:40:44 +00:00
{{ define "title" }}
{{ .Title }} · {{ .Site.Title }}
{{ end }}
{{ define "content" }}
{{ partial "page.html" . }}
{{ end }}