From cd94d82c1a3dad22b026c9c26311b366f76dcd54 Mon Sep 17 00:00:00 2001 From: HugoPoi Date: Sun, 20 Nov 2022 20:57:38 +0100 Subject: [PATCH] doc: add comments on the config include custom --- www/index.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www/index.php b/www/index.php index 3663d76..6cd3c92 100644 --- a/www/index.php +++ b/www/index.php @@ -118,12 +118,14 @@ const ARCHIVARIX_INCLUDE_CUSTOM = array( 'XPATH' => '//*[@id="twitter-2"]', ], + // replace the hoster information widget in the right column on all pages [ 'OPERATION' => 'REPLACE', 'XPATH' => '//*[@id="text-6"]', 'FILE' => 'hosted_by_franciliens.html', ], + // add a legacy banner on all pages to annonce the new blog [ 'OPERATION' => 'APPEND', 'XPATH' => '//nav[contains(@class, "navbar")]',