Skip to content

Commit

Permalink
Update download links
Browse files Browse the repository at this point in the history
  • Loading branch information
jtklein committed Sep 28, 2024
1 parent 5f834ef commit f5247bd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/_layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ <h2 class="project-tagline">{{ page.description | default: site.description | de
onclick="gtag('event', 'Download', { 'event_label': OSName, 'event_category': 'Downloads' });"
download type="application/octet-stream" class="btn" style="display: inline-flex; align-items: center;">
<img id="downloadImage" width="20" height="20" style="margin-right: 5px;">
<span>Download v.2.0.10 now</span>
<span>Download v.2.0.11 now</span>
</a>
</div>
<div>
Expand Down Expand Up @@ -257,9 +257,9 @@ <h3 class="feature-header">Parallelization</h3>
// Check OS to populate the download buttons
var OSName = "Unknown";
var downloadLink = "";
const windowsLink = "https://github.com/AntonelliLab/raxmlGUI/releases/latest/download/raxmlGUI-Setup-2.0.10.exe";
const macLink = "https://github.com/AntonelliLab/raxmlGUI/releases/latest/download/raxmlGUI-2.0.10.dmg";
const linuxLink = "https://github.com/AntonelliLab/raxmlGUI/releases/latest/download/raxmlGUI-2.0.10.AppImage";
const windowsLink = "https://github.com/AntonelliLab/raxmlGUI/releases/latest/download/raxmlGUI-Setup-2.0.11.exe";
const macLink = "https://github.com/AntonelliLab/raxmlGUI/releases/latest/download/raxmlGUI-2.0.11.dmg";
const linuxLink = "https://github.com/AntonelliLab/raxmlGUI/releases/latest/download/raxmlGUI-2.0.11.AppImage";
const windowsImage = 'https://antonellilab.github.io/raxmlGUI/assets/img/icon_windows.svg';
const macImage = 'https://antonellilab.github.io/raxmlGUI/assets/img/icon_macos.svg';
const linuxImage = 'https://antonellilab.github.io/raxmlGUI/assets/img/icon_linux.svg';
Expand Down

0 comments on commit f5247bd

Please sign in to comment.