]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove `.html` suffix from shortcodes calls.
authorXhmikosR <xhmikosr@gmail.com>
Sat, 16 Jan 2021 19:50:25 +0000 (21:50 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Tue, 31 Aug 2021 14:24:38 +0000 (17:24 +0300)
It's the default.

site/content/docs/5.1/content/tables.md
site/layouts/partials/home/masthead.html

index 7ec00201bb6c8fbbb5777e7d4171f96be6738fbf..6f6e025dc68562e707a76c620f80a004fd15db82 100644 (file)
@@ -559,7 +559,7 @@ A `<caption>` functions like a heading for a table. It helps users with screen r
 <div class="bd-example">
   <table class="table">
     <caption>List of users</caption>
-    {{< partial "table-content.html" >}}
+    {{< partial "table-content" >}}
   </table>
 </div>
 
index a8a465feddb3f115e4b66c43559b990aac4ad898..e5661d9b3380df70caaf8cbe1ae3106f4be7559d 100644 (file)
@@ -23,6 +23,6 @@
         </p>
       </div>
     </div>
-    {{ partial "ads.html" . }}
+    {{ partial "ads" . }}
   </div>
 </div>