summaryrefslogtreecommitdiffstats
path: root/docs/data
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-05-20 11:41:43 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-05-20 11:41:43 +0300
commita119ef693faf5dc346fec78ca8a18948ec65a993 (patch)
tree35b78da83dabee9f69a4eb2edd298612c16de078 /docs/data
parent1f9e8dcc6010abeea8abc7ba1a092c4dab9852f6 (diff)
tpl/time: Re-add the time example
Diffstat (limited to 'docs/data')
-rw-r--r--docs/data/docs.json6
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/data/docs.json b/docs/data/docs.json
index 852b110e7..698130c83 100644
--- a/docs/data/docs.json
+++ b/docs/data/docs.json
@@ -1439,12 +1439,10 @@
"Args": [
"v"
],
- "Aliases": [
- "asTime"
- ],
+ "Aliases": null,
"Examples": [
[
- "{{ (asTime \"2015-01-21\").Year }}",
+ "{{ (time \"2015-01-21\").Year }}",
"2015"
]
]