Move title above map

This commit is contained in:
Tim Schaub
2015-11-14 15:48:24 -07:00
parent 5a511c7591
commit c3165252f8
2 changed files with 5 additions and 1 deletions

View File

@@ -26,13 +26,13 @@
<div class="row-fluid">
<div class="span12">
<h4 id="title">{{ title }}</h4>
{{{ contents }}}
</div>
</div>
<div class="row-fluid">
<div class="span12">
<h4 id="title">{{ title }}</h4>
<p id="shortdesc">{{ shortdesc }}</p>
<div id="docs">{{ md docs }}</div>
<div id="api-links">Related API documentation: {{{ js.apiHtml }}}</div>