Add contact.md to en.yml

This commit is contained in:
2019-08-06 16:22:44 -05:00
parent d4568f509b
commit 82b94ec597
6 changed files with 40 additions and 15 deletions

View File

@ -3,8 +3,8 @@ 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 %}
<h1 class="display-4">{{ page.title | flatify }}</h1>
{% if page.description and page.hidedesc != true %}<p class="lead">{{ page.description | flatify }}</p>{% endif %}
</div>
{{ content }}