Update blog templates

This commit is contained in:
Gregory Soutade
2022-06-19 10:12:14 +02:00
parent 96e12bce83
commit fa98b0b0e0
2 changed files with 6 additions and 4 deletions

View File

@@ -1,9 +1,10 @@
<html>
<head>
<title>Dynastie</title>
<link rel="icon" type="image/png" href="{{ STATIC_URL }}images/favicon.png" />
{% load static %}
<link rel="icon" type="image/png" href="{% static 'images/favicon.png' %}" />
{% block head %} {% endblock %}
<link href="{{ STATIC_URL }}css/dynastie.css" rel="stylesheet" type="text/css"/>
<link href="{% static 'css/dynastie.css' %}" rel="stylesheet" type="text/css"/>
</head>
<body>