G
Ryan's Git Repos
rschanzorg-public
files
log
graph
refs
Ref
main
themes/hugo-coder/layouts/posts/li.html
main
· 207 B · 4 lines
raw
1
<
li
>
2
<
span
class=
"date"
>{{ .Date.Format (.Site.Params.dateFormat | default "January 2, 2006" ) }}</
span
>
3
<
a
class=
"title"
href=
"{{ .Params.externalLink | default .RelPermalink }}"
>{{ .Title }}</
a
>
4
</
li
>