Layout: Add Breadcrumbs To Dev Docs

This commit is contained in:
David A. Harding 2015-07-10 06:22:02 -04:00
parent df3b8dcf28
commit 7d7494155f
No known key found for this signature in database
GPG key ID: 4B29C30FF29EC4B7
10 changed files with 58 additions and 0 deletions

View file

@ -22,6 +22,7 @@
</div></div>
<div class="body">
{% include layout/base/breadcrumbs.html %}
{% include layout/base/content.html %}
<div class="footer">
{% include layout/base/footer-menu.html %}

View file

@ -4,6 +4,11 @@
layout: base
lang: en
breadcrumbs:
- bitcoin
- dev docs
- glossary
- GLOSSARY_ENTRY_TITLE
---
<link rel="stylesheet" href="/css/jquery-ui.min.css">