doc: Consistent style in outside program tutorial.
[arvados.git] / doc / _layouts / default.html.liquid
index 1f42d80a6b9d2572572403b88eb9a0fdf4780c09..987f525e23941a8b970f7e6d9941c5a6bf8df189 100644 (file)
@@ -58,7 +58,7 @@
       margin-top: -61px;
       }
     </style>
-    <link href="{{ site.baseurl }}/css/bootstrap-responsive.min.css" rel="stylesheet">
+    
     <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
     <!--[if lt IE 9]>
         <script src="../assets/js/html5shiv.js"></script>
@@ -75,7 +75,9 @@
       <div class="row">
         {% include 'navbar_left' %}
         <div class="col-sm-9">
+          <h1>{{ page.title }}</h1>
           {{ content }}
+          {% include 'webring' %}
         </div>
       </div>