summaryrefslogtreecommitdiff
path: root/layouts/_default/baseof.html
diff options
context:
space:
mode:
authorAdam Whitlock <adam@adamwhitlock.com>2022-01-11 22:07:11 -0600
committerAdam Whitlock <adam@adamwhitlock.com>2022-01-11 22:21:21 -0600
commit5ea8c5c8ecc32227d3a626cf40207763e9e7ad1a (patch)
tree6d1a1384663618b982a7ec71ed78fdb99e0c30ef /layouts/_default/baseof.html
parenta28c742a1a9848d9ab21bc6e78bacd76d2c90a5b (diff)
Added scripts.html to layout
Diffstat (limited to 'layouts/_default/baseof.html')
-rw-r--r--layouts/_default/baseof.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 55aeb23..f7e8ead 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -10,6 +10,8 @@
</div>
</div>
{{- partial "footer.html" . -}}
+
</div>
+ {{- partial "scripts.html" . -}}
</body>
</html> \ No newline at end of file