From 47bc5edb16dc5e1bb156805fab1b58c9f1479538 Mon Sep 17 00:00:00 2001 From: sakuramipha <86921268+sakuramipha@users.noreply.github.com> Date: Wed, 8 Mar 2023 02:59:45 +0000 Subject: [PATCH] Change /users/ to /u/ --- site/themes/citra-bs-theme/layouts/entry/single.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/site/themes/citra-bs-theme/layouts/entry/single.html b/site/themes/citra-bs-theme/layouts/entry/single.html index be6c442..b9feb72 100644 --- a/site/themes/citra-bs-theme/layouts/entry/single.html +++ b/site/themes/citra-bs-theme/layouts/entry/single.html @@ -11,27 +11,27 @@
{{ if $author }} - + {{ end }} {{ if $coauthor }} - + {{ end }} {{ if $coauthor2 }} - + {{ end }} {{ if and (and $author $coauthor) $coauthor2 }} -

Written by {{ $author.name }}, {{ $coauthor.name }} and {{ $coauthor2.name }} on {{ .Date.Format "Monday January 02, 2006" }}

+

Written by {{ $author.name }}, {{ $coauthor.name }} and {{ $coauthor2.name }} on {{ .Date.Format "Monday January 02, 2006" }}

{{ else if and $author $coauthor }} -

Written by {{ $author.name }} and {{ $coauthor.name }} on {{ .Date.Format "Monday January 02, 2006" }}

+

Written by {{ $author.name }} and {{ $coauthor.name }} on {{ .Date.Format "Monday January 02, 2006" }}

{{ else if $author }} -

Written by {{ $author.name }} on {{ .Date.Format "Monday January 02, 2006" }}

+

Written by {{ $author.name }} on {{ .Date.Format "Monday January 02, 2006" }}

{{ else }}

No author was provided. Written on {{ .Date.Format "Monday January 02, 2006" }}

{{ end }}