aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/_default/section.following.html
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2023-08-03 21:07:07 -0400
committertdro <tdro@noreply.example.com>2023-08-07 20:51:07 -0400
commit4f5102276eefe03746db7978ab5d9c52653816f4 (patch)
tree54cc94dc651a282988bdef9d1a1b89ddbea08985 /themes/default/layouts/_default/section.following.html
parent81235874cb868df18e5f55ec6f6619ce8f0ff331 (diff)
downloadcanory-4f5102276eefe03746db7978ab5d9c52653816f4.tar.gz
canory-4f5102276eefe03746db7978ab5d9c52653816f4.tar.bz2
canory-4f5102276eefe03746db7978ab5d9c52653816f4.zip
themes/default/layouts/_default/section.following: Let it go
Remove shuffle and allow toggling
Diffstat (limited to 'themes/default/layouts/_default/section.following.html')
-rw-r--r--themes/default/layouts/_default/section.following.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/layouts/_default/section.following.html b/themes/default/layouts/_default/section.following.html
index 7057e97..9a44478 100644
--- a/themes/default/layouts/_default/section.following.html
+++ b/themes/default/layouts/_default/section.following.html
@@ -11,7 +11,7 @@
{{- $sources = $sources | append (string $url) -}}
{{- end -}}
- {{- range $source := (first 3 (shuffle $sources)) -}}
+ {{- range $source := $sources -}}
{{- range $distinct := first 1 (where $feeds "FeedSourceLink" "eq" $source) -}}
{{- $href := or $distinct.FeedHome (print "http://" $distinct.FeedSourceDomain) -}}