summaryrefslogtreecommitdiff
path: root/blog/templates/tag.html.j2
diff options
context:
space:
mode:
authorBotond Hende <contact@wazul.moe>2026-05-01 21:28:35 +0200
committerBotond Hende <contact@wazul.moe>2026-05-01 21:28:35 +0200
commit32cb783aa8675d275cb9136eeadffa8294d40b89 (patch)
tree350b570140efd5672c2823673307cdda7ed82e67 /blog/templates/tag.html.j2
parent41ebb83adbb462c28ba1d686a80f273265987971 (diff)
created global template and refactored blog templates
Diffstat (limited to 'blog/templates/tag.html.j2')
-rw-r--r--blog/templates/tag.html.j24
1 files changed, 2 insertions, 2 deletions
diff --git a/blog/templates/tag.html.j2 b/blog/templates/tag.html.j2
index 951f233..8334c26 100644
--- a/blog/templates/tag.html.j2
+++ b/blog/templates/tag.html.j2
@@ -1,6 +1,6 @@
{% extends "blog_base.html.j2" %}
-{% block page_title %}tags/{{ tag }} {{ super() }}{% endblock %}
-{% block page_title_short %}tags/{{ tag }}{% endblock %}
+{% block page_title %}tags/{{ tag }} - {{ super() }}{% endblock %}
+{% block og_page_title %}tags/{{ tag }}{% endblock %}
{% block content %}
<h1 class="first-element">tags/{{ tag }}/</h1>
<p>{{ config.get_tag_prompt(tag, "find other_posts/ -type f -exec head {} +") }}</p>