From fe54147bf86bad288111816d4d97c90c84ae2836 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20Cora=C3=A7=C3=A3o?= Date: Sat, 14 Jan 2023 12:08:20 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Tags=20open=20in=20the=20same=20win?= =?UTF-8?q?dow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layouts/partials/article-meta/basic.html | 4 ++-- layouts/partials/author-extra.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/layouts/partials/article-meta/basic.html b/layouts/partials/article-meta/basic.html index 3d75b98a..456220f2 100644 --- a/layouts/partials/article-meta/basic.html +++ b/layouts/partials/article-meta/basic.html @@ -65,7 +65,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 }} @@ -80,7 +80,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 }} diff --git a/layouts/partials/author-extra.html b/layouts/partials/author-extra.html index 05195738..ccab16a7 100644 --- a/layouts/partials/author-extra.html +++ b/layouts/partials/author-extra.html @@ -13,7 +13,7 @@
{{ i18n "author.byline_title" | markdownify | emojify }}
- + {{ . }} {{ end }}