chore: formatting

This commit is contained in:
Cory Dransfeldt 2024-08-15 12:47:10 -07:00
parent 537109b071
commit ff72a65b56
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": "22.3.9", "version": "22.3.10",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "coryd.dev", "name": "coryd.dev",
"version": "22.3.9", "version": "22.3.10",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@cdransf/api-text": "^1.5.0", "@cdransf/api-text": "^1.5.0",

View file

@ -1,6 +1,6 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "22.3.9", "version": "22.3.10",
"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",
"scripts": { "scripts": {

View file

@ -16,7 +16,7 @@
</div> </div>
{%- else -%} {%- else -%}
<div class="header">{{ item.name }}</div> <div class="header">{{ item.name }}</div>
<div class="subheader flex-centered">{{ item.year }}</div> <div class="subheader flex-centered">({{ item.year }})</div>
{%- endif -%} {%- endif -%}
</div> </div>
{%- assign loadingStrategy = loading | default: 'lazy' -%} {%- assign loadingStrategy = loading | default: 'lazy' -%}