WIP on docs layout (#4)

This commit is contained in:
Daniel J. Summers
2019-03-01 23:41:45 +00:00
parent 7a1e0481d7
commit 2183533fed
7 changed files with 296 additions and 3 deletions

View File

@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{ page.title }} | PrayerTracker Help</title>
<link href="https://prayer.bitbadger.solutions/css/app.css" rel="stylesheet">
<link href="https://prayer.bitbadger.solutions/css/help.css" rel="stylesheet">
</head>
<body>
<header class="pt-title-bar">
<section class="pt-title-bar-left"><span class="pt-title-bar-home"><a href="/" title="Home">PrayerTracker Help</a></span></section>
</header>
<article class="pt-content">
{{ content }}
</article>
</body>
</html>