Fixing naming
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>MatterLinux | Tracker</title>
|
||||
<title>MatterLinux | Packages</title>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=1200">
|
||||
<link href="/style.css" rel="stylesheet">
|
||||
@ -24,7 +24,7 @@
|
||||
</select>
|
||||
</form>
|
||||
<div class="status">
|
||||
<p>Listing total of {{len .pkgs}} packages</p>
|
||||
<p>Listing {{len .pkgs}} packages</p>
|
||||
<p>Last updated: {{.last}}</p>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1,12 +1,11 @@
|
||||
<div class="bar">
|
||||
<div class="logo-div">
|
||||
<h1 class="logo">MatterLinux</h1>
|
||||
<h1 class="logo-text">Tracker</h1>
|
||||
</div>
|
||||
<div class="links">
|
||||
<a href="/">Home</a>
|
||||
<a href="/news">News</a>
|
||||
<a href="/wiki">Wiki</a>
|
||||
<a href="https://matterlinux.xyz">Home</a>
|
||||
<a href="https://matterlinux.xyz/news">News</a>
|
||||
<a href="https://matterlinux.xyz/wiki">Wiki</a>
|
||||
<a href="https://git.matterlinux.xyz/Matter">Source</a>
|
||||
<a href="https://tracker.matterlinux.xyz">Packages</a>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user