mirror of https://gitlab.com/bashrc2/epicyon
Newline
parent
d18b97e850
commit
a71c352ce3
|
@ -843,7 +843,7 @@ def htmlHeaderWithBlogMarkup(cssFilename: str, instanceTitle: str,
|
||||||
' <meta property="article:published_time" content="' + \
|
' <meta property="article:published_time" content="' + \
|
||||||
published + '" />\n' + \
|
published + '" />\n' + \
|
||||||
' <meta property="article:modified_time" content="' + \
|
' <meta property="article:modified_time" content="' + \
|
||||||
modified + '" />'
|
modified + '" />\n'
|
||||||
|
|
||||||
htmlStr = \
|
htmlStr = \
|
||||||
htmlHeaderWithExternalStyle(cssFilename, instanceTitle,
|
htmlHeaderWithExternalStyle(cssFilename, instanceTitle,
|
||||||
|
|
Loading…
Reference in New Issue