Adding some SEO metadata (#1474)

* Add breadcrumbs

* Update cardv2.html

* Dark mode fix
This commit is contained in:
2019-11-08 16:40:37 -06:00
committed by GitHub
parent f9f048e7f4
commit 430a2ccdfc
4 changed files with 51 additions and 22 deletions

View File

@ -2,6 +2,8 @@
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 %}