lots of changes

This commit is contained in:
Joseph Hutchinson
2018-04-22 22:54:22 -04:00
parent d38b731879
commit 5532b3f7d4
6 changed files with 54 additions and 31 deletions

View File

@@ -1,7 +1,7 @@
<a ontouchstart="cardPressed.call(this)" ontouchend="cardReleased.call(this)" ontouchmove="cardReleased.call(this)"
onmouseover="cardPressed.call(this)" onmouseout="cardReleased.call(this)" href="{{ .Permalink }}" class="card" rel="bookmark" >
href="{{ .Permalink }}" class="card" rel="bookmark" >
{{ if isset .Params "featuredimage" }}
<div>
<div class="card-img-container">
<img src="{{ .Site.BaseURL }}/{{.Params.featuredimage }}" class="card-img">
</div>
{{ end }}
@@ -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.category}}</p>
<p style="margin: 0 1em 0 0;">#{{ .Params.category }}</p>
</div>
</article>
</a>