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
Add Twitter Cards to each page (#133)
Artem Khvastunov
07.26.2019
3d4335a7879180b12ea34dfc9fba0d76fd5700ae
[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>