dashboard
repositories
filestore
activity
search
login
external-software
/
github_gohugo_theme_hugo-coder
mirror of
https://github.com/luizdepra/hugo-coder.git
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
Enhance post header (#100)
Khosrow Moossavi
15.24.2018
11c01083232b7b53317fe3665f9e44c6c5482065
[external-software/github_gohugo_theme_hugo-coder.git]
/
layouts
/
posts
/
li.html
1
2
3
4
<li>
<span>{{ .Date.Format (.Site.Params.dateFormat | default "January 2, 2006" ) }}</span>
<a href="{{ .URL }}">{{ .Title }}</a>
</li>