File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ <h1><a href="{{ post.url }}">{{ post.title }}</a></h1>
8
8
< p >
9
9
< time datetime ="{{ post.date | date:'%Y-%m-%d' }} " pubdate ="pubdate "> {{ post.date | date_to_string }}</ time >
10
10
< span class ="author "> < a href ="/authors.html#{{ post.author }} "> {{ site.authors[post.author].fullname }}</ a > </ span >
11
- < span class ="comments "> < a href ="#comments " title ="Voir les commentaires "> Commentaires</ a > </ span >
11
+ < span class ="comments "> < a href ="#disqus_thread " title ="Voir les commentaires "> Commentaires</ a > </ span >
12
12
</ p >
13
13
</ header >
14
14
{{ content }}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ <h1><a href="{{ post.url }}">{{ post.title }}</a></h1>
9
9
< p >
10
10
< time datetime ="{{ post.date | date:'%Y-%m-%d' }} " pubdate ="pubdate "> {{ post.date | date_to_string }}</ time >
11
11
< span class ="author "> < a href ="/authors.html#{{ post.author }} "> {{ site.authors[post.author].fullname }}</ a > </ span >
12
- < span class ="comments "> < a href ="{{ post.url }}#comments " title ="Voir les commentaires "> Commentaires</ a > </ span >
12
+ < span class ="comments "> < a href ="{{ post.url }}#disqus_thread " title ="Voir les commentaires "> Commentaires</ a > </ span >
13
13
</ p >
14
14
</ header >
15
15
{{ post.content | truncatewords:60 }}
You can’t perform that action at this time.
0 commit comments