Skip to content

Commit

Permalink
Add p-category class to post tags per #12
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelo Stavrow committed Aug 30, 2018
1 parent fd88fd1 commit a3303c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/_default/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h1 class="post-title p-name">{{ .Title }}</h1>
<hr class="post-underline">
<p class="post-tag">Tags for this post:
{{ range .Params.tags }}
<a href="{{ $baseurl }}/tags/{{ . | urlize }}" class="post-tag">{{ . }}</a>
<a href="{{ $baseurl }}/tags/{{ . | urlize }}" class="post-tag p-category">{{ . }}</a>
{{ end }}
</p>
{{ end }}
Expand Down

0 comments on commit a3303c1

Please sign in to comment.