fix(header.liquid): clarify alt text
This commit is contained in:
parent
cd34bfa214
commit
45b91ad858
3 changed files with 4 additions and 4 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -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",
|
||||||
|
|
|
@ -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": {
|
||||||
|
|
|
@ -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"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue