From 9a38bf790011a771a753ef6e01bf7c2b5d5635c8 Mon Sep 17 00:00:00 2001 From: tdro Date: Tue, 21 Nov 2023 15:42:01 -0500 Subject: themes/default/layouts/_default/index: Simplify Sooner rather than later --- .../default/layouts/partials/navigator-right.html | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) (limited to 'themes/default/layouts/partials') diff --git a/themes/default/layouts/partials/navigator-right.html b/themes/default/layouts/partials/navigator-right.html index 4ad5d42..c2e6f4c 100644 --- a/themes/default/layouts/partials/navigator-right.html +++ b/themes/default/layouts/partials/navigator-right.html @@ -1,27 +1,7 @@ {{- partial "author-list.html" . -}} -{{- $author := "Section" -}} - -{{- if or - (eq .Page.Kind "page") - (eq .Page.Kind "section") --}} +{{- if (in (slice "page" "section") .Page.Kind) -}} {{- partial "gallery.html" . -}} {{- partial "following-list.html" . -}} - -{{- end -}} - -{{- if or - (eq .Page.Kind "page") - (eq .Page.Kind "section") --}} - {{- partial "webring.html" . -}} - -{{- else -}} - - {{- range first 1 (where .Site.Pages $author .Site.Author.default.webring) -}} - {{- partial "webring.html" . -}} - {{- end -}} - {{- end -}} -- cgit v1.2.3