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="' + \
|
||||
published + '" />\n' + \
|
||||
' <meta property="article:modified_time" content="' + \
|
||||
modified + '" />'
|
||||
modified + '" />\n'
|
||||
|
||||
htmlStr = \
|
||||
htmlHeaderWithExternalStyle(cssFilename, instanceTitle,
|
||||
|
|
Loading…
Reference in New Issue