add style for blog entries
This commit is contained in:
parent
815d3e21ca
commit
615b6e1683
2 changed files with 7 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue