Files
website/themes/hugo-coder/layouts/posts/single.html
T
2018-05-13 22:04:36 +05:30

7 lines
130 B
HTML

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