You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by wi...@apache.org on 2013/02/25 12:39:16 UTC

svn commit: r1449665 - /incubator/marmotta/site/trunk/content/templates/custom-site.vm

Author: wikier
Date: Mon Feb 25 11:39:16 2013
New Revision: 1449665

URL: http://svn.apache.org/r1449665
Log:
build logo on the top right

Modified:
    incubator/marmotta/site/trunk/content/templates/custom-site.vm

Modified: incubator/marmotta/site/trunk/content/templates/custom-site.vm
URL: http://svn.apache.org/viewvc/incubator/marmotta/site/trunk/content/templates/custom-site.vm?rev=1449665&r1=1449664&r2=1449665&view=diff
==============================================================================
--- incubator/marmotta/site/trunk/content/templates/custom-site.vm (original)
+++ incubator/marmotta/site/trunk/content/templates/custom-site.vm Mon Feb 25 11:39:16 2013
@@ -1052,6 +1052,13 @@
       #else
       <div class="container">
       #end
+
+        #if ( !$sideBarEnabled )
+        <p id="poweredBy" class="pull-right">
+          #builtByLogo( $decoration.poweredBy )
+        </p>
+        #end
+
         <div class="row span12">Copyright &copy;#copyright()All Rights Reserved.#publishDate( "bottom" $decoration.publishDate $decoration.version )</div>
 
         #if ( $decoration.body.footer )
@@ -1064,12 +1071,6 @@
           #end
         #end
 
-        #if ( !$sideBarEnabled )
-        <p id="poweredBy" class="pull-right">
-          #builtByLogo( $decoration.poweredBy )
-        </p>
-        #end
-
         #ohloh()
       </div>
     </footer>