From 2a43e7e78a59c70e217383c12c9ef0482cabb163 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 16 Mar 2014 19:03:53 -0700 Subject: Break up docs into includes --- docs/_includes/components/breadcrumbs.html | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 docs/_includes/components/breadcrumbs.html (limited to 'docs/_includes/components/breadcrumbs.html') diff --git a/docs/_includes/components/breadcrumbs.html b/docs/_includes/components/breadcrumbs.html new file mode 100644 index 000000000..19abdc265 --- /dev/null +++ b/docs/_includes/components/breadcrumbs.html @@ -0,0 +1,27 @@ +
+

Breadcrumbs

+ +

Indicate the current page's location within a navigational hierarchy.

+

Separators are automatically added in CSS through :before and content.

+
+ + + +
+{% highlight html %} + +{% endhighlight %} +
-- cgit v1.2.3