]> Shamusworld >> Repos - ardour-manual/blobdiff - page-template.txt
Fix for non-matching internal links.
[ardour-manual] / page-template.txt
index 97df2aa06aaf4db887b94dd213628ecdaf7ed924..6967a973e010cf51f386b5c808a91dfc30653a4a 100644 (file)
        <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 }}
+                       {% 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) };