13 lines
636 B
HTML
13 lines
636 B
HTML
<article class="summary-compact">
|
|
<div class="summary-compact__flex-box">
|
|
{{ $params := .Params }}
|
|
<div class="summary-compact__meta">
|
|
<header>
|
|
<h5 class="title h6"><a href='{{ .Permalink }}'> {{ .Title }}</a> </h5>
|
|
<h6 class="subtitle caption"><span title="written">🕓 {{ .Date.Format (i18n "summary-dateformat") }} </span> {{ if .GitInfo }} <span title="modified"> · 📝 {{ .Lastmod.Format (i18n "summary-dateformat") }} </span> {{ end }} <span title="reading time"> · ☕{{ .ReadingTime }} {{ i18n "reading-time" }}</span></h6>
|
|
</header>
|
|
</div>
|
|
</div>
|
|
<hr />
|
|
</article>
|