mirror of
https://github.com/gohugoio/hugo.git
synced 2024-12-02 04:09:36 -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" . }}
|