This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
blog
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
add a title for the tagged posts page..
main
John-Mark Gurney
3 years ago
parent
d00082f9de
commit
bc48c4a5d5
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
layout/tagged_posts.j2
+ 4
- 0
layout/tagged_posts.j2
View File
@@ -1,6 +1,10 @@
{% from "macros.j2" import itemurl %}
{% extends "base.j2" %}
{% block title %}
{{ tag.name }}
{% endblock %}
{% block main %}
<section class="archives">
<h1 class="tag title">{{ tag.name }}</h1>
Write
Preview
Loading…
Cancel
Save