mirror of https://gitlab.com/bashrc2/epicyon
Bold categories
parent
62a0672667
commit
e6778854f4
|
@ -201,8 +201,8 @@ def htmlHashTagSwarm(baseDir: str, actor: str, translate: {}) -> str:
|
|||
for categoryStr in categorySwarm:
|
||||
categorySwarmStr += \
|
||||
'<a href="' + actor + '/category/' + categoryStr + \
|
||||
'" class="hashtagswarm">' + categoryStr + '</a>\n'
|
||||
categorySwarmStr += '<br><br><br>\n'
|
||||
'" class="hashtagswarm"><b>' + categoryStr + '</b></a>\n'
|
||||
categorySwarmStr += '<br>\n'
|
||||
|
||||
# swarm of tags
|
||||
tagSwarmStr = ''
|
||||
|
|
Loading…
Reference in New Issue