summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/wikitemplate.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/wikitemplate.py b/scripts/wikitemplate.py
index 612219e..8455c04 100755
--- a/scripts/wikitemplate.py
+++ b/scripts/wikitemplate.py
@@ -36,7 +36,8 @@ class WikiTemplate(template.Page):
template_keywords = self._data["keywords"],
template_content = self._data["content.html"],
template_desc_de = self._data["desc_de"],
- template_desc_en = self._data["desc_en"]
+ template_desc_en = self._data["desc_en"],
+ template_head = self._data["head.html"],
)
return htmltext