Fix header on Topic title

This commit is contained in:
Bill Niblock 2019-01-21 15:42:32 -05:00
parent cf93343ed0
commit 49e421d6c2

View file

@ -1,4 +1,4 @@
<h5>{{ page.tabtitle }}</h5>
<h6>{{ page.tabtitle }}</h6>
{% for post in site.posts %}
{% if post.topics contains page.title %}
<h1><a href="{{ post.url }}">{{ post.title }}</a></h1>