From 6317c20aa212a21ae3301c7c8e936b1ea9451c96 Mon Sep 17 00:00:00 2001 From: davidovski Date: Mon, 4 Dec 2023 03:32:14 +0000 Subject: change size of window for some pages --- site/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'site/index.html') diff --git a/site/index.html b/site/index.html index 39c4540..0f9c75d 100755 --- a/site/index.html +++ b/site/index.html @@ -1,4 +1,4 @@ -#!./page.sh +#!./page.sh -s entries="$(for f in entries/*.html; do echo $(git log --pretty=format:'%ct' --follow $f | tail -n 1) $f; done | sort -nr | cut -f2- -d' ')" -- cgit v1.2.1