mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2024-11-17 05:15:58 -06:00
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:
parent
81e141cef9
commit
2371f1de13
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user