diff options
author | frosty <passedgoandgot200@disroot.org> | 2025-06-04 17:06:54 -0400 |
---|---|---|
committer | frosty <passedgoandgot200@disroot.org> | 2025-06-04 17:06:54 -0400 |
commit | 6ce8f79d3b5f6e2d724204e3bcb504b2e7bcb306 (patch) | |
tree | 97765cb560a8ab349172d998296ff070d093411d /themes/polaris/layouts/_default | |
parent | 2dcf5adbf084eb7f3e33d57f714ed2d2244a6ce8 (diff) |
remove a few pages, move blog into posts, and add first status update
Diffstat (limited to 'themes/polaris/layouts/_default')
-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 }} |