This repository has been archived on 2025-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
coryd.dev-eleventy/src/pages/page.html
2024-11-15 20:10:40 -08:00

16 lines
No EOL
363 B
HTML

---
pagination:
data: pages
size: 1
alias: page
permalink: "{{ page.permalink }}.html"
image: "{{ page.open_graph_image | prepend: globals.cdn_url | default: globals.avatar }}"
updated: "{{ page.updated | default: null }}"
schema: page
---
{% render "blocks/index.liquid",
blocks:page.blocks,
globals:globals,
collections:collections,
links:links
%}