diff options
Diffstat (limited to 'themes/polaris/layouts/_default/home.html')
-rw-r--r-- | themes/polaris/layouts/_default/home.html | 1 |
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 }} |