Skip to content

Commit

Permalink
added Page Header snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardo-arana committed Oct 27, 2013
1 parent 79e9842 commit 481e0e3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pageheader/bs3-page header.sublime-snippet
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<snippet>
<content><![CDATA[
<div class="page-header">
<h1>${1:title}<small>${2:subtext}</small></h1>
</div>
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>bs3-page-header</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope>source.python</scope> -->
</snippet>

0 comments on commit 481e0e3

Please sign in to comment.