You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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"}]
}
};