diff options
author | Akshay <[email protected]> | 2020-02-08 17:31:51 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2020-02-08 17:31:51 +0000 |
commit | 75c5c6044170bd6cc23502a6f40f15378269b3d1 (patch) | |
tree | d68f08228376885a4854ac8d6964d9071bd02ff4 /docs | |
parent | a13d75a69df5ca45fcf2128fe81610187ffe523a (diff) |
link favicon
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html index f60fe28..c400f7e 100644 --- a/docs/index.html +++ b/docs/index.html | |||
@@ -10,7 +10,8 @@ | |||
10 | <meta property="og:type" content="website"> | 10 | <meta property="og:type" content="website"> |
11 | <meta property="og:description" content="a static site {for, by, about} me "> | 11 | <meta property="og:description" content="a static site {for, by, about} me "> |
12 | <meta property="og:url" content="https://peppe.rs"> | 12 | <meta property="og:url" content="https://peppe.rs"> |
13 | <title>n</title> | 13 | <link rel="icon" type="image/x-icon" href="/favicon.png"> |
14 | <title>peppe.rs</title> | ||
14 | <body> | 15 | <body> |
15 | <h1 class="heading">n</h1> | 16 | <h1 class="heading">n</h1> |
16 | <h4 class="date">nerdypepper's μblog</h4> | 17 | <h4 class="date">nerdypepper's μblog</h4> |