2 files changed, 7 insertions(+), 4 deletions(-)

M helpers/log-index.lua
M soupault.toml
M helpers/log-index.lua +2 -1
@@ 119,12 119,13 @@ while (i <= tag_count) do
 end
 
 local template = [[
-  <h1>Tags</h1>
+  <h1>tags</h1>
   <ul>
   {% for t in tag_links %}
     <li> <a href="{{t.url}}">{{t.title}}</a> </li>
   {% endfor %}
   </ul>
+  <p><a href="/">&lhard; back to home</a></p>
   ]]
 
 local env = {}

          
M soupault.toml +5 -3
@@ 2,7 2,7 @@ 
 site_url = "https://siarie.me/"
 site_author = "Sri Aspari"
 site_author_email = "mail@siarie.me"
-site_title = "siarie's notes"
+site_title = "siarie.cc"
 # site_logo = "https://example.com/~jrandomhacker/favicon.png"
 
 [settings]

          
@@ 76,7 76,8 @@ file = "helpers/log-index.lua"
 [widgets.page-title]
 widget = "title"
 selector = "h1"
-default = "siarie's notes"
+default = "siarie.cc"
+append = " | siarie.cc"
 force = false
 
 [widgets.generator-meta]

          
@@ 90,7 91,7 @@ widget = "changelog"
 # section = "notes"
 # action = "insert_after"
 after = "insert-publish-date"
-# exclude_path_regex = ["(.*)/index(.*)", "tags/(.*)"]
+exclude_path_regex = ["(.*)/index(.*)", "tags/(.*)"]
 # command = "./helpers/changelog.sh $PAGE_FILE"
 
 [widgets.insert-publish-date]

          
@@ 115,6 116,7 @@ widget = "insert_html"
 selector = "main"
 action = "insert_after"
 html = '<p><a href="/">&lhard; back to home</a></p>'
+exclude_path_regex = ["/index(.*)"]
 
 [widgets.make-feed]
 widget = "atom"