Skip to content

Commit 21e152b

Browse files
author
Davert
committed
design updated
1 parent ed6ec4e commit 21e152b

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

_layouts/doc.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,4 @@
22
layout: page
33
---
44

5-
<div id="toc"></div>
6-
75
{{ content }}

_layouts/post.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
layout: bootstrap
33
---
44

5+
6+
<div class="row">
7+
<div class="span8">
58
<h1>{{ page.title }}</h1>
69

710
<p>
@@ -27,4 +30,10 @@ <h1>{{ page.title }}</h1>
2730
</script>
2831
</div>
2932

30-
{% include comment.html %}
33+
{% include comment.html %}
34+
</div>
35+
<div class="span4">
36+
37+
38+
</div>
39+
</div>

0 commit comments

Comments
 (0)