@@ -13,8 +13,7 @@
<!-- List -->
<li>
- <a href="#list" data-target="section">
- <div class="bubble right">8</div>
+ <a href="#list" data-target="section" data-count="3">
<strong>Lists</strong>
<small>Indented, Scroll</small>
</a>
@@ -59,7 +58,7 @@
<!-- Asides -->
- <a href="#" data-target="section">
+ <a href="#aside" data-target="section">
<div class="bubble right">8</div>
<strong>Asides</strong>
@@ -0,0 +1,10 @@
+<section id="aside" class="extended">
+ <header data-back="home" data-title="Aside"></header>
+
+ <nav class="grooupbar">
+ <a href="#" data-icon="left" data-label="Left"></a>
+ <a href="#" data-icon="right" data-label="Right"></a>
+ </nav>
+ <article></article>
+</section>
@@ -129,7 +129,7 @@
version: '2.0',
sugars: ['map', 'pull'],
resources: {
- sections: [ 'notification.html', 'list.html', 'icon.html', 'grid.html', 'form.html'],
+ sections: [ 'notification.html', 'list.html', 'icon.html', 'grid.html', 'form.html', 'aside.html'],
templates: [],
asides: ['features.html', 'profiles.html']
}