Add favicon, configurable in me.yml, with default
This commit is contained in:
@@ -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">
|
||||
|
Reference in New Issue
Block a user