@@ 114,6 114,9 @@
link_text = "Source link for this page"
repo_base = "https://git.sr.ht/~hristoast/hristoast/tree/master/"
+#
+# https://soupault.neocities.org/reference-manual/#footnotes-widget
+#
[widgets.footnotes]
widget = "footnotes"
selector = "#footnotes"
@@ 125,17 128,26 @@
link_id_prepend = ""
back_link_id_append = ""
+#
+# Show the last time a git commit was made to a page.
+#
[widgets.last-modified]
widget = "exec"
selector = "#git-timestamp"
command = "git log -n 1 --pretty=format:%ad --date=format:%Y-%m-%d -- $PAGE_FILE"
+#
+# https://soupault.neocities.org/reference-manual/#title-widget
+#
[widgets.page-title]
widget = "title"
selector = "h1#title"
default = "Hristos N. Triantafillou"
append = " | Hristos N. Triantafillou"
+#
+# https://soupault.neocities.org/reference-manual/#toc-widget
+#
[widgets.table-of-contents]
widget = "toc"
selector = "#toc"