From 286a01c4d6b9e54f9fc3a018ad4c48fd0337e680 Mon Sep 17 00:00:00 2001 From: Daniil Tsivinsky Date: Thu, 12 Mar 2026 12:42:47 +0300 Subject: [PATCH] delete old views ui --- views/index.html | 94 ---------------------------------------------- views/podcast.html | 74 ------------------------------------ 2 files changed, 168 deletions(-) delete mode 100644 views/index.html delete mode 100644 views/podcast.html diff --git a/views/index.html b/views/index.html deleted file mode 100644 index ce546dc..0000000 --- a/views/index.html +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - podcaster - - - - -

podcaster

- -
- - -
- -
- {{range .Podcasts}} - - - {{.Name}} - - {{end}} -
- - diff --git a/views/podcast.html b/views/podcast.html deleted file mode 100644 index a9d9d37..0000000 --- a/views/podcast.html +++ /dev/null @@ -1,74 +0,0 @@ - - - - - - {{.Podcast.Name}} - - - - -

podcaster

- -
- -
-

{{.Podcast.Name}}

-

{{.Podcast.Description}}

-
-
- -
- {{range .Episodes}} -
- {{.Title}} - Added {{.CreatedAt.Format "Mon, Jan 2, 2006 15:04"}} -
- {{end}} -
- -