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

9 lines
371 B
HTML
Raw Normal View History

2018-02-28 15:33:36 +00:00
<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>