From 1a77862e4ac5c11bce793b3be2b5374cc14e94cc Mon Sep 17 00:00:00 2001 From: balki <3070606-balki@users.noreply.gitlab.com> Date: Thu, 14 Jul 2022 16:22:06 -0400 Subject: [PATCH] remove old table --- templates/index.html | 77 ++++++++++++-------------------------------- 1 file changed, 21 insertions(+), 56 deletions(-) diff --git a/templates/index.html b/templates/index.html index f782d9a..bd670cf 100644 --- a/templates/index.html +++ b/templates/index.html @@ -53,67 +53,32 @@ -
Date | -URL | -Title | -Link | -
---|---|---|---|
{{ .Date }} | -{{ .URL }} | -- {{ if eq .Title "Loading" }} - Loading... - {{ else }} - {{ .Title }} - {{ end }} - | -- {{ if eq .Status "Done" }} - Watch - {{ else if eq .Status "InProgress" }} - In Progress - {{ else }} - {{ .Status }} - {{ end }} - | -