Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Commit

Permalink
Add changelog link to posts (#107)
Browse files Browse the repository at this point in the history
* Fix readme formatting

* Update contribute.md

* Update index.md

* Update post.html
  • Loading branch information
cosmiccoincidence committed Jun 13, 2023
1 parent c1dd39d commit 7637d7c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<br>

<h3>Located at:
<a href="https://ss3d.space/"><img src="https://img.shields.io/website?down_color=red&down_message=offline&label=ss3d.space&up_color=green&style=plastic&up_message=online&url=https%3A%2F%2Fss3d.space" alt="website status"></a>
<a href="https://ss3d.space/"><img src="https://img.shields.io/website?down_color=red&down_message=offline&label=ss3d.space&up_color=green&style=plastic&up_message=online&url=https%3A%2F%2Fss3d.space" alt="website status" style="vertical-align:middle"></a>
<a href="https://github.com/RE-SS3D/SS3D-Website"><img src="https://img.shields.io/github/repo-size/RE-SS3D/SS3D-Website?color=gold&style=plastic" alt="repo size" align="right"></a>
<a href="https://github.com/RE-SS3D/SS3D-Website/blob/release/.github/workflows/build.yml"><img src="https://img.shields.io/github/actions/workflow/status/RE-SS3D/SS3D-Website/build.yml?style=plastic" alt="build status" align="right"></a>
<h3>
Expand Down
12 changes: 5 additions & 7 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,16 @@ <h1>{{ page.title }}</h1>
<h5><i>{{ page.date | date: "%A, %B %-d, %Y" }}</i></h5>
<h5><i>Written by: {{ page.author }}</i></h5>
{% if page.release_old %}
<h2>SS3D Build (Outdated):
<h2>SS3D (Outdated):
<u>
<a href="{{ site.github_url }}/SS3D/releases/download/{{ page.release_old }}/RESS3D_{{ page.release_old }}.zip">v{{ page.release_old }}</a>
<a href="{{ site.github_url }}/SS3D/releases/download/{{ page.release_old }}/RESS3D_{{ page.release_old }}.zip"> {{ page.release_old }}</a>
</u>
</h2>
{% endif %}
{% if page.release %}
<h2>SS3D Build:
<u>
<a href="{{ site.github_url }}/SS3D/releases/download/{{ page.release }}/SS3D_{{ page.release }}.zip">v{{ page.release }}</a>
</u>
</h2>
<h2>SS3D {{ page.release }}</h2>
<a href="{{ site.github_url }}/SS3D/releases/tag/{{ page.release }}">Changelog</a></h3> -
<a href="{{ site.github_url }}/SS3D/releases/download/{{ page.release }}/SS3D_{{ page.release }}.zip">Download</a>
{% endif %}
<br>
{{ content }}
2 changes: 1 addition & 1 deletion contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
<centred>
<h6>
<u><a href="{{ site.github_url }}/SS3D/releases/download/{{ download_page.release_latest }}/SS3D_{{ download_page.release_latest }}.zip">ss3d v{{ download_page.release_latest }}</a></u>
<u><a href="{{ site.github_url }}/SS3D/releases/download/{{ download_page.release_latest }}/SS3D_{{ download_page.release_latest }}.zip">ss3d {{ download_page.release_latest }}</a></u>
</h6>
</centred>

0 comments on commit 7637d7c

Please sign in to comment.