diff options
author | Alan Pearce | 2023-11-09 19:57:27 +0100 |
---|---|---|
committer | Alan Pearce | 2023-11-09 19:57:27 +0100 |
commit | 1566962cfb62d2b52b35507c44255162fd287a57 (patch) | |
tree | 84515cebe2dcdbf0e1fdca07d0937b6bc9fc8305 /templates | |
parent | 11385f3ad639a4e536e38f8cf0c5b5681b43717a (diff) | |
download | website-1566962cfb62d2b52b35507c44255162fd287a57.tar.lz website-1566962cfb62d2b52b35507c44255162fd287a57.tar.zst website-1566962cfb62d2b52b35507c44255162fd287a57.zip |
Use existing style for post's tags
Diffstat (limited to 'templates')
-rw-r--r-- | templates/post.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/post.html b/templates/post.html index 2a66058..d08ea86 100644 --- a/templates/post.html +++ b/templates/post.html @@ -34,7 +34,7 @@ viverra. Eget egestas purus viverra accumsan in nisl nisi, scelerisque eu ultrices vitae, auctor eu augue ut lectus arcu, bibendum at. </div> - <ul class="p-categories"> + <ul class="p-categories tags"> Tags: <li><a class="p-category" href="/tags/sample/">#sample</a></li> </ul> |