1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-01-27 09:01:39 +00:00

Update download links and information for 4.2.0

This commit is contained in:
2022-03-09 07:31:18 -06:00
parent 0e7977113a
commit 52994bc7e4
4 changed files with 36 additions and 21 deletions

View File

@@ -3,20 +3,24 @@ layout: default
---
<div class="home">
<div class="container"><h1>{{ page.title | default: site.title }}</h1>
{%- if site.data.downloads -%}
<p>Latest Downloads:</p>
<div class="downloads">
{%- for os in site.data.downloads.oses -%}
{%- for package in os.packages -%}
<a class="download" href="{{ package.link }}">
<svg class="svg-icon" viewBox="0 0 26 28"><use xlink:href="{{ '/assets/icons.svg' | relative_url }}#{{ os.icon }}"></use></svg><span>{{ os.name }} ({{ package.arch }})</span>
</a>
{%- endfor -%}
{%- endfor -%}
<div class="container">
<h1>{{ page.title | default: site.title }}</h1>
{%- if site.data.downloads -%}
<p>Latest Downloads:</p>
<div class="downloads">
{%- for os in site.data.downloads.oses -%}
{%- for package in os.packages -%}
<a class="download" href="{{ package.link }}">
<svg class="svg-icon" viewBox="0 0 26 28">
<use xlink:href="{{ '/assets/icons.svg' | relative_url }}#{{ os.icon }}"></use>
</svg><span>{{ os.name }} ({{ package.arch }})</span>
</a>
{%- endfor -%}
{%- endfor -%}
</div>
{%- endif -%}
<p><a href="https://github.com/arsenetar/dupeguru/releases/latest">Additional Downloads</a></p>
</div>
{%- endif -%}
</div>
{{ content }}
</div>
{{ content }}
</div>