Homepage: add stable intro copy; mark footer utility links data-nosnippet; add render test

This commit is contained in:
2026-05-08 21:51:28 +02:00
parent 6b83d76cd1
commit 8d108b8a76
3 changed files with 49 additions and 9 deletions

View File

@@ -6,7 +6,7 @@
<span class="sr-only">Skinbase</span>
</div>
<div class="flex flex-wrap gap-x-6 gap-y-2 text-sm text-neutral-400">
<div class="flex flex-wrap gap-x-6 gap-y-2 text-sm text-neutral-400" data-nosnippet>
<a class="hover:text-white" href="/contact">Contact / Apply</a>
<a class="hover:text-white" href="/help">Help</a>
<a class="hover:text-white" href="/rss-feeds">RSS Feeds</a>
@@ -22,6 +22,6 @@
>Cookie Preferences</button>
</div>
<div class="text-xs text-neutral-400">© 2026 Skinbase.org</div>
<div class="text-xs text-neutral-400" data-nosnippet>© 2026 Skinbase.org</div>
</div>
</footer>