add blog post, blog UI still hidden
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{{ define "main" }}
|
||||
|
||||
<h1>{{ .Title }}</h1>
|
||||
{{ range .Pages.ByPublishDate.Reverse }}
|
||||
<p>
|
||||
<a href="{{ .RelPermalink }}">{{ .Title }} – {{ .Date | time.Format "January 2, 2006" }}</a>
|
||||
</p>
|
||||
{{ end }}
|
||||
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user