Dust.Parsers.Favicon (Dust v0.0.2-dev) View Source
Parse document and returl favicon url.
Link to this section Summary
Functions
Extract all links to favicon
Link to this section Functions
Specs
parse(Floki.html_tree() | Floki.html_tag()) :: [String.t()]
Extract all links to favicon
Following selectors are used:
link[rel=icon]
link[rel='alternate icon']
link[rel=mask-icon]