From 2acd964d45ceaa10b21ecb19d4020351c4e1f103 Mon Sep 17 00:00:00 2001 From: Agung Pratama Date: Sat, 16 Mar 2019 23:35:06 +0700 Subject: [PATCH] Add head/footer custom --- layouts/partials/footer.html | 1 + layouts/partials/footer_custom.html | 4 ++++ layouts/partials/head.html | 3 +++ layouts/partials/head_custom.html | 4 ++++ 4 files changed, 12 insertions(+) create mode 100644 layouts/partials/footer_custom.html create mode 100644 layouts/partials/head_custom.html diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 1b7656c..022681a 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -14,3 +14,4 @@ +{{- partial "footer_custom.html" . }} diff --git a/layouts/partials/footer_custom.html b/layouts/partials/footer_custom.html new file mode 100644 index 0000000..e123130 --- /dev/null +++ b/layouts/partials/footer_custom.html @@ -0,0 +1,4 @@ + diff --git a/layouts/partials/head.html b/layouts/partials/head.html index b016406..f6e7652 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -45,3 +45,6 @@ {{ if .OutputFormats.Get "json" }} {{ end }} + + +{{- partial "head_custom.html" . }} \ No newline at end of file diff --git a/layouts/partials/head_custom.html b/layouts/partials/head_custom.html new file mode 100644 index 0000000..554494a --- /dev/null +++ b/layouts/partials/head_custom.html @@ -0,0 +1,4 @@ +