include styling to permalink redirect page

This commit is contained in:
Akbar Rahman 2024-04-14 15:56:05 +01:00
parent 44e5da27cc
commit 6638c72230
Signed by: alvierahman90
GPG Key ID: 6217899F07CA2BDF
2 changed files with 3 additions and 1 deletions

View File

@ -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()))

View File

@ -1,3 +1,4 @@
{% extends "base.html" %}
{% block content %} {% block content %}
<p> <p>
You should be being redirected... You should be being redirected...