From 7be90a5e30b0796ae74896a6571561626035672c Mon Sep 17 00:00:00 2001 From: Emil Sayahi <97276123+emmyoh@users.noreply.github.com> Date: Sat, 14 Aug 2021 11:20:34 -0400 Subject: [PATCH] Fix grammar presenting 'last updated' DateTime --- index.mokkf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.mokkf b/index.mokkf index 708d15f7..7c32f477 100644 --- a/index.mokkf +++ b/index.mokkf @@ -47,7 +47,7 @@ markdown: false {% endif %}
- Last updated at {{ repository.date.rfc_2822 }} + Last updated {{ repository.date.rfc_2822 }}