]> Shamusworld >> Repos - ardour-manual/blobdiff - page-template.txt
Updated the 'Metering in Ardour' page. Added a clearer to the template so that the...
[ardour-manual] / page-template.txt
index 97df2aa06aaf4db887b94dd213628ecdaf7ed924..f6f0fa25b20c41b775a9e7a61158e03f279cb240 100644 (file)
@@ -24,7 +24,7 @@
            <div class="input-group">
                      <input type="text" class="form-control" placeholder="Search &hellip;" name="q">
                      <span class="input-group-btn">
-                       <button class="btn btn-default" type="button"><span class="glyphicon glyphicon-search" aria-hidden="true"></span></button>
+                       <button class="btn btn-default" type="submit"><span class="glyphicon glyphicon-search" aria-hidden="true"></span></button>
                      </span>
                  </div>
                        <input type="hidden" name="sites" value="manual.ardour.org"><!-- domain -->
        <div class="span12" id="content">
     {% breadcrumbs %}
                <div id="content-main">
-               <h1 class="title">{{ page.title }}</h1>
+                       {% githubedit %}
+                       <h1 class="title">{{ page.title }}</h1>
 
-{{ content }}
-{% prevnext %}
+                       {{ content }}
+
+                       <div class="clearer"></div>
+                       {% prevnext %}
 
                </div>
        </div>
 </div></div>
 
+
 <script type="text/javascript">
 // I'll go to hell for this
 var isA = function(regex) { return navigator.userAgent.match(regex) };