chore: drop unused meta frontmatter
This commit is contained in:
parent
414df35150
commit
797492232b
1 changed files with 0 additions and 15 deletions
|
@ -5,21 +5,6 @@ pagination:
|
||||||
size: 8
|
size: 8
|
||||||
reverse: true
|
reverse: true
|
||||||
alias: posts
|
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 %}
|
{% if pagination.pageNumber == 0 %}{% include "partials/now/topper.liquid" status:status %}{% endif %} {% for post in pagination.items %} {% if post.data.published %}
|
||||||
<article class="h-entry">
|
<article class="h-entry">
|
||||||
|
|
Reference in a new issue