From 7b5eab99e21aa5afaef7d2f613d4b5a9aca79ad5 Mon Sep 17 00:00:00 2001 From: Andy Jackson Date: Thu, 26 Mar 2026 15:12:28 +0000 Subject: [PATCH 1/4] =?UTF-8?q?Create=20Local=20Group=20=E2=80=9Cswigipres?= =?UTF-8?q?/index=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- communities/local/swigipres/index.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 communities/local/swigipres/index.md diff --git a/communities/local/swigipres/index.md b/communities/local/swigipres/index.md new file mode 100644 index 000000000..334589b7f --- /dev/null +++ b/communities/local/swigipres/index.md @@ -0,0 +1,7 @@ +--- +title: SWigiPres +region: Southwest England +location: '{"type":"Point","coordinates":[-4.0533355,50.72219]}' +lang: English +--- +The Southwest Digital Preservation Community Of Practice (SWigiPres). _Details TBA..._ From b71197738b1ca9add88e7831d6022aa957d42dab Mon Sep 17 00:00:00 2001 From: Andy Jackson Date: Thu, 26 Mar 2026 15:41:11 +0000 Subject: [PATCH 2/4] Implement conditional links for homepage and forum Added conditional rendering for homepage and forum URLs. --- _layouts/local_group_page.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_layouts/local_group_page.html b/_layouts/local_group_page.html index fc5a16fa2..e9907b44b 100644 --- a/_layouts/local_group_page.html +++ b/_layouts/local_group_page.html @@ -20,11 +20,11 @@ Homepage - Visit + {{ if page.homepage_url }}Visit{{ endif }} Forum - Visit + {{ if page.forum_url }}Visit{{ endif }} Contact Email Address From 493295a3956178a71cae8f3835d738d8e5db985d Mon Sep 17 00:00:00 2001 From: Andy Jackson Date: Thu, 26 Mar 2026 15:48:26 +0000 Subject: [PATCH 3/4] Fix formatting in SWigiPres community description --- communities/local/swigipres/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/communities/local/swigipres/index.md b/communities/local/swigipres/index.md index 334589b7f..37e9addde 100644 --- a/communities/local/swigipres/index.md +++ b/communities/local/swigipres/index.md @@ -4,4 +4,4 @@ region: Southwest England location: '{"type":"Point","coordinates":[-4.0533355,50.72219]}' lang: English --- -The Southwest Digital Preservation Community Of Practice (SWigiPres). _Details TBA..._ +The Southwest Digital Preservation Community Of Practice (SWigiPres) _Details TBA..._ From e988f4adf1b08f62ff00fcae54bb8045fa792def Mon Sep 17 00:00:00 2001 From: Andy Jackson Date: Thu, 26 Mar 2026 15:49:36 +0000 Subject: [PATCH 4/4] Update template syntax from {{ }} to {% %} --- _layouts/local_group_page.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_layouts/local_group_page.html b/_layouts/local_group_page.html index e9907b44b..abcfc04dc 100644 --- a/_layouts/local_group_page.html +++ b/_layouts/local_group_page.html @@ -20,11 +20,11 @@ Homepage - {{ if page.homepage_url }}Visit{{ endif }} + {% if page.homepage_url %}Visit{% endif %} Forum - {{ if page.forum_url }}Visit{{ endif }} + {% if page.forum_url %}Visit{% endif %} Contact Email Address