From e526084430ac4bea5f0a43165607ffe314c55661 Mon Sep 17 00:00:00 2001 From: "Carl J. Bialorucki" Date: Sat, 29 Aug 2026 06:50:27 -0500 Subject: [PATCH 1/5] Fix download button and update version number template --- content/download.html | 5 ++--- .../reactos/layouts/shortcodes/reactos-download-version.html | 1 - themes/reactos/layouts/shortcodes/reactos-version.html | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) delete mode 100644 themes/reactos/layouts/shortcodes/reactos-download-version.html diff --git a/content/download.html b/content/download.html index 26ddd358..59b7fcc3 100644 --- a/content/download.html +++ b/content/download.html @@ -10,11 +10,10 @@

Discover our latest and greatest

-

ReactOS {{< reactos-version >}}

-
Download Release Image
+
Download ReactOS {{< reactos-version >}}

What does this offer?

@@ -32,7 +31,7 @@

What do I do with this?

ReactOS Wiki is an ideal source of information, it will help you setup ReactOS in your desired environment. "Installing ReactOS" page should help you get started.

Additional downloads

-

Source code for ReactOS {{< reactos-version >}}

+

Source code for ReactOS {{< reactos-version >}}

ReactOS Torrent downloads via FOSS Torrents

Nightly builds

diff --git a/themes/reactos/layouts/shortcodes/reactos-download-version.html b/themes/reactos/layouts/shortcodes/reactos-download-version.html deleted file mode 100644 index 5745cc7b..00000000 --- a/themes/reactos/layouts/shortcodes/reactos-download-version.html +++ /dev/null @@ -1 +0,0 @@ -0.4.16 diff --git a/themes/reactos/layouts/shortcodes/reactos-version.html b/themes/reactos/layouts/shortcodes/reactos-version.html index 5a81b9b8..5745cc7b 100644 --- a/themes/reactos/layouts/shortcodes/reactos-version.html +++ b/themes/reactos/layouts/shortcodes/reactos-version.html @@ -1 +1 @@ -0.4.16 \ No newline at end of file +0.4.16 From 47bd4216495e1e0c330c639d04ad31a96e0feac9 Mon Sep 17 00:00:00 2001 From: "Carl J. Bialorucki" Date: Sat, 29 Aug 2026 07:22:42 -0500 Subject: [PATCH 2/5] Apply suggestion from @binarymaster Co-authored-by: Stanislav Motylkov --- content/download.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/download.html b/content/download.html index 59b7fcc3..a88d209a 100644 --- a/content/download.html +++ b/content/download.html @@ -9,7 +9,7 @@ ---
-

Discover our latest and greatest

+

Discover our latest release

From e32dec099d808d728d6488ec7d25adba9cef6c9c Mon Sep 17 00:00:00 2001 From: "Carl J. Bialorucki" Date: Sat, 29 Aug 2026 07:24:21 -0500 Subject: [PATCH 3/5] try1 --- content/download.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/content/download.html b/content/download.html index a88d209a..5d5728d2 100644 --- a/content/download.html +++ b/content/download.html @@ -10,9 +10,6 @@

Discover our latest release

-
- - From ea9c759cb6436ab6597549dd84d9207c90788543 Mon Sep 17 00:00:00 2001 From: Stanislav Motylkov Date: Sat, 29 Aug 2026 15:25:39 +0300 Subject: [PATCH 4/5] This one expects no newline at end From d805c3efef8c91a31144b989e5100fa14336efb1 Mon Sep 17 00:00:00 2001 From: Stanislav Motylkov Date: Sat, 29 Aug 2026 15:27:45 +0300 Subject: [PATCH 5/5] GitHub Web can't remove newline at end of file --- themes/reactos/layouts/shortcodes/reactos-version.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/reactos/layouts/shortcodes/reactos-version.html b/themes/reactos/layouts/shortcodes/reactos-version.html index 5745cc7b..5a81b9b8 100644 --- a/themes/reactos/layouts/shortcodes/reactos-version.html +++ b/themes/reactos/layouts/shortcodes/reactos-version.html @@ -1 +1 @@ -0.4.16 +0.4.16 \ No newline at end of file