Add favicon, configurable in me.yml, with default
This commit is contained in:
parent
c9bc5e29af
commit
32964a413b
4 changed files with 3 additions and 0 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue