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: