new: add feeds to news page
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user