more comments, some smaller fixes

This commit is contained in:
2019-10-17 01:29:00 +02:00
parent cdd5d40236
commit 517883f907
3 changed files with 17 additions and 11 deletions

View File

@@ -43,7 +43,7 @@ $(document).ready(function() {
} else {
$("#comments").empty();
$("#statistics").empty();
$("#reference").append("Comments are handled by my <a href='" + MastodonUser + "'>Mastodon account</a>. Sadly this article wasn't published at Mastodon. Feel free to <a href='" + CommentsContact + "/'>send me a mail</a> if you want to share your thoughts regarding this topic.");
$("#reference").append("Comments are handled by my <a href='" + MastodonUser + "'>Mastodon account</a>. Sadly this article wasn't published at Mastodon. Feel free to <a href='" + CommentsContact + "'>send me a mail</a> if you want to share your thoughts regarding this topic.");
}
}