summaryrefslogtreecommitdiff
path: root/templates/blogpost_sub.html.j2
diff options
context:
space:
mode:
authorBotond Hende <nettingman@gmail.com>2025-12-17 23:31:39 +0100
committerBotond Hende <nettingman@gmail.com>2025-12-17 23:31:39 +0100
commitd8995902414f2d2689b0bbdc6651730b1fe9bd31 (patch)
treeef441bbc46ec5249b48de4286483d83d5c668ce7 /templates/blogpost_sub.html.j2
parentb687ada7e80591e8d9e3da6690fc1c24aa0bdf21 (diff)
moved blog generation to separate folder
Diffstat (limited to 'templates/blogpost_sub.html.j2')
-rw-r--r--templates/blogpost_sub.html.j210
1 files changed, 0 insertions, 10 deletions
diff --git a/templates/blogpost_sub.html.j2 b/templates/blogpost_sub.html.j2
deleted file mode 100644
index 5bf4d94..0000000
--- a/templates/blogpost_sub.html.j2
+++ /dev/null
@@ -1,10 +0,0 @@
-{% extends "base.html.j2" %}
-{% block page_title %}{{ post.title() }} {{ super() }}{% endblock %}
-{% block page_title_short %}{{ post.title() }}{% endblock %}
-{% block content %}
-<p class="first-element">{{ post.get_cat_prompt(subpage_name) }}</p>
-<div class="blog-content-spacer"></div>
-{{ subpage_html|safe }}
-<hr>
-<p class="last-element">{{ post.get_cat_prompt("") }}<a href=".">content</a></p>
-{% endblock %}