diff --git a/mixins/ThreadLink.pixy b/mixins/ThreadLink.pixy index ce038fc6..6d6bbb87 100644 --- a/mixins/ThreadLink.pixy +++ b/mixins/ThreadLink.pixy @@ -4,7 +4,7 @@ component ThreadLink(thread *arn.Thread) Avatar(thread.Author()) .thread-content-container .thread-content - if thread.Sticky + if thread.Sticky != 0 Icon("thumb-tack") a.thread-link-title.ajax(href="/threads/" + thread.ID)= thread.Title .spacer