From bea80928f694671010bc99493d31879df7d42836 Mon Sep 17 00:00:00 2001 From: Botond Hende Date: Wed, 4 Sep 2024 20:05:51 +0200 Subject: initial commit --- templates/tag.html.j2 | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 templates/tag.html.j2 (limited to 'templates/tag.html.j2') diff --git a/templates/tag.html.j2 b/templates/tag.html.j2 new file mode 100644 index 0000000..093f41b --- /dev/null +++ b/templates/tag.html.j2 @@ -0,0 +1,18 @@ +{% extends "base.html.j2" %} +{% block page_title %}tags/{{ tag }} {{ super() }}{% endblock %} +{% block page_title_short %}tags/{{ tag }}{% endblock %} +{% block content %} +

tags/{{ tag }}/

+

{{ config.get_tag_prompt(tag, "find other_posts/ -type f -exec head {} +") }}

+{% for post in posts %} + +
+

{{ post.title() }}

+

{{ post.intro }}

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