Use a markdown file for footer

This commit is contained in:
BBaoVanC 2022-04-10 22:33:28 -05:00
parent 2113c7a4e9
commit 81e141cef9
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> <p>{{ . | safeHTML }}</p>
{{ end }} {{ end }}
{{ with .Site.Params.footer }} {{ if .Site.Params.footer }}
{{ . | $.RenderString (dict "display" "block") }} {{ readFile "footer.md" | .RenderString (dict "display" "inline") }}
{{ end }} {{ end }}
</small> </small>
</footer> </footer>