diff --git a/layouts/index.html b/layouts/index.html index e2d00a6..370fd26 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -4,5 +4,17 @@
{{ .Content }}
+ {{ range .Pages }} +

{{ .Title }}

+ + {{ end }} {{ end }} diff --git a/layouts/partials/header.html b/layouts/partials/header.html index cf813a7..5188488 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -3,14 +3,4 @@ = {{ .Site.Title }} =
{{ strings.Repeat ( .Site.Title | len | add 4 ) "=" }}
{{ .Site.Params.subtitle }}

-

-

-