Browse Source

add a title for the tagged posts page..

main
John-Mark Gurney 3 years ago
parent
commit
bc48c4a5d5
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      layout/tagged_posts.j2

+ 4
- 0
layout/tagged_posts.j2 View File

@@ -1,6 +1,10 @@
{% from "macros.j2" import itemurl %} {% from "macros.j2" import itemurl %}
{% extends "base.j2" %} {% extends "base.j2" %}


{% block title %}
{{ tag.name }}
{% endblock %}

{% block main %} {% block main %}
<section class="archives"> <section class="archives">
<h1 class="tag title">{{ tag.name }}</h1> <h1 class="tag title">{{ tag.name }}</h1>


Loading…
Cancel
Save