Update Home

Nathan Upchurch 2024-11-30 17:05:26 -05:00
parent c4d5ea4731
commit 62d65f96e4

@ -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.
The `safe` filter is necessary so that Eleventy doesn't sanitize our HTML.
#### Image Galleries:
Specify galleries in `_/data/galleries.js`.