websites_sum7-eu/layouts/_default/li.html

7 lines
367 B
HTML
Raw Normal View History

2018-08-31 01:18:19 +02:00
<article>
<h2 class="post-title"><a href="{{ .Permalink }}" rel="bookmark" title="Link to {{ .Title }}">{{ .Title }}</a></h2>
<span class="post-date">Published {{ .Date.Format "Jan 2, 2006" }}</span>
<p>{{ .Summary }}</p>
{{ if .Truncated }}<a class="moretag" href="{{ .Permalink }}">Continue reading &#8614;</a>{{ end }}
<hr class="divider">
</article>