diff --git a/layouts/partials/custom_footer.html b/layouts/partials/custom_footer.html deleted file mode 100644 index 1d1abe3..0000000 --- a/layouts/partials/custom_footer.html +++ /dev/null @@ -1,4 +0,0 @@ - diff --git a/layouts/partials/custom_head.html b/layouts/partials/custom_head.html deleted file mode 100644 index fd7359a..0000000 --- a/layouts/partials/custom_head.html +++ /dev/null @@ -1,4 +0,0 @@ - diff --git a/layouts/partials/extended_footer.html b/layouts/partials/extended_footer.html new file mode 100644 index 0000000..1ef9361 --- /dev/null +++ b/layouts/partials/extended_footer.html @@ -0,0 +1,4 @@ + diff --git a/layouts/partials/extended_head.html b/layouts/partials/extended_head.html new file mode 100644 index 0000000..69baf1f --- /dev/null +++ b/layouts/partials/extended_head.html @@ -0,0 +1,4 @@ + diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 6a49495..2a04dbf 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -14,5 +14,5 @@ - -{{ partial "custom_footer.html" . }} + +{{ partial "extended_footer.html" . }} diff --git a/layouts/partials/head.html b/layouts/partials/head.html index f5afecb..bb44924 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -51,5 +51,5 @@ {{ end }} - -{{ partial "custom_head.html" . }} + +{{ partial "extended_head.html" . }}