Add blog posts (+ write first one)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{{ define "main" }}
|
||||
<hr>
|
||||
|
||||
<h2>{{ .Title }}</h2>
|
||||
<h3>{{ .Date | time.Format "2006-01-02" }}</h3>
|
||||
|
||||
{{ .Content }}
|
||||
{{ end }}
|
||||
|
||||
Reference in New Issue
Block a user