mirror of
https://github.com/godotengine/godot-website.git
synced 2025-12-31 09:48:43 +03:00
Merge pull request #333 from akien-mga/release-3.3.1
Update Download page for 3.3.1-stable
This commit is contained in:
@@ -2,7 +2,7 @@ description = "Download layout"
|
||||
==
|
||||
<?php
|
||||
function onInit() {
|
||||
$this["stable_version"] = "3.3";
|
||||
$this["stable_version"] = "3.3.1";
|
||||
}
|
||||
?>
|
||||
==
|
||||
@@ -119,7 +119,7 @@ description = "Download layout"
|
||||
<div class="version-overview">
|
||||
<img src="{{ 'assets/download/godot_logo.svg' | theme }}" alt="" width="200" height="200" alt="">
|
||||
<h2>Godot <em>{{stable_version}}</em></h2>
|
||||
<i class="date">released April 21, 2021</i>
|
||||
<i class="date">released May 18, 2021</i>
|
||||
<p></p>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -157,7 +157,7 @@ postPage = "{{ :slug }}"
|
||||
</p>
|
||||
|
||||
<a href="/download" class="btn download">
|
||||
<div class="main">Download</div><div class="opt">3.3</div>
|
||||
<div class="main">Download</div><div class="opt">3.3.1</div>
|
||||
</a>
|
||||
<a href="/features" class="btn flat btn-white-text">Learn more</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user