bugfix: standardize metadata tags
secret pages get a noindex while standard pages get a description tag
This commit is contained in:
@@ -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' }}" />
|
||||
|
||||
Reference in New Issue
Block a user