snippets: fix wrong function in md snippets

- Replace `get_date` by `get_datetime` in the frontmatter snippets for
  markdown.

Co-Authored-by: iGor milhit <igor.milhit@unige.ch>
iGor milhit 2023-06-20 09:14:17 +02:00
parent 53f0665f05
commit c02afa6bbe
Signed by: igor
GPG Key ID: 692D97C3D0228A99
1 changed files with 2 additions and 2 deletions

View File

@ -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, {})
}
)