mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2024-11-14 04:15:58 -06:00
Use a markdown file for footer
This commit is contained in:
parent
2113c7a4e9
commit
81e141cef9
@ -28,8 +28,8 @@
|
||||
<p>{{ . | safeHTML }}</p>
|
||||
{{ end }}
|
||||
|
||||
{{ with .Site.Params.footer }}
|
||||
{{ . | $.RenderString (dict "display" "block") }}
|
||||
{{ if .Site.Params.footer }}
|
||||
{{ readFile "footer.md" | .RenderString (dict "display" "inline") }}
|
||||
{{ end }}
|
||||
</small>
|
||||
</footer>
|
||||
|
Loading…
Reference in New Issue
Block a user