From b3a1fe27ba2b5bbd8659a9025f20df8aff82582b Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Mon, 12 Jan 2026 13:42:38 +0100 Subject: [PATCH] site: add rel link to markdown output Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- layouts/partials/head.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 4c1455512c..18bdb010b7 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -1,6 +1,9 @@ {{ partial "meta.html" . }} +{{- range .AlternativeOutputFormats -}} + +{{ end -}} {{ partial "utils/css.html" "-" }} {{- if hugo.IsProduction -}}