Update blog templates
This commit is contained in:
parent
96e12bce83
commit
fa98b0b0e0
|
@ -1,9 +1,10 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Dynastie</title>
|
<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 %}
|
{% 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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
|
@ -1,7 +1,8 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Dynastie</title>
|
<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">
|
<style type="text/css">
|
||||||
div.logo {
|
div.logo {
|
||||||
margin-top:2%;
|
margin-top:2%;
|
||||||
|
@ -23,7 +24,7 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="logo">
|
<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>
|
||||||
<div class="form">
|
<div class="form">
|
||||||
<form method="post" action="/index">
|
<form method="post" action="/index">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user