Skip to content

Instantly share code, notes, and snippets.

@raddevon
Created May 24, 2013 17:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save raddevon/5645275 to your computer and use it in GitHub Desktop.
Save raddevon/5645275 to your computer and use it in GitHub Desktop.
Sublime Text simple favicon snippet
<snippet>
<content><![CDATA[
<link rel="shortcut icon" href="${1:favicon.ico}">
]]></content>
<tabTrigger>favicon</tabTrigger>
<description>Favicon link tag</description>
<scope>text.html.basic</scope>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment