joinpeertube/themes/hugo-bootstrap-premium/layouts/partials/bloc/footer/credits_footline.html

6 lines
151 B
HTML
Raw Normal View History

2018-02-28 15:33:36 +00:00
{{ if ne .Site.Params.footline "" }}
<div class="container footline">
<small>{{ partial "modules/site/footline.html" . }}</small>
</div>
{{ end }}