mirror of
https://github.com/pockethost/pockethost.git
synced 2025-06-06 14:16:41 +00:00
7 lines
76 B
JavaScript
7 lines
76 B
JavaScript
module.exports = {
|
|
tags: [
|
|
"posts"
|
|
],
|
|
"layout": "layouts/post.njk",
|
|
};
|