6 lines
151 B
HTML
6 lines
151 B
HTML
|
{{ if ne .Site.Params.footline "" }}
|
||
|
<div class="container footline">
|
||
|
<small>{{ partial "modules/site/footline.html" . }}</small>
|
||
|
</div>
|
||
|
{{ end }}
|