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