From cc107f3c68e399b02d756f27d0419b130c43f660 Mon Sep 17 00:00:00 2001 From: Matthew Kousoulas Date: Sun, 3 Oct 2021 22:51:39 -0400 Subject: [PATCH] Fix First Picture Bug --- scripts/main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/main.js b/scripts/main.js index 5f68b9e..a4cb309 100644 --- a/scripts/main.js +++ b/scripts/main.js @@ -21,6 +21,7 @@ } else { section = p.date DOM.addSection(section); + DOM.addThumbnail(p.thm) } }); } -- 2.45.3