diff options
| author | Christine Dodrill <me@christine.website> | 2020-11-18 12:18:24 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-18 12:18:24 -0500 |
| commit | f643496416c75ea468ffd866ccfee6436a3912f0 (patch) | |
| tree | 902a3b987474906360544c55bd28b96f9e2bb44a /templates/header.rs.html | |
| parent | 089b14788dbc0fe9a6b3a9263d5926a27c96f237 (diff) | |
| download | xesite-f643496416c75ea468ffd866ccfee6436a3912f0.tar.xz xesite-f643496416c75ea468ffd866ccfee6436a3912f0.zip | |
various updates (#263)
* various updates
* fix glory shot
* fix mi url for updating my blog
* fix CI
Diffstat (limited to 'templates/header.rs.html')
| -rw-r--r-- | templates/header.rs.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/header.rs.html b/templates/header.rs.html index 37e6eb2..ca49a36 100644 --- a/templates/header.rs.html +++ b/templates/header.rs.html @@ -30,7 +30,7 @@ <link rel="apple-touch-icon" sizes="144x144" href="/static/favicon/apple-icon-144x144.png"> <link rel="apple-touch-icon" sizes="152x152" href="/static/favicon/apple-icon-152x152.png"> <link rel="apple-touch-icon" sizes="180x180" href="/static/favicon/apple-icon-180x180.png"> - <link rel="icon" type="image/png" sizes="192x192" href="/static/favicon/android-icon-192x192.png"> + <link rel="icon" type="image/png" sizes="192x192" href="/static/favicon/android-icon-192x192.png"> <link rel="icon" type="image/png" sizes="32x32" href="/static/favicon/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="96x96" href="/static/favicon/favicon-96x96.png"> <link rel="icon" type="image/png" sizes="16x16" href="/static/favicon/favicon-16x16.png"> @@ -38,6 +38,7 @@ <meta name="msapplication-TileColor" content="#ffffff"> <meta name="msapplication-TileImage" content="/static/favicon/ms-icon-144x144.png"> <meta name="theme-color" content="#ffffff"> + <link href="https://mi.within.website/api/webmention/accept" rel="webmention" /> @if styles.is_some() { <style> @styles.unwrap() |
