summaryrefslogtreecommitdiff
path: root/update-theme.sh
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2022-10-21 22:04:10 +0200
committerChristoph Cullmann <cullmann@kde.org>2022-10-21 22:04:10 +0200
commitd9364d2799a952d018d7ee9ab27beaa7db561482 (patch)
tree4000b49556ec8697f7807bbecc6d23a2454af4b5 /update-theme.sh
parent8941b82fb5e5fe75abfff6f8d6b20ec87d0b77a3 (diff)
ensure really no cookies
Diffstat (limited to 'update-theme.sh')
-rwxr-xr-xupdate-theme.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/update-theme.sh b/update-theme.sh
index e327269..8a433e7 100755
--- a/update-theme.sh
+++ b/update-theme.sh
@@ -2,4 +2,5 @@ rm -rf themes
mkdir themes
git clone https://github.com/adityatelange/hugo-PaperMod themes/PaperMod --depth=1
rm -rf themes/PaperMod/.git*
+sed -i s@localStorage.setItem@//localStorage.setItem@g themes/PaperMod/layouts/partials/footer.html
git add themes