From 9d97bf8d72ea5dcc0a8b5f949247630008dd8fa8 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Sun, 3 Sep 2023 10:53:39 -0700 Subject: [PATCH] chore: update tags --- src/posts/2023/drying-up-now-page-templates-eleventy.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/posts/2023/drying-up-now-page-templates-eleventy.md b/src/posts/2023/drying-up-now-page-templates-eleventy.md index 2008ce1e..1112b253 100644 --- a/src/posts/2023/drying-up-now-page-templates-eleventy.md +++ b/src/posts/2023/drying-up-now-page-templates-eleventy.md @@ -5,6 +5,7 @@ draft: false tags: - Eleventy - development + - JavaScript --- My now page consists of a number of similar sections — some bespoke text, a number of media grids and lists. The text is repeated once, the lists are easily templated out in [Liquid.js](https://liquidjs.com/) and the media grids are all quite similar. Given the prominence of the media grids on the page and the number of them I decided to consolidate them into a single template while also normalizing the data passed into them as best I could.