1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-02 17:42:39 +00:00
Files
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 }}