Files
blog_os/layouts/post/teaser.html
2016-04-25 23:07:23 +02:00

17 lines
322 B
HTML

<article class="post">
<h1 class="post-title">
<a href="{{ .RelPermalink }}">
{{ .Title }}
</a>
</h1>
<span class="post-date">
<time datetime="{{ .Date.Format "2006-01-02" }}" class="post-date">
{{ .Date.Format .Site.Params.date_format }}
</time>
</span>
{{ .Summary }}
</article>