aboutsummaryrefslogtreecommitdiff
path: root/generate.sh
diff options
context:
space:
mode:
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>