From e077ead902612562f03404c610072f8cda4affcd Mon Sep 17 00:00:00 2001 From: "Frank \"PHiAX\" Weggelaar" Date: Fri, 13 Mar 2026 12:57:36 +0100 Subject: [PATCH] Font inclusion --- layouts/_partials/head.html | 1 + layouts/_partials/head/fonts.html | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 layouts/_partials/head/fonts.html diff --git a/layouts/_partials/head.html b/layouts/_partials/head.html index 5e6f48b..48aa34e 100644 --- a/layouts/_partials/head.html +++ b/layouts/_partials/head.html @@ -3,3 +3,4 @@ {{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }} {{ partialCached "head/css.html" . }} +{{ partialCached "head/fonts.html" . }} diff --git a/layouts/_partials/head/fonts.html b/layouts/_partials/head/fonts.html new file mode 100644 index 0000000..7782949 --- /dev/null +++ b/layouts/_partials/head/fonts.html @@ -0,0 +1,3 @@ +{{ range resources.ByType "font" }} + +{{ end }} \ No newline at end of file