2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03:00

new global navbar for all docs pages

This commit is contained in:
Mark Otto
2015-08-04 23:39:51 -07:00
parent 60a045634c
commit 95b0ec18f4
7 changed files with 71 additions and 73 deletions
+2 -1
View File
@@ -1,7 +1,6 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Meta, title, CSS, favicons, etc. -->
{% include header.html %}
</head>
<body class="bd-docs" data-spy="scroll" data-target=".bd-sidenav-active">
@@ -11,6 +10,8 @@
</div>
</a>
{% include nav-home.html %}
{{ content }}
{% include footer.html %}