From 326ab0c1c71e4891519533265705bfb2d0481487 Mon Sep 17 00:00:00 2001
From: "Mr. Stallion" <mrstallion@nobody.nowhere.fauxdomain.ext>
Date: Sun, 28 Jun 2020 17:59:15 -0500
Subject: [PATCH] Updated site

---
 docs/_config.yml          |  2 ++
 docs/_layouts/rising.html | 15 ++++++++++++++-
 2 files changed, 16 insertions(+), 1 deletion(-)

diff --git a/docs/_config.yml b/docs/_config.yml
index f025ee4..a17f184 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -46,8 +46,10 @@ exclude:
 
 theme: jekyll-theme-slate
 
+changelog: https://github.com/mrstallion/fchat-rising/blob/master/CHANGELOG.md
 
 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_size: 68 MB
   mac_url: https://github.com/mrstallion/fchat-rising/releases/download/v1.0.1/F-Chat-Rising-v1.0.1-macos.dmg
diff --git a/docs/_layouts/rising.html b/docs/_layouts/rising.html
index e3cc6ec..b774055 100644
--- a/docs/_layouts/rising.html
+++ b/docs/_layouts/rising.html
@@ -76,6 +76,19 @@
           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 {
           font-weight: normal !important;
@@ -130,7 +143,7 @@
 
           {% if site.show_downloads %}
             <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">
                 <a href="{{ site.download.win_url }}"><i></i> Windows</a>