File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ <h3 class="text-truncate">
31
31
{% if first_post.categories.size > 0 %}
32
32
< span class ="d-none d-lg-inline post-meta mb-2 "> {{ first_post.categories[0] }} | </ span >
33
33
{% endif %}
34
- < span class ="post-meta mb-2 "> {{ first_post.author }} | {{ first_post.date | date: date_format }}</ span > | < a class ="post-link comments " href ="{{ first_post.url | absolute_url }}#discuss_thread "> Comments</ a >
34
+ < span class ="post-meta mb-2 "> {{ first_post.author }} | {{ first_post.date | date: date_format }}</ span > | < a class ="post-link comments " href ="{{ first_post.url | absolute_url }}#discuss_thread " data-disqus-identifier =" {{ first_post.url | absolute_url }} " > Comments</ a >
35
35
</ div >
36
36
{%- if site.show_excerpts -%}
37
37
< p > {{ first_post.excerpt | markdownify | remove: '< p class ="lead "> ' | remove: '</ p > ' }}</ p >
@@ -65,7 +65,7 @@ <h3 class="text-truncate">
65
65
{% if first_post.categories.size > 0 %}
66
66
< span class ="d-none d-md-inline post-meta mb-2 "> {{ first_post.categories[0] }} | </ span >
67
67
{% endif %}
68
- < span class ="post-meta mb-2 "> {{ post.author }} | {{ post.date | date: date_format }}</ span > | < a class ="post-link comments " href ="{{ post.url | absolute_url }}#discuss_thread "> Comments</ a >
68
+ < span class ="post-meta mb-2 "> {{ post.author }} | {{ post.date | date: date_format }}</ span > | < a class ="post-link comments " href ="{{ post.url | absolute_url }}#discuss_thread " data-disqus-identifier =" {{ post.url | absolute_url }} " > Comments</ a >
69
69
</ div >
70
70
{%- if site.show_excerpts -%}
71
71
< p > {{ post.excerpt | remove: '< p class ="lead "> ' | remove: '</ p > ' }}</ p >
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ <h1 class="post-title p-name fs-3" itemprop="name headline">{{ page.title | esca
11
11
{% if page.categories.size > 0 %}
12
12
< span class ="d-none d-md-inline post-meta mb-2 "> {{ page.categories[0] }} | </ span >
13
13
{% endif %}
14
- < span class ="post-meta mb-2 "> {{ page.author }} | {{ page.date | date: date_format }}</ span > | < a class ="post-link comments " href ="{{ page.url | absolute_url }}#discuss_thread "> Comments</ a >
14
+ < span class ="post-meta mb-2 "> {{ page.author }} | {{ page.date | date: date_format }}</ span > | < a class ="post-link comments " href ="{{ page.url | absolute_url }}#discuss_thread " data-disqus-identifier =" {{ page.url | absolute_url }} " > Comments</ a >
15
15
</ div >
16
16
</ header >
17
17
You can’t perform that action at this time.
0 commit comments