favicon
This commit is contained in:
parent
3995b1bb67
commit
549322e33f
@ -5,6 +5,7 @@ from __future__ import unicode_literals
|
||||
AUTHOR = 'Jean-Cloud'
|
||||
SITENAME = 'Jean-Cloud'
|
||||
SITEURL = 'https://jean-cloud.net'
|
||||
FAVICON = "theme/images/favicon.png"
|
||||
|
||||
#PATH = '.'
|
||||
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 %}
|
||||
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/font-sourcesanspro.css" />
|
||||
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/main.css" />
|
||||
{% if FAVICON %}
|
||||
<link rel="icon" href="{{ SITEURL }}/{{ FAVICON }}" type="image/x-icon" />
|
||||
{% endif %}
|
||||
</head>
|
||||
<body>
|
||||
<div class="background"></div>
|
||||
|
Loading…
Reference in New Issue
Block a user