denny / ShinyCMS

ShinyCMS is an open source CMS. This is the Perl version, built with Catalyst and DBIC. (There is also a Ruby on Rails version: www.github.com/denny/ShinyCMS-ruby)
56 stars 24 forks source link

Favicon, Broken Link #49

Closed wbraswell closed 9 years ago

wbraswell commented 9 years ago

The favicon link is broken in both places it appears, pointing to "favicon1.ico" instead of "favicon.ico":

CURRENTLY INCORRECT:

SHOULD BE:

https://github.com/denny/ShinyCMS/blob/40835e6991da1315bd4146affca5c535ad37f645/root/site-wrapper.tt#L25

https://github.com/denny/ShinyCMS/blob/40835e6991da1315bd4146affca5c535ad37f645/root/shop/wrapper.tt#L25

wbraswell commented 9 years ago

Great, thanks @denny !