From 7bbc108651486a8411c55a881a20a17363b4b244 Mon Sep 17 00:00:00 2001 From: Nick <24370162+deltaclock@users.noreply.github.com> Date: Thu, 28 Nov 2024 21:53:05 +0200 Subject: [PATCH] Update basic.html so navigation doesn't bubble up. --- layouts/partials/article-meta/basic.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/article-meta/basic.html b/layouts/partials/article-meta/basic.html index 2bfcd25d..6bf60596 100644 --- a/layouts/partials/article-meta/basic.html +++ b/layouts/partials/article-meta/basic.html @@ -71,7 +71,7 @@ {{ if (eq $taxonomy "authors")}} {{ if (gt (len ($context.GetTerms $taxonomy)) 0) }} {{ range $i, $a := $context.GetTerms $taxonomy }} - {{ if not (eq $i 0) }} ,  {{ end }}
{{ $a.LinkTitle }}
+ {{ if not (eq $i 0) }} ,  {{ end }}
{{ $a.LinkTitle }}
{{ end }} {{ end }} {{ end }} @@ -86,7 +86,7 @@ {{ if and (not (eq $taxonomy "authors")) (not (eq $taxonomy "series"))}} {{ if (gt (len ($context.GetTerms $taxonomy)) 0) }} {{ range $context.GetTerms $taxonomy }} - + {{ partial "badge.html" .LinkTitle }} {{ end }}