fix(footer.liquid): remove unnecessary update params

This commit is contained in:
Cory Dransfeldt 2025-06-15 14:58:31 -07:00
parent fc32f457c0
commit 3f685720ce
No known key found for this signature in database
3 changed files with 3 additions and 5 deletions

4
package-lock.json generated
View file

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

View file

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

View file

@ -44,8 +44,6 @@
{% render "static/layout/footer.liquid",
page:page,
nav:nav,
updated:updated,
pageUpdated:page.updated
%}
</div>
</body>