Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .eleventy.js → eleventy.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Example use for the demo plugin:
// {{ 'Steph' | hello | safe }}

module.exports = (eleventyConfig, options) => {
export default function(eleventyConfig, options) {
// Define defaults for your plugin config
const defaults = {
htmlTag: "h2",
Expand All @@ -17,4 +17,4 @@ module.exports = (eleventyConfig, options) => {

return `<${htmlTag}>Hello, ${name}!</${htmlTag}>`;
});
};
}
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gummi bears chocolate bar gummi bears gummies. Soufflé soufflé dessert wafer c

Gummi bears candy cotton candy oat cake candy canes bonbon cake. Gummi bears jelly marzipan. Dessert topping biscuit jujubes jelly beans caramels cookie. Gingerbread candy gummi bears I love topping cookie halvah carrot cake topping. Sugar plum tart liquorice liquorice candy pudding powder. I love I love halvah chocolate cake I love cake apple pie wafer.

![test image](http://placecorgi.com/800/200)
![test image](https://imageplaceholder.net/800x200/eeeeee/131313?text=Placeholder+image)

I love lollipop chocolate cake marshmallow sesame snaps. Tart gingerbread fruitcake icing sesame snaps danish sesame snaps soufflé jujubes. Halvah I love I love lemon drops. Donut I love candy canes I love dragée sugar plum. I love tootsie roll I love cake. Cupcake danish danish macaroon lemon drops liquorice chocolate tart.

Expand Down
Loading