From 3a2d198d153efc8a69e7640f7dcde88207268ff3 Mon Sep 17 00:00:00 2001
From: Alan Pearce
Date: Fri, 22 Sep 2023 08:40:59 +0200
Subject: Replace zola with DOM-based static site generation code
---
themes/bear/templates/taxonomy_single.html | 34 ------------------------------
1 file changed, 34 deletions(-)
delete mode 100644 themes/bear/templates/taxonomy_single.html
(limited to 'themes/bear/templates/taxonomy_single.html')
diff --git a/themes/bear/templates/taxonomy_single.html b/themes/bear/templates/taxonomy_single.html
deleted file mode 100644
index a96139c..0000000
--- a/themes/bear/templates/taxonomy_single.html
+++ /dev/null
@@ -1,34 +0,0 @@
-{% extends "base.html" %}
-
-{% block rss -%}
-
- {%- set rss_path = "/tags/" ~ term.name ~ "/" ~ config.feed_filename %}
-
-{%- endblock -%}
-
-{% block main -%}
-
- {%- if taxonomy.term %}
- Filtering for "{{ term.name }}"
-
- Remove filter
-
- {%- endif %}
-
- {%- for page in term.pages %}
- -
-
-
-
- {{ page.title }}
-
- {% else %}
- -
- No posts yet
-
- {%- endfor %}
-
-
-{% endblock %}
--
cgit 1.4.1