improve newblog script
This commit is contained in:
parent
88d763068c
commit
cba9a275e2
1 changed files with 3 additions and 0 deletions
|
|
@ -18,7 +18,10 @@ cat > "$filename/index.html" << EOF
|
||||||
<title>'$name'</title>
|
<title>'$name'</title>
|
||||||
<meta name="date" content="$(date "+%Y/%m/%d")">
|
<meta name="date" content="$(date "+%Y/%m/%d")">
|
||||||
<link rel="stylesheet" href="/style.css">
|
<link rel="stylesheet" href="/style.css">
|
||||||
|
<!-- prevent darkreader from messing with our already dark site -->
|
||||||
|
<meta name="darkreader-lock"/>
|
||||||
<body id="blog">
|
<body id="blog">
|
||||||
|
<h1>$name</h1>
|
||||||
<p>
|
<p>
|
||||||
</p>
|
</p>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue