From 96a75dedeedb448c3284d74215a5debc06e5ddcd Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Tue, 2 Dec 2025 13:59:08 +0000 Subject: landing page - use correct gitworkshop link --- src/http/landing.rs | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/http/landing.rs b/src/http/landing.rs index 6f2bfdd..df69a9d 100644 --- a/src/http/landing.rs +++ b/src/http/landing.rs @@ -51,7 +51,6 @@ pub fn get_html(config: &Config) -> String { base_css = get_base_css(), relay_name = config.relay_name, relay_description = config.relay_description, - domain = config.domain, ) } @@ -323,7 +322,7 @@ pub fn get_repo_html(config: &Config, npub: &str, identifier: &str) -> String { gitworkshop.dev Web-based repository browser - Visit → + Visit →
@@ -342,6 +341,19 @@ pub fn get_repo_html(config: &Config, npub: &str, identifier: &str) -> String {
+ "##, base_css = get_base_css(), -- cgit v1.2.3