Merge lp://staging/~razamatan/loggerhead/favicon into lp://staging/loggerhead
Proposed by
razamatan
Status: | Merged |
---|---|
Merged at revision: | 431 |
Proposed branch: | lp://staging/~razamatan/loggerhead/favicon |
Merge into: | lp://staging/loggerhead |
Diff against target: |
40 lines (+6/-0) 3 files modified
loggerhead/templates/browse.pt (+2/-0) loggerhead/templates/directory.pt (+2/-0) loggerhead/templates/macros.pt (+2/-0) |
To merge this branch: | bzr merge lp://staging/~razamatan/loggerhead/favicon |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Martin Albisetti | Approve | ||
Martin Pool | Pending | ||
Review via email: mp+50220@code.staging.launchpad.net |
Description of the change
explicitly sets favicons in the templates... per:
To post a comment you must log in.
Yay favicons!
One question:
10 + <link rel="shortcut icon" "href python: branch. static_ url('/static/ images/ favicon. ico')" />
11 + tal:attributes=
and
23 + <link rel="shortcut icon" "href python: branch. static_ url('/static/ images/ favicon. ico')" />
24 + tal:attributes=
Shouldn't these be .png?