aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--site/content/docs/5.1/content/tables.md2
-rw-r--r--site/layouts/partials/home/masthead.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/site/content/docs/5.1/content/tables.md b/site/content/docs/5.1/content/tables.md
index 7ec00201b..6f6e025dc 100644
--- a/site/content/docs/5.1/content/tables.md
+++ b/site/content/docs/5.1/content/tables.md
@@ -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>
diff --git a/site/layouts/partials/home/masthead.html b/site/layouts/partials/home/masthead.html
index a8a465fed..e5661d9b3 100644
--- a/site/layouts/partials/home/masthead.html
+++ b/site/layouts/partials/home/masthead.html
@@ -23,6 +23,6 @@
</p>
</div>
</div>
- {{ partial "ads.html" . }}
+ {{ partial "ads" . }}
</div>
</div>