diff options
Diffstat (limited to 'layouts/section/about.html')
| -rw-r--r-- | layouts/section/about.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/layouts/section/about.html b/layouts/section/about.html new file mode 100644 index 0000000..5c77571 --- /dev/null +++ b/layouts/section/about.html @@ -0,0 +1,10 @@ +{{ define "container" }} + +<div class="post-container"> + + {{ .Content }} +</div> + +{{ partial "comments.html" . }} + +{{ end }}
\ No newline at end of file |
