*GNU* MediaGoblin on <title>
authorJoar Wandborg <git@wandborg.com>
Sat, 28 May 2011 21:19:44 +0000 (23:19 +0200)
committerJoar Wandborg <git@wandborg.com>
Sat, 28 May 2011 21:19:44 +0000 (23:19 +0200)
mediagoblin/templates/mediagoblin/base.html

index b0c88a13d1960ee1b9c647d33cc512f15f282f20..3306448db75f21502bfedb99bba9386902573758 100644 (file)
@@ -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 %}