14 lines
393 B
HTML
14 lines
393 B
HTML
<article class="post">
|
|
<header>
|
|
<h2><a href="{{ .Permalink }}">{{ .Title }} {{ if .Draft }}:: DRAFT{{end}}</a> </h2>
|
|
<div class="post-meta">{{ .Date.Format "Mon, Jan 2, 2006" }} - Read in {{ .ReadingTime }} Min </div>
|
|
</header>
|
|
<div class="summary">
|
|
{{ .Summary }}
|
|
</div>
|
|
<footer>
|
|
<a href='{{ .Permalink }}'><nobr>Read more →</nobr></a>
|
|
</footer>
|
|
</article>
|
|
{{ partial "script.html" .}}
|