diff options
Diffstat (limited to 'layouts/partials/custom-head.html')
| -rw-r--r-- | layouts/partials/custom-head.html | 5 |
1 files changed, 5 insertions, 0 deletions
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>. */ -}} +{{- /* Head custom content area end */ -}} |
