From e960153727b71da8f7dcb300db1f49775fd64e4c Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Mon, 22 Mar 2021 22:06:21 +0100 Subject: Added a hugo markdown shortcode to automatically calculate my age --- layouts/shortcodes/age.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 layouts/shortcodes/age.html (limited to 'layouts') 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 }} -- cgit v1.2.3