Move the li_grid_with_date template to blog/
This commit is contained in:
parent
84c7c714ed
commit
23fc76b1f5
1 changed files with 0 additions and 0 deletions
8
layouts/blog/li_grid_with_date.html
Normal file
8
layouts/blog/li_grid_with_date.html
Normal file
|
@ -0,0 +1,8 @@
|
|||
<li>
|
||||
<time class="nobreak" datetime="{{ .Date | time.Format "2006-01-02" }}">{{ .Date | time.Format "January" }}</time>
|
||||
<time class="nobreak" datetime="{{ .Date | time.Format "2006-01-02" }}">{{ .Date | time.Format "2" }}</time>
|
||||
<div class="title">
|
||||
<a href="{{ .Permalink }}">{{ .Title }}</a>
|
||||
{{ partial "development/draft_tag.html" . }}
|
||||
</div>
|
||||
</li>
|
Loading…
Add table
Add a link
Reference in a new issue