We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0daa7d1 commit 3eaffb7Copy full SHA for 3eaffb7
3 files changed
_layouts/default.html
@@ -10,26 +10,9 @@
10
<div class="container">
11
12
<div class="row clearfix">
13
-
14
<div class="col-md-12 column">
15
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
32
+ {{ content }}
33
34
</div>
35
_layouts/home.html
index.html
@@ -1,5 +1,5 @@
1
---
2
-layout: home
+layout: default
3
title: mruby
4
5
0 commit comments