aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNick Pentreath <nick.pentreath@gmail.com>2013-10-07 11:46:17 +0200
committerNick Pentreath <nick.pentreath@gmail.com>2013-10-07 11:46:17 +0200
commita5e58b8f980fe49d02dce83e366f0ea0cf070d76 (patch)
tree84928e9d6754330c2e685547a2363365f6f55c54 /docs
parentb0f5f4d441119662c09572de697b2d9943f703ef (diff)
parentd585613ee22ed9292a69e35cedb0d5965f4c906f (diff)
downloadspark-a5e58b8f980fe49d02dce83e366f0ea0cf070d76.tar.gz
spark-a5e58b8f980fe49d02dce83e366f0ea0cf070d76.tar.bz2
spark-a5e58b8f980fe49d02dce83e366f0ea0cf070d76.zip
Merge branch 'master' into implicit-als
Diffstat (limited to 'docs')
-rwxr-xr-xdocs/_layouts/global.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/_layouts/global.html b/docs/_layouts/global.html
index 238ad26de0..0c1d657cde 100755
--- a/docs/_layouts/global.html
+++ b/docs/_layouts/global.html
@@ -6,7 +6,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
- <title>{{ page.title }} - Spark {{site.SPARK_VERSION}} Documentation</title>
+ <title>{{ page.title }} - Spark {{site.SPARK_VERSION_SHORT}} Documentation</title>
<meta name="description" content="">
<link rel="stylesheet" href="css/bootstrap.min.css">
@@ -109,7 +109,7 @@
</ul>
</li>
</ul>
- <!--<p class="navbar-text pull-right"><span class="version-text">v{{site.SPARK_VERSION}}</span></p>-->
+ <!--<p class="navbar-text pull-right"><span class="version-text">v{{site.SPARK_VERSION_SHORT}}</span></p>-->
</div>
</div>
</div>