summaryrefslogtreecommitdiffstats
path: root/layouts/partials/custom-scripts.html
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2022-05-05 08:39:57 +0200
committerSerghei Iakovlev <egrep@protonmail.ch>2022-05-05 08:39:57 +0200
commite21a3141ca659bf6140dc1350b4552b6ddddf357 (patch)
tree4761c2a3d3741730d950672fda35ad4caefe207d /layouts/partials/custom-scripts.html
parent1529a435c59cdc689572f76a1db52ba89918269a (diff)
downloadgohugo-theme-ed-e21a3141ca659bf6140dc1350b4552b6ddddf357.tar.gz
Add Highlight.js support
Diffstat (limited to 'layouts/partials/custom-scripts.html')
-rw-r--r--layouts/partials/custom-scripts.html5
1 files changed, 5 insertions, 0 deletions
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>. */ -}}
+{{- /* Head custom scripts area end */ -}}