bugfix: standardize metadata tags

secret pages get a noindex while standard pages get a description tag
This commit is contained in:
2026-06-19 15:16:21 -07:00
parent 96011d6454
commit c3b14da220
6 changed files with 36 additions and 3 deletions
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="robots" content="noindex">
<link rel="icon" href="{{ include 'image/png' '/include/favicon.png' }}" />