Merge commit '040d8d2833c26c53cf9f0e035910821ed50e3863'

This commit is contained in:
Bjørn Erik Pedersen 2017-10-07 18:38:16 +02:00
commit 6adead19d6
No known key found for this signature in database
GPG Key ID: 330E6E2BD4859D8F
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@
{{ block "main" . }}{{ end }}
</main>
{{ block "footer" . }}{{ partial "site-footer.html" . }}{{ end }}
{{ block "footer" . }}{{ partialCached "site-footer.html" . }}{{ end }}
{{ block "scripts" . }}{{- partial "site-scripts.html" . -}}{{ end }}
</body>

View File

@ -29,7 +29,7 @@
</div>
<span class="absolute mt1 mt2-l pr3 right-0 top-0">
{{- partial "social-follow.html" . -}}
{{- partialCached "social-follow.html" . -}}
</span>
</div>