Skip to content

Commit 7029185

Browse files
committed
Update layout
1 parent 22f4bac commit 7029185

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

_layouts/page.html

+2-8
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,8 @@
22
layout: default
33
---
44
{% include jumbotron.html %}
5-
<article class="post">
5+
<article class="post container">
66

7-
<header class="post-header">
8-
<h1 class="post-title">{{ page.title }}</h1>
9-
</header>
10-
11-
<div class="post-content markdown-body">
12-
{{ content }}
13-
</div>
7+
{{ content }}
148

159
</article>

_layouts/post.html

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
<div class="row">
99

10-
<!-- Post List -->
1110
<div class="col-md-8 markdown-body">
1211
{{ content }}
1312
</div>

0 commit comments

Comments
 (0)