Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
Fixes #1
  • Loading branch information
rodlie committed Oct 27, 2024
1 parent 7fc583c commit 2d6b28f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
latest_version: 0.9.6.1
unstable_version: 1.0.0-beta.1
github_release_suffix_windows_setup: "setup-win64.exe"
github_release_suffix_windows_portable: "windows-x64.7z"
github_release_suffix_linux_portable: "linux-x86_64.tar.xz"
Expand Down
4 changes: 2 additions & 2 deletions _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h2>Raster/Shader Effects</h2>
</div>
<div class="bigTitle" id="download"><h1>Download</h1></div>
<div class="bigTitle darkAlpha blurry round">
<h1>Friction {{ site.latest_version }}</h1>
<h2>Production release v{{ site.latest_version }}</h2>
<div class="downloads">
<a title="Download setup for Windows 10/11 x64" href="{{ site.github_download_url }}v{{ site.latest_version }}/friction-{{ site.latest_version }}-{{ site.github_release_suffix_windows_setup }}"><img class="platform" src="{{ site.url }}/assets/buttons/windows-setup.svg"></a>
<a title="Download portable for Windows 10/11 x64" href="{{ site.github_download_url }}v{{ site.latest_version }}/friction-{{ site.latest_version }}-{{ site.github_release_suffix_windows_portable }}"><img class="platform" src="{{ site.url }}/assets/buttons/windows-portable.svg"></a>
Expand All @@ -62,7 +62,7 @@ <h1>Friction {{ site.latest_version }}</h1>
</div>
{% if site.unstable_version != nil %}
<div class="bigTitle darkAlpha blurry round">
<h1>Friction {{ site.unstable_version }}</h1>
<h2>Development release v{{ site.unstable_version }}</h2>
<div class="downloads">
<a title="Download setup for Windows 10/11 x64" href="{{ site.github_download_url }}v{{ site.unstable_version }}/friction-{{ site.unstable_version }}-{{ site.github_release_suffix_windows_setup }}"><img class="platform" src="{{ site.url }}/assets/buttons/windows-setup.svg"></a>
<a title="Download portable for Windows 10/11 x64" href="{{ site.github_download_url }}v{{ site.unstable_version }}/friction-{{ site.unstable_version }}-{{ site.github_release_suffix_windows_portable }}"><img class="platform" src="{{ site.url }}/assets/buttons/windows-portable.svg"></a>
Expand Down
1 change: 1 addition & 0 deletions assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ div.block {

div.blocks h2,
div.bigTitle h1,
div.bigTitle h2,
div.bigTitle p {
text-align: center;
}
Expand Down

0 comments on commit 2d6b28f

Please sign in to comment.