From 734f042c9d99e0110d5e4cf8f2994a5ce27385d1 Mon Sep 17 00:00:00 2001 From: garhve Date: Tue, 14 Feb 2023 18:29:13 +0800 Subject: delete zola --- themes/emily_zola_theme/templates/index.html | 30 ---------------------------- 1 file changed, 30 deletions(-) delete mode 100644 themes/emily_zola_theme/templates/index.html (limited to 'themes/emily_zola_theme/templates/index.html') diff --git a/themes/emily_zola_theme/templates/index.html b/themes/emily_zola_theme/templates/index.html deleted file mode 100644 index 795b7e1..0000000 --- a/themes/emily_zola_theme/templates/index.html +++ /dev/null @@ -1,30 +0,0 @@ -{% extends "base.html" %} - -{% block content %} - -{% set section = get_section(path="post/_index.md") %} -{% for page in section.pages %} - {% if loop.index0 == config.extra.indexposts %}{% break %}{% endif %} -

-

- {{ page.date }} -
-
- {{ page.title }} -
-
- {% if page.taxonomies.categories %} - {% for category in page.taxonomies.categories %} -  /{{ category }} - {% endfor %} - {% endif %} - {% if page.taxonomies.tags %} - {% for tag in page.taxonomies.tags %} -  #{{ tag }} - {% endfor %} - {% endif %} -
-

-{% endfor %} - -{% endblock content %} -- cgit v1.2.3-70-g09d2