Switched to SPF13 theme

This commit is contained in:
Salar Rahmanian 2017-03-26 12:39:20 -04:00
parent dc8f68529f
commit 6425fec733
286 changed files with 3612 additions and 6951 deletions

11
layouts/post/summary.html Normal file
View file

@ -0,0 +1,11 @@
<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>
{{ .Summary }}
<footer>
<a href='{{ .Permalink }}'><nobr>Read more →</nobr></a>
</footer>
</article>