Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 7 additions & 9 deletions docs/_templates/layout.html
Original file line numberDiff line numberDiff 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 DownExpand 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 DownExpand 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