privacyguides.org/_layouts/page.html
Jonah Aragon 430a2ccdfc
Adding some SEO metadata (#1474)
* Add breadcrumbs

* Update cardv2.html

* Dark mode fix
2019-11-08 16:40:37 -06:00

13 lines
260 B
HTML

---
layout: default
---
{% include breadcrumbs.html %}
<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 }}