Welcome to mirror list, hosted at ThFree Co, Russian Federation.

metas.html « content « bloc « partials « layouts - github.com/mmrath/hugo-bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d65ce028d8fc41f48d480e9b0ac8b043fd7e10c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<div class="metas">
{{ partial "modules/page/date" . }}
{{ if .IsPage }}
  <small>{{ with .Params.author }}
    &middot; {{ $.Site.Data.Strings.byauthor }} {{ . }}
  {{ end }}
  &middot; {{ .Site.Data.Strings.metaReadin }} {{ .ReadingTime }} {{ .Site.Data.Strings.metaReadinMinutes }}
  &middot; ({{ .WordCount }} {{ .Site.Data.Strings.words }})
</small>

{{ end }}
<div class="margin-10">{{ partial "modules/page/tags" . }}
</div>
<br>
</div>