From 25074c2b8c770fd6352c6d4a7fcb5477efa7627e Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Fri, 9 Oct 2020 16:59:28 +0800 Subject: [PATCH] Update Asciidoc template The date has been simply updated to be human-readable despite complete information. --- archetypes/default.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archetypes/default.adoc b/archetypes/default.adoc index 423f66a..ec83a6d 100644 --- a/archetypes/default.adoc +++ b/archetypes/default.adoc @@ -12,5 +12,5 @@ tags: = {{ replace .Name "-" " " | title }} {{ .Site.Author.name }} {{ with .Site.Author.email }}<{{ . }}>{{ end }} -{{ dateFormat "2006-01-02" .Date }} +{{ dateFormat "2006-01-02 15:04 -0700" .Date }} :stem: latexmath