aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/_default/list.html
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-07-24 18:12:43 -0400
committertdro <tdro@noreply.example.com>2022-07-24 18:12:43 -0400
commit5eb2116060a84c915f9a4dba1d671f96e856f2eb (patch)
treefc9b8897bb059561483248ca13b627846fff5455 /themes/default/layouts/_default/list.html
parentfcf7037224c6cf512630d5dacb1163061e47d4eb (diff)
downloadcanory-5eb2116060a84c915f9a4dba1d671f96e856f2eb.tar.gz
canory-5eb2116060a84c915f9a4dba1d671f96e856f2eb.tar.bz2
canory-5eb2116060a84c915f9a4dba1d671f96e856f2eb.zip
themes/default/layouts/partials: Add following aside
Add basic following aside for now.
Diffstat (limited to 'themes/default/layouts/_default/list.html')
-rw-r--r--themes/default/layouts/_default/list.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/default/layouts/_default/list.html b/themes/default/layouts/_default/list.html
index 5cc563b..8f3c5f5 100644
--- a/themes/default/layouts/_default/list.html
+++ b/themes/default/layouts/_default/list.html
@@ -30,7 +30,8 @@
{{ end }}
{{ range first 1 (where .Site.Pages "Params.Author" .Site.Author.default.webring) }}
- {{- partial "web-ring.html" . -}}
+ {{- partial "following-list.html" . -}}
+ {{- partial "web-ring.html" . -}}
{{ end }}
{{ end }}