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