diff --git a/app/layout/aside_feed.phtml b/app/layout/aside_feed.phtml
index 30fa8c994..aaeb225eb 100644
--- a/app/layout/aside_feed.phtml
+++ b/app/layout/aside_feed.phtml
@@ -35,7 +35,7 @@
feeds as $feed) { ?>
-
+
name (); ?>
diff --git a/app/layout/aside_flux.phtml b/app/layout/aside_flux.phtml
index 07f83232c..903a566af 100644
--- a/app/layout/aside_flux.phtml
+++ b/app/layout/aside_flux.phtml
@@ -58,7 +58,7 @@
-
+
name(); ?>
diff --git a/app/views/index/about.phtml b/app/views/index/about.phtml
index 2f65c9cda..ad3eb6cc6 100644
--- a/app/views/index/about.phtml
+++ b/app/views/index/about.phtml
@@ -20,5 +20,5 @@
FreshRSS est un agrégateur de flux RSS à auto-héberger à l'image de RSSLounge, TinyTinyRSS ou Leed. Il se veut léger et facile à prendre en main tout en étant un outil puissant et paramétrable. L'objectif étant d'offrir une alternative sérieuse au futur feu-Google Reader.
Crédits
- Les icônes sont issus du projet GNOME. La police Open Sans utilisée a été créée par Steve Matteson. FreshRSS repose sur Minz, un framework PHP.
+ Les icônes sont issus du projet GNOME. La police Open Sans utilisée a été créée par Steve Matteson. Les favicons sont récupérés grâce au site getFavicon. FreshRSS repose sur Minz, un framework PHP.
diff --git a/app/views/index/index.phtml b/app/views/index/index.phtml
index 7b3e52ebb..2ac39b42b 100644
--- a/app/views/index/index.phtml
+++ b/app/views/index/index.phtml
@@ -50,7 +50,7 @@ if (isset ($this->entryPaginator)) {
feed (true); ?>
-
name (); ?>
+
name (); ?>
title (); ?>
le date (); ?>
diff --git a/public/theme/base.css b/public/theme/base.css
index 0532db6d2..3de642d3c 100644
--- a/public/theme/base.css
+++ b/public/theme/base.css
@@ -527,6 +527,10 @@ input, select, textarea {
padding: 5px 0;
}
+.favicon {
+ width: 16px;
+}
+
.categories {
margin: 0;
padding: 0;