cupper-hugo-theme/themes/infusion/layouts/index.html
2017-07-05 10:30:01 +01:00

13 lines
251 B
HTML

{{ define "title" }}
{{ .Site.Title }}
{{ end }}
{{ define "main" }}
<main id="main">
<h1>{{ .Title }}</h1>
{{ .Content }}
{{ $packageInfo := getJSON "./package.json" }}
{{ print $packageInfo.repository.url }}
</main>
{{ end }}