From e2aae238cb145bde8d17e360c7e7d97e0a0faba1 Mon Sep 17 00:00:00 2001 From: madrilene Date: Wed, 8 Oct 2025 09:57:10 +0200 Subject: [PATCH] add exact version in welcome text --- src/pages/index.njk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/index.njk b/src/pages/index.njk index a5e0ded..b96c45a 100644 --- a/src/pages/index.njk +++ b/src/pages/index.njk @@ -17,7 +17,7 @@ blog:
-
+

An Eleventy starter

Built around a CSS workflow that emphasizes guiding browser styling rather than micromanaging it. It @@ -26,7 +26,7 @@ blog: connection speeds, and usage contexts.

- This is version 4. I keep a + This is version {{ pkg.version }}. I keep a branch of v1, v2 and v3. I tried to document most features and methodologies.

@@ -35,7 +35,7 @@ blog:
-
+

{{ blog.title }}

{% if blog.intro %}

{{ blog.intro }}