From d20c40d0b0e0c738adbda9c3218ce38990cccfdf Mon Sep 17 00:00:00 2001 From: nytpu Date: Mon, 21 Sep 2020 08:29:57 -0600 Subject: [PATCH] fixed date --- gemlog.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gemlog.sh b/gemlog.sh index faba824..80cbfec 100755 --- a/gemlog.sh +++ b/gemlog.sh @@ -18,8 +18,8 @@ # to customize, modify variables here and modify build_entries() make_globals() { - global_title="yatg" - global_description="yet another tech gemlog" + global_title="yet another tech gemlog" + global_description="yatg" global_url="gemini://nytpu.com/gemlog/" # link to base url of gemlog global_author="nytpu" global_author_email="alex@nytpu.com" @@ -35,7 +35,7 @@ make_globals() { # don't change these gemlog_sh_link="https://tildegit.org/nytpu/gemlog.sh" # link to the utility, you should change this if you modified it substantially date_format_8601="+%Y-%m-%dT%H:%M:%S%:z" # *formal* ISO-8601 format including time zone - date_format_8601_timeless="+%Y-%m-%dT23:59:59%:z" # *formal* ISO-8601 format including time zone + date_format_8601_timeless="+%Y-%m-%dT12:00:00%:z" # *formal* ISO-8601 format including time zone } get_post_title() {