1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-02 17:42:39 +00:00

Fun Refactoring!

This commit is contained in:
2020-12-03 22:44:27 -06:00
parent 19ce411076
commit 7e20a1cb9c
79 changed files with 794 additions and 520 deletions

View File

@ -3,6 +3,9 @@ layout: default
---
<div class="container my-5">
<h1>{{ page.title }}</h1>
{% if page.description %}<p class="lead">
{{ page.description }}
</p>{% endif %}
{{ content }}
{% include footer.html %}
</div>