We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22f4bac commit 7029185Copy full SHA for 7029185
_layouts/page.html
@@ -2,14 +2,8 @@
2
layout: default
3
---
4
{% include jumbotron.html %}
5
-<article class="post">
+<article class="post container">
6
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>
+ {{ content }}
14
15
</article>
_layouts/post.html
@@ -7,7 +7,6 @@
<div class="row">
- <!-- Post List -->
<div class="col-md-8 markdown-body">
{{ content }}
</div>
0 commit comments