hugo/examples/multilingual/layouts/_default/single.html
bogem 68ebf61613 examples: Update multilingual example
Use new i18n concept

Fixes #2417
2016-11-23 19:47:09 +01:00

5 lines
103 B
HTML

{{ partial "head.html" . }}
{{ partial "header.html" . }}
{{ .Content }}
{{ partial "footer.html" . }}