Skip to content

Commit

Permalink
Added favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Feb 13, 2011
1 parent a9edeab commit 3f6e057
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file added static/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions templates/layout.html
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,7 @@
<!doctype html> <!doctype html>
<title>{% block title %}{% endblock %} | Battlefield3 Development News Aggregator</title> <title>{% block title %}{% endblock %} | Battlefield3 Development News Aggregator</title>
<link rel=stylesheet href={{ url_for('static', filename='style.css') }} type=text/css> <link rel=stylesheet href={{ url_for('static', filename='style.css') }} type=text/css>
<link rel="shortcut icon" href={{ url_for('static', filename='favicon.png') }} type=image/png>
{%- if feed_url is defined %} {%- if feed_url is defined %}
<link href="{{ feed_url }}" rel=alternate title="BF3 Development News" type=application/atom+xml> <link href="{{ feed_url }}" rel=alternate title="BF3 Development News" type=application/atom+xml>
{%- endif %} {%- endif %}
Expand Down

0 comments on commit 3f6e057

Please sign in to comment.