fix {formattedTime} not replacing
This commit is contained in:
parent
9751237316
commit
4fcbf7ba53
@ -113,7 +113,7 @@ proc renderHead*(prefs: Prefs; cfg: Config; req: Request; titleText=""; desc="";
|
|||||||
|
|
||||||
if not isDiscord:
|
if not isDiscord:
|
||||||
let formattedTime = timeObj.format("yyyy/MM/dd HH:mm:ss")
|
let formattedTime = timeObj.format("yyyy/MM/dd HH:mm:ss")
|
||||||
siteName &= " • {formattedTime}"
|
siteName &= &" • {formattedTime}"
|
||||||
if stats.len > 0:
|
if stats.len > 0:
|
||||||
siteName &= "\n" & stats
|
siteName &= "\n" & stats
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user