diff options
author | Akshay <[email protected]> | 2020-05-30 05:15:21 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2020-05-30 05:15:21 +0100 |
commit | 599009b057e19f38e4873bd4cc4a91d4119b27ea (patch) | |
tree | 1d21c52e1ccf9852b8718811966f5cdbe7b585ce /docs | |
parent | 7a3cbcadb3252aed201c52ae1b2dad0f0b2efbba (diff) |
add "rel=alternate" metadata
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html index f57e8a2..8bed9f4 100644 --- a/docs/index.html +++ b/docs/index.html | |||
@@ -3,6 +3,7 @@ | |||
3 | <head> | 3 | <head> |
4 | <a rel="me" href="https://freeradical.zone/@NerdyPepper">Mastodon</a> | 4 | <a rel="me" href="https://freeradical.zone/@NerdyPepper">Mastodon</a> |
5 | <link rel="stylesheet" href="./style.css"> | 5 | <link rel="stylesheet" href="./style.css"> |
6 | <link rel="alternate" type="application/atom+xml" title="nerdypepper's micro musings" href="./index.xml"> | ||
6 | <meta charset="UTF-8"> | 7 | <meta charset="UTF-8"> |
7 | <meta name="viewport" content="initial-scale=1"> | 8 | <meta name="viewport" content="initial-scale=1"> |
8 | <meta content="#ffffff" name="theme-color"> | 9 | <meta content="#ffffff" name="theme-color"> |