We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed6ec4e commit 21e152bCopy full SHA for 21e152b
_layouts/doc.html
@@ -2,6 +2,4 @@
2
layout: page
3
---
4
5
-<div id="toc"></div>
6
-
7
{{ content }}
_layouts/post.html
@@ -2,6 +2,9 @@
layout: bootstrap
+
+<div class="row">
+<div class="span8">
8
<h1>{{ page.title }}</h1>
9
10
<p>
@@ -27,4 +30,10 @@ <h1>{{ page.title }}</h1>
27
30
</script>
28
31
</div>
29
32
-{% include comment.html %}
33
+{% include comment.html %}
34
+</div>
35
+<div class="span4">
36
37
38
39
0 commit comments