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

Format recommendation pages

This commit is contained in:
2020-05-12 15:13:53 -05:00
parent 03dd56bf59
commit 9057b89261
11 changed files with 112 additions and 41 deletions

View File

@ -0,0 +1,8 @@
---
layout: default
---
<div class="container my-5">
<h1>{{ page.title }}</h1>
{{ content }}
{% include footer.html %}
</div>