chore(base.liquid): scope noarchive tags to Amazon and Bing
This commit is contained in:
parent
fa657339be
commit
5168b13c99
3 changed files with 5 additions and 4 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "coryd.dev",
|
||||
"version": "6.0.12",
|
||||
"version": "6.0.13",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "coryd.dev",
|
||||
"version": "6.0.12",
|
||||
"version": "6.0.13",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"minisearch": "^7.1.2",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "coryd.dev",
|
||||
"version": "6.0.12",
|
||||
"version": "6.0.13",
|
||||
"description": "The source for my personal site. Built using 11ty (and other tools).",
|
||||
"type": "module",
|
||||
"engines": {
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<meta name="robots" content="noarchive">
|
||||
<meta name="amazonbot" content="noarchive">
|
||||
<meta name="bingbot" content="noarchive">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="color-scheme" content="light dark" />
|
||||
<meta name="theme-color" content="{{ globals.theme_color }}" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue