From 58df30ea6e77a72870b941df4028449629271bcc Mon Sep 17 00:00:00 2001 From: Robin Krom Date: Mon, 12 Sep 2022 21:20:53 +0200 Subject: [PATCH] Why did this happen? Fixed the URL for our blog as it was point to some fork which jens made of our repo. --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index d48779a16..18b44edaf 100644 --- a/_config.yml +++ b/_config.yml @@ -2,7 +2,7 @@ title: Greenshot #email: getgreenshot@gmail.com description: Greenshot - a free screenshot tool optimized for productivity -baseurl: https://jklingen.github.io/greenshot +baseurl: "" # TODO change URL to getgreenshot.org url: https://getgreenshot.org twitter_username: greenshot_tool