/api/ & /help/: Change index to <h1>.

The Index should be presented as an <h1> section and to the far left.
This commit is contained in:
Brock Whittaker 2017-11-08 12:49:31 -08:00 committed by Tim Abbott
parent 228b0c4290
commit d2e55fa5c8
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
{% block portico_content %}
<div class="app help api-docs terms-page inline-block">
<div class="sidebar">
<h2 class="no-arrow"><a href="/api-new/" class="no-underline">Index</a></h2>
<h1 class="no-arrow"><a href="/api-new/" class="no-underline">Index</a></h1>
{{ render_markdown_path("zerver/api/sidebar.md") }}
</div>

View File

@ -4,8 +4,8 @@
{% block portico_content %}
<div class="app help terms-page inline-block">
<h2 class="no-arrow"><a href="/help/" class="no-underline">Index</a></h2>
<div class="sidebar slide">
<h1 class="no-arrow"><a href="/help/" class="no-underline">Index</a></h1>
{{ render_markdown_path("zerver/help/include/sidebar.md") }}
</div>