Update blog templates
This commit is contained in:
parent
96e12bce83
commit
fa98b0b0e0
|
@ -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>
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue
Block a user