cryogen

http://cryogenweb.org/ - static sites by @U0DJK1VH6 & Co.
Scot 2017-01-17T19:33:45.000012Z

In an attempt to use subdirectories in the themes/<theme>/html folder, I discovered an interesting unexpected behaviour in the handling of the :layout parameter I thought I'd share. Metadata like {:layout :ignored/subdir/subdir2/template} will use the template at <theme>/html/subdir/subdir2/template.html oddly. I assume that ignored is set as the ns of the keyword, so a call of (name layout) ignores it.