X-Git-Url: https://git.shemshak.org/~bandali/bndl.org/blobdiff_plain/4b11ed9d4cc6ed43f6688a60a400783656b0cde5..82ca95acadd6eb8c09dfbf43afba772850ba60e8:/bandali/prefs.scm diff --git a/bandali/prefs.scm b/bandali/prefs.scm index c908eb8..57712a1 100644 --- a/bandali/prefs.scm +++ b/bandali/prefs.scm @@ -19,12 +19,13 @@ my-domain my-url my-tag-prefix - my-date-format)) + my-primary-date-format + my-secondary-date-format)) (define my-scheme 'https) (define my-domain "bandali.eu.org") (define my-url (string-append (symbol->string my-scheme) "://" my-domain)) (define my-tag-prefix "tags") -(define my-date-format "~B ~e, ~Y") - +(define my-primary-date-format "~1") +(define my-secondary-date-format "~A ~B ~e, ~Y")