From 9a5101a7453af264fbcd81085d725f5258198e93 Mon Sep 17 00:00:00 2001 From: Clement Lumumba Date: Sat, 10 Aug 2024 13:10:30 +0000 Subject: [PATCH 1/2] Fix fallback for 'Visit site' link when repo.website is missing --- themes/vocabulary_theme/templates/blocks/featured-projects.html | 2 +- themes/vocabulary_theme/templates/project_list.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/vocabulary_theme/templates/blocks/featured-projects.html b/themes/vocabulary_theme/templates/blocks/featured-projects.html index 02f61c172..a16ba29bc 100644 --- a/themes/vocabulary_theme/templates/blocks/featured-projects.html +++ b/themes/vocabulary_theme/templates/blocks/featured-projects.html @@ -15,7 +15,7 @@

{{ repo.english_name }}

- + Visit site diff --git a/themes/vocabulary_theme/templates/project_list.html b/themes/vocabulary_theme/templates/project_list.html index 3dacde857..652c3dfe3 100644 --- a/themes/vocabulary_theme/templates/project_list.html +++ b/themes/vocabulary_theme/templates/project_list.html @@ -23,7 +23,7 @@

{{ repo.english_name }}

- + Visit site From 63e20f812dc9bfc42ce129b8322ecaa3f5dc4eb2 Mon Sep 17 00:00:00 2001 From: Clement Lumumba Date: Mon, 12 Aug 2024 09:13:47 +0000 Subject: [PATCH 2/2] remove extra space between or operator --- themes/vocabulary_theme/templates/blocks/featured-projects.html | 2 +- themes/vocabulary_theme/templates/project_list.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/vocabulary_theme/templates/blocks/featured-projects.html b/themes/vocabulary_theme/templates/blocks/featured-projects.html index a16ba29bc..abc317c93 100644 --- a/themes/vocabulary_theme/templates/blocks/featured-projects.html +++ b/themes/vocabulary_theme/templates/blocks/featured-projects.html @@ -15,7 +15,7 @@