diff --git a/template/templates/views/bookmark_entries.html b/template/templates/views/bookmark_entries.html index 7bce694d..0265615d 100644 --- a/template/templates/views/bookmark_entries.html +++ b/template/templates/views/bookmark_entries.html @@ -19,7 +19,7 @@ {{ if ne .Feed.Icon.IconID 0 }} {{ .Feed.Title }} {{ end }} - {{ .Title }} + {{ .Title }} {{ .Feed.Category.Title }} diff --git a/template/templates/views/category_entries.html b/template/templates/views/category_entries.html index 7041e19f..7785ee67 100644 --- a/template/templates/views/category_entries.html +++ b/template/templates/views/category_entries.html @@ -53,7 +53,7 @@ {{ if ne .Feed.Icon.IconID 0 }} {{ .Feed.Title }} {{ end }} - {{ .Title }} + {{ .Title }} {{ .Feed.Category.Title }} diff --git a/template/templates/views/feed_entries.html b/template/templates/views/feed_entries.html index 0a731551..7a900b4e 100644 --- a/template/templates/views/feed_entries.html +++ b/template/templates/views/feed_entries.html @@ -81,7 +81,7 @@ {{ if ne .Feed.Icon.IconID 0 }} {{ .Feed.Title }} {{ end }} - {{ .Title }} + {{ .Title }} {{ .Feed.Category.Title }} diff --git a/template/templates/views/history_entries.html b/template/templates/views/history_entries.html index 1e08387c..59ab921c 100644 --- a/template/templates/views/history_entries.html +++ b/template/templates/views/history_entries.html @@ -35,7 +35,7 @@ {{ if ne .Feed.Icon.IconID 0 }} {{ .Feed.Title }} {{ end }} - {{ .Title }} + {{ .Title }} {{ .Feed.Category.Title }} diff --git a/template/templates/views/search_entries.html b/template/templates/views/search_entries.html index 481b542b..b5e23d66 100644 --- a/template/templates/views/search_entries.html +++ b/template/templates/views/search_entries.html @@ -19,7 +19,7 @@ {{ if ne .Feed.Icon.IconID 0 }} {{ .Feed.Title }} {{ end }} - {{ .Title }} + {{ .Title }} {{ .Feed.Category.Title }} diff --git a/template/templates/views/shared_entries.html b/template/templates/views/shared_entries.html index 0998bcf9..70757a94 100644 --- a/template/templates/views/shared_entries.html +++ b/template/templates/views/shared_entries.html @@ -32,7 +32,7 @@ {{ if ne .Feed.Icon.IconID 0 }} {{ .Feed.Title }} {{ end }} - {{ .Title }} + {{ .Title }} {{ if .ShareCode }} {{ end }} - {{ .Title }} + {{ .Title }} {{ .Feed.Category.Title }}