From e21a3141ca659bf6140dc1350b4552b6ddddf357 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Thu, 5 May 2022 08:39:57 +0200 Subject: Add Highlight.js support --- layouts/partials/custom-scripts.html | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 layouts/partials/custom-scripts.html (limited to 'layouts/partials/custom-scripts.html') diff --git a/layouts/partials/custom-scripts.html b/layouts/partials/custom-scripts.html new file mode 100644 index 0000000..c275701 --- /dev/null +++ b/layouts/partials/custom-scripts.html @@ -0,0 +1,5 @@ +{{- /* Head custom scripts area start */ -}} +{{- /* A partial to be overwritten by the user. */ -}} +{{- /* Simply place a custom-scripts.html into your local /layouts/partials-directory. */ -}} +{{- /* Its content will appear before any scripts in . */ -}} +{{- /* Head custom scripts area end */ -}} -- cgit v1.2.3