Merge lp:~elachuni/ubuntu-webcatalog/favicon into lp:ubuntu-webcatalog

Proposed by Anthony Lenton
Status: Merged
Approved by: Michael Nelson
Approved revision: 139
Merged at revision: 139
Proposed branch: lp:~elachuni/ubuntu-webcatalog/favicon
Merge into: lp:ubuntu-webcatalog
Diff against target: 11 lines (+1/-0)
1 file modified
src/webcatalog/templates/light/index.1col.html (+1/-0)
To merge this branch: bzr merge lp:~elachuni/ubuntu-webcatalog/favicon
Reviewer Review Type Date Requested Status
Canonical Consumer Applications Hackers Pending
Review via email: mp+109468@code.launchpad.net

Commit message

Added a favicon, because there was none.

Description of the change

A small branch to add a favicon that was missing, as pointed out in bug #1007284.

The icon itself is taken from the Ubuntu Light theme, which is what the webcatalog theme is based off.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/webcatalog/templates/light/index.1col.html'
2--- src/webcatalog/templates/light/index.1col.html 2012-04-20 19:43:44 +0000
3+++ src/webcatalog/templates/light/index.1col.html 2012-06-09 02:19:20 +0000
4@@ -3,6 +3,7 @@
5 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
6 <head>
7 <title>{% block title %}{% endblock %}</title>
8+ <link rel="shortcut icon" href="{{ STATIC_URL }}images/favicon.ico" type="image/x-icon" />
9 <link rel="stylesheet" type="text/css" media="all" href="https://fonts.googleapis.com/css?family=Ubuntu:300,300italic,400,400italic" />
10 {% block head_extra %}
11 <link rel="stylesheet" type="text/css" href="{% url wc-combo %}?light/css/reset.css&light/css/styles.css&light/css/forms.css"/>

Subscribers

People subscribed via source and target branches