From: XhmikosR Date: Sat, 16 Jan 2021 19:50:25 +0000 (+0200) Subject: Remove `.html` suffix from shortcodes calls. X-Git-Tag: v5.1.1~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9050b2698a9df1be49e3fe8c4e2f33c0a227cbf9;p=thirdparty%2Fbootstrap.git Remove `.html` suffix from shortcodes calls. It's the default. --- 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" . }}