Implement tag page title
This commit is contained in:
parent
967dca9ccf
commit
66b051a508
6 changed files with 6 additions and 1 deletions
|
@ -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>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: gaming
|
||||
tabtitle: "Gaming Posts"
|
||||
---
|
||||
|
||||
{% include topics.html %}
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: other
|
||||
tabtitle: "Other Posts"
|
||||
---
|
||||
|
||||
{% include topics.html %}
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: philosophy
|
||||
tabtitle: "Philosophy Posts"
|
||||
---
|
||||
|
||||
{% include topics.html %}
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: technology
|
||||
tabtitle: "Technology Posts"
|
||||
---
|
||||
|
||||
{% include topics.html %}
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: writing
|
||||
tabtitle: "Writing Posts"
|
||||
---
|
||||
|
||||
{% include topics.html %}
|
||||
|
|
Loading…
Reference in a new issue