diff --git a/patch-feed-date.py b/patch-feed-date.py index 1340285..d8cfb15 100755 --- a/patch-feed-date.py +++ b/patch-feed-date.py @@ -43,7 +43,10 @@ def main(): print( re.sub( - updated_pattern, newest_datetime.strftime(datetime_pattern), feed, count=1 + updated_pattern, + f"{newest_datetime.strftime(datetime_pattern)}", + feed, + count=1, ), end="", ) diff --git a/src/_config.yml b/src/_config.yml index beb0ab3..18b40da 100644 --- a/src/_config.yml +++ b/src/_config.yml @@ -12,7 +12,7 @@ author: username: pim avatar: /assets/img/avatar.jpg -url: "https://pim.kunis.nl" +url: "https://pim.kun.is" baseurl: "/" permalink: /:title/