add style for blog entries
This commit is contained in:
@ -18,7 +18,7 @@ cat > "$filename/index.html" << EOF
|
||||
<title>'$name'</title>
|
||||
<meta name="date" content="$(date "+%Y/%m/%d")">
|
||||
<link rel="stylesheet" href="/style.css">
|
||||
<body style="background-color: #161617;">
|
||||
<body id="blog">
|
||||
<p>
|
||||
</p>
|
||||
</body>
|
||||
|
Reference in New Issue
Block a user