Put the post date in its own <div> below the heading in the blog listing
This commit is contained in:
parent
21e92b5b2d
commit
f00fdab7a2
1 changed files with 3 additions and 1 deletions
|
@ -19,7 +19,9 @@
|
|||
<li class="post-entry">
|
||||
<header>
|
||||
<h2><a href="{{ .Permalink }}">{{ .Title }}</a></h2>
|
||||
<time class="nobreak" datetime="{{ .Date | time.Format " 2006-01-02" }}">{{ .Date | time.Format "Jan 2, 2006" }}</time>
|
||||
<div class="post-date">
|
||||
<time class="nobreak" datetime="{{ .Date | time.Format " 2006-01-02" }}">{{ .Date | time.Format "January 2, 2006" }}</time>
|
||||
</div>
|
||||
{{ partial "development/draft_tag.html" . }}
|
||||
</header>
|
||||
{{ if .Description }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue