We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 045241b commit 2c0db23Copy full SHA for 2c0db23
layouts/index.html
@@ -6,7 +6,7 @@ <h1>{{ .Title }}</h1>
6
</div>
7
<div class="col-lg-9 col-xl-8 text-center">
8
<p class="lead">{{ .Params.lead | safeHTML }}</p>
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>
+ <a class="btn btn-primary btn-cta rounded-pill btn-lg my-3" href="/download" role="button">Download</a>
10
{{ .Content }}
11
12
0 commit comments