Add breadcrumps to blank template

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2023-04-04 02:18:08 +02:00
parent bf0eaecf16
commit b73ebfa731
+2 -1
View File
@@ -6,5 +6,6 @@
<link rel="alternate" type="application/atom+xml" title="Tag: {{ data }}" href="{{ site.feed.tags.path | append: data | append: ".xml" | absolute_url }}">
{% endfor %}
{% include page_content.liquid %}
{{ page.content }}
{% include breadcrumbs.liquid title=page.title permalink=page.url %}
{{ content }}
{% include page_end.liquid %}