frontend: disallow search engine crawling

This commit is contained in:
Lan Tian 2020-08-15 20:26:16 +08:00
parent 2a928f71ae
commit 437587b90a
No known key found for this signature in database
GPG Key ID: 27F31700E751EC22

View File

@ -38,6 +38,7 @@ var tmpl = template.Must(template.New("tmpl").Parse(`
<meta name="renderer" content="webkit">
<title>{{ .Title }}</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@4.4.1/dist/css/bootstrap.min.css" rel="stylesheet">
<meta name="robots" content="noindex, nofollow">
</head>
<body>