diff options
Diffstat (limited to 'layouts/til/page.html')
| -rw-r--r-- | layouts/til/page.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/layouts/til/page.html b/layouts/til/page.html new file mode 100644 index 0000000..baf1fbd --- /dev/null +++ b/layouts/til/page.html @@ -0,0 +1,9 @@ +{{ define "main" }} + <article> + <h1>{{ .Title }}</h1> + <aside>Published on: {{ .Date.Format "02 Jan 2006" }}</aside> + <section> + {{ .Content }} + </section> + </article> +{{ end }} |
