summaryrefslogtreecommitdiffstats
path: root/soupault.conf
diff options
context:
space:
mode:
Diffstat (limited to 'soupault.conf')
-rw-r--r--soupault.conf8
1 files changed, 7 insertions, 1 deletions
diff --git a/soupault.conf b/soupault.conf
index 5e225b7..22b80d3 100644
--- a/soupault.conf
+++ b/soupault.conf
@@ -52,5 +52,11 @@
prefix_url = "/~lthms"
[widgets.mark-external-urls]
+ after = "generate-history"
widget = "external_links"
- prefix_url = "/~lthms" \ No newline at end of file
+
+[widgets.generate-history]
+ widget = "preprocess_element"
+ selector = "#history"
+ command = "./scripts/generate_history.sh \"templates/history.html\""
+ action = "replace_content" \ No newline at end of file