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> </div>
<div id="content"> <div id="content">
<h1>Topic: {{ page.title }}</h1> <div id="cor_coll_title">{{ page.tabtitle }}</div>
{{ content }} {{ content }}
</div> </div>
</div> </div>

View file

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

View file

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

View file

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

View file

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

View file

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