diff --git a/layouts/_partials/footer/components/custom-font.html b/layouts/_partials/footer/components/custom-font.html deleted file mode 100644 index 8e2ff37..0000000 --- a/layouts/_partials/footer/components/custom-font.html +++ /dev/null @@ -1,11 +0,0 @@ - \ No newline at end of file diff --git a/layouts/_partials/footer/include.html b/layouts/_partials/footer/include.html index 4b50a88..b4c0b99 100644 --- a/layouts/_partials/footer/include.html +++ b/layouts/_partials/footer/include.html @@ -1,3 +1,2 @@ {{ partialCached "footer/components/script.html" . }} -{{ partialCached "footer/components/custom-font.html" . }} {{ partial "footer/custom.html" . }} \ No newline at end of file diff --git a/layouts/_partials/head/custom-font.html b/layouts/_partials/head/custom-font.html new file mode 100644 index 0000000..8ab9cb2 --- /dev/null +++ b/layouts/_partials/head/custom-font.html @@ -0,0 +1,4 @@ + + + + diff --git a/layouts/_partials/head/head.html b/layouts/_partials/head/head.html index dbe85c2..9f01e48 100644 --- a/layouts/_partials/head/head.html +++ b/layouts/_partials/head/head.html @@ -10,6 +10,7 @@ +{{- partial "head/custom-font.html" . -}} {{- partial "head/style.html" . -}} {{- partial "head/script.html" . -}} {{- partial "head/opengraph/include.html" . -}}