We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6db14ad commit ac52eb9Copy full SHA for ac52eb9
build.py
@@ -8,7 +8,7 @@ def read_text(path):
8
9
def inline_assets(html, css, js):
10
compilation_time = datetime.datetime.now().astimezone(pytz.timezone('Europe/Warsaw')).strftime("%Y-%m-%d %H:%M")
11
- html = html.replace(f'<span id="tool-version"></span>', f'<span id="tool-version">compiled on {compilation_time}<strong></strong></span>')
+ html = html.replace(f'<span id="tool-version"></span>', f'<span id="tool-version">compiled on <strong>{compilation_time}</strong></span>')
12
html = html.replace(f'<link rel="stylesheet" href="style.css">', f'')
13
html = html.replace(f'</head>', f'<style>\n{css}\n</style>\n</head>')
14
html = html.replace(f'<script src="app.js"></script>', f'')
0 commit comments