home card

This commit is contained in:
Joseph Hutchinson
2018-04-26 22:52:01 -04:00
parent 8e1e4ca2da
commit dbb82f6904
4 changed files with 13 additions and 12 deletions

View File

@@ -11,7 +11,7 @@
<div class="card-subtext muted-text">
<p style="margin: 0 1em 0 0;">Posted <time datetime="{{ .PublishDate.Format "2006-01-02 12:00" }}">{{ .PublishDate.Format "Jan 2, 2006" }}</time></p>
<p style="margin: 0 1em 0 0;">|</p>
<p style="margin: 0 1em 0 0;">#{{ .Params.tags }}</p>
<p style="margin: 0 1em 0 0;">#{{ .Params.categories }}</p>
</div>
</article>
</a>

View File

@@ -12,7 +12,7 @@
<div class="card-subtext muted-text">
<p style="margin: 0 1em 0 0;">Posted <time datetime="{{ .PublishDate.Format "2006-01-02 12:00" }}">{{ .PublishDate.Format "Jan 2, 2006" }}</time></p>
<p style="margin: 0 1em 0 0;">|</p>
<p style="margin: 0 1em 0 0;">#{{ .Params.category}}</p>
<p style="margin: 0 1em 0 0;">#{{ .Params.categories }}</p>
</div>
</article>
</a>