This commit is contained in:
Robin Davies
2022-03-07 11:01:30 -05:00
parent d860ecab4b
commit 3bbb39d8f9
+13 -8
View File
@@ -1,21 +1,26 @@
<!doctype html>
<html lang="en">
<head>
<head>
<meta charset="utf-8">
<title>{{ page.title }}</title>
<link rel="stylesheet" href="/css/style.css">
</head>
<body>
</head>
<body>
<nav>
<a href="/">Home</a>
<a href="/blog/">Blog</a>
<a href="/pipedal">
<img src="/pipedal/docs/PiPedal-logo.png" style="height: 16px" />
</a>
<a href="/blog/">Blog</a>
</nav>
<h1>{{ page.title }}</h1>
<section>
{{ content }}
{{ content }}
</section>
<footer>
&copy; to me
&copy; to me
</footer>
</body>
</body>
</html>