diff options
Diffstat (limited to 'themes/kvog/layouts/home.html')
| -rw-r--r-- | themes/kvog/layouts/home.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/themes/kvog/layouts/home.html b/themes/kvog/layouts/home.html new file mode 100644 index 0000000..6d91f58 --- /dev/null +++ b/themes/kvog/layouts/home.html @@ -0,0 +1,11 @@ +{{ define "main" }} + {{ .Content }} + <!-- + {{ range site.RegularPages }} + <section> + <h2><a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></h2> + {{ .Summary }} + </section> + {{ end }} + --> +{{ end }} |