From 072cde01bd8905d1431c3b9a42fea9ce0de560d5 Mon Sep 17 00:00:00 2001 From: Robert McGovern Date: Sat, 18 Feb 2023 23:01:53 +0000 Subject: [PATCH] Updated languages for codeblock highlighting --- src/_posts/2022-10-15-frontend-mentor-challenge-deployment.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/_posts/2022-10-15-frontend-mentor-challenge-deployment.md b/src/_posts/2022-10-15-frontend-mentor-challenge-deployment.md index 6c41402..c966bbe 100644 --- a/src/_posts/2022-10-15-frontend-mentor-challenge-deployment.md +++ b/src/_posts/2022-10-15-frontend-mentor-challenge-deployment.md @@ -55,7 +55,7 @@ Each section is generated from a json file I created ([src/_data/webprojects.jso When the 11ty build occurs, it takes two nunjucks snippets then first takes the service section and fills out the details: {% raw %} -```liquid +```njk {% for service in webprojects.services %}
@@ -161,7 +161,7 @@ Having a static site where I can quickly add a challenge to the front page witho My Github 11ty build action -``` +```yaml name: Build Eleventy on: