Skip to content

Commit 699b985

Browse files
committed
Change download buttons to go to releases page, minor disclaimer tweak
1 parent 2166fb3 commit 699b985

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

config/_default/menus/menus.en.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535

3636
[[main]]
3737
name = "Download"
38-
url = "/download/"
38+
url = "https://github.com/OpenFusionProject/OpenFusion/releases/latest"
39+
post = '<svg xmlns="http://www.w3.org/2000/svg" class="ms-1 mb-1 icon icon-tabler icon-tabler-external-link" width="20" height="20" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M12 6h-6a2 2 0 0 0 -2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-6" /><path d="M11 13l9 -9" /><path d="M15 4h5v5" /></svg>'
3940
weight = 15
4041

4142
[[main]]

content/disclaimer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This fan project, OpenFusion, is an independent initiative and is not affiliated
1616

1717
Any use of these marks is solely for the purpose of identification and does not imply any relationship, sponsorship, or endorsement by the respective owners. OpenFusion respects the intellectual property rights of others and endeavors to use these marks in compliance with applicable laws.
1818

19-
Please be aware that OpenFusion is a fan-made project created by enthusiasts for entertainment and educational purposes only.
19+
Please be aware that OpenFusion is a fan-made project created by enthusiasts for archival, entertainment, and educational purposes only.
2020

2121
The OpenFusion server software is released under the MIT license. The license for other software can be found in their [respective repositories](https://github.com/OpenFusionProject/).
2222

layouts/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ <h1>{{ .Title }}</h1>
66
</div>
77
<div class="col-lg-9 col-xl-8 text-center">
88
<p class="lead">{{ .Params.lead | safeHTML }}</p>
9-
<a class="btn btn-primary btn-cta rounded-pill btn-lg my-3" href="/download/" role="button">Download Client</a>
10-
<a class="btn btn-primary btn-cta rounded-pill btn-lg my-3" href="/download/" role="button">Download Server</a>
9+
<a class="btn btn-primary btn-cta rounded-pill btn-lg my-3" href="https://github.com/OpenFusionProject/OpenFusion/releases/latest" role="button">Download</a>
1110
{{ .Content }}
1211
</div>
1312
</div>

0 commit comments

Comments
 (0)