Publication date in footer
This commit is contained in:
parent
ef6c80f545
commit
b1d58005c1
14
main.css
14
main.css
@ -1,5 +1,5 @@
|
|||||||
body {
|
body {
|
||||||
background-color: #c6beaf;
|
background-color: #d6cebf;
|
||||||
}
|
}
|
||||||
|
|
||||||
#favicon {
|
#favicon {
|
||||||
@ -26,3 +26,15 @@ article {
|
|||||||
.fancy-name, .code {
|
.fancy-name, .code {
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.entry-footer {
|
||||||
|
margin-top: 1em;
|
||||||
|
border-top: 1px solid #005e75;
|
||||||
|
padding-top: 0.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media print {
|
||||||
|
body {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@ -1,9 +1,12 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
<head>
|
||||||
<title>Raspberry Pi temperature monitoring + calendar</title>
|
<title>Raspberry Pi temperature monitoring + calendar</title>
|
||||||
<meta charset="utf8">
|
<meta charset="utf8">
|
||||||
<link rel="shortcut icon" href="favicon.ico">
|
<link rel="shortcut icon" href="favicon.ico">
|
||||||
<link rel="stylesheet" href="main.css">
|
<link rel="stylesheet" href="main.css">
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
<h1 id="header"><img src="favicon.ico" id="favicon"/><a href="/">FliegendeWurst's corner of the WWW</a></h1>
|
<h1 id="header"><img src="favicon.ico" id="favicon"/><a href="/">FliegendeWurst's corner of the WWW</a></h1>
|
||||||
|
|
||||||
<h2>Raspberry Pi 0 W + sensors + OLED display = temperature monitoring and calendar</h2>
|
<h2>Raspberry Pi 0 W + sensors + OLED display = temperature monitoring and calendar</h2>
|
||||||
@ -106,4 +109,6 @@ sudo mv nix /
|
|||||||
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<div class="entry-footer">Posted 5th October 2022</div>
|
||||||
|
|
||||||
</article>
|
</article>
|
Loading…
Reference in New Issue
Block a user