Skip to content

Commit

Permalink
Fix bug with comments link and fix tag url
Browse files Browse the repository at this point in the history
  • Loading branch information
kelyvin committed Feb 19, 2017
1 parent 5cd35fc commit 3412839
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion assets/css/caffeine-theme.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions assets/js/caffeine-theme.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion partials/post-list-item.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<div class="meta">
<time datetime="{{date published_at format="MMMM DD, YYYY"}}">{{date published_at timeago="true"}}</time>
<span class="tags">{{tags prefix="on " separator=" "}}</span>
- <a href="{{url}}">Comments</a>
- <a href="{{url}}#disqus_thread">Comments</a>
</div>
<div class="clear"></div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion tag.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="page page-tag container-wrapper">
<div class="tag-header container-wrapper">
<div class="tags">
<a href="/tag/{{tag.name}}/">{{tag.name}}</a>
<a href="{{tag.url}}">{{tag.name}}</a>
</div>
</div>
<ol class="posts">
Expand Down

0 comments on commit 3412839

Please sign in to comment.