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

Fix missing anchors and 404 errors.

[skip sauce]
This commit is contained in:
XhmikosR
2015-08-29 13:08:21 +03:00
parent bf3bd2e037
commit 19e5cf226d
3 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
{% include nav-docs.html %}
</div>
<div class="col-md-9 col-md-pull-3 bd-content">
<h1 class="bd-title">{{ page.title }}</h1>
<h1 class="bd-title" id="content">{{ page.title }}</h1>
{{ content }}
</div>
</div>