💥 giving lume / deno a try
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
5
posts/_data.yml
Normal file
5
posts/_data.yml
Normal file
@ -0,0 +1,5 @@
|
||||
layout: layouts/post.njk
|
||||
type: post
|
||||
|
||||
metas:
|
||||
title: "=title"
|
@ -1,11 +0,0 @@
|
||||
---
|
||||
pagination:
|
||||
data: collections.posts
|
||||
size: 1
|
||||
alias: post
|
||||
addAllPagesToCollections: true
|
||||
layout: 'layouts/post.njk'
|
||||
permalink: '{{ post.url }}'
|
||||
---
|
||||
|
||||
{{ post.html | safe if post.html else "Post content not found" }}
|
Reference in New Issue
Block a user