Various bug fixes

This commit is contained in:
Sodbileg Gansukh
2023-08-24 20:26:18 +08:00
parent 3169b71163
commit ed3147630c
10 changed files with 64 additions and 23 deletions

View File

@@ -2,5 +2,5 @@
{{!-- The tag above means: insert everything in this file into the body of the default.hbs template --}}
<main class="gh-main">
{{> "components/post-list" feed="index" postFeedStyle=@custom.post_feed_style showTitle=true showSidebar=@custom.show_sidebar}}
{{> "components/post-list" feed="index" postFeedStyle=@custom.post_feed_style showTitle=true showSidebar=@custom.show_site_in_sidebar}}
</main>