You can get desktop, iOS, Android and Windows Phone favicon meta tags with the dato_favicon_meta_tags helper:
dato_favicon_meta_tags
<html> <head> <%= yield_content :head %> <%= dato_favicon_meta_tags %> </head> <body> <%= yield %> </body></html>