[extensions-web: 17/75] Use the favicon.



commit d665ca6d9d72478efc3a1f620d05b8dfdc69a169
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Tue Sep 13 17:18:59 2011 -0400

    Use the favicon.

 sweettooth/templates/base.html |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/sweettooth/templates/base.html b/sweettooth/templates/base.html
index c62cbe4..f894d54 100644
--- a/sweettooth/templates/base.html
+++ b/sweettooth/templates/base.html
@@ -3,6 +3,7 @@
   <head>
     <meta charset="utf-8" />
     <link rel="stylesheet" href="/static/css/sweettooth.css" />
+    <link rel="shortcut icon" href="/static/images/favicon.png" />
     {% block head %} {% endblock %}
     <title>{% block title %}GNOME Shell Extensions{% endblock %}</title>
     <script>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]