web: add noindex to base HTML template (#229)
Closes #227 Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
parent
878b37178d
commit
e58abbe4de
3 changed files with 11 additions and 9 deletions
|
|
@ -12,6 +12,7 @@ templ base(title string, body templ.Component) {
|
|||
<title>{ title }</title>
|
||||
<link rel="stylesheet" href={ xess.URL }/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||
<meta name="robots" content="noindex,nofollow"/>
|
||||
<style>
|
||||
body,
|
||||
html {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue