Skip to content
This repository has been archived by the owner on Dec 28, 2017. It is now read-only.

Commit

Permalink
Tweaking favicon to use mediasync tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Taylor committed May 23, 2011
1 parent 2548c73 commit 4e8a765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="keywords" content="minecraft, smp, multiplayer">
<meta name="description" content="Website for the Creeper's Lament Minecraft server.">
<title>Creeper&rsquo;s Lament &mdash; {% block title %}{{page_title}}{% endblock %}</title>
<link rel="shortcut icon" href="{{ MEDIA_URL }}img/favicon.ico">
<link rel="shortcut icon" href="{% media_url 'img/favicon.ico' %}">

{% block extra_head %}{% endblock %}

Expand Down

0 comments on commit 4e8a765

Please sign in to comment.