Skip to content

Commit

Permalink
Merge pull request #441 from Gankra/disable-install
Browse files Browse the repository at this point in the history
fix: don't show the installer widget on the install page
  • Loading branch information
ashleygwilliams committed Jun 23, 2023
2 parents eb2abeb + 74ba00e commit 378c5cd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/site/artifacts/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,11 @@ pub fn page(context: &Context, config: &Config) -> Result<String> {
return Ok(String::new());
};

let header = installers::build_header(release, config)?;
let installer_scripts = scripts(release, config)?;
let artifact_table = table::build(release, config)?;

Ok(html!(
<div>
<div>
{header}
</div>
<div class="package-managers-downloads">
{installer_scripts}
</div>
Expand Down

0 comments on commit 378c5cd

Please sign in to comment.