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 }} - | -