Add contact.md to en.yml
This commit is contained in:
@ -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 }}
|
||||
|
Reference in New Issue
Block a user