aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoar Wandborg <git@wandborg.com>2011-05-28 23:19:44 +0200
committerJoar Wandborg <git@wandborg.com>2011-05-28 23:19:44 +0200
commit491dd3ff47826b419764f6379474dcb859e6dcb1 (patch)
treed9ec03ba2f95ba7e85969d387a9b6b81c536344a
parent8566cdda713566ef632b78388fa9016a704f6e55 (diff)
downloadmediagoblin-491dd3ff47826b419764f6379474dcb859e6dcb1.tar.lz
mediagoblin-491dd3ff47826b419764f6379474dcb859e6dcb1.tar.xz
mediagoblin-491dd3ff47826b419764f6379474dcb859e6dcb1.zip
*GNU* MediaGoblin on <title>
-rw-r--r--mediagoblin/templates/mediagoblin/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/templates/mediagoblin/base.html b/mediagoblin/templates/mediagoblin/base.html
index b0c88a13..3306448d 100644
--- a/mediagoblin/templates/mediagoblin/base.html
+++ b/mediagoblin/templates/mediagoblin/base.html
@@ -17,7 +17,7 @@
#}
<html>
<head>
- <title>{% block title %}MediaGoblin{% endblock title %}</title>
+ <title>{% block title %}GNU MediaGoblin{% endblock title %}</title>
<link rel="stylesheet" type="text/css"
href="{{ request.staticdirect('/css/base.css') }}"/>
{% block mediagoblin_head %}