From a1e5751d51705333f80f93b19ac7e3db636d8d02 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Fri, 30 Jan 2009 02:02:51 +0100 Subject: [PATCH] Rename the blog to something wittier Signed-off-by: Johannes Schindelin --- upload.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upload.sh b/upload.sh index f32cc8aca0..eb6b398c53 100755 --- a/upload.sh +++ b/upload.sh @@ -60,7 +60,7 @@ get_config () { } BACKGROUNDIMG=$(get_config background paper.jpg) -TITLE=$(get_config title "Dscho's blog") +TITLE=$(get_config title "Dscho's Git log") MAXENTRIES=$(get_config maxPostsPerPage 10) BRANCH=$(get_config branch blog) -- 2.11.4.GIT