X-Git-Url: https://git.shemshak.org/~bandali/bndl.org/blobdiff_plain/e44ce5d3d4a0a31fcfae64c1b77e67e7d0bdf1df..a18f4abf0bb35e1a6e9d19857c0fc7c0f577f4e9:/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")