feat: add head/custom and footer/custom for inserting custom code

This commit is contained in:
Jimmy Cai
2020-08-24 20:48:31 +02:00
parent 3c803ebd5c
commit a6870541dd
4 changed files with 3 additions and 0 deletions
+1
View File
@@ -7,5 +7,6 @@
</div>
{{ partial "footer/script.html" . }}
{{ partial "footer/style.html" . }}
{{ partial "footer/custom.html" . }}
</body>
</html>