Initial migration to @ned-kelly template
This commit is contained in:
parent
7834032277
commit
3a01503f87
3151 changed files with 137622 additions and 683 deletions
30
docs/_layouts/page.html
Normal file
30
docs/_layouts/page.html
Normal file
|
@ -0,0 +1,30 @@
|
|||
---
|
||||
layout: default
|
||||
---
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<style>
|
||||
section{padding:4rem 0}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<section class="bg-primary">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-8 mx-auto text-center">
|
||||
<h2 class="section-heading text-white"> {{ page.title }} </h2>
|
||||
<hr class="light my-4">
|
||||
<p class="text-faded mb-4">
|
||||
{{ page.blurb }}
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
{{ content }}
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue