diff --git a/layouts/404.html b/layouts/404.html index 3cf31f7b..0332ae20 100644 --- a/layouts/404.html +++ b/layouts/404.html @@ -19,6 +19,6 @@ {{ end }} - {{ partial "footer_container.html" . }} +{{ partial "footer_container.html" . }} {{ partial "footer.html" . }} diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 534c9b5c..e67880ae 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -12,6 +12,6 @@ {{ partial "pagination" . }} - {{ partial "footer_container.html" . }} +{{ partial "footer_container.html" . }} {{ partial "footer.html" . }} diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 111b551c..7ff1e1a2 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -15,6 +15,6 @@ {{ partial "section_pager.html" . }} {{ partial "comments.html" . }} - {{ partial "footer_container.html" . }} - + +{{ partial "footer_container.html" . }} {{ partial "footer.html" . }} diff --git a/layouts/index.html b/layouts/index.html index 28861851..3cd39020 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -95,6 +95,7 @@ {{ .Title }} {{ if .Content }}{{ else }}{{ with .Params.external_link }}{{ end }}{{ end }} + {{ with .Params.summary }}
{{ . }}
{{ end }} {{ end }} @@ -141,8 +142,6 @@ -