Leilukin 74e6215d2f
All checks were successful
Deploy to Hostinger / Build and Push (push) Successful in 43s
Convert Nunjucks templates to HTML files
2025-04-24 00:58:27 +08:00

20 lines
739 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{%- css %}{% include "src/assets/css/asummersend.css" %}{%- endcss %}
{% extends "global/baselayout.html" %}
{% block metaTitle %}
<meta property="og:title" content="{{ title + ' | ' if title }}A Summers End — Hong Kong 1986 Shrine">
{% endblock %}
{% block pageTitle %}
{{ title + " | " if title }}A Summers End — Hong Kong 1986 Shrine | {{ sitemeta.siteName | safe }}
{% endblock %}
{% block favicon %}
<link rel="icon" type="image/x-icon" href="/assets/shrines/asummersend/images/favicon.ico">
{% endblock %}
{% block hero %}{% include "asummersend/hero.html" %}{% endblock %}
{% block navbar %}{% include "asummersend/navbar.html" %}{% endblock %}
{% block footer %}{% include "asummersend/footer.html" %}{% endblock %}