-
<%=Post.DateCreated.ToString("dd MMMM yyyy") %>
-
"><%=Post.AuthorProfile != null ? Utils.RemoveIllegalCharacters(Post.AuthorProfile.DisplayName) : Utils.RemoveIllegalCharacters(Post.Author) %>
-
<%=CategoryLinks(", ") %>
+
<%=Post.DateCreated.ToString("dd MMMM yyyy") %>
+
"><%=Post.AuthorProfile != null ? Utils.RemoveIllegalCharacters(Post.AuthorProfile.DisplayName) : Utils.RemoveIllegalCharacters(Post.Author) %>
+
<%=CategoryLinks(", ") %>
+ <% if (BlogSettings.Instance.CommentProvider == BlogSettings.CommentsBy.Disqus){ %>
+
+
+
+
+ <%} else if(BlogSettings.Instance.CommentProvider == BlogSettings.CommentsBy.Facebook) {%>
+
+
+
+
+ <%} else {%>
+
+ Comments (<%=Post.ApprovedComments.Count %>)
+
+ <%} %>