Add titles and descriptions to all pages

This commit is contained in:
2019-04-01 16:24:16 -05:00
parent f63d75ca9a
commit 81b6c6c156
24 changed files with 80 additions and 23 deletions

10
_layouts/page.html Normal file
View File

@ -0,0 +1,10 @@
---
layout: default
---
<div class="jumbotron p-5">
<h1 class="display-4">{{ page.title }}</h1>
{% if page.description and page.hidedesc != true %}<p class="lead">{{ page.description }}</p>{% endif %}
</div>
{{ content }}