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>
|
</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>
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: gaming
|
title: gaming
|
||||||
|
tabtitle: "Gaming Posts"
|
||||||
---
|
---
|
||||||
|
|
||||||
{% include topics.html %}
|
{% include topics.html %}
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: other
|
title: other
|
||||||
|
tabtitle: "Other Posts"
|
||||||
---
|
---
|
||||||
|
|
||||||
{% include topics.html %}
|
{% include topics.html %}
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: philosophy
|
title: philosophy
|
||||||
|
tabtitle: "Philosophy Posts"
|
||||||
---
|
---
|
||||||
|
|
||||||
{% include topics.html %}
|
{% include topics.html %}
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: technology
|
title: technology
|
||||||
|
tabtitle: "Technology Posts"
|
||||||
---
|
---
|
||||||
|
|
||||||
{% include topics.html %}
|
{% include topics.html %}
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: writing
|
title: writing
|
||||||
|
tabtitle: "Writing Posts"
|
||||||
---
|
---
|
||||||
|
|
||||||
{% include topics.html %}
|
{% include topics.html %}
|
||||||
|
|
Loading…
Reference in a new issue