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> <!doctype html>
<html lang="en"> <html lang="en">
<head>
<head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>{{ page.title }}</title> <title>{{ page.title }}</title>
<link rel="stylesheet" href="/css/style.css"> <link rel="stylesheet" href="/css/style.css">
</head> </head>
<body>
<body>
<nav> <nav>
<a href="/">Home</a> <a href="/pipedal">
<a href="/blog/">Blog</a> <img src="/pipedal/docs/PiPedal-logo.png" style="height: 16px" />
</a>
<a href="/blog/">Blog</a>
</nav> </nav>
<h1>{{ page.title }}</h1> <h1>{{ page.title }}</h1>
<section> <section>
{{ content }} {{ content }}
</section> </section>
<footer> <footer>
&copy; to me &copy; to me
</footer> </footer>
</body> </body>
</html> </html>