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 ++++++++++++++-- templates/landing.html | 15 ++++++++++++++- 2 files changed, 28 insertions(+), 3 deletions(-) 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(), diff --git a/templates/landing.html b/templates/landing.html index 6d820c3..f44bdc3 100644 --- a/templates/landing.html +++ b/templates/landing.html @@ -220,7 +220,7 @@

{relay_description}

- + Browse Repositories on GitWorkshop.dev → @@ -295,5 +295,18 @@ Powered by ngit-grasp + \ No newline at end of file -- cgit v1.2.3