oliverbooth.dev/OliverBooth/Pages/Blog
Oliver Booth cf4d92c035
fix: oops, page 2 was completely missing.
The model contains a 1-based page number, whereas GetBlogPosts wants 0-based index, causing an entire page to be missing.
2024-05-06 17:40:03 +01:00
..
Article.cshtml style: use custom post tag styling 2024-05-06 14:59:37 +01:00
Article.cshtml.cs perf: remove redundant StatusCode set 2024-05-05 20:55:32 +01:00
Index.cshtml fix: don't use 0-based page index in blog index 2024-05-05 18:16:17 +01:00
Index.cshtml.cs perf: add pagination to blog post list 2024-05-05 18:13:06 +01:00
List.cshtml fix: oops, page 2 was completely missing. 2024-05-06 17:40:03 +01:00
List.cshtml.cs perf: add pagination to blog post list 2024-05-05 18:13:06 +01:00
RawArticle.cshtml
RawArticle.cshtml.cs refactor: separate Markdig extensions from project 2024-05-05 02:18:20 +01:00