mirror of
https://github.com/alvierahman90/gronk.git
synced 2025-12-12 18:23:59 +00:00
include styling to permalink redirect page
This commit is contained in:
3
gronk.py
3
gronk.py
@@ -443,7 +443,8 @@ def generate_permalink_page(output_dir):
|
||||
dir = output_dir.joinpath('permalink')
|
||||
dir.mkdir(exist_ok=True)
|
||||
dir.joinpath('index.html').write_text(
|
||||
JINJA_TEMPLATE_PERMALINK.render(gronk_commit=GRONK_COMMIT,
|
||||
JINJA_TEMPLATE_PERMALINK.render(title="redirecting... | gronk",
|
||||
gronk_commit=GRONK_COMMIT,
|
||||
data=FILEMAP.get_uuid_map()))
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user