|
|
|
@@ -1,6 +1,7 @@ |
|
|
|
<div class="d-flex align-items-center justify-content-between mb-4"> |
|
|
|
<div> |
|
|
|
<h1 class="h3 mb-1">Categories</h1> |
|
|
|
<div class="eyebrow mb-2">Section index</div> |
|
|
|
<h1 class="page-title h3 mb-1">Categories</h1> |
|
|
|
<p class="text-muted mb-0">Browse post categories from ASPBlogBrainOrdure.</p> |
|
|
|
</div> |
|
|
|
<a class="btn btn-primary" href="<%= CategoryNewUrl() %>">New Category</a> |
|
|
|
@@ -16,7 +17,7 @@ If categories.Count = 0 Then |
|
|
|
<% |
|
|
|
Else |
|
|
|
%> |
|
|
|
<div class="row gy-3"> |
|
|
|
<div class="row gy-3 magazine-list"> |
|
|
|
<% |
|
|
|
Do While categoryIter.HasNext |
|
|
|
Set categoryItem = categoryIter.GetNext() |
|
|
|
|