1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-09-13 05:45:31 -04:00

cache some partials

This commit is contained in:
2019-12-26 22:06:04 -05:00
parent e10e0e718a
commit ef32f73372
12 changed files with 52 additions and 43 deletions

View File

@@ -5,11 +5,11 @@
{{ partial "head" . }}
</head>
<body>
{{ partial "header" . }}
{{ partialCached "header" . }}
<div id="wrap">
{{ block "main" . }}{{ end }}
</div>
{{ partial "footer" . }}
{{ partialCached "footer" . }}
{{ partial "scripts" . }}
</body>
</html>