diff options
author | Nguyễn Gia Phong <cnx@loang.net> | 2023-10-05 00:35:37 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <cnx@loang.net> | 2023-10-05 00:42:24 +0900 |
commit | 2f2883337c8d5611741bb96345417b04fbe46625 (patch) | |
tree | 9af5694580bdf0156b3c5f32e57d81749c5fba9d /_layout | |
parent | 2b0ca44c7f30b30995e79560b523c7668da4cce2 (diff) | |
download | site-2f2883337c8d5611741bb96345417b04fbe46625.tar.gz |
Update metadata and style
Diffstat (limited to '_layout')
-rw-r--r-- | _layout/page_foot.html | 2 |
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>—{{isempty rss}}{{author}}, {{else}}<a href="{{mailto_comment}}" title="Reply via email">{{author}}</a>, {{end}}{{date}}</small><br>{{end}} |