Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/AngeloStavrow/indigo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelo Stavrow <angelo@fogcreek.com>2018-08-30 23:37:15 +0300
committerAngelo Stavrow <angelo@fogcreek.com>2018-08-30 23:37:15 +0300
commita3303c17103b81dc22fc078ebe18e08f04b0c24d (patch)
treec27c5a8d70044920156c1e0684fedd7911ef0b6f /layouts
parentfd88fd1f79de62c05cf7bc92547ded64372c693a (diff)
Add p-category class to post tags per #12
Diffstat (limited to 'layouts')
-rw-r--r--layouts/_default/single.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index e085544..028ac83 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -21,7 +21,7 @@
<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 }}