diff --git a/pelicanconf.py b/pelicanconf.py index 1772e19..af6eb56 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -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'] diff --git a/themes/jean-cloud/static/images/favicon.png b/themes/jean-cloud/static/images/favicon.png new file mode 100644 index 0000000..aa4effa Binary files /dev/null and b/themes/jean-cloud/static/images/favicon.png differ diff --git a/themes/jean-cloud/templates/base.html b/themes/jean-cloud/templates/base.html index 6e320e1..99f4e90 100644 --- a/themes/jean-cloud/templates/base.html +++ b/themes/jean-cloud/templates/base.html @@ -41,6 +41,9 @@ format(slug=tag.slug) }}{% endif %}" type="application/rss+xml" rel="alternate" {% endblock head %} + {% if FAVICON %} + + {% endif %}