mirror of
https://github.com/agresdominik/website.git
synced 2026-04-21 18:05:53 +00:00
Fixed list
This commit is contained in:
@@ -6,10 +6,11 @@
|
||||
{{ range .Pages }}
|
||||
<div class="blogpost">
|
||||
<div class="blogpost-content">
|
||||
<a href="{{ .RelPermalink }}">{{ .Title }}</a>
|
||||
<span>{{ .Date | time.Format "January 2, 2006" }}</span>
|
||||
<a class="blogpost-title" href="{{ .RelPermalink }}">{{ .Title }}</a>
|
||||
<span class="blogpost-date">{{ .Date | time.Format "January 2, 2006" }}</span>
|
||||
</div>
|
||||
<div>
|
||||
|
||||
<div class="blogpost-content">
|
||||
<span>{{ .Description }}</span>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user