From 4f6e153a0cbdbd30f91f43e6d838ced1b32e2f66 Mon Sep 17 00:00:00 2001 From: Henn Runnel Date: Thu, 25 Jul 2019 17:28:53 +0300 Subject: [PATCH] Add {% sd_breadcrumbs %} Closes #121 --- components/html-head.tpl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/html-head.tpl b/components/html-head.tpl index 7b92220..c70b2c9 100644 --- a/components/html-head.tpl +++ b/components/html-head.tpl @@ -59,5 +59,8 @@ {% comment %}MISC{% endcomment %} {% include "template-meta" %} +{% comment %}BREADCRUMBS{% endcomment %} +{% sd_breadcrumbs %} + {% if blog %}{{ blog.rss_link }}{% endif %} {{ site.stats_header }}