summaryrefslogtreecommitdiff
path: root/layouts/partials/docs/html-head-title.html
diff options
context:
space:
mode:
authorJack Morgan <jackmorgannz@gmail.com>2021-09-27 20:36:02 +1300
committerGitHub <noreply@github.com>2021-09-27 09:36:02 +0200
commit9d4916fcc24b169d693540c8f68468f621cb5e5c (patch)
treec6c0cf2c2de495648a8a0ebd5451c3690b38b03b /layouts/partials/docs/html-head-title.html
parentf2fb37b1adb00addb533f40fa2bb0dcd7118b7d3 (diff)
Allow site title to be customised via parital (#384)
* Allow site title to be customised via parital * Modify readme to highlight available partials * Rename template for consistency * Move title tags to head partial
Diffstat (limited to 'layouts/partials/docs/html-head-title.html')
-rw-r--r--layouts/partials/docs/html-head-title.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/partials/docs/html-head-title.html b/layouts/partials/docs/html-head-title.html
new file mode 100644
index 0000000..49a109d
--- /dev/null
+++ b/layouts/partials/docs/html-head-title.html
@@ -0,0 +1 @@
+{{ partial "docs/title" . }} | {{ .Site.Title -}}