{{ if isset .Params "externalUrl" }} - {{ .Title }} {{ else }} {{ .Title }} @@ -24,7 +28,7 @@ {{ partial "extend-article-link.html" . }} {{ end }} - + {{ partial "article-meta.html" . }} diff --git a/layouts/partials/article-pagination.html b/layouts/partials/article-pagination.html index 85442031..a9927559 100644 --- a/layouts/partials/article-pagination.html +++ b/layouts/partials/article-pagination.html @@ -1,7 +1,7 @@ {{ if .Params.showPagination | default (.Site.Params.article.showPagination | default true) }} {{ if or .NextInSection .PrevInSection }} - + {{ if .NextInSection }} @@ -11,7 +11,7 @@ {{ .NextInSection.Title }} {{ if .Params.showDate | default (.Site.Params.article.showDate | default true) }} {{ .Date.Format .Site.Params.article.dateFormat | default "2 January 2006" }} @@ -28,7 +28,7 @@ {{ .PrevInSection.Title }} {{ if .Params.showDate | default (.Site.Params.article.showDate | default true) }} {{ .Date.Format .Site.Params.article.dateFormat | default "2 January 2006" }} diff --git a/layouts/partials/author-links.html b/layouts/partials/author-links.html index 63c47a23..f05d0cba 100644 --- a/layouts/partials/author-links.html +++ b/layouts/partials/author-links.html @@ -1,5 +1,5 @@ {{ with .Site.Author.links }} - + {{ range $links := . }} {{ range $name, $url := $links }} {{ with .Site.Author.name }} - + {{ i18n "author.byline_title" | emojify }} - + {{ . }} {{ end }} diff --git a/layouts/partials/breadcrumbs.html b/layouts/partials/breadcrumbs.html index a943add8..8a55af49 100644 --- a/layouts/partials/breadcrumbs.html +++ b/layouts/partials/breadcrumbs.html @@ -1,4 +1,4 @@ - + {{ template "crumb" (dict "p1" . "p2" .) }} {{ define "crumb" }} @@ -9,7 +9,7 @@ {{ end }} {{ .p1.Title }}/ diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 52938ae9..6fc51619 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,6 +1,6 @@