Skip to content

Commit

Permalink
Fix broken link and update footer year (#194)
Browse files Browse the repository at this point in the history
* Update footer year to include current year

* Fix broken link
  • Loading branch information
JakeLegendXIII authored Jan 27, 2025
1 parent 88e70cf commit b726c42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/_data/foundation.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
{
"name": "Thomas Altenburger",
"title": "Board Member",
"github": "mrhelmut"
"github": "ThomasFOG"
}
]
2 changes: 1 addition & 1 deletion website/_includes/partials/_footer.njk
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@

<div class="d-flex flex-column flex-sm-row justify-content-between align-items-center gap-3 py-4 my-4">
<div>
© 2009-2024 MonoGame Foundation, Inc. is a 501(c)(3) non-profit. EIN 93-3803929<br/>Designed with
© 2009-2025 MonoGame Foundation, Inc. is a 501(c)(3) non-profit. EIN 93-3803929<br/>Designed with
<span class="text-danger">❤</span>
by
<a href="https://github.com/MonoGame/monogame.github.io/graphs/contributors">MonoGame Community</a>
Expand Down

0 comments on commit b726c42

Please sign in to comment.