From 9050b2698a9df1be49e3fe8c4e2f33c0a227cbf9 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sat, 16 Jan 2021 21:50:25 +0200 Subject: [PATCH] Remove `.html` suffix from shortcodes calls. It's the default. --- site/content/docs/5.1/content/tables.md | 2 +- site/layouts/partials/home/masthead.html | 2 +- 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 7ec00201bb..6f6e025dc6 100644 --- a/site/content/docs/5.1/content/tables.md +++ b/site/content/docs/5.1/content/tables.md @@ -559,7 +559,7 @@ A `` functions like a heading for a table. It helps users with screen r
- {{< partial "table-content.html" >}} + {{< partial "table-content" >}}
List of users
diff --git a/site/layouts/partials/home/masthead.html b/site/layouts/partials/home/masthead.html index a8a465fedd..e5661d9b33 100644 --- a/site/layouts/partials/home/masthead.html +++ b/site/layouts/partials/home/masthead.html @@ -23,6 +23,6 @@

- {{ partial "ads.html" . }} + {{ partial "ads" . }} -- 2.47.2