From ed7bea6694f23c740b63a9fc779f8c92b8a9720d Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Mon, 2 May 2022 00:21:40 +0200 Subject: Rework rss support --- layouts/partials/custom-head.html | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 layouts/partials/custom-head.html (limited to 'layouts/partials/custom-head.html') diff --git a/layouts/partials/custom-head.html b/layouts/partials/custom-head.html new file mode 100644 index 0000000..5883332 --- /dev/null +++ b/layouts/partials/custom-head.html @@ -0,0 +1,5 @@ +{{- /* Head custom content area start */ -}} +{{- /* A partial to be overwritten by the user. */ -}} +{{- /* Simply place a custom-head.html into your local /layouts/partials-directory. */ -}} +{{- /* Its content will appear before the closing . */ -}} +{{- /* Head custom content area end */ -}} -- cgit v1.2.3