2019-12-11 02:18:44 +00:00
|
|
|
<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>
|
2019-12-27 08:38:13 +00:00
|
|
|
<h6 class="subtitle caption"><span title="{{ i18n "tooltip-written" }}">🕓 {{ .Date.Format (i18n "summary-dateformat") }} </span> {{ if .GitInfo }} <span title="{{ i18n "tooltip-modified" }}"> · 📝 {{ .Lastmod.Format (i18n "summary-dateformat") }} </span> {{ end }} <span title="{{ i18n "tooltip-reading-time" }}"> · ☕{{ .ReadingTime }} {{ i18n "reading-time" }}</span></h6>
|
2019-12-11 02:18:44 +00:00
|
|
|
</header>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<hr />
|
|
|
|
</article>
|