fix(theme): apply post layout defaults for content markdown

This commit is contained in:
svemagie
2026-03-08 00:09:29 +01:00
parent 452732a624
commit fb2fe70c98
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
---
date: 2026-03-07T22:27:21.899Z
permalink: "/bookmarks/173ac/"
bookmark-of: "https://rmendes.net/"
bookmarkOf: "https://rmendes.net/"
category: "dev"
---
+3
View File
@@ -0,0 +1,3 @@
export default {
layout: "layouts/post.njk",
};