@ -88,10 +88,10 @@ base_url: "../"
< div class = "component-example component-example-fullbleed" >
< header class = "bar-nav" >
< a class = "button-prev pull-left" >
< a class = "button-link pull-left" >
Previous
< / a >
< a class = "button pull-right" >
< a class = "button-link pull-right" >
Next
< / a >
< h1 class = "title" > Title< / h1 >
@ -100,10 +100,10 @@ base_url: "../"
{% highlight html %}
< header class = "bar-nav" >
< a class = "button-prev pull-left" >
< a class = "button-link pull-left" >
Previous
< / a >
< a class = "button pull-right" >
< a class = "button-link pull-right" >
Next
< / a >
< h1 class = "title" > Title< / h1 >
@ -992,6 +992,7 @@ document
< h1 class = "title" > Push< / h1 >
< / header >
< div class = "content" >
< div class = "card" >
< ul class = "table-view" >
< li class = "table-view-cell" >
< a href = "{{ page.base_url }}two.html" data-transition = "slide-in" >
@ -1002,12 +1003,14 @@ document
< / ul >
< / div >
< / div >
< / div >
{% highlight html %}
< header class = "bar-nav" >
< h1 class = "title" > Push< / h1 >
< / header >
< div class = "content" >
< div class = "card" >
< ul class = "table-view" >
< li class = "table-view-cell" >
< a href = "{{ page.base_url }}two.html" data-transition = "slide-in" >
@ -1017,6 +1020,7 @@ document
< / li >
< / ul >
< / div >
< / div >
{% endhighlight %}
< p class = "component-description" > Have a link you don't want to intercepted by push? Try this:< / p >