mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2026-05-21 11:05:49 +00:00
baseof: pass .Layout
for https://github.com/adityatelange/hugo-PaperMod/blob/0f994eee95811f5cf6099fb5897dd62be1e6cff2/layouts/partials/footer.html#L21
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
{{- block "main" . }}
|
{{- block "main" . }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
</main>
|
</main>
|
||||||
{{- partialCached "footer.html" . .Type }}
|
{{- partialCached "footer.html" . .Type .Layout }}
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user