aboutsummaryrefslogtreecommitdiff
path: root/generate.sh
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 /generate.sh
parenta13d75a69df5ca45fcf2128fe81610187ffe523a (diff)
link favicon
Diffstat (limited to 'generate.sh')
-rwxr-xr-xgenerate.sh3
1 files changed, 2 insertions, 1 deletions
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>