We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 819eace commit b7602edCopy full SHA for b7602ed
_layouts/post.html
@@ -17,8 +17,8 @@ <h1 class="post-title">{{ page.title }}</h1>
17
{% unless forloop.last %} {% endunless %}{% endfor %}
18
</p>
19
{% endif %}
20
- {% include reading-time.html %}
21
{% include comments/link.html %}
+ {% include reading-time.html %}
22
</header><!-- .post-header -->
23
{% if page.featured_image %}
24
<div class="post-thumbnail">
_sass/_comments.scss
@@ -2,7 +2,7 @@
2
3
#comments-link {
4
float: right;
5
- margin: 1.3334em 0;
+ margin: 1.3334em 0 1.3334em 1em;
6
}
7
8
#comments {
0 commit comments