Bold categories

merge-requests/8/head
Bob Mottram 2020-12-02 19:45:39 +00:00
parent 62a0672667
commit e6778854f4
1 changed files with 2 additions and 2 deletions

View File

@ -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 = ''