fixed date

This commit is contained in:
nytpu 2020-09-21 08:29:57 -06:00
parent 0e97b12e26
commit d20c40d0b0
Signed by: nytpu
GPG Key ID: ECCDC07B337B8F5B
1 changed files with 3 additions and 3 deletions

View File

@ -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() {