update section
1 files changed, 3 insertions(+), 3 deletions(-)

M soupault.toml
M soupault.toml +3 -3
@@ 62,7 62,7 @@ date = { selector = "time#pubdate", extr
 
 [index.views.blog-index]
 # exclude_page = ["index.html", "whoami.html"]
-section = ["notes", "log"]
+section = ["notes", "logs"]
 index_selector = "#blog-list"
 include_subsections = true
 index_template = """

          
@@ 98,7 98,7 @@ exclude_path_regex = ["(.*)/index(.*)", 
 [widgets.insert-publish-date]
 widget = "exec"
 selector = "main"
-section = ["notes", "log"]
+section = ["notes", "logs"]
 action = "append_child"
 # exclude_path_regex = ["(.*)/index(.*)", "tags/(.*)", "(.*)/whoami(.*)"]
 command = "helpers/first_update.sh $PAGE_FILE"

          
@@ 122,5 122,5 @@ exclude_path_regex = ["/index(.*)"]
 [widgets.make-feed]
 widget = "atom"
 page = "index.html"
-use_section = "notes"
+use_section = "logs"
 feed_file = "index.xml"