2016-08-29 15:24:14 +02:00
|
|
|
<article class="blog-post">
|
2016-09-02 09:09:17 +02:00
|
|
|
<header>
|
2016-09-02 09:12:36 +02:00
|
|
|
<h1 class="blog-post-title"><a href="{{ .Permalink }}" title="{{ .Title }}">{{ .Title }}</a></h1>
|
2016-09-02 09:09:17 +02:00
|
|
|
<p class="blog-post-meta"><time datetime="{{ .Date }}">{{ .Date.Format .Site.Params.date_format }}</time> by <a href="#">{{ .Params.author | default .Site.Params.author }}</a></p>
|
|
|
|
</header>
|
2016-08-28 15:21:39 +02:00
|
|
|
{{ .Summary }}
|
|
|
|
<a href='{{ .Permalink }}'><nobr>Read more →</nobr></a>
|
2016-08-29 15:24:14 +02:00
|
|
|
</article> <!-- /.blog-post -->
|