Files
aether/layouts/_default/li.html
Joseph Hutchinson fb363e94ce Changes
2018-03-19 07:31:18 -04:00

8 lines
357 B
HTML

<article class="card">
<h2 class="card-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>{{ .Description }}</p>
{{ if .Truncated }}<a class="moretag" href="{{ .Permalink }}">Continue reading</a>{{ end }}
</article>