You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ih...@apache.org on 2012/01/08 08:39:20 UTC

svn commit: r1228805 - /logging/log4php/trunk/src/site/site.vm

Author: ihabunek
Date: Sun Jan  8 07:39:19 2012
New Revision: 1228805

URL: http://svn.apache.org/viewvc?rev=1228805&view=rev
Log:
In site template, added project name to page titles.

Modified:
    logging/log4php/trunk/src/site/site.vm

Modified: logging/log4php/trunk/src/site/site.vm
URL: http://svn.apache.org/viewvc/logging/log4php/trunk/src/site/site.vm?rev=1228805&r1=1228804&r2=1228805&view=diff
==============================================================================
--- logging/log4php/trunk/src/site/site.vm (original)
+++ logging/log4php/trunk/src/site/site.vm Sun Jan  8 07:39:19 2012
@@ -471,7 +471,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml"#if ( $locale ) xml:lang="$locale.language" lang="$locale.language"#end>
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=${outputEncoding}" />
-    <title>$title</title>
+    <title>$title - $project.name</title>
     <link rel="stylesheet" href="$relativePath/css/bootstrap.css" type="text/css" />
     <link rel="stylesheet" href="$relativePath/css/site.css" type="text/css" />
 	<script type="text/javascript" src="$relativePath/js/jquery.min.js"></script>