Skip to content

Commit

Permalink
Block web crawlers on v0.2-branch (#3848)
Browse files Browse the repository at this point in the history
Signed-off-by: Mathew Wicks <[email protected]>
  • Loading branch information
thesuperzapper authored Sep 5, 2024
1 parent 9931132 commit 063ade1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

[context.deploy-preview.environment]
HUGO_VERSION = "0.40"
NODE_VERSION = "8"

[context.production.environment]
HUGO_VERSION = "0.40"
NODE_VERSION = "8"
3 changes: 3 additions & 0 deletions themes/kf/layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@

<link rel="home" href="/">

<!-- Prevent search engines from indexing this old site -->
<meta name="robots" content="noindex">

<!-- favicons -->
<link rel="apple-touch-icon" sizes="57x57" href="/images/favicons/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/images/favicons/apple-icon-60x60.png">
Expand Down

0 comments on commit 063ade1

Please sign in to comment.