mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2024-10-01 01:35:57 -04:00
430a2ccdfc
* Add breadcrumbs * Update cardv2.html * Dark mode fix
13 lines
260 B
HTML
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 }}
|