Can cache the scripts and the footer.

This commit is contained in:
steverusso 2020-06-01 19:30:07 -04:00
parent 11bb22ab30
commit 13a4561745

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>