From 7637d7cf817fe4aea52adb5228ba234d68efa8ae Mon Sep 17 00:00:00 2001 From: CosmicCoincidence <41941008+cosmiccoincidence@users.noreply.github.com> Date: Tue, 13 Jun 2023 12:21:29 -0400 Subject: [PATCH] Add changelog link to posts (#107) * Fix readme formatting * Update contribute.md * Update index.md * Update post.html --- README.md | 2 +- _layouts/post.html | 12 +++++------- contribute.md | 2 +- index.md | 2 +- 4 files changed, 8 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index eed0e4ead2..3fe5cc137f 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@

Located at: -website status +website status repo size build status

diff --git a/_layouts/post.html b/_layouts/post.html index e7ada602c2..a1eeb57c28 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -14,18 +14,16 @@

{{ page.title }}

{{ page.date | date: "%A, %B %-d, %Y" }}
Written by: {{ page.author }}
{% if page.release_old %} -

SS3D Build (Outdated): +

SS3D (Outdated): - v{{ page.release_old }} + {{ page.release_old }}

{% endif %} {% if page.release %} -

SS3D Build: - - v{{ page.release }} - -

+

SS3D {{ page.release }}

+Changelog - +Download {% endif %}
{{ content }} diff --git a/contribute.md b/contribute.md index c7794199a7..de578c3e07 100644 --- a/contribute.md +++ b/contribute.md @@ -33,7 +33,7 @@ Our [GitHub organization]({{ site.github_url }}){:target="_blank"} has 4 main re - [SS3D]({{ site.github_url }}/SS3D){:target="_blank"} - the game itself, and some documents. - [Art]({{ site.github_url }}/SS3D-Art){:target="_blank"} - art storage, with source files. - [Website]({{ site.github_url }}/SS3D-Website){:target="_blank"} - our (this) website. -- [CentCom]({{ site.github_url }}/SS3D-CentCom){:target="_blank"} - central communications server, which manages user registration, authentication, and character storage, similar to what Byond is to SS13. +- [CentCom]({{ site.github_url }}/SS3D-CentCom){:target="_blank"} - api which manages user registration, authentication, and character storage. For any other questions, concerns, or unsolicited advice, just ask around on the discord and someone will likely help you out. diff --git a/index.md b/index.md index fc87c915cf..be7b211f23 100644 --- a/index.md +++ b/index.md @@ -14,6 +14,6 @@ Space Station 3D is a 3D take on the infamous Space Station 13 (tm). It is in pr {% assign download_page = site.pages | where: "title", "Download" | first %}
- ss3d v{{ download_page.release_latest }} + ss3d {{ download_page.release_latest }}