diff --git a/Home.md b/Home.md index c363e45..89e007f 100644 --- a/Home.md +++ b/Home.md @@ -78,4 +78,7 @@ You can use the `cowsay` filter to output a captioned `<figure>` containing a co 1. Add a copy of the cowsay output you'd like to display to _data/cowList.js. Be sure and escape any backslashes. 2. Use the filter like this: `{{ cowList.name | cowsay | safe }}`. -The `safe` filter is necessary so that Eleventy doesn't sanitize our HTML. \ No newline at end of file +The `safe` filter is necessary so that Eleventy doesn't sanitize our HTML. + +#### Image Galleries: +Specify galleries in `_/data/galleries.js`. \ No newline at end of file