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, 0 insertions, 6 deletions
diff --git a/themes/hugo-book/layouts/partials/docs/date.html b/themes/hugo-book/layouts/partials/docs/date.html deleted file mode 100644 index 8c75361..0000000 --- a/themes/hugo-book/layouts/partials/docs/date.html +++ /dev/null @@ -1,6 +0,0 @@ -<!-- - 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) -}} |
