Add a favicon
This commit is contained in:
parent
726d247632
commit
f7a3e3f9c9
|
@ -7,6 +7,7 @@ v0.2 (16/03/2014)
|
||||||
Add all posts generators
|
Add all posts generators
|
||||||
Set default font size to 14 for TinyMCE
|
Set default font size to 14 for TinyMCE
|
||||||
Allow to reference comments with #comment_number
|
Allow to reference comments with #comment_number
|
||||||
|
Add a favicon
|
||||||
|
|
||||||
** Dev **
|
** Dev **
|
||||||
Add coding information in all py files
|
Add coding information in all py files
|
||||||
|
|
BIN
dynastie/static/images/favicon.png
Normal file
BIN
dynastie/static/images/favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
|
@ -1,6 +1,7 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Dynastie</title>
|
<title>Dynastie</title>
|
||||||
|
<link rel="icon" type="image/png" href="{{ STATIC_URL }}images/favicon.png" />
|
||||||
{% block head %} {% endblock %}
|
{% block head %} {% endblock %}
|
||||||
<link href="{{ STATIC_URL }}css/dynastie.css" rel="stylesheet" type="text/css"/>
|
<link href="{{ STATIC_URL }}css/dynastie.css" rel="stylesheet" type="text/css"/>
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Dynastie</title>
|
<title>Dynastie</title>
|
||||||
|
<link rel="icon" type="image/png" href="{{ STATIC_URL }}images/favicon.png" />
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
div.logo {
|
div.logo {
|
||||||
margin-top:2%;
|
margin-top:2%;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user