All checks were successful
Deploy to Hostinger / Build and Push (push) Successful in 43s
20 lines
739 B
HTML
20 lines
739 B
HTML
{%- css %}{% include "src/assets/css/asummersend.css" %}{%- endcss %}
|
||
|
||
{% extends "global/baselayout.html" %}
|
||
|
||
{% block metaTitle %}
|
||
<meta property="og:title" content="{{ title + ' | ' if title }}A Summer’s End — Hong Kong 1986 Shrine">
|
||
{% endblock %}
|
||
|
||
{% block pageTitle %}
|
||
{{ title + " | " if title }}A Summer’s 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 %}
|