From a833538b4abf5b752f4dbea34cfb3dee08df8719 Mon Sep 17 00:00:00 2001 From: "Zachary E. Braun" Date: Tue, 24 Jun 2014 07:58:57 -0400 Subject: [PATCH] Fixes a bug that was preventing users from setting their own taglines. In the theme files, the header was set to:

{{ page.title }} Supporting Tagline

Becasue the tagline was set to "Supporting Tagline", users could not remove or set a custom tagline. Changing `Supporting Tagline` to `{{ page.tagline }}` is sufficient to fix this. --- _includes/themes/twitter/page.html | 2 +- _includes/themes/twitter/post.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/themes/twitter/page.html b/_includes/themes/twitter/page.html index 7ac6fab..e42278a 100644 --- a/_includes/themes/twitter/page.html +++ b/_includes/themes/twitter/page.html @@ -1,5 +1,5 @@
diff --git a/_includes/themes/twitter/post.html b/_includes/themes/twitter/post.html index 416af10..4385da0 100644 --- a/_includes/themes/twitter/post.html +++ b/_includes/themes/twitter/post.html @@ -1,5 +1,5 @@