improved style of simple post list
This commit is contained in:
parent
1011211a04
commit
9413a77498
2 changed files with 12 additions and 3 deletions
|
|
@ -17,9 +17,14 @@
|
|||
{{ else }}
|
||||
{{ range .Pages }}
|
||||
<li>
|
||||
<span class="date">
|
||||
{{ .Date.Format "2006-01-02" }}
|
||||
</span> <a href="{{ .Permalink }}">{{ .Title }}</a>
|
||||
<div>
|
||||
<span class="date">
|
||||
{{ .Date.Format "2006-01-02" }}
|
||||
</span>
|
||||
<span>
|
||||
<a href="{{ .Permalink }}">{{ .Title }}</a>
|
||||
</span>
|
||||
</div>
|
||||
</li>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue