Fixing naming

This commit is contained in:
ngn
2024-01-17 20:15:46 +03:00
parent d3e04cd8c1
commit a1bb88fffd
5 changed files with 11 additions and 12 deletions

View File

@ -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>