From 2cb3040285d5db67ee4900fcc4ac32c9e56754ed Mon Sep 17 00:00:00 2001 From: Henn Runnel Date: Thu, 25 Jul 2019 17:24:21 +0300 Subject: [PATCH] Add {% sd_breadcrumbs %} Closes #115 --- components/html-head.tpl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/html-head.tpl b/components/html-head.tpl index c2b2746..3924d2b 100644 --- a/components/html-head.tpl +++ b/components/html-head.tpl @@ -48,5 +48,8 @@ {% include "template-meta" %} +{% comment %}BREADCRUMBS{% endcomment %} +{% sd_breadcrumbs %} + {% if blog %}{{ blog.rss_link }}{% endif %} {{ site.stats_header }}