Files
aether/layouts/_default/li.html
Joseph Hutchinson 83cccd2e46 Initial commit
2018-03-15 11:53:53 -04:00

10 lines
434 B
HTML

<article class="card">
<div class="card-body">
<h2 class="post-title card-text">
<a href="{{ .Permalink }}" rel="bookmark" title="Link to {{ .Title }}">{{ .Title }}</a>
</h2>
<span class="post-date card-text">Published {{ .Date.Format "Jan 2, 2006" }}</span>
<p>{{ .Description }}</p>
{{ if .Truncated }}<a class="moretag card-text" href="{{ .Permalink }}">Continue reading</a>{{ end }}
</div>
</article>