aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/_default
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2023-11-21 15:42:01 -0500
committertdro <tdro@noreply.example.com>2023-11-21 15:42:01 -0500
commit9a38bf790011a771a753ef6e01bf7c2b5d5635c8 (patch)
treedbc1b3a0ffba18259a69fea2893eb8de885e69ff /themes/default/layouts/_default
parent6d7dec46271651785443321fc26344b355d8bd98 (diff)
downloadcanory-9a38bf790011a771a753ef6e01bf7c2b5d5635c8.tar.gz
canory-9a38bf790011a771a753ef6e01bf7c2b5d5635c8.tar.bz2
canory-9a38bf790011a771a753ef6e01bf7c2b5d5635c8.zip
themes/default/layouts/_default/index: Simplify
Sooner rather than later
Diffstat (limited to 'themes/default/layouts/_default')
-rw-r--r--themes/default/layouts/_default/index.html12
1 files changed, 1 insertions, 11 deletions
diff --git a/themes/default/layouts/_default/index.html b/themes/default/layouts/_default/index.html
index 2f97bbd..1de28d6 100644
--- a/themes/default/layouts/_default/index.html
+++ b/themes/default/layouts/_default/index.html
@@ -30,15 +30,5 @@
{{- end -}}
{{- define "right" -}}
- {{- $author := "Section" -}}
- {{- partial "author-list.html" . -}}
-
- {{- range first 1 (where .Site.Pages $author .Site.Author.default.gallery) -}}
- {{- partial "gallery.html" . -}}
- {{- end -}}
-
- {{- range first 1 (where .Site.Pages $author .Site.Author.default.webring) -}}
- {{- partial "following-list.html" . -}}
- {{- partial "webring.html" . -}}
- {{- end -}}
+ {{- partial "navigator-right.html" . -}}
{{- end -}}