fix: don't extend header but extend extra head
Signed-off-by: Louis Vallat <contact@louis-vallat.fr>
This commit is contained in:
parent
cd27e005a7
commit
75919958d2
@ -1,8 +1,8 @@
|
|||||||
{% extends "terminimal/templates/index.html" %}
|
{% extends "terminimal/templates/index.html" %}
|
||||||
|
|
||||||
{% block header %}
|
{% block extra_head %}
|
||||||
<script defer src="https://umami.louis-vallat.dev/emmet.js" data-website-id="00cd1102-a4c5-4048-b720-b65f38d346b0"></script>
|
<script defer src="https://umami.louis-vallat.dev/emmet.js" data-website-id="00cd1102-a4c5-4048-b720-b65f38d346b0"></script>
|
||||||
{% endblock header %}
|
{% endblock extra_head %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div class="posts">
|
<div class="posts">
|
||||||
|
Loading…
Reference in New Issue
Block a user