From 1d6c4afcd22b497bc77c10829702bb039a0a324d Mon Sep 17 00:00:00 2001 From: David Lecina Date: Fri, 5 Dec 2014 22:11:03 +0100 Subject: [PATCH] Add subscription link for tags --- assets/css/screen.css | 3 ++- tag.hbs | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/assets/css/screen.css b/assets/css/screen.css index 96eaa5af4b..770d62f12b 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -924,9 +924,10 @@ main ========================================================================== */ .tag-archive-header { - text-align: left; + text-align: center; max-width: 800px; margin: 3rem 0px; + padding: 0 0 30px 0; border-bottom: 1px solid #EBF2F6; } diff --git a/tag.hbs b/tag.hbs index 08ec8f3fe2..76964db083 100755 --- a/tag.hbs +++ b/tag.hbs @@ -5,6 +5,8 @@

{{tag.name}}

+ +
{{! Each post will be output using this markup }}