We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f84de1d commit 01df943Copy full SHA for 01df943
_layouts/post.html
@@ -1,9 +1,7 @@
1
---
2
layout: default
3
4
-<div class="row">
5
- <h1 class="page-header">{{ page.title }}</h1>
6
-
+<div class="zd-section">
7
<article class="post">
8
<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>
9
<div class="entry">
@@ -14,7 +12,7 @@ <h1 class="page-header">{{ page.title }}</h1>
14
12
<br>
15
13
<a href="{{ site.baseurl }}/blog/">View all posts</a>
16
</div>
17
18
{% if jekyll.environment == "production" and site.comments.disqus %}
19
{% include comments/disqus.html %}
20
{% endif %}
0 commit comments