You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prior to this commit the favicon for a castanet site was
not set by the theme. This commit adds a tag for the
favicon to the header partial, defaulting to `icons/favicon.ico`
but allowing an override in the site configuration.
Resolves#6
Signed-off-by: Michael T Lombardi <[email protected]>
/static/icons
directory.head_includes.html
to check to see if favicon is set inconfig.toml
and if so, then add all the code for it.The text was updated successfully, but these errors were encountered: