Skip to content

Commit 8bd0a22

Browse files
committed
update: snippet head
1 parent 0c35514 commit 8bd0a22

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

html/html-metas.sublime-snippet renamed to html/html-head.sublime-snippet

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
<snippet>
2-
<content><![CDATA[
2+
<content><![CDATA[
33
<meta name="format-detection" content="telephone=no">
4+
<meta name="referrer" content="origin">
45
<meta name="description" content="">
56
67
<!-- facebook -->
78
<meta property="og:site_name" content="">
89
<meta property="og:title" content="">
9-
<meta property="og:type" content="product">
10+
<meta property="og:type" content="website">
1011
<meta property="og:url" content="http://">
1112
<meta property="og:description" content="">
1213
<meta property="og:image" content="http://">
@@ -24,9 +25,17 @@
2425
<meta name="geo.country" content="BR">
2526
<meta name="geo.region" content="RJ">
2627
<meta name="geo.placename" content="Rio de Janeiro">
28+
29+
<!-- favicon -->
30+
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
31+
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
32+
<link rel="icon" href="/favicon.ico" type="image/x-icon">
33+
34+
<!-- canonical -->
35+
<link rel="canonical" href="http://">
2736
]]></content>
28-
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
29-
<tabTrigger>html-metas</tabTrigger>
30-
<!-- Optional: Set a scope to limit where the snippet will trigger -->
31-
<!-- <scope>source.python</scope> -->
37+
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
38+
<tabTrigger>html-head</tabTrigger>
39+
<!-- Optional: Set a scope to limit where the snippet will trigger -->
40+
<!-- <scope>source.python</scope> -->
3241
</snippet>

0 commit comments

Comments
 (0)