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

16 lines
400 B
HTML

<div class="metas">
{{ partial "modules/page/date.html" . }}
{{ if .IsPage }}
<small>{{ with .Params.author }}
&middot; {{ i18n "byauthor" }} {{ . }}
{{ end }}
&middot; {{ i18n "readinabout" . }}
&middot; ({{ i18n "words" . }})
&middot; {{ partial "bloc/content/sharing.html" . }}
</small>
{{ end }}
<div class="margin-10">{{ partial "modules/page/tags.html" . }}
</div>
<br>
</div>