Elegant supports Favicon, Opera Speed Dial, and shortcut or launcher icons on Apple iOS and Android devices. These are disabled by default to avoid unnecessary HTTP requests on sites that do not use them.
To enable, set USE_SHORTCUT_ICONS in your configuration
USE_SHORTCUT_ICONS = True
Place your images in content/theme/images directory, and define STATIC_PATHS
variable in your configuration
STATIC_PATHS = ['theme/images', 'images']
Your images should have these names,
apple-touch-icon-152x152.pngapple-touch-icon-144x144.pngapple-touch-icon-120x120.pngapple-touch-icon-114x114.pngapple-touch-icon-76x76.pngapple-touch-icon-72x72.pngapple-touch-icon-57x57.pngapple-touch-icon.pngfavicon.ico
I highly recommend you to use Iconifier.net to generate the set of images.