diff options
Diffstat (limited to 'templates/shared/datetime/short.tmpl')
-rw-r--r-- | templates/shared/datetime/short.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/shared/datetime/short.tmpl b/templates/shared/datetime/short.tmpl new file mode 100644 index 0000000000..e5bcef6459 --- /dev/null +++ b/templates/shared/datetime/short.tmpl @@ -0,0 +1 @@ +<relative-time format="datetime" year="numeric" month="short" day="numeric" weekday="" datetime="{{.Datetime}}">{{.Fallback}}</relative-time> |