From 62d65f96e412b7b4470571d374b944cb309c61f3 Mon Sep 17 00:00:00 2001 From: Nathan Upchurch Date: Sat, 30 Nov 2024 17:05:26 -0500 Subject: [PATCH] Update Home --- Home.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 `
` 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