mirror of
https://github.com/alvierahman90/gronk.git
synced 2024-11-21 15:09:51 +00:00
include styling to permalink redirect page
This commit is contained in:
parent
44e5da27cc
commit
6638c72230
3
gronk.py
3
gronk.py
@ -443,7 +443,8 @@ def generate_permalink_page(output_dir):
|
|||||||
dir = output_dir.joinpath('permalink')
|
dir = output_dir.joinpath('permalink')
|
||||||
dir.mkdir(exist_ok=True)
|
dir.mkdir(exist_ok=True)
|
||||||
dir.joinpath('index.html').write_text(
|
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()))
|
data=FILEMAP.get_uuid_map()))
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
{% extends "base.html" %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<p>
|
<p>
|
||||||
You should be being redirected...
|
You should be being redirected...
|
||||||
|
Loading…
Reference in New Issue
Block a user