aboutsummaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
Diffstat (limited to 'themes')
-rw-r--r--themes/default/layouts/partials/following-list.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/themes/default/layouts/partials/following-list.html b/themes/default/layouts/partials/following-list.html
index 165d699..9a728d4 100644
--- a/themes/default/layouts/partials/following-list.html
+++ b/themes/default/layouts/partials/following-list.html
@@ -5,7 +5,9 @@
<h1>Following</h1>
<aside>
{{- if and $author.feeds.rss (fileExists $following) -}}
- {{- (resources.Get $following).Content | safeHTML -}}
+ {{- with $following = resources.Get $following -}}
+ {{- $following.Content | safeHTML -}}
+ {{- end -}}
{{- else -}}
<footer>
<code>No feeds found!</code>