Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _data/nav.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
url: https://wiki.reduxstation.com
icon: "\U0001F4D6"
- label: GitHub
url: https://github.com/ResurgenceStation/ResurgenceStation
url: https://github.com/ReduxStation/ReduxStation
icon: "⚡"
- label: Statbus
url: https://stats.reduxstation.com
Expand Down
2 changes: 1 addition & 1 deletion _data/servers.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
- identifier: redux
name: ReduxStation 13
public_address: reduxstation.com:2506
public_address: reduxstation.com:1337
4 changes: 2 additions & 2 deletions _data/site.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
brand: ReduxStation 13
tagline: Space Station 13, refreshed
domain: reduxstation.com
byond_url: byond://reduxstation.com:2506
github_repo: https://github.com/ResurgenceStation/website
byond_url: byond://reduxstation.com:1337
github_repo: https://github.com/ReduxStation/website

# Endpoint that returns server status as JSON in the tgstation13.org/serverinfo.json shape.
# Leave blank until the endpoint exists; the page will show "server status unavailable" gracefully.
Expand Down
2 changes: 1 addition & 1 deletion index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{ site.brand }} - {{ site.tagline }}</title>
<meta name="description" content="{{ site.brand }} - {{ site.tagline }}. Join us on byond://{{ site.domain }}:2506.">
<meta name="description" content="{{ site.brand }} - {{ site.tagline }}. Join us on {{ site.byond_url }}.">
<link rel="icon" type="image/svg+xml" href='data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><rect width="16" height="16" fill="%23000080"/><text x="8" y="12" font-family="MS Sans Serif,Tahoma,sans-serif" font-size="11" font-weight="bold" fill="white" text-anchor="middle">R</text></svg>'>
<link rel="stylesheet" href="{% webpack 'main.css' %}">
</head>
Expand Down
Loading