Skip to content

Commit 3eaffb7

Browse files
committed
use full-width layout by default
1 parent 0daa7d1 commit 3eaffb7

3 files changed

Lines changed: 2 additions & 43 deletions

File tree

_layouts/default.html

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -10,26 +10,9 @@
1010
<div class="container">
1111

1212
<div class="row clearfix">
13-
1413
<div class="col-md-12 column">
1514

16-
<div class="row clearfix">
17-
<div class="col-md-9 column">
18-
19-
{{ content }}
20-
21-
</div>
22-
<div class="col-md-3 column">
23-
24-
<h2>Latest News</h2>
25-
<ul class="posts">
26-
{% for post in site.posts %}
27-
<li><a href="{{ post.url }}">{{ post.title }}</a></li>
28-
{% endfor %}
29-
</ul>
30-
31-
</div>
32-
</div>
15+
{{ content }}
3316

3417
</div>
3518
</div>

_layouts/home.html

Lines changed: 0 additions & 24 deletions
This file was deleted.

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
layout: home
2+
layout: default
33
title: mruby
44
---
55

0 commit comments

Comments
 (0)