Updated download page.

This commit is contained in:
Daniel J. Ramirez
2018-01-29 17:35:26 -06:00
parent 872e84754e
commit 7c5900f9c7
3 changed files with 3 additions and 8 deletions

View File

@@ -103,7 +103,7 @@ description = "Download layout"
</div>
<div class="tabs">
<a href="/download/linux" class="title-font {% if platform == 'linux' %} active {% endif %}">Linux</a>
<a href="/download/osx" class="title-font {% if platform == 'osx' %} active {% endif %}">os x</a>
<a href="/download/osx" class="title-font {% if platform == 'osx' %} active {% endif %}">mac os</a>
<a href="/download/windows" class="title-font {% if platform == 'windows' %} active {% endif %}">Windows</a>
</div>
</div>

View File

@@ -21,11 +21,6 @@ is_hidden = 0
<a href="https://downloads.tuxfamily.org/godotengine/{{stable_version}}/Godot_v{{stable_version}}-stable_x11.32.zip"><i class="fa fa-linux"></i> 32-bit</a>
<!-- <a href="http://op.godotengine.org:81/downloads/{{stable_version}}/internal2/Godot_v{{stable_version}}-stable_x11.32.zip">Mirror</a> -->
</div>
<div class="btn split download">
<a href="https://downloads.tuxfamily.org/godotengine/{{stable_version}}/Godot_v{{stable_version}}-stable_linux_server.64.zip"><i class="fa fa-linux"></i> Server 64-bit</a>
<!-- <a href="http://op.godotengine.org:81/downloads/{{stable_version}}/internal2/Godot_v{{stable_version}}-stable_linux_server.64.zip">Mirror</a> -->
</div>
{% endput %}

View File

@@ -1,7 +1,7 @@
title = "Download | OS X"
title = "Download | Mac OS"
url = "/download/osx"
layout = "download"
description = "OS X download page"
description = "Mac OS download page"
is_hidden = 0
==
<?php