favicon
This commit is contained in:
parent
3995b1bb67
commit
549322e33f
@ -5,6 +5,7 @@ from __future__ import unicode_literals
|
|||||||
AUTHOR = 'Jean-Cloud'
|
AUTHOR = 'Jean-Cloud'
|
||||||
SITENAME = 'Jean-Cloud'
|
SITENAME = 'Jean-Cloud'
|
||||||
SITEURL = 'https://jean-cloud.net'
|
SITEURL = 'https://jean-cloud.net'
|
||||||
|
FAVICON = "theme/images/favicon.png"
|
||||||
|
|
||||||
#PATH = '.'
|
#PATH = '.'
|
||||||
STATIC_PATHS = ['static']
|
STATIC_PATHS = ['static']
|
||||||
|
BIN
themes/jean-cloud/static/images/favicon.png
Normal file
BIN
themes/jean-cloud/static/images/favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
@ -41,6 +41,9 @@ format(slug=tag.slug) }}{% endif %}" type="application/rss+xml" rel="alternate"
|
|||||||
{% endblock head %}
|
{% endblock head %}
|
||||||
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/font-sourcesanspro.css" />
|
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/font-sourcesanspro.css" />
|
||||||
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/main.css" />
|
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/main.css" />
|
||||||
|
{% if FAVICON %}
|
||||||
|
<link rel="icon" href="{{ SITEURL }}/{{ FAVICON }}" type="image/x-icon" />
|
||||||
|
{% endif %}
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="background"></div>
|
<div class="background"></div>
|
||||||
|
Loading…
Reference in New Issue
Block a user