Fix tag formatting issues
This commit is contained in:
parent
4793d660e2
commit
5c569780dc
3 changed files with 16 additions and 8 deletions
|
@ -63,7 +63,7 @@ sub post-tag(Str:D $tag) is export {
|
|||
span :class<post-tag>, [
|
||||
a :href("/tags/$tag.html"), [
|
||||
icon 'hash';
|
||||
$tag;
|
||||
span $tag;
|
||||
]
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue