diff --git a/Makefile b/Makefile index dc583d2b..e7968909 100644 --- a/Makefile +++ b/Makefile @@ -7,3 +7,6 @@ DEPLOY_SSH_USER = kotovalexarian deploy: $(RSYNC) --del -e 'ssh -p $(DEPLOY_SSH_PORT)' 'public/' '$(DEPLOY_SSH_USER)@$(DEPLOY_SSH_HOST):/srv/causa_arcana_archivebox/' $(RSYNC) --del -e 'ssh -p $(DEPLOY_SSH_PORT)' 'data/' '$(DEPLOY_SSH_USER)@$(DEPLOY_SSH_HOST):/var/lib/archivebox' + +data-del-indices: + rm -vf data/archive/*/index.html data/archive/*/index.json diff --git a/archivebox/templates/core/snapshot.html b/archivebox/templates/core/snapshot.html index f35f38b1..571c1fcd 100644 --- a/archivebox/templates/core/snapshot.html +++ b/archivebox/templates/core/snapshot.html @@ -12,7 +12,7 @@
-