From e776c62e6bbaabe5fd1def8394c5497d81d09178 Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Sat, 5 Nov 2022 03:19:50 +0530 Subject: Fixes: Wrong Dates in post publication Adds: Post modified dates --- src/posts/big-list-game-dev.njk | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'src/posts/big-list-game-dev.njk') diff --git a/src/posts/big-list-game-dev.njk b/src/posts/big-list-game-dev.njk index 679c8ae..1dc03fd 100644 --- a/src/posts/big-list-game-dev.njk +++ b/src/posts/big-list-game-dev.njk @@ -1,7 +1,13 @@ ---- -layout: posts.njk -title: Big List of Open Source Game Development Tools -description: Big List of Open Source Game Development Tools +---js +{ + layout: "posts.njk", + title: "Big List of Open Source Game Development Tools", + description: "Big List of Open Source Game Development Tools", + date: "Created", + modified: function() { + return (new Date().toUTCString()) + } +} ---
Welcome to the big list (eventually it will be) of always updating bucket of Open Source Game Development Tools. -- cgit v1.2.3