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,13 +2,11 @@
<html lang="en">
<head>
<title>MatterLinux | Error</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=1200">
<link href="/global.css" rel="stylesheet">
{{template "parts/head" .}}
<link href="/error.css" rel="stylesheet">
</head>
<body>
<div class="error">
<div class="error">
<h1>{{.msg}}</h1>
<a href="/">Go Back to Home</a>
</div>