new: add feeds to news page

This commit is contained in:
ngn
2024-08-23 14:11:48 +03:00
parent 52af211541
commit 60bff6356c
15 changed files with 204 additions and 45 deletions

View File

@ -2,9 +2,7 @@
<html lang="en">
<head>
<title>MatterLinux | Download</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=1200">
<link href="/global.css" rel="stylesheet">
{{template "parts/head" .}}
<link href="/download.css" rel="stylesheet">
<link href="/md.css" rel="stylesheet">
</head>
@ -12,26 +10,20 @@
{{template "parts/bar" .}}
<main>
<div class="md">
<h1>Download MatterLinux</h1>
<h1>Download MatterLinux {{.content.ID}}</h1>
</div>
<div class="list">
<div class="entry">
<h1>Version</h1>
<h1>{{.content.ID}}</h1>
</div>
<div class="entry">
<h1>Release Archive</h1>
<h1>Archive</h1>
<div class="downloads">
<a href="https://rel.matterlinux.xyz/{{.content.Title}}/matterlinux_{{.content.ID}}.tar.gz">Download</a>
<p>|</p>
<a href="https://rel.matterlinux.xyz/{{.content.Title}}/matterlinux_{{.content.ID}}.tar.gz.sig">Signature</a>
</div>
</div>
<div class="entry">
<h1>Release ISO</h1>
<h1>ISO</h1>
<div class="downloads">
<a href="https://rel.matterlinux.xyz/{{.content.Title}}/matterlinux_{{.content.ID}}.iso">Download</a>
<p>|</p>
<a href="https://rel.matterlinux.xyz/{{.content.Title}}/matterlinux_{{.content.ID}}.iso.sig">Signature</a>
</div>
</div>