summaryrefslogtreecommitdiffstats
path: root/nikola/plugins/shortcode
diff options
context:
space:
mode:
Diffstat (limited to 'nikola/plugins/shortcode')
-rw-r--r--nikola/plugins/shortcode/post_list.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nikola/plugins/shortcode/post_list.py b/nikola/plugins/shortcode/post_list.py
index 0206cf0..2d8d170 100644
--- a/nikola/plugins/shortcode/post_list.py
+++ b/nikola/plugins/shortcode/post_list.py
@@ -219,7 +219,7 @@ class PostListShortcode(ShortcodePlugin):
posts += [post]
- template_deps = site.template_system.template_deps(template)
+ template_deps = site.template_system.template_deps(template, site.GLOBAL_CONTEXT)
if state:
# Register template as a dependency (Issue #2391)
for d in template_deps: