aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/_default/list.html
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-05-06 22:16:04 -0400
committertdro <tdro@noreply.example.com>2022-05-06 22:16:04 -0400
commit8d52e2c7584979bafeac33ed644ad10d6a57812b (patch)
tree058e5d8b7e23a4f2fe371299a27e8e5123204acd /themes/default/layouts/_default/list.html
parent80e27ae172e01feea1b01476e7cd9354736c8f8b (diff)
downloadcanory-8d52e2c7584979bafeac33ed644ad10d6a57812b.tar.gz
canory-8d52e2c7584979bafeac33ed644ad10d6a57812b.tar.bz2
canory-8d52e2c7584979bafeac33ed644ad10d6a57812b.zip
themes/default/layouts/partials: Allow setting default gallery
Correct spelling error.
Diffstat (limited to 'themes/default/layouts/_default/list.html')
-rw-r--r--themes/default/layouts/_default/list.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/themes/default/layouts/_default/list.html b/themes/default/layouts/_default/list.html
index f35f275..651a074 100644
--- a/themes/default/layouts/_default/list.html
+++ b/themes/default/layouts/_default/list.html
@@ -23,7 +23,13 @@
{{ end }}
{{ define "right" }}
+ {{ range first 1 (where .Site.Pages "Params.Author" .Site.Author.default.picturegallery) }}
+ {{- partial "gallery-images.html" . -}}
+ {{ end }}
+
+ {{- partial "author-list.html" . -}}
+
{{ range first 1 (where .Site.Pages "Params.Author" .Site.Author.default.webring) }}
- {{- partial "navigator-right.html" . -}}
+ {{- partial "web-ring.html" . -}}
{{ end }}
{{ end }}