mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
* Making easy to customize listing * adding styles to listing * removing unintended changes * correcting declaration * including files for release * changing url to be relative so it can work on localhost * Including suggestions
5 lines
167 B
HTML
5 lines
167 B
HTML
<li>
|
|
<span class="date">{{ .Date.Format (.Site.Params.dateFormat | default "January 2, 2006" ) }}</span>
|
|
<a class="title" href="{{ .URL }}">{{ .Title }}</a>
|
|
</li>
|