You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by nw...@apache.org on 2016/02/26 14:04:53 UTC

svn commit: r1732473 - /lucy/site/trunk/templates/basic.html

Author: nwellnhof
Date: Fri Feb 26 13:04:53 2016
New Revision: 1732473

URL: http://svn.apache.org/viewvc?rev=1732473&view=rev
Log:
Use relative links for assets

This allows to preview changes on the staging site.

Modified:
    lucy/site/trunk/templates/basic.html

Modified: lucy/site/trunk/templates/basic.html
URL: http://svn.apache.org/viewvc/lucy/site/trunk/templates/basic.html?rev=1732473&r1=1732472&r2=1732473&view=diff
==============================================================================
--- lucy/site/trunk/templates/basic.html (original)
+++ lucy/site/trunk/templates/basic.html Fri Feb 26 13:04:53 2016
@@ -3,7 +3,7 @@
   <head>
     <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
     <title>{% block title %}{{ headers.title }}{% endblock %}</title>
-    <link rel="stylesheet" type="text/css" media="screen" href="http://lucy.apache.org/css/lucy.css">
+    <link rel="stylesheet" type="text/css" media="screen" href="/css/lucy.css">
   </head>
 
   <body>
@@ -13,7 +13,7 @@
       <div id="lucy-top" class="container_16 lucy-white_box_3d">
 
         <div id="lucy-logo_box" class="grid_8">
-          <a href="/"><img src="http://lucy.apache.org/images/lucy_logo_150x100.png" alt="Apache Lucy™"></a>
+          <a href="/"><img src="/images/lucy_logo_150x100.png" alt="Apache Lucy™"></a>
         </div> <!-- lucy-logo_box -->
 
         <div #id="lucy-top_nav_box" class="grid_8">