summary refs log tree commit diff
path: root/_includes/blogpost.njk
diff options
context:
space:
mode:
authorStarfall <us@starfall.systems>2024-08-14 19:41:40 -0500
committerStarfall <us@starfall.systems>2024-08-14 19:41:40 -0500
commit5ce9125cfb4d3534fca34e3113c3ae1fd95c86c3 (patch)
tree899bfdc3ff3fbf3e85b7cf0f5a9267a780a3eb5f /_includes/blogpost.njk
parent5c2c6d60c949b6912c42230d594b0ab20b210ac5 (diff)
Remove Matrix keys since that hasn't been supported for awhile
Diffstat (limited to '_includes/blogpost.njk')
-rw-r--r--_includes/blogpost.njk2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/blogpost.njk b/_includes/blogpost.njk
index 75e2576..5797199 100644
--- a/_includes/blogpost.njk
+++ b/_includes/blogpost.njk
@@ -37,7 +37,7 @@ title = "Starfall"
 
 <footer>
 <section>
-	<p>This site is 100% <a href=https://git.starfall.systems/infra/web>source-available</a>. © 2020-2023 Starfall. See <a href=https://git.starfall.systems/infra/web/tree/COPYING.md rel=license>COPYING.md</a>.
+	<p>This site is 100% <a href=https://git.starfall.systems/infra/web>source-available</a>. © 2020-2024 Starfall. See <a href=https://git.starfall.systems/infra/web/tree/COPYING.md rel=license>COPYING.md</a>.
 </section>
 <div style=text-align:center>⋁/⋀</div>
 </footer>