From 087b93d5f01fc73f2374a69dc9a8cebb1660fb9e Mon Sep 17 00:00:00 2001 From: tdro Date: Wed, 27 Mar 2024 12:43:08 -0400 Subject: themes/default/layouts/partials/following-list: Drop the hash --- themes/default/layouts/partials/following-list.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'themes/default') diff --git a/themes/default/layouts/partials/following-list.html b/themes/default/layouts/partials/following-list.html index c04d55c..510d3d2 100644 --- a/themes/default/layouts/partials/following-list.html +++ b/themes/default/layouts/partials/following-list.html @@ -1,7 +1,6 @@ {{- $count := 0 -}} {{- $author := partial "function-authors-data.html" . -}} -{{- $feeds := print "public/" $author.user "/following.html" -}} -{{- $hash := print (truncate 4 "" (sha256 .RelPermalink)) (truncate 4 "" (sha256 .Section)) -}} +{{- $feeds := print "public/" .Section "/following.html" -}} {{- with $items := $author.feeds.rss -}} {{- $count = len $items -}} @@ -11,7 +10,7 @@
-- cgit v1.2.3