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:
@@ -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>
|
||||
Reference in New Issue
Block a user