diff options
Diffstat (limited to 'soupault.toml')
-rw-r--r-- | soupault.toml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/soupault.toml b/soupault.toml index b5dd522..38ed6ca 100644 --- a/soupault.toml +++ b/soupault.toml @@ -43,10 +43,6 @@ action = "insert_before" # Inserts the banner in main page only -[widgets.insert-trustpilot-widget] - widget = "include" - file = "templates/trustpilot.html" - selector = "#trustpilot-widget" [widgets.insert-google-tag-manager-head] widget = "insert_html" @@ -102,7 +98,7 @@ Disallow: / <h3>Current/Circinus (future 1.5.0)</h3> </div> """ - selector = "div#content" + selector = "#available-builds" action = "append_child" page = "get/nightly-builds.md" profile = "live" |