diff options
Diffstat (limited to 'themes/polaris/layouts/_default/home.html')
-rw-r--r-- | themes/polaris/layouts/_default/home.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/polaris/layouts/_default/home.html b/themes/polaris/layouts/_default/home.html new file mode 100644 index 0000000..6e46985 --- /dev/null +++ b/themes/polaris/layouts/_default/home.html @@ -0,0 +1,4 @@ +{{ define "main" }} + {{ .Content }} + {{ partial "posts.html" }} +{{ end }} |