mirror of
https://github.com/godotengine/godot-website.git
synced 2025-12-31 09:48:43 +03:00
Release 3.0.2-stable
This commit is contained in:
@@ -2,7 +2,7 @@ description = "Download layout"
|
||||
==
|
||||
<?php
|
||||
function onInit() {
|
||||
$this["stable_version"] = "3.0.1";
|
||||
$this["stable_version"] = "3.0.2";
|
||||
}
|
||||
?>
|
||||
==
|
||||
@@ -116,7 +116,7 @@ description = "Download layout"
|
||||
<img src="{{ 'assets/download/godot_logo.svg' | theme }}" alt="" height=200>
|
||||
|
||||
<h2>Godot <em>{{stable_version}}</em></h2>
|
||||
<i class="date">released Feb 25, 2018</i>
|
||||
<i class="date">released Mar 4, 2018</i>
|
||||
|
||||
<p></p>
|
||||
|
||||
|
||||
@@ -125,7 +125,7 @@ postPage = "{{ :slug }}"
|
||||
</p>
|
||||
|
||||
<a href="/download" class="btn download">
|
||||
<div class="main">download</div><div class="opt">3.0.1</div>
|
||||
<div class="main">download</div><div class="opt">3.0.2</div>
|
||||
</a>
|
||||
<a href="/features" class="btn flat">learn more</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user