Updated site
This commit is contained in:
parent
a17a2425bf
commit
326ab0c1c7
|
@ -46,8 +46,10 @@ exclude:
|
||||||
|
|
||||||
theme: jekyll-theme-slate
|
theme: jekyll-theme-slate
|
||||||
|
|
||||||
|
changelog: https://github.com/mrstallion/fchat-rising/blob/master/CHANGELOG.md
|
||||||
|
|
||||||
download:
|
download:
|
||||||
|
version: v1.0.1
|
||||||
win_url: https://github.com/mrstallion/fchat-rising/releases/download/v1.0.1/F-Chat-Rising-v1.0.1-win.exe
|
win_url: https://github.com/mrstallion/fchat-rising/releases/download/v1.0.1/F-Chat-Rising-v1.0.1-win.exe
|
||||||
win_size: 68 MB
|
win_size: 68 MB
|
||||||
mac_url: https://github.com/mrstallion/fchat-rising/releases/download/v1.0.1/F-Chat-Rising-v1.0.1-macos.dmg
|
mac_url: https://github.com/mrstallion/fchat-rising/releases/download/v1.0.1/F-Chat-Rising-v1.0.1-macos.dmg
|
||||||
|
|
|
@ -76,6 +76,19 @@
|
||||||
padding-left: 1px;
|
padding-left: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#downloads_small h3 small {
|
||||||
|
color: #7d7d7d;
|
||||||
|
font-size: smaller;
|
||||||
|
}
|
||||||
|
|
||||||
|
#downloads_small h3 small a {
|
||||||
|
color: #7d7d7d;
|
||||||
|
}
|
||||||
|
|
||||||
|
#downloads_small h3 small a:hover {
|
||||||
|
color: #9a9a9a;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
font-weight: normal !important;
|
font-weight: normal !important;
|
||||||
|
@ -130,7 +143,7 @@
|
||||||
|
|
||||||
{% if site.show_downloads %}
|
{% if site.show_downloads %}
|
||||||
<section id="downloads_small">
|
<section id="downloads_small">
|
||||||
<h3>Downloads</h3>
|
<h3>Downloads <small>| {{site.download.version}} | <a href="{{site.changelog}}">Changelog</a></small></h3>
|
||||||
|
|
||||||
<div class="download_link win">
|
<div class="download_link win">
|
||||||
<a href="{{ site.download.win_url }}"><i></i> Windows</a>
|
<a href="{{ site.download.win_url }}"><i></i> Windows</a>
|
||||||
|
|
Loading…
Reference in New Issue