This website works better with JavaScript.
Home
Explore
Help
Sign In
adrian
/
author
Watch
1
Star
0
Fork
0
Code
Issues
3
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Simplify date format
master
Adrian Short
6 years ago
parent
8692f1bca5
commit
3a0df9c3d2
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
layouts/_default/li.html
+ 1
- 1
layouts/_default/li.html
View File
@@ -1,5 +1,5 @@
<div class="list-item list-{{ .Type }}">
<h2><a href="{{ .Permalink | relURL }}">{{ .Title }}</a></h2>
{{ .Description }}
<p class=list-date>{{ .Date.Format "
2
January 2006" }}</p>
<p class=list-date>{{ .Date.Format "January 2006" }}</p>
</div>
Write
Preview
Loading…
Cancel
Save