diff --git a/app/views/Posts/show.asp b/app/views/Posts/show.asp
index fefba80..e365053 100644
--- a/app/views/Posts/show.asp
+++ b/app/views/Posts/show.asp
@@ -4,7 +4,8 @@
← Back to posts
-
<%= H(post.Title) %>
+ Feature story
+ <%= H(post.Title) %>
<%
Dim publishedText
@@ -17,7 +18,7 @@
If Len(publishedText) > 0 Then
%>
- <%= H(publishedText) %>
+ <%= H(publishedText) %>
<%
End If
@@ -28,7 +29,7 @@
postBody = Replace(postBody, vbLf, "
")
%>
- <%= postBody %>
+ <%= postBody %>
@@ -48,7 +49,7 @@
End If
On Error GoTo 0
%>
- Comments (<%= commentsCount %>)
+ Comments (<%= commentsCount %>)
<% If commentsLoadFailed Then %>
Comments are temporarily unavailable.