From 34047623ff3c82b7093cf9d3421c78a29c02012d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Romanowski?= Date: Mon, 1 Apr 2019 11:36:41 +0200 Subject: [PATCH] Fix theme for Zola 0.6.0 --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index e8b7f50..a577dae 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,9 +1,9 @@ - {% import "macros/date.html" as date_macros -%} {% import "macros/head.html" as head_macros -%} {% import "macros/menu.html" as menu_macros -%} {% import "macros/post.html" as post_macros -%} +