Files
website/themes/hugo-coder/layouts/_default/list.html
T

7 lines
130 B
HTML
Raw Normal View History

2018-05-13 22:04:36 +05:30
{{ define "title" }}
{{ .Title }} · {{ .Site.Title }}
{{ end }}
{{ define "content" }}
{{ partial "list.html" . }}
{{ end }}