diff --git a/README.adoc b/README.adoc index 9f013b5..b478b83 100644 --- a/README.adoc +++ b/README.adoc @@ -50,8 +50,10 @@ Please take a look at the link:{uri-slick-example}[configuration example for Slick]. It is valid for nocolor too. You can add things to the end of the `` section by overwriting the partial -template `extra-head.html`. The common way to do it is to create -`layouts/partials/extra_head.html`. +template `extra-head.html` or above the footer by overwriting +`extra_foot.html`. The common way to do it is to create +`layouts/partials/extra_head.html` or `layouts/partials/extra_foot.html`, +respectively. If you want source code highlighting, take a look at link:{uri-tomorrow-pygments}[tomorrow-pygments]. diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index fcb328b..d98748d 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -23,6 +23,7 @@ {{ partial "header.html" . }} {{ block "main" . }}{{ end }} +{{ partial "extra_foot.html" . }} {{ partial "footer.html" . }} diff --git a/layouts/partials/extra_foot.html b/layouts/partials/extra_foot.html new file mode 100644 index 0000000..1df7b16 --- /dev/null +++ b/layouts/partials/extra_foot.html @@ -0,0 +1 @@ +