chore: drop build steps, deps + fix meta for cms-generated pages

This commit is contained in:
Cory Dransfeldt 2024-08-05 10:46:32 -07:00
parent 372d80f2fe
commit bfbd5bf767
No known key found for this signature in database
7 changed files with 39 additions and 298 deletions

View file

@ -4,7 +4,7 @@ pagination:
data: pages
size: 1
alias: page
description: "{{ page.description | default: globals.site_description }}"
description: "{{ page.description }}"
permalink: "{{ page.permalink }}/index.html"
image: "{{ page.open_graph_image | prepend: 'https://cdn.coryd.dev/' | default: globals.meta_data.opengraph_default }}"
updated: {{ page.updated | default: null }}