diff options
Diffstat (limited to '')
-rw-r--r-- | layouts/shortcodes/age.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/shortcodes/age.html b/layouts/shortcodes/age.html new file mode 100644 index 0000000..fcf6d13 --- /dev/null +++ b/layouts/shortcodes/age.html @@ -0,0 +1 @@ +{{ div (sub now.Unix 493473600 ) 31556926 }} |