aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/_includes/header.html
diff options
context:
space:
mode:
authorGravatar dzc <dzc@google.com>2017-03-31 11:25:15 +0000
committerGravatar Philipp Wollermann <philwo@google.com>2017-03-31 17:13:13 +0200
commit5a787e39fbaae338b970b72ed4cd52f72407e7bd (patch)
treed05194d5b279d0dea41d1689e3fcabf4192cf7ad /site/_includes/header.html
parent98571f36260fa70043ea07820d6b19a8f9219500 (diff)
Move GitHub link right of the search bar.
Similar to the TensorFlow website, having the GitHub link separate at the right of the search bar makes it more easy to find. RELNOTES: None PiperOrigin-RevId: 151810276
Diffstat (limited to 'site/_includes/header.html')
-rw-r--r--site/_includes/header.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/site/_includes/header.html b/site/_includes/header.html
index 5670dbf14a..b1de4245d1 100644
--- a/site/_includes/header.html
+++ b/site/_includes/header.html
@@ -15,6 +15,9 @@
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
+ <ul class="nav navbar-nav navbar-right">
+ <li><a href="https://github.com/bazelbuild/bazel">GitHub</a></li>
+ </ul>
<form class="navbar-form navbar-right" action="/search.html" id="cse-search-box">
<div class="form-group">
<input type="hidden" name="cx" value="012346921571893344015:xv_nfgpzbu4">
@@ -35,7 +38,6 @@
<li{% if page.nav == "blog" %} class="active"{% endif %}>
<a href="/blog">Blog</a>
</li>
- <li><a href="https://github.com/bazelbuild/bazel">GitHub</a></li>
<li><a href="http://stackoverflow.com/questions/tagged/bazel" class="nav-icon"><i class="fa fa-stack-overflow"></i></a></li>
<li><a href="https://groups.google.com/forum/#!forum/bazel-discuss" class="nav-icon"><i class="fa fa-envelope"></i></a></li>
<li><a href="https://twitter.com/bazelbuild" class="nav-icon"><i class="fa fa-twitter"></i></a></li>