Files
godot-website/_layouts/release.html
Adam Scott b31ec62d03 Add 4.3 release page (#882)
- Web development by Adam Scott with help from Emilio Coppola
- Design template by Luis Carli
- Visuals by Adam Scott with speial thanks to GDQuest, Kenney, and FR3NKD
- Texts by Nathalie Galla & Adam Scott

Co-authored-by: Nathalie Galla <murderveggie@gmail.com>
Co-authored-by: luiscarli <git@luiscarli.com>
Co-authored-by: Emi <2206700+coppolaemilio@users.noreply.github.com>
Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
2024-08-15 12:57:38 +02:00

14 lines
191 B
HTML

---
layout: default
---
{% include header.html %}
<link rel="stylesheet" href="/assets/css/release.css" />
<div class="release-container">
{{ content }}
</div>
{% include footer.html %}