mirror of https://github.com/luizdepra/hugo-coder.git

Luiz de Prá
04.11.2018 9118a00aeb791f7474d9c1e563083cbb28e596f1
1
2
3
4
5
6
{{ define "title" }}
  {{ .Title }} · {{ .Site.Title }}
{{ end }}
{{ define "content" }}
  {{ partial "page.html" . }}
{{ end }}