mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-14 11:24:49 -04:00
Merge commit '040d8d2833c26c53cf9f0e035910821ed50e3863'
This commit is contained in:
commit
6adead19d6
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user