cupper-hugo-theme/themes/infusion/layouts/index.html

13 lines
251 B
HTML
Raw Normal View History

2017-06-26 19:32:38 +02:00
{{ define "title" }}
{{ .Site.Title }}
{{ end }}
{{ define "main" }}
<main id="main">
<h1>{{ .Title }}</h1>
{{ .Content }}
2017-07-05 11:30:01 +02:00
{{ $packageInfo := getJSON "./package.json" }}
{{ print $packageInfo.repository.url }}
2017-06-26 19:32:38 +02:00
</main>
{{ end }}