We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2b9c3b commit f98ac89Copy full SHA for f98ac89
blog/index.html
@@ -3,7 +3,7 @@
3
title: Blog
4
---
5
6
-<div class="posts" style="line-height: 1.7;">
+<div class="posts">
7
{% for post in paginator.posts %}
8
<div class="post">
9
<h1 class="post-title">
@@ -19,9 +19,9 @@ <h1 class="post-title">
19
{% endfor %}
20
{% endif %}
21
22
- <article>
+ <h4 style="font-weight: 400; line-height: 1.8;"><article>
23
{{ post.excerpt | markdownify }}
24
+ <article></h4>
25
<div class="post-more">
26
{% if site.disqus_short_name %}
27
<a href="{{ site.baseurl }}{{ post.url }}#disqus_thread"> <i class="fa fa-comments" aria-hidden="true"></i>Comment</a>
0 commit comments