joinpeertube/themes/hugo-bootstrap-premium/layouts/partials/bloc/footer/nav.html
2018-02-28 16:33:36 +01:00

8 lines
371 B
HTML

<div class="pull-left">
<a class="toplink" href="javascript:" id="return-to-top">{{ if and (isset .Site.Params "toplink" ) ( ne .Site.Params.toplink "" ) }}{{ .Site.Params.topLink }}{{ else }}{{ i18n "backtotop" }}{{ end }}</a>
</div>
<div class="pull-right">
{{ range .Site.Menus.footer }}
<a href="{{ .URL | absLangURL }}">{{ .Name }}</a> {{ .Pre }}
{{ end }}
</div>