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

6 lines
149 B
HTML
Raw Normal View History

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