Fix header on Topic title
This commit is contained in:
parent
cf93343ed0
commit
49e421d6c2
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
<h5>{{ page.tabtitle }}</h5>
|
<h6>{{ page.tabtitle }}</h6>
|
||||||
{% for post in site.posts %}
|
{% for post in site.posts %}
|
||||||
{% if post.topics contains page.title %}
|
{% if post.topics contains page.title %}
|
||||||
<h1><a href="{{ post.url }}">{{ post.title }}</a></h1>
|
<h1><a href="{{ post.url }}">{{ post.title }}</a></h1>
|
||||||
|
|
Loading…
Reference in a new issue