Add a favicon

This commit is contained in:
Gregory Soutade 2014-03-16 19:36:39 +01:00
parent 726d247632
commit f7a3e3f9c9
4 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,7 @@ v0.2 (16/03/2014)
Add all posts generators
Set default font size to 14 for TinyMCE
Allow to reference comments with #comment_number
Add a favicon
** Dev **
Add coding information in all py files

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

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

View File

@ -1,6 +1,7 @@
<html>
<head>
<title>Dynastie</title>
<link rel="icon" type="image/png" href="{{ STATIC_URL }}images/favicon.png" />
<style type="text/css">
div.logo {
margin-top:2%;