aboutsummaryrefslogtreecommitdiff
path: root/docs/_layouts/global.html
diff options
context:
space:
mode:
authorAndy Konwinski <andyk@berkeley.edu>2012-09-13 12:08:12 -0700
committerAndy Konwinski <andyk@berkeley.edu>2012-09-13 12:08:12 -0700
commitb0207e2bfde2fe6232e2b01cf1e93fca83592160 (patch)
treea8f0dea89d2938d3689ccbe1ccce3ffb0b2320cc /docs/_layouts/global.html
parent130f2f2f41a006f1e9322671de2d25bf26f4e3b7 (diff)
downloadspark-b0207e2bfde2fe6232e2b01cf1e93fca83592160.tar.gz
spark-b0207e2bfde2fe6232e2b01cf1e93fca83592160.tar.bz2
spark-b0207e2bfde2fe6232e2b01cf1e93fca83592160.zip
Replaces "Spark" word in nav bar with logo.
Diffstat (limited to 'docs/_layouts/global.html')
-rwxr-xr-xdocs/_layouts/global.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_layouts/global.html b/docs/_layouts/global.html
index 8af3537c6e..94d0deb27f 100755
--- a/docs/_layouts/global.html
+++ b/docs/_layouts/global.html
@@ -38,7 +38,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
- <a class="brand" href="{{HOME_PATH}}index.html">Spark</a>
+ <a class="brand" href="{{HOME_PATH}}index.html"></a>
<div class="nav-collapse collapse">
<ul class="nav">
<!--TODO(andyk): Add class="active" attribute to li some how.-->