Skip to content

Commit

Permalink
Adds link to versions on every doc page.
Browse files Browse the repository at this point in the history
Fixes googleapis#472. (This is the last piece needed after googleapis#625 and googleapis#662)
  • Loading branch information
dhermes committed Feb 20, 2015
1 parent 56f60bb commit 2324112
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions docs/_templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset={{ encoding }}" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- TODO(silvano): add description -->
<!-- TODO(silvano): add description -->
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
{{ metatags }}
Expand Down Expand Up @@ -65,9 +65,9 @@ <h1 class="logo">
</h1>
<nav class="main-nav">
<div class="nav-current">Python</div>
<ul class="menu">
<ul class="menu">
<li>
<a href="
<a href="
https://googlecloudplatform.github.io/gcloud-node" title="Node.js docs page">
<img src="{{ pathto('_static/images/icon-lang-nodejs.svg', 1) }}" alt="Node.js icon" class="menu-icon" />
Node.js
Expand Down Expand Up @@ -96,15 +96,13 @@ <h1 class="logo">
<h1 class="page-title">Python</h1>

<div class="versions">
<span class="v-current">{{ release|e }}</span>
<!--
<a href="versions.html" class="v-btn">
<a href="/gcloud-python/versions.html" class="v-btn">
<img src="_static/images/icon-arrow-bullet.svg" />
See version History
</a>-->
Version History ({{ release|e }})
</a>
</div><!-- end of .versions -->
</header>

<section class="content">
{% block body %} {% endblock %}
</section><!-- end of .content -->
Expand Down

0 comments on commit 2324112

Please sign in to comment.