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" %}