7 lines
76 B
JavaScript
7 lines
76 B
JavaScript
|
module.exports = {
|
||
|
tags: [
|
||
|
"posts"
|
||
|
],
|
||
|
"layout": "layouts/post.njk",
|
||
|
};
|