diff options
Diffstat (limited to 'themes/hugo-book/layouts/_partials/docs/date.html')
| -rw-r--r-- | themes/hugo-book/layouts/_partials/docs/date.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/themes/hugo-book/layouts/_partials/docs/date.html b/themes/hugo-book/layouts/_partials/docs/date.html new file mode 100644 index 0000000..8c75361 --- /dev/null +++ b/themes/hugo-book/layouts/_partials/docs/date.html @@ -0,0 +1,6 @@ +<!-- + Returns formatted date. + Usage: partial "docs/date" (dict "Date" .Date "Format" .Site.Params.BookDateFormat) +--> +{{- $format := default "January 2, 2006" .Format -}} +{{- return (time.Format $format .Date) -}} |
