Add titles and descriptions to all pages
This commit is contained in:
10
_layouts/page.html
Normal file
10
_layouts/page.html
Normal 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 }}
|
Reference in New Issue
Block a user