aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/templates
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2011-08-21 23:02:21 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2011-08-21 23:02:21 -0500
commit7a8ad8187c22f96604fda3a9a63f2b0e70d3aca0 (patch)
treec4ff9b6104c23cf55de3adbd890d1521a555ce5e /mediagoblin/templates
parent26924b717efe7942593c992999a792de36dc82f4 (diff)
downloadmediagoblin-7a8ad8187c22f96604fda3a9a63f2b0e70d3aca0.tar.lz
mediagoblin-7a8ad8187c22f96604fda3a9a63f2b0e70d3aca0.tar.xz
mediagoblin-7a8ad8187c22f96604fda3a9a63f2b0e70d3aca0.zip
MediaGoblin favicon by Alex Camelio!!! OMG.
Diffstat (limited to 'mediagoblin/templates')
-rw-r--r--mediagoblin/templates/mediagoblin/base.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/mediagoblin/templates/mediagoblin/base.html b/mediagoblin/templates/mediagoblin/base.html
index 6e54c31d..91b434c1 100644
--- a/mediagoblin/templates/mediagoblin/base.html
+++ b/mediagoblin/templates/mediagoblin/base.html
@@ -28,6 +28,8 @@
href="{{ request.staticdirect('/css/extlib/960_16_col.css') }}"/>
<link rel="stylesheet" type="text/css"
href="{{ request.staticdirect('/css/base.css') }}"/>
+ <link rel="shortcut icon"
+ href="{{ request.staticdirect('/images/goblin.ico') }}" />
{% block mediagoblin_head %}
{% endblock mediagoblin_head %}
</head>