diff options
Diffstat (limited to '_layout/page_foot.html')
-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}} |