diff --git a/README.md b/README.md index 0399f3a..c57324b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Download [Windows](https://github.com/mrstallion/fchat-rising/releases/download/v1.2.0/F-Chat-Rising-1.2.0-win.exe) (75 MB) -| [MacOS](https://github.com/mrstallion/fchat-rising/releases/download/v1.1.0/F-Chat-Rising-1.2.0-macos.dmg) (76 MB) -| [Linux](https://github.com/mrstallion/fchat-rising/releases/download/v1.1.0/F-Chat-Rising-1.2.0-linux.AppImage) (76 MB) +| [MacOS](https://github.com/mrstallion/fchat-rising/releases/download/v1.2.0/F-Chat-Rising-1.2.0-macos.dmg) (76 MB) +| [Linux](https://github.com/mrstallion/fchat-rising/releases/download/v1.2.0/F-Chat-Rising-1.2.0-linux.AppImage) (76 MB) # F-Chat Rising diff --git a/docs/_config.yml b/docs/_config.yml index 4c937dd..099024c 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -49,12 +49,23 @@ theme: jekyll-theme-slate changelog: https://github.com/mrstallion/fchat-rising/blob/master/CHANGELOG.md download: - version: v1.2.0 - win_url: https://github.com/mrstallion/fchat-rising/releases/download/v1.2.0/F-Chat-Rising-1.2.0-win.exe - win_size: 75 MB - mac_url: https://github.com/mrstallion/fchat-rising/releases/download/v1.2.0/F-Chat-Rising-1.2.0-macos.dmg - mac_size: 76 MB - linux_url: https://github.com/mrstallion/fchat-rising/releases/download/v1.2.0/F-Chat-Rising-1.2.0-linux.AppImage - linux_size: 76 MB + version: 1.2.0 + url: https://github.com/mrstallion/fchat-rising/releases/download/v%VERSION%/F-Chat-Rising-%VERSION%-%PLATFORM_TAIL% + + downloads: + - type: win + name: Windows + tail: win.exe + size: 75 MB + + - type: mac + name: MacOS + tail: macos.dmg + size: 76 MB + + - type: linux + name: Linux + tail: linux.AppImage + size: 76 MB diff --git a/docs/_layouts/rising.html b/docs/_layouts/rising.html index b774055..9eb5059 100644 --- a/docs/_layouts/rising.html +++ b/docs/_layouts/rising.html @@ -138,27 +138,19 @@
View on GitHub -

{{ site.title | default: site.github.repository_name }}

-

{{ site.description | default: site.github.project_tagline }}

+

{{ site.title }}

+

{{ site.description }}

{% if site.show_downloads %}
-

Downloads | {{site.download.version}} | Changelog

+

Downloads | v{{site.download.version}} | Changelog

- - - - -
{% endif %}