Skip to content

Commit

Permalink
fix(templates): Add tag link on post template. Closes #92
Browse files Browse the repository at this point in the history
  • Loading branch information
oswaldoacauan committed May 26, 2014
1 parent 0872d9d commit 2ff121c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/post.hbs
Expand Up @@ -15,7 +15,8 @@
{{#if tags}}
<li class="post-meta-item">
{{#foreach tags}}
<span itemprop="{{#if @first}}articleSection{{else}}keywords{{/if}}">{{name}}</span>
<a itemprop="{{#if @first}}articleSection{{else}}keywords{{/if}}" href="{{url}}">{{name}}</a>
{{~#if @last}} {{else}}, {{/if}}
{{/foreach}}
</li>
{{/if}}
Expand Down

0 comments on commit 2ff121c

Please sign in to comment.