Commit 454fc7c0 authored by Thomas McDonald's avatar Thomas McDonald

add example for disabled pager link

parent 5e928c7c
......@@ -169,11 +169,11 @@ Alternatively, you can align each link to the sides:
Pager links also use the `.disabled` class.
{% highlight html %}
{% example html %}
<nav>
<ul class="pager">
<li class="pager-prev disabled"><a href="#">Older</a></li>
<li class="pager-next"><a href="#">Newer</a></li>
</ul>
</nav>
{% endhighlight %}
{% endexample %}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment