about summary refs log tree commit diff homepage
path: root/_layout
diff options
context:
space:
mode:
authorNguyễn Gia Phong <cnx@loang.net>2023-10-05 00:35:37 +0900
committerNguyễn Gia Phong <cnx@loang.net>2023-10-05 00:42:24 +0900
commit2f2883337c8d5611741bb96345417b04fbe46625 (patch)
tree9af5694580bdf0156b3c5f32e57d81749c5fba9d /_layout
parent2b0ca44c7f30b30995e79560b523c7668da4cce2 (diff)
downloadsite-2f2883337c8d5611741bb96345417b04fbe46625.tar.gz
Update metadata and style
Diffstat (limited to '_layout')
-rw-r--r--_layout/page_foot.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_layout/page_foot.html b/_layout/page_foot.html
index 2fb5626..774066a 100644
--- a/_layout/page_foot.html
+++ b/_layout/page_foot.html
@@ -1,5 +1,5 @@
 {{isnotempty tags}}<small class=tags><strong>Tags:</strong>{{for tag in tags}}
-  <a href=/tag/{{tag}}>{{tag}}</a>{{end}}</small>
+  <a class=tag href=/tag/{{tag}}>{{tag}}</a>{{end}}</small>
 <small class=right>&mdash;{{isempty rss}}{{author}},
   {{else}}<a href="{{mailto_comment}}" title="Reply via email">{{author}}</a>,
   {{end}}{{date}}</small><br>{{end}}