From 782912c8a68989571abde43bd9436db727824d30 Mon Sep 17 00:00:00 2001 From: Lee Cattarin Date: Tue, 8 Sep 2026 16:18:11 -0700 Subject: [PATCH] tweak intro content for gallery, reference, home pages --- src/gallery.njk | 2 +- src/index.njk | 3 ++- src/reference.njk | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/gallery.njk b/src/gallery.njk index 91b3e863..a31294aa 100644 --- a/src/gallery.njk +++ b/src/gallery.njk @@ -13,7 +13,7 @@ icon: fa-regular fa-images label: view the gallery --- -

the gallery page is for finished art

+

the gallery section is for finished art

(or browse by tags)

{% include "postlist.njk" %} diff --git a/src/index.njk b/src/index.njk index 0e2d8d17..b1841b19 100644 --- a/src/index.njk +++ b/src/index.njk @@ -12,7 +12,8 @@ icon: fa fa-solid fa-crow title: home label: home --- -

(or browse by tags)

+

(see the highlights + or browse by tags)

{% include "postlist.njk" %} diff --git a/src/reference.njk b/src/reference.njk index 4bc80e75..ce4167df 100644 --- a/src/reference.njk +++ b/src/reference.njk @@ -13,7 +13,7 @@ icon: fa-regular fa-folder-open label: read reference posts --- -

the reference page is for informational posts

+

the reference section is for informational posts

(or browse by tags)

{% include "postlist.njk" %}