chore(metadata/base.liquid): add noarchive robots meta tag

This commit is contained in:
Cory Dransfeldt 2025-04-23 16:37:32 -07:00
parent 610ea8e74a
commit d8428e1ce0
No known key found for this signature in database
4 changed files with 8 additions and 7 deletions

View file

@ -1,3 +1,4 @@
<meta name="robots" 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 }}" />