diff options
Diffstat (limited to 'blog/templates/tag.html.j2')
| -rw-r--r-- | blog/templates/tag.html.j2 | 4 |
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> |
