From 942e313727d1ad886a1024c24fe4a9e8e2e0bb3e Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Wed, 20 Apr 2022 00:12:09 -0400 Subject: New upstream version 8.2.0. --- nikola/plugins/shortcode/post_list.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nikola/plugins/shortcode') 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: -- cgit v1.2.3