diff --git a/client/addPodcast.html b/client/addPodcast.html index d03b44e..612b75f 100644 --- a/client/addPodcast.html +++ b/client/addPodcast.html @@ -16,10 +16,7 @@
-
-

{{ .title }}

-
-{{template "navbar"}} + {{template "navbar" .}}
diff --git a/client/episodes.html b/client/episodes.html index 45464a4..f88e225 100644 --- a/client/episodes.html +++ b/client/episodes.html @@ -39,12 +39,8 @@ hr{ -
-
- -

{{ .title }} ({{ .totalCount }})

-
-{{template "navbar"}} + {{template "navbar" .}} +
{{$setting := .setting}} {{range .podcastItems}} diff --git a/client/index.html b/client/index.html index eb564f0..c09d1a7 100644 --- a/client/index.html +++ b/client/index.html @@ -24,10 +24,8 @@
-
-

{{ .title }}

-
-{{template "navbar"}} + {{template "navbar" .}} +