aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/polaris/layouts/_default
diff options
context:
space:
mode:
Diffstat (limited to 'themes/polaris/layouts/_default')
-rw-r--r--themes/polaris/layouts/_default/home.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/polaris/layouts/_default/home.html b/themes/polaris/layouts/_default/home.html
index 6e46985..3aae006 100644
--- a/themes/polaris/layouts/_default/home.html
+++ b/themes/polaris/layouts/_default/home.html
@@ -1,4 +1,5 @@
{{ define "main" }}
{{ .Content }}
+ <h2>Posts</h2>
{{ partial "posts.html" }}
{{ end }}