From 5b42492a963cba5702ec18e116332647f2889e0d Mon Sep 17 00:00:00 2001 From: Dominique Louis Date: Tue, 26 Nov 2024 12:42:41 +0000 Subject: [PATCH] Centralise blog footer in website/_includes/partials/_blog_footer.njk and reference it everywhere. --- website/_includes/partials/_blog_footer.njk | 16 ++++++++++++++++ website/content/blog/2023-10-24-meeting.md | 17 +---------------- website/content/blog/2023-11-15-meeting.md | 17 +---------------- website/content/blog/2023-11-22-meeting.md | 17 +---------------- .../content/blog/2023-12-29-website-refresh.md | 17 +---------------- website/content/blog/2024-01-10-meeting.md | 17 +---------------- website/content/blog/2024-02-14-meeting.md | 17 +---------------- website/content/blog/2024-03-14-meeting.md | 17 +---------------- website/content/blog/2024-04-10-meeting.md | 17 +---------------- website/content/blog/2024-06-12-meeting.md | 17 +---------------- website/content/blog/2024-07-10-meeting.md | 17 +---------------- website/content/blog/2024-08-14-meeting.md | 17 +---------------- .../content/blog/2024-08-16-monogame-382.md | 18 +----------------- website/content/blog/2024-09-11-meeting.md | 17 +---------------- website/content/blog/2024-10-09-meeting.md | 17 +---------------- website/content/blog/2024-10-11-open-hours.md | 17 +---------------- website/content/blog/2024-10-22-non-profit.md | 17 +---------------- .../2024-11-01-2d-startkit-project-template.md | 17 +---------------- ...hool-adventure-released-with-full-source.md | 17 +---------------- website/content/blog/2024-11-13-meeting.md | 17 +---------------- .../blog/2024-11-13-open-hours-november.md | 17 +---------------- .../2024-11-21-open-hours-november-video.md | 17 +---------------- 22 files changed, 37 insertions(+), 337 deletions(-) create mode 100644 website/_includes/partials/_blog_footer.njk diff --git a/website/_includes/partials/_blog_footer.njk b/website/_includes/partials/_blog_footer.njk new file mode 100644 index 00000000..65c32ab1 --- /dev/null +++ b/website/_includes/partials/_blog_footer.njk @@ -0,0 +1,16 @@ +### Support + +- [Financially](https://monogame.net/donate/) - several tiers and options available for Github, PayPal and Patreon. +- The [MonoGame Store](https://store.monogame.net) - MonoGame branded gear and merchandise. + +## Get Involved + +- Code, we accept Pull Requests. +- Help in the [Community discord](https://discord.gg/monogame) and beyond (we also love blog posts). +- [Bounties](https://github.com/MonoGame/MonoGame/issues/8120), Fix bugs and add features faster as well as get paid for your work :) + +--- + +### Onwards and Upwards + +The MonoGame Foundation team \ No newline at end of file diff --git a/website/content/blog/2023-10-24-meeting.md b/website/content/blog/2023-10-24-meeting.md index 99461cf8..8b746177 100644 --- a/website/content/blog/2023-10-24-meeting.md +++ b/website/content/blog/2023-10-24-meeting.md @@ -45,19 +45,4 @@ Of note, the current decisions were made by the conclusion of the meeting: The team are active and ready to take on the new challenges in the transition to the MonoGame Foundation, building even more and targeting more platforms as they arise, with the communities help of course! -### Support - -- [Financially](https://monogame.net/donate/) - several tiers and options available for Github, PayPal and Patreon. -- The [MonoGame Store](https://store.monogame.net) - MonoGame branded gear and merchandise. - -## Get Involved - -- Code, we accept Pull Requests. -- Help in the [Community discord](https://discord.gg/monogame) and beyond (we also love blog posts). -- [Bounties](https://github.com/MonoGame/MonoGame/issues/8120), Fix bugs and add features faster as well as get paid for your work :) - ---- - -### Onwards and Upwards - -The MonoGame Foundation team \ No newline at end of file +{% include 'partials/_blog_footer.njk' %} \ No newline at end of file diff --git a/website/content/blog/2023-11-15-meeting.md b/website/content/blog/2023-11-15-meeting.md index c6d33b10..78acea2c 100644 --- a/website/content/blog/2023-11-15-meeting.md +++ b/website/content/blog/2023-11-15-meeting.md @@ -54,19 +54,4 @@ Of note, the current decisions were made by the conclusion of the meeting: - Collaboration with other open-source projects to begin, leverage shared resources to support all projects. - Roadmap discussions have begun with an aim to release asap. -### Support - -- [Financially](https://monogame.net/donate/) - several tiers and options available for Github, PayPal and Patreon. -- The [MonoGame Store](https://store.monogame.net) - MonoGame branded gear and merchandise. - -## Get Involved - -- Code, we accept Pull Requests. -- Help in the [Community discord](https://discord.gg/monogame) and beyond (we also love blog posts). -- [Bounties](https://github.com/MonoGame/MonoGame/issues/8120), Fix bugs and add features faster as well as get paid for your work :) - ---- - -### Onwards and Upwards - -The MonoGame Foundation team \ No newline at end of file +{% include 'partials/_blog_footer.njk' %} \ No newline at end of file diff --git a/website/content/blog/2023-11-22-meeting.md b/website/content/blog/2023-11-22-meeting.md index ae3a30f0..95498bd0 100644 --- a/website/content/blog/2023-11-22-meeting.md +++ b/website/content/blog/2023-11-22-meeting.md @@ -59,19 +59,4 @@ Encouraged by public support and the funding from our partners and community, th P.S. Super top-secret, Swag and other merchandise is being discussed with the hopes of hosting our first community engagement! -### Support - -- [Financially](https://monogame.net/donate/) - several tiers and options available for Github, PayPal and Patreon. -- The [MonoGame Store](https://store.monogame.net) - MonoGame branded gear and merchandise. - -## Get Involved - -- Code, we accept Pull Requests. -- Help in the [Community discord](https://discord.gg/monogame) and beyond (we also love blog posts). -- [Bounties](https://github.com/MonoGame/MonoGame/issues/8120), Fix bugs and add features faster as well as get paid for your work :) - ---- - -### Onwards and Upwards - -The MonoGame Foundation team \ No newline at end of file +{% include 'partials/_blog_footer.njk' %} \ No newline at end of file diff --git a/website/content/blog/2023-12-29-website-refresh.md b/website/content/blog/2023-12-29-website-refresh.md index 9e63aae6..b763b448 100644 --- a/website/content/blog/2023-12-29-website-refresh.md +++ b/website/content/blog/2023-12-29-website-refresh.md @@ -115,19 +115,4 @@ That's all I can think of for now. Also I'm really hungry and I'd like to stop t - Chris Whitley (Aristurtle) -### Support - -- [Financially](https://monogame.net/donate/) - several tiers and options available for Github, PayPal and Patreon. -- The [MonoGame Store](https://store.monogame.net) - MonoGame branded gear and merchandise. - -## Get Involved - -- Code, we accept Pull Requests. -- Help in the [Community discord](https://discord.gg/monogame) and beyond (we also love blog posts). -- [Bounties](https://github.com/MonoGame/MonoGame/issues/8120), Fix bugs and add features faster as well as get paid for your work :) - ---- - -### Onwards and Upwards - -The MonoGame Foundation team \ No newline at end of file +{% include 'partials/_blog_footer.njk' %} \ No newline at end of file diff --git a/website/content/blog/2024-01-10-meeting.md b/website/content/blog/2024-01-10-meeting.md index a1fbaf14..3de68bed 100644 --- a/website/content/blog/2024-01-10-meeting.md +++ b/website/content/blog/2024-01-10-meeting.md @@ -46,22 +46,7 @@ Here is a summary of the outcomes from new year consultations: The MonoGame community is truly awesome, so many people willing to offer support through time offered and code, as well as a huge shout out to our donors, although a quick reminder that if you can support MonoGame, please take the time to do so in these challenging times. While MonoGame is free, we do incur costs, so if you are making money through using MonoGame, please consider giving back (if you can) as it goes to maintain and enhance the framework for all. -### Support - -- [Financially](https://monogame.net/donate/) - several tiers and options available for Github, PayPal and Patreon. -- The [MonoGame Store](https://store.monogame.net) - MonoGame branded gear and merchandise. - -## Get Involved - -- Code, we accept Pull Requests. -- Help in the [Community discord](https://discord.gg/monogame) and beyond (we also love blog posts). -- [Bounties](https://github.com/MonoGame/MonoGame/issues/8120), Fix bugs and add features faster as well as get paid for your work :) - P.S. [Tom Spilman](https://github.com/tomspilman) has been going out of his way to find the best merch for the MonoGame Foundation and looking to secure sustainable and beneficial gear for the MonoGame community. Stay tuned and we will share more when we can. ---- - -### Onwards and Upwards - -The MonoGame Foundation team \ No newline at end of file +{% include 'partials/_blog_footer.njk' %} \ No newline at end of file diff --git a/website/content/blog/2024-02-14-meeting.md b/website/content/blog/2024-02-14-meeting.md index f62a5269..d95ce009 100644 --- a/website/content/blog/2024-02-14-meeting.md +++ b/website/content/blog/2024-02-14-meeting.md @@ -51,19 +51,4 @@ We acknowledge the discrepancy in the MonoGame documentation, but hopefully you We encourage everyone to get involved and share their learnings, or even submit suggestions to a [Project board that one of our members setup to track requests](https://github.com/users/SimonDarksideJ/projects/1), everyone's voice should be heard and we welcome everyone to join in. -### Support - -- [Financially](https://monogame.net/donate/) - several tiers and options available for Github, PayPal and Patreon. -- The [MonoGame Store](https://store.monogame.net) - MonoGame branded gear and merchandise. - -## Get Involved - -- Code, we accept Pull Requests. -- Help in the [Community discord](https://discord.gg/monogame) and beyond (we also love blog posts). -- [Bounties](https://github.com/MonoGame/MonoGame/issues/8120), Fix bugs and add features faster as well as get paid for your work :) - ---- - -### Onwards and Upwards - -The MonoGame Foundation team \ No newline at end of file +{% include 'partials/_blog_footer.njk' %} \ No newline at end of file diff --git a/website/content/blog/2024-03-14-meeting.md b/website/content/blog/2024-03-14-meeting.md index 65b8efee..1e55de2b 100644 --- a/website/content/blog/2024-03-14-meeting.md +++ b/website/content/blog/2024-03-14-meeting.md @@ -87,19 +87,4 @@ Documentation is a HUGE factor for the future of MonoGame, leading up to the for We encourage everyone to get involved and share their learnings, or even submit suggestions to a [Project board that one of our members setup to track requests](https://github.com/users/SimonDarksideJ/projects/1), everyone's voice should be heard and we welcome everyone to join in. -### Support - -- [Financially](https://monogame.net/donate/) - several tiers and options available for Github, PayPal and Patreon. -- The [MonoGame Store](https://store.monogame.net) - MonoGame branded gear and merchandise. - -## Get Involved - -- Code, we accept Pull Requests. -- Help in the [Community discord](https://discord.gg/monogame) and beyond (we also love blog posts). -- [Bounties](https://github.com/MonoGame/MonoGame/issues/8120), Fix bugs and add features faster as well as get paid for your work :) - ---- - -### Onwards and Upwards - -The MonoGame Foundation team \ No newline at end of file +{% include 'partials/_blog_footer.njk' %} \ No newline at end of file diff --git a/website/content/blog/2024-04-10-meeting.md b/website/content/blog/2024-04-10-meeting.md index fab327a0..21c4ae61 100644 --- a/website/content/blog/2024-04-10-meeting.md +++ b/website/content/blog/2024-04-10-meeting.md @@ -65,19 +65,4 @@ The current milestones are as follows: Stay tuned as we progress. There are no fixed dates on these at the moment, but we are working as hard on them as we can (with the free time the developers have) -### Support - -- [Financially](https://monogame.net/donate/) - several tiers and options available for Github, PayPal and Patreon. -- The [MonoGame Store](https://store.monogame.net) - MonoGame branded gear and merchandise. - -## Get Involved - -- Code, we accept Pull Requests. -- Help in the [Community discord](https://discord.gg/monogame) and beyond (we also love blog posts). -- [Bounties](https://github.com/MonoGame/MonoGame/issues/8120), Fix bugs and add features faster as well as get paid for your work :) - ---- - -### Onwards and Upwards - -The MonoGame Foundation team \ No newline at end of file +{% include 'partials/_blog_footer.njk' %} \ No newline at end of file diff --git a/website/content/blog/2024-06-12-meeting.md b/website/content/blog/2024-06-12-meeting.md index 9f495bff..71d45fd3 100644 --- a/website/content/blog/2024-06-12-meeting.md +++ b/website/content/blog/2024-06-12-meeting.md @@ -97,19 +97,4 @@ Upcoming bounties will be posted to a new "RoadMap" page soon to be published on The future is bright and getting brighter by the day. We would again like to thank our fantastic community for their continued support and ask you to get excited for the future. The time is now for MonoGame and things will only get faster once we are over this little hill (the size of K2), but we have laid the track on the other side of the mountain so it will be a quicker ride from here. -### Support - -- [Financially](https://monogame.net/donate/) - several tiers and options available for Github, PayPal and Patreon. -- The [MonoGame Store](https://store.monogame.net) - MonoGame branded gear and merchandise. - -## Get Involved - -- Code, we accept Pull Requests. -- Help in the [Community discord](https://discord.gg/monogame) and beyond (we also love blog posts). -- [Bounties](https://github.com/MonoGame/MonoGame/issues/8120), Fix bugs and add features faster as well as get paid for your work :) - ---- - -### Onwards and Upwards - -The MonoGame Foundation team \ No newline at end of file +{% include 'partials/_blog_footer.njk' %} \ No newline at end of file diff --git a/website/content/blog/2024-07-10-meeting.md b/website/content/blog/2024-07-10-meeting.md index de207dc2..bdb94e42 100644 --- a/website/content/blog/2024-07-10-meeting.md +++ b/website/content/blog/2024-07-10-meeting.md @@ -74,19 +74,4 @@ So much is going on behind the scenes and with the new bounties, the community i As the last section states, do not just comment on how MonoGame is doing, **join in**, apply for bounties as they appear and together, the community can make MonoGame the free place to make games that it should be. -### Support - -- [Financially](https://monogame.net/donate/) - several tiers and options available for Github, PayPal and Patreon. -- The [MonoGame Store](https://store.monogame.net) - MonoGame branded gear and merchandise. - -## Get Involved - -- Code, we accept Pull Requests. -- Help in the [Community discord](https://discord.gg/monogame) and beyond (we also love blog posts). -- [Bounties](https://github.com/MonoGame/MonoGame/issues/8120), Fix bugs and add features faster as well as get paid for your work :) - ---- - -### Onwards and Upwards - -The MonoGame Foundation team \ No newline at end of file +{% include 'partials/_blog_footer.njk' %} \ No newline at end of file diff --git a/website/content/blog/2024-08-14-meeting.md b/website/content/blog/2024-08-14-meeting.md index f78d04b5..fde9848a 100644 --- a/website/content/blog/2024-08-14-meeting.md +++ b/website/content/blog/2024-08-14-meeting.md @@ -73,19 +73,4 @@ With `3.8.2` released, we are not "stepping off the gas" and will endeavour to k Keep us honest, keep us going and let us know how you feel regarding releases. -### Support - -- [Financially](https://monogame.net/donate/) - several tiers and options available for Github, PayPal and Patreon. -- The [MonoGame Store](https://store.monogame.net) - MonoGame branded gear and merchandise. - -## Get Involved - -- Code, we accept Pull Requests. -- Help in the [Community discord](https://discord.gg/monogame) and beyond (we also love blog posts). -- [Bounties](https://github.com/MonoGame/MonoGame/issues/8120), Fix bugs and add features faster as well as get paid for your work :) - ---- - -### Onwards and Upwards - -The MonoGame Foundation team \ No newline at end of file +{% include 'partials/_blog_footer.njk' %} \ No newline at end of file diff --git a/website/content/blog/2024-08-16-monogame-382.md b/website/content/blog/2024-08-16-monogame-382.md index 798e1789..ed65f074 100644 --- a/website/content/blog/2024-08-16-monogame-382.md +++ b/website/content/blog/2024-08-16-monogame-382.md @@ -97,21 +97,5 @@ Keep an eye out for [New Bounties](https://docs.monogame.net/roadmap/#monogame-b * Or chat to us on the [MonoGame Discord](https://discord.gg/monogame), we (and our mods) are always listening! * Check out the [Monthly Meeting notes](https://monogame.net/blog/foundation/) from the MonoGame Foundation board. ---- - -### Support - -- [Financially](https://monogame.net/donate/) - several tiers and options available for Github, PayPal and Patreon. -- The [MonoGame Store](https://store.monogame.net) - MonoGame branded gear and merchandise. - -## Get Involved - -- Code, we accept Pull Requests. -- Help in the [Community discord](https://discord.gg/monogame) and beyond (we also love blog posts). -- [Bounties](https://github.com/MonoGame/MonoGame/issues/8120), Fix bugs and add features faster as well as get paid for your work :) - ---- - -### Onwards and Upwards -The MonoGame Foundation team +{% include 'partials/_blog_footer.njk' %} diff --git a/website/content/blog/2024-09-11-meeting.md b/website/content/blog/2024-09-11-meeting.md index fe71b945..b028038b 100644 --- a/website/content/blog/2024-09-11-meeting.md +++ b/website/content/blog/2024-09-11-meeting.md @@ -65,19 +65,4 @@ The final details to award this role are still being worked out, but the Foundat One month on from the `3.8.2` release and we are already making plans for next month's release, assuming the recent PR merges warrent it. We were very serious about keeping pace and we are tightly focused on it. -### Support - -- [Financially](https://monogame.net/donate/) - several tiers and options available for Github, PayPal and Patreon. -- The [MonoGame Store](https://store.monogame.net) - MonoGame branded gear and merchandise. - -## Get Involved - -- Code, we accept Pull Requests. -- Help in the [Community discord](https://discord.gg/monogame) and beyond (we also love blog posts). -- [Bounties](https://github.com/MonoGame/MonoGame/issues/8120), Fix bugs and add features faster as well as get paid for your work :) - ---- - -### Onwards and Upwards - -The MonoGame Foundation team \ No newline at end of file +{% include 'partials/_blog_footer.njk' %} \ No newline at end of file diff --git a/website/content/blog/2024-10-09-meeting.md b/website/content/blog/2024-10-09-meeting.md index c37bad05..65bb08b4 100644 --- a/website/content/blog/2024-10-09-meeting.md +++ b/website/content/blog/2024-10-09-meeting.md @@ -70,19 +70,4 @@ Here is what we can share on the latest bounty updates: - DesktopVK is also complete and usable, however, like Xbox, it is recommended to wait until MonoGame 4.0 for active use as it still needs more testing. - A new "Storage Container" API has been proposed to solve the cross-platform issues dealing with storage and files on all platforms. -### Support - -- [Financially](https://monogame.net/donate/) - several tiers and options available for Github, PayPal and Patreon. -- The [MonoGame Store](https://store.monogame.net) - MonoGame branded gear and merchandise. - -## Get Involved - -- Code, we accept Pull Requests. -- Help in the [Community discord](https://discord.gg/monogame) and beyond (we also love blog posts). -- [Bounties](https://github.com/MonoGame/MonoGame/issues/8120), Fix bugs and add features faster as well as get paid for your work :) - ---- - -### Onwards and Upwards - -The MonoGame Foundation team \ No newline at end of file +{% include 'partials/_blog_footer.njk' %} \ No newline at end of file diff --git a/website/content/blog/2024-10-11-open-hours.md b/website/content/blog/2024-10-11-open-hours.md index c3527a20..486b9cac 100644 --- a/website/content/blog/2024-10-11-open-hours.md +++ b/website/content/blog/2024-10-11-open-hours.md @@ -46,19 +46,4 @@ If you have queries beyond the meeting times, then we recommend you use the rest We look forward to meeting and hearing from you then! -### Support - -- [Financially](https://monogame.net/donate/) - several tiers and options available for Github, PayPal and Patreon. -- The [MonoGame Store](https://store.monogame.net) - MonoGame branded gear and merchandise. - -## Get Involved - -- Code, we accept Pull Requests. -- Help in the [Community discord](https://discord.gg/monogame) and beyond (we also love blog posts). -- [Bounties](https://github.com/MonoGame/MonoGame/issues/8120), Fix bugs and add features faster as well as get paid for your work :) - ---- - -### Onwards and Upwards - -The MonoGame Foundation team +{% include 'partials/_blog_footer.njk' %} \ No newline at end of file diff --git a/website/content/blog/2024-10-22-non-profit.md b/website/content/blog/2024-10-22-non-profit.md index 5d8b19c3..3955999c 100644 --- a/website/content/blog/2024-10-22-non-profit.md +++ b/website/content/blog/2024-10-22-non-profit.md @@ -12,19 +12,4 @@ ogImage: /images/blog/cover/monogame_foundation.png The MonoGame Foundation is now officially a 501(c)(3) non-profit organisation. It is retroactive, so valid from September 2023. -### Support - -- [Financially](https://monogame.net/donate/) - several tiers and options available for Github, PayPal and Patreon. -- The [MonoGame Store](https://store.monogame.net) - MonoGame branded gear and merchandise. - -## Get Involved - -- Code, we accept Pull Requests. -- Help in the [Community discord](https://discord.gg/monogame) and beyond (we also love blog posts). -- [Bounties](https://github.com/MonoGame/MonoGame/issues/8120), Fix bugs and add features faster as well as get paid for your work :) - ---- - -### Onwards and Upwards - -The MonoGame Foundation team \ No newline at end of file +{% include 'partials/_blog_footer.njk' %} \ No newline at end of file diff --git a/website/content/blog/2024-11-01-2d-startkit-project-template.md b/website/content/blog/2024-11-01-2d-startkit-project-template.md index 9aba851e..aa9bf26f 100644 --- a/website/content/blog/2024-11-01-2d-startkit-project-template.md +++ b/website/content/blog/2024-11-01-2d-startkit-project-template.md @@ -16,19 +16,4 @@ ogImage: /images/blog/cover/monogame_foundation.png For game devs who are new to MonoGame, we’ve been working on a 2D StartKit project template, that targets Android, iOS, macOS, Linux and Windows, so you can hit the ground running. Here’s a video (it’s a bit rough and ready, we’ll make a better one in future) of what’s planned. Leave comments and let us know what you think. https://www.youtube.com/watch?v=Sa8u_n93nxc . Also consider liking the video and subscribing to the MonoGame YouTube channel to help us grow. -### Support - -- [Financially](https://monogame.net/donate/) - several tiers and options available for Github, PayPal and Patreon. -- The [MonoGame Store](https://store.monogame.net) - MonoGame branded gear and merchandise. - -## Get Involved - -- Code, we accept Pull Requests. -- Help in the [Community discord](https://discord.gg/monogame) and beyond (we also love blog posts). -- [Bounties](https://github.com/MonoGame/MonoGame/issues/8120), Fix bugs and add features faster as well as get paid for your work :) - ---- - -### Onwards and Upwards - -The MonoGame Foundation team \ No newline at end of file +{% include 'partials/_blog_footer.njk' %} \ No newline at end of file diff --git a/website/content/blog/2024-11-11-old-school-adventure-released-with-full-source.md b/website/content/blog/2024-11-11-old-school-adventure-released-with-full-source.md index 2c1361f9..aedac47d 100644 --- a/website/content/blog/2024-11-11-old-school-adventure-released-with-full-source.md +++ b/website/content/blog/2024-11-11-old-school-adventure-released-with-full-source.md @@ -23,19 +23,4 @@ We hope you enjoy and support both of these projects and find the information wi We'll be bringing you more soon! -### Support - -- [Financially](https://monogame.net/donate/) - several tiers and options available for Github, PayPal and Patreon. -- The [MonoGame Store](https://store.monogame.net) - MonoGame branded gear and merchandise. - -## Get Involved - -- Code, we accept Pull Requests. -- Help in the [Community discord](https://discord.gg/monogame) and beyond (we also love blog posts). -- [Bounties](https://github.com/MonoGame/MonoGame/issues/8120), Fix bugs and add features faster as well as get paid for your work :) - ---- - -### Onwards and Upwards - -The MonoGame Foundation team \ No newline at end of file +{% include 'partials/_blog_footer.njk' %} \ No newline at end of file diff --git a/website/content/blog/2024-11-13-meeting.md b/website/content/blog/2024-11-13-meeting.md index a9cc44c9..3911ffca 100644 --- a/website/content/blog/2024-11-13-meeting.md +++ b/website/content/blog/2024-11-13-meeting.md @@ -37,19 +37,4 @@ ogImage: /images/blog/cover/monogame_foundation.png - New swag showcased, we finally found a good printer. -### Support - -- [Financially](https://monogame.net/donate/) - several tiers and options available for Github, PayPal and Patreon. -- The [MonoGame Store](https://store.monogame.net) - MonoGame branded gear and merchandise. - -## Get Involved - -- Code, we accept Pull Requests. -- Help in the [Community discord](https://discord.gg/monogame) and beyond (we also love blog posts). -- [Bounties](https://github.com/MonoGame/MonoGame/issues/8120), Fix bugs and add features faster as well as get paid for your work :) - ---- - -### Onwards and Upwards - -The MonoGame Foundation team \ No newline at end of file +{% include 'partials/_blog_footer.njk' %} \ No newline at end of file diff --git a/website/content/blog/2024-11-13-open-hours-november.md b/website/content/blog/2024-11-13-open-hours-november.md index 056fc648..52fa4f55 100644 --- a/website/content/blog/2024-11-13-open-hours-november.md +++ b/website/content/blog/2024-11-13-open-hours-november.md @@ -44,19 +44,4 @@ If you can't make this month, all is not lost. Each month, one week on from the * MonoGame Board meetings - 2nd Wednesday each month * "MonoGame "Open Hours" - 3rd Wednesday each month - 4PM UTC -### Support - -- [Financially](https://monogame.net/donate/) - several tiers and options available for Github, PayPal and Patreon. -- The [MonoGame Store](https://store.monogame.net) - MonoGame branded gear and merchandise. - -## Get Involved - -- Code, we accept Pull Requests. -- Help in the [Community discord](https://discord.gg/monogame) and beyond (we also love blog posts). -- [Bounties](https://github.com/MonoGame/MonoGame/issues/8120), Fix bugs and add features faster as well as get paid for your work :) - ---- - -### Onwards and Upwards - -The MonoGame Foundation team \ No newline at end of file +{% include 'partials/_blog_footer.njk' %} \ No newline at end of file diff --git a/website/content/blog/2024-11-21-open-hours-november-video.md b/website/content/blog/2024-11-21-open-hours-november-video.md index a2bbb562..526c4719 100644 --- a/website/content/blog/2024-11-21-open-hours-november-video.md +++ b/website/content/blog/2024-11-21-open-hours-november-video.md @@ -24,19 +24,4 @@ If you didn't make it this month, all is not lost. Each month, one week on from * MonoGame Board meetings - 2nd Wednesday each month * "MonoGame "Open Hours" - 3rd Wednesday each month - 4PM UTC -### Support - -- [Financially](https://monogame.net/donate/) - several tiers and options available for Github, PayPal and Patreon. -- The [MonoGame Store](https://store.monogame.net) - MonoGame branded gear and merchandise. - -## Get Involved - -- Code, we accept Pull Requests. -- Help in the [Community discord](https://discord.gg/monogame) and beyond (we also love blog posts). -- [Bounties](https://github.com/MonoGame/MonoGame/issues/8120), Fix bugs and add features faster as well as get paid for your work :) - ---- - -### Onwards and Upwards - -The MonoGame Foundation team \ No newline at end of file +{% include 'partials/_blog_footer.njk' %} \ No newline at end of file