From 695e4bb4aa3ff0c1739829c57b5b8f21bc794dd7 Mon Sep 17 00:00:00 2001 From: Henn Runnel Date: Thu, 25 Jul 2019 17:22:12 +0300 Subject: [PATCH] Add {% sd_breadcrumbs %} Closes #116 --- components/html-head.tpl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/html-head.tpl b/components/html-head.tpl index 0f06b3e..e7201d7 100644 --- a/components/html-head.tpl +++ b/components/html-head.tpl @@ -40,5 +40,8 @@ {% include "template-meta" %} +{% comment %}BREADCRUMBS{% endcomment %} +{% sd_breadcrumbs %} + {% if blog %}{{ blog.rss_link }}{% endif %} {{ site.stats_header }}