Fix base path for resources and assets
diff --git a/_includes/themes/apache/default.html b/_includes/themes/apache/default.html
index be0f768..dcf1740 100644
--- a/_includes/themes/apache/default.html
+++ b/_includes/themes/apache/default.html
@@ -19,7 +19,7 @@
     <link href="/assets/css/style.css?body=1" rel="stylesheet" type="text/css">
     <link href="/assets/css/syntax.css" rel="stylesheet"  type="text/css" media="screen" />
     <!-- Le fav and touch icons -->
-    <link rel="shortcut icon" href="{{ BASE_PATH }}/favicon.png">
+    <link rel="shortcut icon" href="/favicon.png">
     <!-- Update these with your own images
     <link rel="apple-touch-icon" href="images/apple-touch-icon.png">
     <link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
@@ -42,9 +42,9 @@
     </div>
 
 
-    <script src="{{ ASSET_PATH }}/jquery/jquery-2.1.1.min.js"></script>
+    <script src="/assets/jquery/jquery-2.1.1.min.js"></script>
 
-    <script src="{{ ASSET_PATH }}/bootstrap/js/bootstrap.min.js"></script>
+    <script src="/assets/bootstrap/js/bootstrap.min.js"></script>
 
 
   </body>
diff --git a/_includes/themes/apache/footer.html b/_includes/themes/apache/footer.html
index 1fab9a4..df65670 100644
--- a/_includes/themes/apache/footer.html
+++ b/_includes/themes/apache/footer.html
@@ -10,7 +10,7 @@
       <div style="text-align:center;">
       {% if site.data.project.podling %}
           <div style="margin-top: 20px; margin-bottom: 20px;">
-              <a href="http://incubator.apache.org"><img src="{{ BASE_PATH }}/assets/themes/apache/img/egg-logo.png" alt="Apache Incubator"/></a>
+              <a href="http://incubator.apache.org"><img src="/assets/img/egg-logo.png" alt="Apache Incubator"/></a>
           </div>
       {% endif %}
           <div>