diff options
| author | Botond Hende <contact@wazul.moe> | 2026-05-01 21:28:35 +0200 |
|---|---|---|
| committer | Botond Hende <contact@wazul.moe> | 2026-05-01 21:28:35 +0200 |
| commit | 32cb783aa8675d275cb9136eeadffa8294d40b89 (patch) | |
| tree | 350b570140efd5672c2823673307cdda7ed82e67 /blog/templates/blogpost_sub.html.j2 | |
| parent | 41ebb83adbb462c28ba1d686a80f273265987971 (diff) | |
created global template and refactored blog templates
Diffstat (limited to 'blog/templates/blogpost_sub.html.j2')
| -rw-r--r-- | blog/templates/blogpost_sub.html.j2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/blog/templates/blogpost_sub.html.j2 b/blog/templates/blogpost_sub.html.j2 index bc1c2b8..a2c6960 100644 --- a/blog/templates/blogpost_sub.html.j2 +++ b/blog/templates/blogpost_sub.html.j2 @@ -1,6 +1,6 @@ {% extends "blog_base.html.j2" %} -{% block page_title %}{{ post.title() }} {{ super() }}{% endblock %} -{% block page_title_short %}{{ post.title() }}{% endblock %} +{% block page_title %}{{ post.title() }} - {{ super() }}{% endblock %} +{% block og_page_title %}{{ post.title() }}{% endblock %} {% block content %} <p class="first-element">{{ post.get_cat_prompt(subpage_name) }}</p> <div class="blog-content-spacer"></div> |
