10 lines
277 B
HTML
10 lines
277 B
HTML
<div class="page-meta">
|
|
{{ with .Date }}
|
|
<time datetime="{{ . }}">{{ . | time.Format ":date_long" }}</time>
|
|
{{ end }}
|
|
{{ partial "breadcrumbs.html" . }}
|
|
{{- if ge .ReadingTime 5 -}}
|
|
<span>{{- .ReadingTime }} min de lecture</span>
|
|
{{- end -}}
|
|
</div>
|