diff --git a/my_snippets/markdown.lua b/my_snippets/markdown.lua index 2bc47dc..75bfa6c 100644 --- a/my_snippets/markdown.lua +++ b/my_snippets/markdown.lua @@ -97,7 +97,7 @@ return { { i(1, "title"), i(2, "tags"), - f(get_date, {}), + f(get_datetime, {}), f(get_id, {}) } ) @@ -121,7 +121,7 @@ return { ]], { f(get_month_year, {}), - f(get_date, {}), + f(get_datetime, {}), f(get_month, {}) } )