improve newblog script

This commit is contained in:
Squibid 2025-12-02 20:07:32 -05:00
parent 88d763068c
commit cba9a275e2
Signed by: squibid
GPG key ID: BECE5684D3C4005D

View file

@ -18,7 +18,10 @@ cat > "$filename/index.html" << EOF
<title>'$name'</title>
<meta name="date" content="$(date "+%Y/%m/%d")">
<link rel="stylesheet" href="/style.css">
<!-- prevent darkreader from messing with our already dark site -->
<meta name="darkreader-lock"/>
<body id="blog">
<h1>$name</h1>
<p>
</p>
</body>