1

custom home title

This commit is contained in:
Evan Pratten 2023-07-06 15:25:33 -04:00
parent f17b205623
commit 70a41aec09
2 changed files with 7 additions and 0 deletions

@ -27,7 +27,9 @@
{% endif %}
{# Page title #}
{% block title %}
<title>{{title}} | {{config.title}}</title>
{% endblock title %}
{# Site-wide styles #}
<link rel="stylesheet" href="/global.css">

@ -4,6 +4,9 @@
{% block head %}
{{ super() }}
{# Override title format for homepage #}
{% block title %}<title>{{config.title}}</title>{% endblock title %}
<script type="application/ld+json">
{% set person_ld = load_data(path="static/person.jsonld")%}
{% if person_ld %}{{person_ld | safe}}{% endif %}
@ -22,6 +25,8 @@
</script>
{% endblock head %}
{# Pass data through to the base template #}
{% block variable_wormhole %}
{{ super() }}