From 5959c4cca274854da378ec11fe6f8cc44fd4db38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Herg=C3=A8s?= Date: Sat, 6 Sep 2025 23:15:16 +0200 Subject: docs(info): update images in readme --- README.md | 6 ++---- example.jpg | Bin 559728 -> 430232 bytes music.jpg | Bin 0 -> 397165 bytes templates/base/base.gohtml | 6 +++--- 4 files changed, 5 insertions(+), 7 deletions(-) create mode 100644 music.jpg diff --git a/README.md b/README.md index 9c8b469..ff6a759 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,9 @@ Self-hostable bio page website, like carrd, guns.lol and many more! Lightweight and heavily customizable Go application. -![Screenshot of the main page](./example.jpg) +![Screenshot of the main page](example.jpg) -![Screenshot of a custom page](./music.webp) - -![Screenshot of a custom page](./games.webp) +![Screenshot of a custom page](music.jpg) ## Config You must have a `public` directory. diff --git a/example.jpg b/example.jpg index b9066e5..cd214d4 100644 Binary files a/example.jpg and b/example.jpg differ diff --git a/music.jpg b/music.jpg new file mode 100644 index 0000000..0ab62f5 Binary files /dev/null and b/music.jpg differ diff --git a/templates/base/base.gohtml b/templates/base/base.gohtml index 666e403..34d5451 100644 --- a/templates/base/base.gohtml +++ b/templates/base/base.gohtml @@ -25,9 +25,9 @@ .links { {{ .Data.Color.Button.GetBackground }}{{ .Data.Color.Button.GetTextColor }} } {{ else }} - {{ range .Data.RelMeLinks }} - - {{ end }} + {{ range .Data.RelMeLinks }} + + {{ end }} {{ end }} -- cgit v1.2.3