Put drop case only on post page and make whole card a link

This commit is contained in:
Joseph Hutchinson
2018-03-19 14:43:45 -04:00
parent 1fca68207d
commit df668bdb61
3 changed files with 12 additions and 11 deletions

View File

@@ -4,7 +4,7 @@
<body>
<div class="content-container">
<main class="content">
<article>
<article class="post">
<header>
<h1>{{ .Title }}</h1>
<time datetime="{{ .PublishDate.Format "2006-01-02 12:00" }}" class="post-date">{{ .PublishDate.Format "Jan 2, 2006" }}</time>