Skip to content
This repository has been archived by the owner on Jan 31, 2021. It is now read-only.

Commit

Permalink
Add subscription link for tags
Browse files Browse the repository at this point in the history
  • Loading branch information
dlecina committed Dec 5, 2014
1 parent 032c844 commit 1d6c4af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/css/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down
2 changes: 2 additions & 0 deletions tag.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

<header class="tag-archive-header">
<h4><i class="fa fa-tag"></i><span class="tag-archive-header-name">{{tag.name}}</span></h4>

<a class="subscribe-button icon-feed" href="{{url}}rss/">Subscribe to this tag</a>
</header>

{{! Each post will be output using this markup }}
Expand Down

0 comments on commit 1d6c4af

Please sign in to comment.