From 734f042c9d99e0110d5e4cf8f2994a5ce27385d1 Mon Sep 17 00:00:00 2001 From: garhve Date: Tue, 14 Feb 2023 18:29:13 +0800 Subject: delete zola --- templates/index.html | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 templates/index.html (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html deleted file mode 100644 index 64ac3cd..0000000 --- a/templates/index.html +++ /dev/null @@ -1,36 +0,0 @@ -{% extends "base.html" %} - -{% block content %} - -{% set section = get_section(path="post/_index.md") %} -{% for year, pages in section.pages | group_by(attribute="year") %} -

{{ year}}

- - {% for page in pages %} -

-

- {{ 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 %} -{% endfor %} - -{% endblock content %} -- cgit v1.2.3-70-g09d2