chore(base.liquid): scope noarchive tags to Amazon and Bing

This commit is contained in:
Cory Dransfeldt 2025-05-19 14:11:17 -07:00
parent fa657339be
commit 5168b13c99
No known key found for this signature in database
3 changed files with 5 additions and 4 deletions

4
package-lock.json generated
View file

@ -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",

View file

@ -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": {

View file

@ -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 }}" />