diff --git a/.vs/alphazero-official.github.io/v16/.suo b/.vs/alphazero-official.github.io/v16/.suo
index 64bb322..7c3a466 100644
Binary files a/.vs/alphazero-official.github.io/v16/.suo and b/.vs/alphazero-official.github.io/v16/.suo differ
diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite
index b48f5f1..0b19498 100644
Binary files a/.vs/slnx.sqlite and b/.vs/slnx.sqlite differ
diff --git a/_credits/contributors.md b/_credits/contributors.md
index c245a8d..aa1eb5b 100644
--- a/_credits/contributors.md
+++ b/_credits/contributors.md
@@ -3,9 +3,9 @@ layout: page
title: Contributors
permalink: /contributors/
---
-{% assign mas = site.data.contributors["masernerd"] %}
-List of contributions made by people past and present.
(Might not be exhaustive)
+{% assign mas = site.data.contributors["masernerd"] %}List of contributions made by people past and present.
(Might not be exhaustive)
(Currently unsorted)
+
- {{ mas.name }}: {{ mas.credit }}
diff --git a/_layouts/categories.html b/_layouts/categories.html
index 4d9235f..2dec79e 100644
--- a/_layouts/categories.html
+++ b/_layouts/categories.html
@@ -19,15 +19,17 @@ {{ page.list_title | default: "Categories" }
{{ category_name }} ({{ site.categories[category_name].size }})
- {% for post in site.categories[category_name] %}
- {%- unless post.unlisted -%}
-
-
-
- {%- endunless -%}
- {% endfor %}
+
+ {% for post in site.categories[category_name] %}
+ {%- unless post.unlisted -%}
+
+
+
- {{post.title}} || {{ post.date | date_to_string }}
{%- if forloop.last -%}
{%- endif -%}
+
+
+ {%- endunless -%}
+ {% endfor %}
+
diff --git a/_posts/2023-07-28-update6.md b/_posts/2023-07-28-update6.md
new file mode 100644
index 0000000..58817f4
--- /dev/null
+++ b/_posts/2023-07-28-update6.md
@@ -0,0 +1,14 @@
+---
+layout: post
+title: Site Update 6
+date: <2023-07-28>
+categories: [Updates, Website]
+author: 1oolm
+comments: true
+---
+
+Oops, it's been a while! I've had some bad days and whatever, and have mostly been focusing on other things, such as game work. Hope to get stuff out, we've been having fun ;]
+
+Today I:
+- Updated the site's font from Lucida Console to Roboto Mono. I think that makes more sense, it's the main font we use for alpha.zero, y'know.
+- Added post dates to the /categories/ search page
\ No newline at end of file
diff --git a/_sass/minima.scss b/_sass/minima.scss
index 87e00f8..6f9ec00 100644
--- a/_sass/minima.scss
+++ b/_sass/minima.scss
@@ -2,7 +2,7 @@
// Define defaults for each variable.
-$base-font-family: -apple-system, BlinkMacSystemFont, "Lucida Console", Lucida Console, Monaco, monospace, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !default;
+$base-font-family: -apple-system, BlinkMacSystemFont, "Roboto Mono", Roboto Mono, Roboto Mono, monospace, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !default;
$base-font-size: 16px !default;
$base-font-weight: 400 !default;
$small-font-size: $base-font-size * 0.875 !default;