Skip to content
Snippets Groups Projects
Commit 37ef166d authored by Jonas Haag's avatar Jonas Haag
Browse files

Add favicon.

Thanks to @lb1a for the patch.

Fixes #87.
parent 31dde141
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@ Changelog
0.4.7 (TBA)
-----------
* #87, #98: Add favicon (@lb1a)
* #35, #95: Add default robots.txt file (@lb1a)
* Bug #90: htdigest file handling broken in contrib.wsgi. (Philip Dexter)
......
https://github.com/jonashaag/klaus
Copyright (c) 2011-2013 Jonas Haag <jonas@lophus.org> and contributors (see Git logs).
Favicon: Git Logo by Jason Long <http://twitter.com/jasonlong>,
licensed under the Creative Commons Attribution 3.0 Unported License.
Feature contributions
---------------------
* Werkzeug port -- Martin Zimmermann <info@posativ.org>
......
klaus/static/favicon.png

2.81 KiB

......@@ -3,6 +3,7 @@
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<link rel=stylesheet href={{ url_for('static', filename='pygments.css') }}>
<link rel=stylesheet href={{ url_for('static', filename='klaus.css') }}>
<link rel=icon type="image/png" href="{{ url_for('static', filename='favicon.png') }}" />
<script src={{ url_for('static', filename='klaus.js') }}></script>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment