Revert "Use a markdown file for footer"

This reverts commit 81e141cef9.

The footer.md gets rendered at /footer/ which is not intended.
This commit is contained in:
BBaoVanC 2022-04-11 02:10:40 -05:00
parent 81e141cef9
commit 2371f1de13
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
1 changed files with 2 additions and 2 deletions

View File

@ -28,8 +28,8 @@
<p>{{ . | safeHTML }}</p>
{{ end }}
{{ if .Site.Params.footer }}
{{ readFile "footer.md" | .RenderString (dict "display" "inline") }}
{{ with .Site.Params.footer }}
{{ . | $.RenderString (dict "display" "block") }}
{{ end }}
</small>
</footer>