joinpeertube/themes/hugo-bootstrap-premium/layouts/partials/bloc/content/metas.html

17 lines
400 B
HTML
Raw Normal View History

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