From 0727f66268e40fdd60f9891f420a1d0a145aa6ec Mon Sep 17 00:00:00 2001 From: Christian Date: Fri, 28 Oct 2022 19:57:18 +0200 Subject: Fix affected links in subdir to work with Hugo v0.101+ --- layouts/issues/issue.html | 2 +- layouts/partials/index/announcements.html | 4 ++-- layouts/partials/index/components.html | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'layouts') diff --git a/layouts/issues/issue.html b/layouts/issues/issue.html index e2d283e..71bb30a 100644 --- a/layouts/issues/issue.html +++ b/layouts/issues/issue.html @@ -20,7 +20,7 @@

{{ range .Params.Affected }} - {{ . }} + {{ . }} {{ end }}

diff --git a/layouts/partials/index/announcements.html b/layouts/partials/index/announcements.html index f8f7471..2bb7f08 100644 --- a/layouts/partials/index/announcements.html +++ b/layouts/partials/index/announcements.html @@ -16,7 +16,7 @@

{{ range .Params.Affected }} - {{ . }} + {{ . }} {{ end }}

@@ -37,7 +37,7 @@

{{ range .Params.Affected }} - {{ . }} + {{ . }} {{ end }}

diff --git a/layouts/partials/index/components.html b/layouts/partials/index/components.html index e3a0d89..f9937f2 100644 --- a/layouts/partials/index/components.html +++ b/layouts/partials/index/components.html @@ -51,7 +51,7 @@ {{ $thisIsDown := where $activeComponentIssues "Params.severity" "=" "down" }}
- + {{ default $system.name $system.displayName }} -- cgit v1.2.3-70-g09d2