Merge pull request #333 from akien-mga/release-3.3.1

Update Download page for 3.3.1-stable
This commit is contained in:
Rémi Verschelde
2021-05-18 19:15:29 +02:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -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>

View File

@@ -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>