From e5c7dc6f44c2782d7fd7bf6252e1e3e5830bafd1 Mon Sep 17 00:00:00 2001 From: Hazel Noack Date: Tue, 15 Jul 2025 16:03:07 +0200 Subject: [PATCH] changed website target --- README.md | 1 + frontend/index.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b267a9..9addffc 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ air dev ## TODO +- configure target of website cards - implementing proper command line args - clear cache - implement fetching in intervals diff --git a/frontend/index.html b/frontend/index.html index 964bac5..8192de6 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -40,7 +40,7 @@ {{ if eq .ActiveCard "websites" }}
{{range $Website := .Websites }} - +

{{ $Website.Name }}

{{ $Website.Name }} picture