From d3f0841cfdd229ff16b8a230117737a435fc7a56 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sun, 30 Aug 2026 16:58:07 +0200 Subject: Remove 'hosted at' --- Makefile | 4 ++-- bottom.html | 9 ++------- build.sh | 8 +++++--- src/style.css | 5 ++--- 4 files changed, 11 insertions(+), 15 deletions(-) diff --git a/Makefile b/Makefile index 8914304..a28df8e 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -DEST="sebastiano@tronto.net:/var/www/htdocs/sebastiano.tronto.net" +DEST="sebastiano@new.tronto.net:/var/www/new.tronto.net" RSYNC=$$( (command -V rsync 2>&1 > /dev/null && echo rsync) || echo openrsync) all: clean @@ -11,6 +11,6 @@ clean: deploy: synchttp synchttp: - ${RSYNC} -rv --delete --rsync-path=openrsync http/ ${DEST} + ${RSYNC} -rv --delete http/ ${DEST} .PHONY: all clean deploy synchttp diff --git a/bottom.html b/bottom.html index 682420d..1c196b1 100644 --- a/bottom.html +++ b/bottom.html @@ -5,14 +5,9 @@