Files
op-pedal/_layouts/default.html
T
Robin Davies 3bbb39d8f9 Pages
2022-03-07 11:01:30 -05:00

26 lines
489 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>{{ page.title }}</title>
<link rel="stylesheet" href="/css/style.css">
</head>
<body>
<nav>
<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 }}
</section>
<footer>
&copy; to me
</footer>
</body>
</html>