From 0b776b628129d5107c0e2061829d78a4d93fc81e Mon Sep 17 00:00:00 2001 From: Eric Gallager Date: Tue, 9 Apr 2024 18:31:10 -0400 Subject: [PATCH] Update layout.11ty.js try suggestion from @halkeye in tweetback/tweetback#97 --- _includes/layout.11ty.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_includes/layout.11ty.js b/_includes/layout.11ty.js index 9be38cb4bd..63db1425c3 100644 --- a/_includes/layout.11ty.js +++ b/_includes/layout.11ty.js @@ -46,6 +46,7 @@ module.exports = async function(data) { + @@ -70,4 +71,4 @@ module.exports = async function(data) { `; -}; \ No newline at end of file +};