Ginnie blog: no tags
This commit is contained in:
parent
1eccdaf317
commit
7c0699b583
|
@ -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