From 66b051a508296dbd452f850aa14a9cbfca035380 Mon Sep 17 00:00:00 2001 From: Bill Niblock Date: Sat, 13 Jan 2018 00:16:58 -0500 Subject: [PATCH] Implement tag page title --- _layouts/corrupt_collection.html | 2 +- _topics/gaming.html | 1 + _topics/other.html | 1 + _topics/philosophy.html | 1 + _topics/technology.html | 1 + _topics/writing.html | 1 + 6 files changed, 6 insertions(+), 1 deletion(-) diff --git a/_layouts/corrupt_collection.html b/_layouts/corrupt_collection.html index 838b409..2315f22 100644 --- a/_layouts/corrupt_collection.html +++ b/_layouts/corrupt_collection.html @@ -18,7 +18,7 @@
-

Topic: {{ page.title }}

+
{{ page.tabtitle }}
{{ content }}
diff --git a/_topics/gaming.html b/_topics/gaming.html index 4e837ae..69ab243 100644 --- a/_topics/gaming.html +++ b/_topics/gaming.html @@ -1,5 +1,6 @@ --- title: gaming + tabtitle: "Gaming Posts" --- {% include topics.html %} diff --git a/_topics/other.html b/_topics/other.html index 7c03a13..de57f51 100644 --- a/_topics/other.html +++ b/_topics/other.html @@ -1,5 +1,6 @@ --- title: other + tabtitle: "Other Posts" --- {% include topics.html %} diff --git a/_topics/philosophy.html b/_topics/philosophy.html index 99e479f..1214b98 100644 --- a/_topics/philosophy.html +++ b/_topics/philosophy.html @@ -1,5 +1,6 @@ --- title: philosophy + tabtitle: "Philosophy Posts" --- {% include topics.html %} diff --git a/_topics/technology.html b/_topics/technology.html index b4f108a..ecf4488 100644 --- a/_topics/technology.html +++ b/_topics/technology.html @@ -1,5 +1,6 @@ --- title: technology + tabtitle: "Technology Posts" --- {% include topics.html %} diff --git a/_topics/writing.html b/_topics/writing.html index d485df2..3d3e4fc 100644 --- a/_topics/writing.html +++ b/_topics/writing.html @@ -1,5 +1,6 @@ --- title: writing + tabtitle: "Writing Posts" --- {% include topics.html %}