mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2024-11-23 18:31:45 +01:00
fix(page/archive): partial "footer.html" not found
This commit is contained in:
parent
5265af0b3b
commit
67e8e6b854
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
||||||
</div>
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ partial "footer.html" . }}
|
{{ partialCached "footer/footer" . }}
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue