Initial Commit
This commit is contained in:
4
themes/hugo-coder/layouts/posts/li.html
Normal file
4
themes/hugo-coder/layouts/posts/li.html
Normal file
@ -0,0 +1,4 @@
|
||||
<li>
|
||||
<span class="date">{{ .Date | time.Format (.Site.Params.dateFormat | default "January 2, 2006" ) }}</span>
|
||||
<a class="title" href="{{ .Params.externalLink | default .RelPermalink }}">{{ .Title }}</a>
|
||||
</li>
|
Reference in New Issue
Block a user