From a6d218c26ff6476086ddfeeba52eecc04e0a3d9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Sat, 20 May 2017 11:41:43 +0300 Subject: [PATCH] tpl/time: Re-add the time example --- data/docs.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/data/docs.json b/data/docs.json index 852b110e7..698130c83 100644 --- a/data/docs.json +++ b/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" ] ]