Initial commit
This commit is contained in:
commit
77d3ff4852
20 changed files with 645 additions and 0 deletions
4
site_templates/posts_list.html
Normal file
4
site_templates/posts_list.html
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{{ range .Posts }}
|
||||
{{ .HTML }}
|
||||
<a href="{{ .Path }}">{{ format_date .Meta.Date }}</a>
|
||||
{{ end }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue