Put drop case only on post page and make whole card a link
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user