diff options
| author | Radiohotline <radiohotline@disroot.org> | 2026-02-17 12:35:04 +0000 |
|---|---|---|
| committer | Radiohotline <radiohotline@disroot.org> | 2026-02-17 12:35:04 +0000 |
| commit | 2d2287524d566143105c42196a3de2bb7132cfc7 (patch) | |
| tree | 187a8be91b46f41f8386748fe3b4a7f6d029ac98 /neocities | |
| parent | 910bf8e2868318dc89f560295d29d1fbac75dd35 (diff) | |
nixring
Diffstat (limited to 'neocities')
| -rw-r--r-- | neocities/index.html | 2 | ||||
| -rwxr-xr-x | neocities/update.sh | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/neocities/index.html b/neocities/index.html index f3abab7..793fefd 100644 --- a/neocities/index.html +++ b/neocities/index.html @@ -34,7 +34,7 @@ <br> <p>moved</p> - <p style="color:grey; font-size: small">Updated: 2026-02-17 11:53:46</p> + <p style="color:grey; font-size: small">Updated: 2026-02-17 12:30:11</p> <a href="https://softmachine.dev">>> redirect</a> </body> diff --git a/neocities/update.sh b/neocities/update.sh index 9781f93..9b36d0e 100755 --- a/neocities/update.sh +++ b/neocities/update.sh @@ -1,6 +1,6 @@ NOW=$(date "+%Y-%m-%d %H:%M:%S") -FILE=neocities/index.html +FILE=index.html sed -e "s/Updated: .*<\/p>/Updated: $NOW<\/p>/g" -i '' $FILE -neoup -f neocities/index.html +neoup -f index.html |
