diff --git a/app/views/Posts/index.asp b/app/views/Posts/index.asp index 2aeece0..ffa8e1a 100644 --- a/app/views/Posts/index.asp +++ b/app/views/Posts/index.asp @@ -1,10 +1,11 @@ -
-
-

Posts

-

Published articles from ASPBlogBrainOrdure.

-
+
+
+
Latest issue
+

Posts

+

Published articles from ASPBlogBrainOrdure.

+
New Post -
+
<% Dim postIter, postItem, shownCount @@ -17,21 +18,21 @@ If posts.Count = 0 Then <% Else %> -
- <% - Do While postIter.HasNext And shownCount < 20 - Set postItem = postIter.GetNext() - shownCount = shownCount + 1 - %> -
-
-
-
-

+
+ <% + Do While postIter.HasNext And shownCount < 20 + Set postItem = postIter.GetNext() + shownCount = shownCount + 1 + %> +

<% Dim publishedText publishedText = "" @@ -45,10 +46,10 @@ Else %> <%= H(publishedText) %> <% - End If - %> -
-

<%= H(postItem.Summary) %>

+ End If + %> +
+

<%= H(postItem.Summary) %>

Read