Skip to content

Commit 56e2e66

Browse files
committed
Comment styling
1 parent 350b3ab commit 56e2e66

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

comment-trail.html

+10-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,16 @@
3434
<a
3535
hidden href="{{ page.url }}"
3636
class="pat-inject"
37-
data-pat-inject="source: #{{ include.id }}-size::element; target: #{{ include.id }}-size::element; trigger: autoload; delay: 5s && source: #comment-trail-{{ include.id }}::element; target: #comment-trail-{{ include.id }}::element; trigger: autoload; delay: 5s">Refresh feed</a>
37+
data-pat-inject="
38+
source: #{{ include.id }}-size::element;
39+
target: #{{ include.id }}-size::element;
40+
trigger: autoload;
41+
delay: 30s
42+
&&
43+
source: #comment-trail-{{ include.id }}::element;
44+
target: #comment-trail-{{ include.id }}::element;
45+
trigger: autoload;
46+
delay: 30s">Refresh feed</a>
3847
{% endunless %}
3948
</div>
4049
{% endif %}

comment.html

+1-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@
1414
alt="" />
1515
</span>
1616
<h4
17-
class="name">
18-
{{ comment.user }}
19-
</h4>
17+
class="name">{{ comment.user }}</h4>
2018
<time
2119
class="modification-date pat-display-time"
2220
data-pat-display-time="from-now: true; locale: {{ site.data.config.lang }}"

0 commit comments

Comments
 (0)