First commit.
This commit is contained in:
commit
70eacb2517
41 changed files with 2970 additions and 0 deletions
14
layouts/_default/list.html
Normal file
14
layouts/_default/list.html
Normal file
|
@ -0,0 +1,14 @@
|
|||
{{ define "main" }}
|
||||
|
||||
<h1>{{ .Title }}</h1>
|
||||
|
||||
{{ .Content}}
|
||||
|
||||
<section class="list">
|
||||
{{ range .Pages.ByPublishDate.Reverse }}
|
||||
<a href="{{ .RelPermalink }}">
|
||||
{{ .Date.Format "02-01-2006" }} || {{ .Title }} <span class="comment"></span>
|
||||
</a><br>
|
||||
{{ end }}
|
||||
</section>
|
||||
{{ end }}
|
Loading…
Add table
Add a link
Reference in a new issue