aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-02-08 17:31:51 +0000
committerAkshay <[email protected]>2020-02-08 17:31:51 +0000
commit75c5c6044170bd6cc23502a6f40f15378269b3d1 (patch)
treed68f08228376885a4854ac8d6964d9071bd02ff4
parenta13d75a69df5ca45fcf2128fe81610187ffe523a (diff)
link favicon
-rw-r--r--docs/index.html3
-rwxr-xr-xgenerate.sh3
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>