mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 14:22:40 +01:00
Set noindex, nofollow to ViewPaymentRequest.cshtml (#1701)
This commit is contained in:
parent
91720a0f34
commit
3e717ecdbc
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
|||
<head>
|
||||
<title>@Model.Title</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="robots" content="noindex, nofollow">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<link href="@Context.Request.GetRelativePathOrAbsolute(themeManager.BootstrapUri)" rel="stylesheet" />
|
||||
|
|
Loading…
Add table
Reference in a new issue