- {{template "explore/navbar" .}} + {{if not .BlogsInTopNav}}{{template "explore/navbar" .}}{{end}}
{{if .FeaturedPost}} - {{if .BlogPost.AllowComments}} + {{if or .BlogPost.AllowComments .BlogComments}}

{{svg "octicon-comment" 20}} @@ -96,6 +96,12 @@ {{if .CommentCount}}{{.CommentCount}}{{end}}

+ {{if not .BlogPost.AllowComments}} +
+ {{svg "octicon-lock" 16}} {{ctx.Locale.Tr "repo.blog.comments.disabled"}} +
+ {{end}} + {{if .BlogComments}}
{{range .BlogComments}} @@ -125,9 +131,11 @@ {{if index $.CommentReactionCounts .ID}}{{(index $.CommentReactionCounts .ID).Dislikes}}{{else}}0{{end}}
+ {{if $.BlogPost.AllowComments}} + {{end}} {{if or $.IsWriter (and $.IsSigned (eq .UserID $.SignedUserID))}}
{{$.CsrfTokenHtml}} @@ -181,6 +189,7 @@
{{end}} + {{if $.BlogPost.AllowComments}}
@@ -193,13 +202,17 @@
+ {{end}}