From ac553a567f930648a1f350d298d60ef091858c7a Mon Sep 17 00:00:00 2001 From: Mantas <11616378+mistermantas@users.noreply.github.com> Date: Mon, 23 Jul 2018 13:12:20 +0300 Subject: Work towards a release candidate --- layouts/index.html | 3 +++ layouts/partials/custom/homepage-summary.html | 8 ++++++++ layouts/partials/footer.html | 9 ++++++++- layouts/partials/header.html | 7 +++++++ layouts/partials/meta.html | 6 +++++- 5 files changed, 31 insertions(+), 2 deletions(-) create mode 100644 layouts/partials/custom/homepage-summary.html (limited to 'layouts') diff --git a/layouts/index.html b/layouts/index.html index f80dfe0..b937777 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -97,6 +97,9 @@ {{ end }} + {{ if .Site.Params.enableCustomHTML }} + {{ partial "custom/homepage-summary" . }} + {{ end }} diff --git a/layouts/partials/custom/homepage-summary.html b/layouts/partials/custom/homepage-summary.html new file mode 100644 index 0000000..1dadab6 --- /dev/null +++ b/layouts/partials/custom/homepage-summary.html @@ -0,0 +1,8 @@ + diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index d6b5486..f9c49d8 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,3 +1,6 @@ +{{ if .Site.Params.enableCustomHTML }} + {{ partial "custom/above-footer" . }} +{{ end }} + +{{ if .Site.Params.enableCustomHTML }} + {{ partial "custom/below-footer" . }} +{{ end }} diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 94bef80..cfe6109 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -1,3 +1,6 @@ +{{ if .Site.Params.enableCustomHTML }} + {{ partial "custom/above-header" . }} +{{ end }} {{ if .Site.Params.useLargeHeaderDesign }}
@@ -24,3 +27,7 @@
{{ end }} + +{{ if .Site.Params.enableCustomHTML }} + {{ partial "custom/below-header" . }} +{{ end }} diff --git a/layouts/partials/meta.html b/layouts/partials/meta.html index 7b45778..b5b7568 100644 --- a/layouts/partials/meta.html +++ b/layouts/partials/meta.html @@ -45,6 +45,8 @@ box-sizing: inherit; } + ::selection { background: #B4D5FF; } + hr { border: 0; border-bottom: 1px solid #ccc; @@ -280,5 +282,7 @@ } } - + {{ if .Site.Params.enableCustomHTML }} + {{ partial "custom/meta" . }} + {{ end }} -- cgit v1.2.3-70-g09d2