You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by uc...@apache.org on 2014/11/27 11:24:44 UTC

[2/4] incubator-flink git commit: [FLINK-1282] [docs] Added {{ site.baseurl }} to css and image paths

[FLINK-1282] [docs] Added {{ site.baseurl }} to css and image paths


Project: http://git-wip-us.apache.org/repos/asf/incubator-flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-flink/commit/75c99199
Tree: http://git-wip-us.apache.org/repos/asf/incubator-flink/tree/75c99199
Diff: http://git-wip-us.apache.org/repos/asf/incubator-flink/diff/75c99199

Branch: refs/heads/release-0.7
Commit: 75c991997bcdfd13cf9f04a5e6edabc38a6820dd
Parents: 03e50a4
Author: Kostas Tzoumas <ko...@gmail.com>
Authored: Wed Nov 26 18:10:18 2014 +0100
Committer: Ufuk Celebi <uc...@apache.org>
Committed: Thu Nov 27 11:24:22 2014 +0100

----------------------------------------------------------------------
 docs/_includes/footer.md   |  2 +-
 docs/_includes/navbar.html |  4 ++--
 docs/_layouts/default.html | 18 +++++++++---------
 3 files changed, 12 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-flink/blob/75c99199/docs/_includes/footer.md
----------------------------------------------------------------------
diff --git a/docs/_includes/footer.md b/docs/_includes/footer.md
index 27e1a54..2f2193c 100644
--- a/docs/_includes/footer.md
+++ b/docs/_includes/footer.md
@@ -9,6 +9,6 @@ incubation status is not necessarily a reflection of the completeness or
 stability of the code, it does indicate that the project has yet to be fully
 endorsed by the ASF.</small>
 
-<a href="http://incubator.apache.org/">![Incubator Logo](img/apache-incubator-logo.png)</a>
+<a href="http://incubator.apache.org/">![Incubator Logo]({{ site.baseurl }}/img/apache-incubator-logo.png)</a>
 
 <p class="text-center"><a href="privacy-policy.html">Privacy Policy<a></p>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-flink/blob/75c99199/docs/_includes/navbar.html
----------------------------------------------------------------------
diff --git a/docs/_includes/navbar.html b/docs/_includes/navbar.html
index 7666547..1ff061f 100644
--- a/docs/_includes/navbar.html
+++ b/docs/_includes/navbar.html
@@ -4,13 +4,13 @@
       <div class="col-md-1 af-mobile-nav-bar">
 	<a href="index.html" title="Home">
 	  <img class="hidden-xs hidden-sm img-responsive"
-	       src="img/logo.png" alt="Apache Flink Logo">
+	       src="{{ site.baseurl }}/img/logo.png" alt="Apache Flink Logo">
 	</a>	
 	<div class="row visible-xs">
 	  <div class="col-xs-3">
 	    <a href="index.html" title="Home">  
 	      <img class="hidden-x hidden-sm img-responsive"
-		   src="img/logo.png" alt="Apache Flink Logo">
+		   src="{{ site.baseurl }}/img/logo.png" alt="Apache Flink Logo">
 	    </a>	
 	  </div>
 	  <div class="col-xs-5"></div>

http://git-wip-us.apache.org/repos/asf/incubator-flink/blob/75c99199/docs/_layouts/default.html
----------------------------------------------------------------------
diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html
index a9896f1..5ee85af 100644
--- a/docs/_layouts/default.html
+++ b/docs/_layouts/default.html
@@ -5,16 +5,16 @@
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width, initial-scale=1">
     <title>Apache Flink (incubating): {{ page.title }}</title>
-    <link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
-    <link rel="icon" href="favicon.ico" type="image/x-icon">
-    <link rel="stylesheet" href="css/bootstrap.css">
-    <link rel="stylesheet" href="css/bootstrap-lumen-custom.css">
-    <link rel="stylesheet" href="css/syntax.css">
-    <link rel="stylesheet" href="css/custom.css">
-    <link href="css/main/main.css" rel="stylesheet">
+    <link rel="shortcut icon" href="{{ site.baseurl }}/favicon.ico" type="image/x-icon">
+    <link rel="icon" href="{{ site.baseurl }}/favicon.ico" type="image/x-icon">
+    <link rel="stylesheet" href="{{ site.baseurl }}/css/bootstrap.css">
+    <link rel="stylesheet" href="{{ site.baseurl }}/css/bootstrap-lumen-custom.css">
+    <link rel="stylesheet" href="{{ site.baseurl }}/css/syntax.css">
+    <link rel="stylesheet" href="{{ site.baseurl }}/css/custom.css">
+    <link href="{{ site.baseurl }}/css/main/main.css" rel="stylesheet">
     <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
-    <script src="js/bootstrap.min.js"></script>
-    <script src="js/codetabs.js"></script>
+    <script src="{{ site.baseurl }}/js/bootstrap.min.js"></script>
+    <script src="{{ site.baseurl }}/js/codetabs.js"></script>
   </head>
   <body>