aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/navigator-right.html
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-12-21 00:20:05 -0500
committertdro <tdro@noreply.example.com>2022-12-21 00:20:05 -0500
commit7f5c73bc0384f1a0ffec2701d4183e2208007b40 (patch)
tree16f170cea156fa4e2d904c2f5fdb704843d618d1 /themes/default/layouts/partials/navigator-right.html
parent2fb41a96097f335b3e5dbeb8dd0a2ad67bde2d3f (diff)
downloadcanory-7f5c73bc0384f1a0ffec2701d4183e2208007b40.tar.gz
canory-7f5c73bc0384f1a0ffec2701d4183e2208007b40.tar.bz2
canory-7f5c73bc0384f1a0ffec2701d4183e2208007b40.zip
themes/default/layouts/partials: Prevent feed fetches from multiplying0.11.9
By limiting to section. Add hugo option to version shortcode
Diffstat (limited to 'themes/default/layouts/partials/navigator-right.html')
-rw-r--r--themes/default/layouts/partials/navigator-right.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/default/layouts/partials/navigator-right.html b/themes/default/layouts/partials/navigator-right.html
index 01506eb..573cb8f 100644
--- a/themes/default/layouts/partials/navigator-right.html
+++ b/themes/default/layouts/partials/navigator-right.html
@@ -5,7 +5,7 @@
(eq .Page.Kind "section")
-}}
- {{- partial "gallery-images.html" . -}}
+ {{- partial "gallery.html" . -}}
{{- partial "following-list.html" . -}}
{{- end -}}
@@ -15,12 +15,12 @@
(eq .Page.Kind "section")
-}}
- {{- partial "web-ring.html" . -}}
+ {{- partial "webring.html" . -}}
{{- else -}}
{{- range first 1 (where .Site.Pages "Params.Author" .Site.Author.default.webring) -}}
- {{- partial "web-ring.html" . -}}
+ {{- partial "webring.html" . -}}
{{- end -}}
{{- end -}}