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>

View File

@ -1,7 +1,8 @@
<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' %}" />
<style type="text/css">
div.logo {
margin-top:2%;
@ -23,7 +24,7 @@
</head>
<body>
<div class="logo">
<a href="http://indefero.soutade.fr/p/dynastie"><img src="{{ STATIC_URL }}images/logo.png"/></a>
<a href="http://indefero.soutade.fr/p/dynastie"><img src="{% static 'images/logo.png' %}"/></a>
</div>
<div class="form">
<form method="post" action="/index">