From 5fa3a0ac8c0ecd98a3d79055d7ad98f562319304 Mon Sep 17 00:00:00 2001 From: Don Naro Date: Tue, 14 May 2024 11:46:23 +0100 Subject: [PATCH] rm reference to annotation_helper.tmpl The annotation_helper.tmpl file was removed in nikola 8.3.1 as it is no longer used. Need to remove the reference to it to avoid a template not found exception during build. --- themes/ansible-community/templates/base.tmpl | 1 - 1 file changed, 1 deletion(-) diff --git a/themes/ansible-community/templates/base.tmpl b/themes/ansible-community/templates/base.tmpl index ec1566d3..e4a6b5c7 100644 --- a/themes/ansible-community/templates/base.tmpl +++ b/themes/ansible-community/templates/base.tmpl @@ -1,6 +1,5 @@ {# -*- coding: utf-8 -*- #} {% import 'base_helper.tmpl' as base with context %} -{% import 'annotation_helper.tmpl' as notes with context %} {% import 'base_footer.tmpl' as footer with context %} {{ set_locale(lang) }} {{ base.html_headstart() }}