custom home title
This commit is contained in:
parent
f17b205623
commit
70a41aec09
templates
@ -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() }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user