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 }} {{ block "main" . }} {{ end }}
</main> </main>
{{ partial "footer.html" . }} {{ partialCached "footer.html" . }}
{{ partial "js-global.html" . }} {{ partialCached "js-global.html" . }}
</body> </body>
</html> </html>