From dce270a55732970221a3b223c1e9aecb5b4719c8 Mon Sep 17 00:00:00 2001 From: Jonah Date: Fri, 8 Nov 2019 13:47:57 -0600 Subject: [PATCH] Add breadcrumbs --- _includes/breadcrumbs.html | 22 ++++++++++++++++++++++ _layouts/page.html | 2 ++ 2 files changed, 24 insertions(+) create mode 100644 _includes/breadcrumbs.html diff --git a/_includes/breadcrumbs.html b/_includes/breadcrumbs.html new file mode 100644 index 00000000..dda03dd4 --- /dev/null +++ b/_includes/breadcrumbs.html @@ -0,0 +1,22 @@ + diff --git a/_layouts/page.html b/_layouts/page.html index 4a137c66..fbdb45fd 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -2,6 +2,8 @@ layout: default --- +{% include breadcrumbs.html %} +

{{ page.title }}

{% if page.description and page.hidedesc != true %}

{{ page.description }}

{% endif %}