Move the <time> elements below the headings in the blog list'
This commit is contained in:
parent
bef10cb7d2
commit
d2f51c6b08
2 changed files with 3 additions and 7 deletions
|
@ -18,8 +18,7 @@
|
|||
{{ range $index, $page := $paginator.Pages }}
|
||||
<li class="post-entry">
|
||||
<header>
|
||||
<h2><a href="{{ .Permalink }}">{{ .Title }}</a>
|
||||
</h2>
|
||||
<h2><a href="{{ .Permalink }}">{{ .Title }}</a></h2>
|
||||
<time class="nobreak" datetime="{{ .Date | time.Format " 2006-01-02" }}">{{ .Date | time.Format "Jan 2, 2006" }}</time>
|
||||
{{ partial "development/draft_tag.html" . }}
|
||||
</header>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue