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