From 015032296357a12da3b4ae69b8e6d5c81c41c5de Mon Sep 17 00:00:00 2001 From: rmc Date: Wed, 29 Nov 2023 12:20:37 -0500 Subject: [PATCH] Fix release pages --- 404.html | 18 ++-- _config.yml | 2 + _includes/devcsv.html | 12 +-- _includes/footerdsi.html | 6 +- _layouts/dsiware.html | 2 +- assets/css/styledsi.css | 58 +++++++++++- contactus.html => contact.html | 0 dsidev/machinesettings.html | 10 +- dsidev/release/USG-CPU-X4.html | 167 ++++++++++++++------------------- dsidev/release/dev-nands.html | 126 ++++++++++--------------- index.html | 2 +- test.html | 97 +++---------------- todo.md | 40 ++++---- 13 files changed, 232 insertions(+), 308 deletions(-) rename contactus.html => contact.html (100%) diff --git a/404.html b/404.html index 5b16bb5..e102c6f 100755 --- a/404.html +++ b/404.html @@ -1,13 +1,15 @@ --- title: Error 404 -layout: noinclude permalink: /404.html --- - -{% include navncx.html %} -
-

404

-

Not Found

-

Previous page

-

Home

+ + + + + {% include navdsi.html %} + {% include navncx.html %} +
+

404


+

An error has occurred.
Click or touch the HOME
Button to go to the main page.
Please refer to the Nintendo DSi
Operations manual for details.

+ \ No newline at end of file diff --git a/_config.yml b/_config.yml index a8995ea..5a132bb 100755 --- a/_config.yml +++ b/_config.yml @@ -3,6 +3,8 @@ title: rmc url: https://randommeaninglesscharacters.com imgurl: https://cdn.randommeaninglesscharacters.com/img-dsi/ appurl: https://cdn.randommeaninglesscharacters.com/rmc-prg/ +releaseurl: https://cdn.randommeaninglesscharacters.com/assets-dsi/release/ +releaseurl_alt: https://cdn.randommeaninglesscharacters.com/releases/ plugins: - jekyll-feed - jekyll-sitemap diff --git a/_includes/devcsv.html b/_includes/devcsv.html index 227c0f1..864c33e 100644 --- a/_includes/devcsv.html +++ b/_includes/devcsv.html @@ -64,29 +64,29 @@ function warnFaketad() { {% case ENTRY.DANGER %} {% when "high" %} - {{ ENTRY.VERSION }}{{ ENTRY.DATE }} + {{ ENTRY.VERSION }}{{ ENTRY.DATE }} {% when "medium" %} - {{ ENTRY.VERSION }}{{ ENTRY.DATE }} + {{ ENTRY.VERSION }}{{ ENTRY.DATE }} {% else %} - {{ ENTRY.VERSION }}{{ ENTRY.DATE }} + {{ ENTRY.VERSION }}{{ ENTRY.DATE }} {% endcase %} {% endif %} {% if ENTRY.TYPE == "tad" %} {% case ENTRY.DANGER %} {% when "high" %} - (tad) + (tad) {% if ENTRY.FAKETAD == "True" %} (!) {% endif %} {% when "medium" %} - (tad) + (tad) {% if ENTRY.FAKETAD == "True" %} (!) {% endif %} {% else %} - (tad) + (tad) {% if ENTRY.FAKETAD == "True" %} (!) {% endif %} diff --git a/_includes/footerdsi.html b/_includes/footerdsi.html index aee805f..b17a2a4 100755 --- a/_includes/footerdsi.html +++ b/_includes/footerdsi.html @@ -1,6 +1,6 @@ -