Pages
This commit is contained in:
+13
-8
@@ -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>
|
||||
© to me
|
||||
© to me
|
||||
</footer>
|
||||
</body>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user