From 4561e96a68625a413ebad7499f8a6a7885324b1b Mon Sep 17 00:00:00 2001 From: Lee Cattarin Date: Wed, 13 May 2026 11:03:49 -0700 Subject: [PATCH] Update content through Mattrbld --- .mattrbld/config.json | 2 +- src/index.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.mattrbld/config.json b/.mattrbld/config.json index e00cea3..a4d904b 100644 --- a/.mattrbld/config.json +++ b/.mattrbld/config.json @@ -14,7 +14,7 @@ }, { "icon": "globe-alt", - "label": "pages", + "label": "Pages", "target": { "name": "Project.Collection", "params": { diff --git a/src/index.md b/src/index.md index 2364227..d854d4f 100644 --- a/src/index.md +++ b/src/index.md @@ -54,6 +54,8 @@ Now, let’s see if our markdown attributes feature works. Here’s my [website ## Images +![](/src/images/dscf-3866.JPG) + We’ve added an image above. I tried to add alt text, but I’m not sure that Eleventy will pick up on that. Ok, let’s push this and see what we get.