aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/_default/section.following.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/layouts/_default/section.following.html')
-rw-r--r--themes/default/layouts/_default/section.following.html9
1 files changed, 8 insertions, 1 deletions
diff --git a/themes/default/layouts/_default/section.following.html b/themes/default/layouts/_default/section.following.html
index 0eba618..c3bfc7b 100644
--- a/themes/default/layouts/_default/section.following.html
+++ b/themes/default/layouts/_default/section.following.html
@@ -1,6 +1,13 @@
{{- $parent := eq (len .Page.Ancestors) 1 -}}
-{{- if $parent -}}
+{{- $modified := partial "function-page-modified.html"
+ (dict
+ "Context" .
+ "Disable" true
+ )
+-}}
+
+{{- if (and $parent $modified) -}}
{{- $sources := slice -}}
{{- $author := partial "function-authors-data.html" . -}}
{{- $feeds := partial "function-generate-feeds.html" . -}}