Fix updated_at formatting

This commit is contained in:
2024-04-01 19:18:21 +11:00
parent cbdc61c359
commit 80c0828828

View File

@@ -13,7 +13,7 @@ module Main
end
expose :page_updated_at do |page|
page.updated_at&.strftime("%m/%d/%Y")
page.updated_at&.strftime("%d/%m/%Y")
end
private_expose :page do |slug:|