“Catch a fish”

fishing with dad

Lake Murvaul is where my father taught me how to fish. Now I get teach my son on the same lake. His favorite saying to me is” Dad, Catch a Fish” in the cutest way possible.

jQuery(document).ready(function($) { function fixSlickAria() { $('.slick-slide').each(function() { if ($(this).attr('aria-hidden') === 'true') { $(this).attr('tabindex', '-1'); } else { $(this).attr('tabindex', '0'); } }); } fixSlickAria(); $('.uael-grid-gallery').on('afterChange', function(event, slick, currentSlide){ fixSlickAria(); }); });