Refactors and project cleanup #18

Merged
jeff merged 9 commits from refactors into master 2020-06-12 00:42:12 +00:00
Showing only changes of commit 13a4561745 - Show all commits

View File

@ -17,7 +17,7 @@
{{ block "main" . }} {{ end }}
</main>
{{ partial "footer.html" . }}
{{ partial "js-global.html" . }}
{{ partialCached "footer.html" . }}
{{ partialCached "js-global.html" . }}
</body>
</html>