From 7d7494155f0542ef240d280d7073f39458f9f25d Mon Sep 17 00:00:00 2001 From: "David A. Harding" Date: Fri, 10 Jul 2015 06:22:02 -0400 Subject: [PATCH] Layout: Add Breadcrumbs To Dev Docs --- _includes/layout/base/breadcrumbs.html | 28 ++++++++++++++++++++++++++ _layouts/base.html | 1 + _layouts/glossary_entry.html | 5 +++++ _less/screen.less | 4 ++++ _translations/en.yml | 1 + en/developer-documentation.md | 3 +++ en/developer-examples.md | 4 ++++ en/developer-glossary.html | 4 ++++ en/developer-guide.md | 4 ++++ en/developer-reference.md | 4 ++++ 10 files changed, 58 insertions(+) create mode 100644 _includes/layout/base/breadcrumbs.html diff --git a/_includes/layout/base/breadcrumbs.html b/_includes/layout/base/breadcrumbs.html new file mode 100644 index 00000000..fd2f430d --- /dev/null +++ b/_includes/layout/base/breadcrumbs.html @@ -0,0 +1,28 @@ +{% comment %} +This file is licensed under the MIT License (MIT) available on +http://opensource.org/licenses/MIT. +{% endcomment %} + + diff --git a/_layouts/base.html b/_layouts/base.html index 110a9125..6996621a 100644 --- a/_layouts/base.html +++ b/_layouts/base.html @@ -22,6 +22,7 @@
+ {% include layout/base/breadcrumbs.html %} {% include layout/base/content.html %}