mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2024-12-22 04:13:17 -06:00
Use a markdown file for footer
This commit is contained in:
parent
2113c7a4e9
commit
81e141cef9
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user