Update mainSections to include "now" and modify icon for micro posts

This commit is contained in:
Fundor333
2025-08-05 03:03:35 +02:00
parent f86b05b476
commit 6a3817244a
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ defaultColor:
# Setting it to 'auto' applies the color scheme based on the visitor's device color preference.If you don't specify anything, ignore this parameter, or leave it blank,
# the default value is set to 'auto'.
# You can take a look at layouts/index.html for more information.
mainSections: ["post", "photos", "weeknote"]
mainSections: ["post", "photos", "weeknote", "now"]
secondarysections: ["micro"]
feedSections: ["post", "photos", "micro", "weeknote"]
commentSections: ["post", "photos", "micro", "weeknote", "series"]