Add favicon, configurable in me.yml, with default

This commit is contained in:
Fabio
2020-03-27 12:03:55 +01:00
parent c9bc5e29af
commit 32964a413b
4 changed files with 3 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>{% block title %}{{ config.NAME }}'s microblog{% endblock %}</title>
<link rel="icon" type="image/png" href="{{ config.FAVICON_URL }}">
<link rel="stylesheet" href="/static/pure.css">
<link rel="authorization_endpoint" href="{{ config.ID }}/indieauth">
<link rel="token_endpoint" href="{{ config.ID }}/token">