mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
b2c60ef898
This marks the launch of the new documentation website.
6 lines
209 B
HTML
6 lines
209 B
HTML
<!--
|
|
Returns formatted date.
|
|
Usage: partial "docs/date" (dict "Date" .Date "Format" .Site.Params.BookDateFormat)
|
|
-->
|
|
{{ $format := default "January 2, 2006" .Format -}}
|
|
{{ return (.Date.Format $format) -}} |