From 3ee4b8e6fd37c7b73992deeb01b9f43e745269f5 Mon Sep 17 00:00:00 2001
From: Indrajith K L
Date: Sun, 20 Nov 2022 19:26:16 +0530
Subject: Updates Big List of Game Development Tools * Adds Cover Image

---
 src/posts/big-list-game-dev.njk | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

(limited to 'src/posts')

diff --git a/src/posts/big-list-game-dev.njk b/src/posts/big-list-game-dev.njk
index ec418da..7e3579d 100644
--- a/src/posts/big-list-game-dev.njk
+++ b/src/posts/big-list-game-dev.njk
@@ -6,10 +6,15 @@
     date: new Date("27 October 2022"),
     modified: function() {
         return (new Date("20 November 2022").toUTCString())
-    }
+    },
+    cover: "/images/open-source.jpg"
 }
 ---
 
+<p>
+    <img src="/images/open-source.jpg" width="" alt="">
+</p>
+
 <p>Welcome to the big list (eventually it will be) of always updating bucket of <span class="font-bold">Open Source Game Development Tools</span>.
     Here you find not only Game Engines but other open source tools and utilities that will help you
     in developing your dream game/prototypes.
-- 
cgit v1.2.3