This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository www.
View the commit online.
commit 810f1339410cf6984635f09a86d86752023f8c0e
Author: Carsten Haitzler (Rasterman) <[email protected]>
AuthorDate: Sun Jul 5 10:58:25 2026 +0100
fix banner img path
---
public_html/content/start.banner.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/public_html/content/start.banner.php b/public_html/content/start.banner.php
index dbab5cdd..87782a83 100644
--- a/public_html/content/start.banner.php
+++ b/public_html/content/start.banner.php
@@ -1,5 +1,5 @@
<?php
- $banner_bg = "/hero-mountain-sunset-snow.jpg";
+ $banner_bg = "hero-mountain-sunset-snow.jpg";
$banner_eyebrow = "Compositor, desktop shell, toolkit";
$banner_title = "Fast, flexible desktops for people who tune their machines.";
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.