You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by bd...@apache.org on 2010/12/13 15:32:41 UTC

svn commit: r1045130 - in /incubator/stanbol/site/trunk: content/stanbol/images/stanbol-logo/stanbol-favicon.png templates/skeleton.html

Author: bdelacretaz
Date: Mon Dec 13 14:32:40 2010
New Revision: 1045130

URL: http://svn.apache.org/viewvc?rev=1045130&view=rev
Log:
STANBOL-1 - favicon added

Added:
    incubator/stanbol/site/trunk/content/stanbol/images/stanbol-logo/stanbol-favicon.png   (with props)
Modified:
    incubator/stanbol/site/trunk/templates/skeleton.html

Added: incubator/stanbol/site/trunk/content/stanbol/images/stanbol-logo/stanbol-favicon.png
URL: http://svn.apache.org/viewvc/incubator/stanbol/site/trunk/content/stanbol/images/stanbol-logo/stanbol-favicon.png?rev=1045130&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/stanbol/site/trunk/content/stanbol/images/stanbol-logo/stanbol-favicon.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Modified: incubator/stanbol/site/trunk/templates/skeleton.html
URL: http://svn.apache.org/viewvc/incubator/stanbol/site/trunk/templates/skeleton.html?rev=1045130&r1=1045129&r2=1045130&view=diff
==============================================================================
--- incubator/stanbol/site/trunk/templates/skeleton.html (original)
+++ incubator/stanbol/site/trunk/templates/skeleton.html Mon Dec 13 14:32:40 2010
@@ -22,6 +22,7 @@
   <link href="/stanbol/css/stanbol.css" rel="stylesheet" type="text/css">
   <title>Apache Stanbol - {% block title %}{{ headers.title }}{% endblock %}</title>
   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+  <link rel="icon" type="image/png" href="/stanbol/images/stanbol-logo/stanbol-favicon.png"/>
 </head>
 
 <body>