Skip to content

Commit 839a069

Browse files
committed
test other comment system
1 parent e95a6b2 commit 839a069

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/comments.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ <h4 class="page__meta-title">{{ site.data.ui-text[site.locale].meta_label }}</h4
7373
var t = "<div id='gh-comment' class='page__content'>";
7474
t += "<img src='" + comment.user.avatar_url + "' width='24px'>";
7575
t += "<b><a href='" + comment.user.html_url + "'>" + comment.user.login + "</a></b>";
76-
t += " made <a href='comment.html_url'>comment</a>";
76+
t += " made <a href='" + comment.html_url + "'>comment</a>";
7777
t += "<div id='gh-comment-hr'></div>";
7878
t += comment.body_html;
7979
t += "</div>";

0 commit comments

Comments
 (0)