Modified models to support a DB
This commit is contained in:
parent
3591e0c723
commit
ebaec3d296
33 changed files with 675 additions and 64 deletions
3
layouts/simplecss/posts_single.html
Normal file
3
layouts/simplecss/posts_single.html
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{{ if .Meta.Title }}<h3>{{ .Meta.Title }}</h3>{{ end }}
|
||||
{{ .HTML }}
|
||||
<a href="{{ url_abs .Path }}">{{ format_date .Meta.Date }}</a>
|
||||
Loading…
Add table
Add a link
Reference in a new issue