clenemt / docdash

:zap: Lodash inspired JSDoc 3 template/theme
http://clenemt.github.io/docdash/
Other
824 stars 201 forks source link

added favicon to layout with option to customize on config #121

Open artanderson opened 1 year ago

artanderson commented 1 year ago

This adds a default <link/> with a favicon path to the <head></head> of the layout template.

A custom path/name for the favicon can be configured in the jsdoc.json like so:


{
    ...,
    "docdash": {
        "favicon": "/path/to/icon.ico",
        ...,
    }
}