Skip to content

Commit 3052608

Browse files
committed
add: site navigation element snippet
1 parent 32c15b0 commit 3052608

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<snippet>
2+
<content><![CDATA[
3+
<ul itemscope="itemscope" itemtype="http://www.schema.org/SiteNavigationElement">
4+
<li itemprop="name">
5+
<a itemprop="url" href="${1:#}">$2</a>
6+
</li>
7+
</ul>
8+
]]></content>
9+
<tabTrigger>hs-sne</tabTrigger>
10+
<description>HTML with SiteNavigationElement</description>
11+
</snippet>

0 commit comments

Comments
 (0)