From 115b9dd9cd17ee546cf04e0ed7cdea60157db4ce Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Sun, 20 Oct 2024 09:15:16 -0700 Subject: [PATCH] Add to alternate output formats in the page's --- layouts/partials/base/head.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/layouts/partials/base/head.html b/layouts/partials/base/head.html index 893a685..81bcb0a 100644 --- a/layouts/partials/base/head.html +++ b/layouts/partials/base/head.html @@ -1,5 +1,10 @@ {{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }} + +{{ range .AlternativeOutputFormats -}} + +{{ end }} + {{ partialCached "base/head/css.html" (dict "page" . "cssResource" "base/css.html") }} {{ partialCached "base/head/js.html" . }}