From 111dd8f804dc134e6304559c50d1d1db3d18fde6 Mon Sep 17 00:00:00 2001 From: nano Date: Sun, 3 May 2026 16:27:54 +0000 Subject: [PATCH] Refresh site with magazine styling --- app/views/Posts/index.asp | 45 ++++++++++++++++++++------------------- 1 file changed, 23 insertions(+), 22 deletions(-) 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