initial commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{{ define "main" }}
|
||||
<section>
|
||||
<dl>
|
||||
{{ range .Pages }}
|
||||
<time>{{ time.Format "2006-01-02" .Date }}</time>
|
||||
<a href="{{ .RelPermalink }}">{{ .Title }}</a>
|
||||
{{ end }}
|
||||
</dl>
|
||||
</section>
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user