fipamothemekit/pug.config.js

8 lines
289 B
JavaScript

module.exports = {
locals: {
title: "Fipamo Theme Kit",
content_index: "This is some page content... for your broke ass",
content_page: "This is some page content... for your broke ass",
bucket: [{item: "one"}, {item: "two"}, {item: "three"}]
}
};