mirror of https://github.com/twbs/bootstrap.git
Remove `.html` suffix from shortcodes calls.
It's the default.
This commit is contained in:
parent
365d6d9fb1
commit
9050b2698a
|
@ -559,7 +559,7 @@ A `<caption>` functions like a heading for a table. It helps users with screen r
|
||||||
<div class="bd-example">
|
<div class="bd-example">
|
||||||
<table class="table">
|
<table class="table">
|
||||||
<caption>List of users</caption>
|
<caption>List of users</caption>
|
||||||
{{< partial "table-content.html" >}}
|
{{< partial "table-content" >}}
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -23,6 +23,6 @@
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{{ partial "ads.html" . }}
|
{{ partial "ads" . }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue