fix(header.liquid): clarify alt text

This commit is contained in:
Cory Dransfeldt 2025-05-30 16:23:22 -07:00
parent cd34bfa214
commit 45b91ad858
No known key found for this signature in database
3 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "8.2.0", "version": "8.2.1",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "coryd.dev", "name": "coryd.dev",
"version": "8.2.0", "version": "8.2.1",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"minisearch": "^7.1.2", "minisearch": "^7.1.2",

View file

@ -1,6 +1,6 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "8.2.0", "version": "8.2.1",
"description": "The source for my personal site. Built using 11ty (and other tools).", "description": "The source for my personal site. Built using 11ty (and other tools).",
"type": "module", "type": "module",
"engines": { "engines": {

View file

@ -6,7 +6,7 @@
" "
sizes="(max-width: 450px) 100px, 200px" sizes="(max-width: 450px) 100px, 200px"
class="icon" src="{{ globals.avatar_header }}?class=w100&v={% appVersion %}" class="icon" src="{{ globals.avatar_header }}?class=w100&v={% appVersion %}"
alt="{{ globals.site_name }}" alt="An avatar representing {{ globals.site_name }}"
width="100" width="100"
height="145" height="145"
> >