Files
aether/layouts/_default/li.html
Joseph Hutchinson b044666b75 Make the cards links
2018-03-19 16:12:38 -04:00

8 lines
399 B
HTML

<a href="{{ .Permalink }}" class="card-link-wrapper" rel="bookmark" title="Link to {{ .Title }}" >
<article class="card">
<h2 class="card-title">{{ .Title }}</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>
</a>