Implement tag page title

This commit is contained in:
Bill Niblock 2018-01-13 00:16:58 -05:00
parent 967dca9ccf
commit 66b051a508
6 changed files with 6 additions and 1 deletions

View file

@ -18,7 +18,7 @@
</div>
</div>
<div id="content">
<h1>Topic: {{ page.title }}</h1>
<div id="cor_coll_title">{{ page.tabtitle }}</div>
{{ content }}
</div>
</div>

View file

@ -1,5 +1,6 @@
---
title: gaming
tabtitle: "Gaming Posts"
---
{% include topics.html %}

View file

@ -1,5 +1,6 @@
---
title: other
tabtitle: "Other Posts"
---
{% include topics.html %}

View file

@ -1,5 +1,6 @@
---
title: philosophy
tabtitle: "Philosophy Posts"
---
{% include topics.html %}

View file

@ -1,5 +1,6 @@
---
title: technology
tabtitle: "Technology Posts"
---
{% include topics.html %}

View file

@ -1,5 +1,6 @@
---
title: writing
tabtitle: "Writing Posts"
---
{% include topics.html %}