Improvements I made today

This commit is contained in:
Joseph Hutchinson
2018-03-20 16:45:14 -04:00
parent b044666b75
commit 97498e584f
3 changed files with 23 additions and 7 deletions

View File

@@ -1,8 +1,8 @@
<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>
<div class="post-date card-date">Posted <time datetime="{{ .PublishDate.Format "2006-01-02 12:00" }}">{{ .PublishDate.Format "Jan 2, 2006" }}</time></div>
<p class="card-text">{{ .Description }}</p>
<!-- {{ if .Truncated }}<a class="moretag" href="{{ .Permalink }}">Continue reading</a>{{ end }} -->
</article>
</a>