aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/base/footer.tmpl1
-rw-r--r--templates/base/head.tmpl1
-rw-r--r--templates/custom/footer.tmpl0
-rw-r--r--templates/custom/header.tmpl0
4 files changed, 2 insertions, 0 deletions
diff --git a/templates/base/footer.tmpl b/templates/base/footer.tmpl
index e3f6d1319d..ed0dd58b95 100644
--- a/templates/base/footer.tmpl
+++ b/templates/base/footer.tmpl
@@ -66,5 +66,6 @@
<!-- JavaScript -->
<script src="{{AppSubUrl}}/vendor/plugins/semantic/semantic.min.js"></script>
<script src="{{AppSubUrl}}/js/index.js?v={{MD5 AppVer}}"></script>
+{{template "custom/footer" .}}
</body>
</html>
diff --git a/templates/base/head.tmpl b/templates/base/head.tmpl
index 46f387a1a7..a7d31d6557 100644
--- a/templates/base/head.tmpl
+++ b/templates/base/head.tmpl
@@ -122,6 +122,7 @@
<meta property="og:url" content="{{AppUrl}}" />
<meta property="og:description" content="{{MetaDescription}}">
{{end}}
+{{template "custom/header" .}}
</head>
<body>
<div class="full height">
diff --git a/templates/custom/footer.tmpl b/templates/custom/footer.tmpl
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/templates/custom/footer.tmpl
diff --git a/templates/custom/header.tmpl b/templates/custom/header.tmpl
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/templates/custom/header.tmpl