mirror of https://gitlab.com/bashrc2/epicyon
Cite markup
parent
1543051d4e
commit
aa939c39eb
|
@ -2770,7 +2770,8 @@ def htmlNewPost(cssCache: {}, mediaInstance: bool, translate: {},
|
|||
title = sections[1]
|
||||
link = sections[2]
|
||||
citationsStr += \
|
||||
' <li><a href="' + link + '">' + title + '</a></li>'
|
||||
' <li><a href="' + link + '"><cite>' + \
|
||||
title + '</cite></a></li>'
|
||||
citationsStr += ' </ul>\n'
|
||||
citationsStr += '</div>\n'
|
||||
|
||||
|
|
Loading…
Reference in New Issue