add inline svg favicon (of course it's the telephone emoji)

This commit is contained in:
darcy (iris system) 2021-06-08 06:17:37 +12:00
parent 365b1241ae
commit 2fabd8a9ec
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{% if page.title %}{{ page.title }} &raquo; {% endif %}tel.tilde.org.nz</title>
<link rel="stylesheet" href="{{ site.baseurl }}/styles.css">
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2280%22>☎️</text></svg>">
</head>
<body>
{{ content }}