search path

merge-requests/8/head
Bob Mottram 2020-12-02 21:56:22 +00:00
parent 520e9db276
commit ef57800d8f
1 changed files with 2 additions and 1 deletions

View File

@ -246,7 +246,8 @@ def htmlSearchHashtagCategory(cssCache: {}, translate: {},
htmlStr = htmlHeaderWithExternalStyle(cssFilename)
htmlStr += '<center>'
htmlStr += '<h1><a href="/search">' + categoryStr + '</a></h1>'
htmlStr += '<h1><a href="' + actor + '/search">'
htmlStr += categoryStr + '</a></h1>'
hashtagsDict = getHashtagCategories(baseDir, categoryStr)
if hashtagsDict: