You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by hu...@apache.org on 2012/05/06 17:48:54 UTC

svn commit: r1334670 - /httpd/site/trunk/templates/core.html

Author: humbedooh
Date: Sun May  6 15:48:53 2012
New Revision: 1334670

URL: http://svn.apache.org/viewvc?rev=1334670&view=rev
Log:
Set proper title for documents, and blame joe if it doesn't work.

Modified:
    httpd/site/trunk/templates/core.html

Modified: httpd/site/trunk/templates/core.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/templates/core.html?rev=1334670&r1=1334669&r2=1334670&view=diff
==============================================================================
--- httpd/site/trunk/templates/core.html (original)
+++ httpd/site/trunk/templates/core.html Sun May  6 15:48:53 2012
@@ -5,7 +5,7 @@
         <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
         <link href="/css/apsite.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
         <meta name="author" content="Documentation Group" /><meta name="email" content="docs@httpd.apache.org" />
-        <title>{% block title %}Welcome!{% endblock %} - The Apache HTTP Server Project</title>
+        <title>{% block title %}{{ headers.title }} - The Apache HTTP Server Project{% endblock %}</title>
     </head>
     <body>
         {% block logo %}