diff options
-rw-r--r-- | docs/index.html | 3 | ||||
-rwxr-xr-x | generate.sh | 3 |
2 files changed, 4 insertions, 2 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> |
diff --git a/generate.sh b/generate.sh index baa81b0..57599d8 100755 --- a/generate.sh +++ b/generate.sh | |||
@@ -55,7 +55,8 @@ cat > ./docs/index.html << EOF | |||
55 | <meta property="og:type" content="website"> | 55 | <meta property="og:type" content="website"> |
56 | <meta property="og:description" content="a static site {for, by, about} me "> | 56 | <meta property="og:description" content="a static site {for, by, about} me "> |
57 | <meta property="og:url" content="https://peppe.rs"> | 57 | <meta property="og:url" content="https://peppe.rs"> |
58 | <title>n</title> | 58 | <link rel="icon" type="image/x-icon" href="/favicon.png"> |
59 | <title>peppe.rs</title> | ||
59 | <body> | 60 | <body> |
60 | <h1 class="heading">n</h1> | 61 | <h1 class="heading">n</h1> |
61 | <h4 class="date">nerdypepper's μblog</h4> | 62 | <h4 class="date">nerdypepper's μblog</h4> |