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 @@ -
- {{ range .Items }} -
-
-
-
- {{ if eq .Title "Loading" }} - Loading... - {{ else }} - {{ .Title }} - {{ end }} -
-
On {{ .Date }}
- Youtube Link - {{ if eq .Status "Done" }} - Watch - {{ else if eq .Status "InProgress" }} - In Progress +
+ {{ range .Items }} +
+
+
+
+ {{ if eq .Title "Loading" }} + Loading... {{ else }} - {{ .Status }} + {{ .Title }} {{ end }} -
+ +
On {{ .Date }}
+ Youtube Link + {{ if eq .Status "Done" }} + Watch + {{ else if eq .Status "InProgress" }} + In Progress + {{ else }} + {{ .Status }} + {{ end }}
- {{ end }}
- - - - - - - - - - - - {{ range .Items }} - - - - - - - {{ end }} - -
All Vidoes
DateURLTitleLink
{{ .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 }} -
+ {{ end }} +