Ginnie blog: no tags
Homepage / publish (push) Successful in 1m19s
Details
Homepage / publish (push) Successful in 1m19s
Details
This commit is contained in:
parent
c28eefdf54
commit
88fff1d0a0
|
@ -1 +0,0 @@
|
|||
blog
|
|
@ -0,0 +1,15 @@
|
|||
{{define "main"}}
|
||||
{{.Content}}
|
||||
<ul>
|
||||
{{range .Pages}}
|
||||
<li class="{{if .IsNode}}branch{{end}} {{if .Draft}}draft{{end}}">
|
||||
<a href="{{.Permalink}}">
|
||||
{{time.Format "2006-Jan-02" .Date}}: {{.Title}}
|
||||
</a>
|
||||
{{with .Description}}
|
||||
- {{.}}
|
||||
{{end}}
|
||||
</li>
|
||||
{{end}}
|
||||
</ul>
|
||||
{{end}}
|
|
@ -0,0 +1,3 @@
|
|||
{{define "main"}}
|
||||
{{.Content}}
|
||||
{{end}}
|
Loading…
Reference in New Issue