mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
Fix missing anchors and 404 errors.
[skip sauce]
This commit is contained in:
@@ -12,7 +12,9 @@
|
||||
|
||||
{% include nav-home.html %}
|
||||
|
||||
{{ content }}
|
||||
<div id="content">
|
||||
{{ content }}
|
||||
</div>
|
||||
|
||||
{% include footer.html %}
|
||||
</body>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user