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

6 lines
129 B
HTML

{{ define "title" }}
{{ .Title }} · {{ .Site.Title }}
{{ end }}
{{ define "content" }}
{{ partial "post.html" . }}
{{ end }}