Skip to content

Commit 01df943

Browse files
committed
blog: Fix post layout
1 parent f84de1d commit 01df943

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

_layouts/post.html

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
---
22
layout: default
33
---
4-
<div class="row">
5-
<h1 class="page-header">{{ page.title }}</h1>
6-
4+
<div class="zd-section">
75
<article class="post">
86
<small>{{ page.date | date: '%B %d, %Y' }} · by <a href="https://github.com/{{ site.authors[page.author].github }}">{{ site.authors[page.author].name }}</a></small>
97
<div class="entry">
@@ -14,7 +12,7 @@ <h1 class="page-header">{{ page.title }}</h1>
1412
<br>
1513
<a href="{{ site.baseurl }}/blog/">View all posts</a>
1614
</div>
17-
<div class="row">
15+
<div class="zd-section">
1816
{% if jekyll.environment == "production" and site.comments.disqus %}
1917
{% include comments/disqus.html %}
2018
{% endif %}

0 commit comments

Comments
 (0)