diff --git a/Pages/Index.cshtml b/Pages/Index.cshtml
index a3bc793..ea27846 100644
--- a/Pages/Index.cshtml
+++ b/Pages/Index.cshtml
@@ -54,10 +54,6 @@
@item.Title
@item.Date.ToString("yyyy-MM-dd") · @item.Author
- @if (!string.IsNullOrWhiteSpace(item.Keywords))
- {
-
@item.Keywords
- }
@((item.FileCount ?? 0).ToString()) files
@@ -74,12 +70,23 @@
+
Page @Model.PageNumber / @Model.TotalPages
}
@@ -108,12 +123,27 @@
@section Scripts {