From 797492232b7636272b183e3533c24838b786da8e Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Tue, 6 Feb 2024 16:22:08 -0800 Subject: [PATCH] chore: drop unused meta frontmatter --- src/index.html | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/src/index.html b/src/index.html index 3ecd752d..899afeb9 100644 --- a/src/index.html +++ b/src/index.html @@ -5,21 +5,6 @@ pagination: size: 8 reverse: true alias: posts -meta: - site: - name: 'Cory Dransfeldt' - description: "I'm a software developer in Camarillo, California. I enjoy hanging out with my beautiful family and 4 rescue dogs, technology, automation, music, writing, reading and tv and movies." - url: https://coryd.dev - logo: - src: https://coryd.dev/assets/img/logo.webp - width: 2000 - height: 2000 - language: en-US - title: 'Cory Dransfeldt' - description: 'Husband, dad, developer, music nerd.' - url: https://coryd.dev - image: - src: https://coryd.dev/assets/img/avatar.webp --- {% if pagination.pageNumber == 0 %}{% include "partials/now/topper.liquid" status:status %}{% endif %} {% for post in pagination.items %} {% if post.data.published %}