Release v0.067
This release adds shortcut icons to the site object and stylesheet and script links to the site object.
This release also fixes a few problems in the default theme: One where the default theme's font is unreadable, another where nested lists get continually smaller, and eventually unreadble.
This release fixed some unhelpful error messages, so that problems should be more easily resolved.
Full changelog below
- sort broken links in link check plugin (#432)
- add debug message when rendering a page (#435)
- fix page render error when document title is undef (#435)
- add test for stylesheet, script, and favicon links (#438)
- show load error if failed to load Pod::Weaver (#440)
- fix missing attribute in site object error message (#439)
- add status attribute in preparation to its use
- add style and script links to site object (#442)
- fix coersion for links in page object
- fix nested lists getting smaller and smaller font
- fix default font to something more readable (#443)
- remove static app from the config guide
- add shortcut icon to default themes (#408)
- add images attribute to site object (#408)