mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
Easy customize (#138)
* 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
This commit is contained in:
committed by
Luiz F. A. de Prá
parent
12b4246e29
commit
4ff77035f6
@@ -10,8 +10,8 @@
|
||||
<ul>
|
||||
{{ range .Paginator.Pages }}
|
||||
<li>
|
||||
<span>{{ .Date.Format (.Site.Params.dateFormat | default "January 2, 2006" ) }}</span>
|
||||
<a href="{{ .URL }}">{{ .Title }}</a>
|
||||
<span class="date">{{ .Date.Format (.Site.Params.dateFormat | default "January 2, 2006" ) }}</span>
|
||||
<a class="title" href="{{ .URL }}">{{ .Title }}</a>
|
||||
</li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user