mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-14 20:37:55 -05:00
68ebf61613
Use new i18n concept Fixes #2417
4 lines
103 B
HTML
4 lines
103 B
HTML
{{ partial "head.html" . }}
|
|
{{ partial "header.html" . }}
|
|
{{ .Content }}
|
|
{{ partial "footer.html" . }}
|