diff --git a/package-lock.json b/package-lock.json index 8a3f260c..d09b84a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "coryd.dev", - "version": "19.6.17", + "version": "19.6.18", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "coryd.dev", - "version": "19.6.17", + "version": "19.6.18", "license": "MIT", "dependencies": { "@cdransf/api-text": "^1.4.0", diff --git a/package.json b/package.json index 8559bd35..aab36ed6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "19.6.17", + "version": "19.6.18", "description": "The source for my personal site. Built using 11ty.", "type": "module", "scripts": { diff --git a/src/index.html b/src/index.html index 3a400401..2e10b9b9 100644 --- a/src/index.html +++ b/src/index.html @@ -3,4 +3,4 @@ layout: default --- {% render "partials/home/status.liquid" status:status, artists:music.week.artists, books:books, tv:tv %} {% render "partials/home/posts.liquid" icon: "star", title: "Featured", postData:posts, postType: "featured" %} -{% render "partials/home/posts.liquid" icon: "clock-2", title: "Recent posts", postData:posts %} \ No newline at end of file +{% render "partials/home/posts.liquid" icon: "clock-hour-7", title: "Recent posts", postData:posts %} \ No newline at end of file