mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-18 15:54:44 -04:00
Squashed 'themes/gohugoioTheme/' changes from cdaa89c8..6b632895
6b632895 Cache some partials git-subtree-dir: themes/gohugoioTheme git-subtree-split: 6b632895abe6a8644f528c5da780ef6caf1d48ed
This commit is contained in:
parent
f66d59b899
commit
040d8d2833
@ -44,7 +44,7 @@
|
|||||||
{{ block "main" . }}{{ end }}
|
{{ block "main" . }}{{ end }}
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
{{ block "footer" . }}{{ partial "site-footer.html" . }}{{ end }}
|
{{ block "footer" . }}{{ partialCached "site-footer.html" . }}{{ end }}
|
||||||
{{ block "scripts" . }}{{- partial "site-scripts.html" . -}}{{ end }}
|
{{ block "scripts" . }}{{- partial "site-scripts.html" . -}}{{ end }}
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<span class="absolute mt1 mt2-l pr3 right-0 top-0">
|
<span class="absolute mt1 mt2-l pr3 right-0 top-0">
|
||||||
{{- partial "social-follow.html" . -}}
|
{{- partialCached "social-follow.html" . -}}
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user