From 1756e24545dc42c30ac16f278bfca8596956d8d8 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Thu, 6 Jan 2022 10:26:03 +0100 Subject: Remove blog-import zola template Signed-off-by: Matthias Beyer --- templates/blog-import.html | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 templates/blog-import.html diff --git a/templates/blog-import.html b/templates/blog-import.html deleted file mode 100644 index 4fa1002..0000000 --- a/templates/blog-import.html +++ /dev/null @@ -1,17 +0,0 @@ -{% extends "zola-docsascode-theme/templates/page.html" %} - -{% block content %} - {% set data = page.extra.blogimport %} - {% set post = load_data(path = data, format = "json") %} -

- Imported from - this blog article - which was created on {{ post.created | safe }} -

- -
- -
- {{ post.body | markdown | safe }} -
-{% endblock content %} -- cgit v1.2.3