docs: migrate hints to named attributes (#393)

This commit is contained in:
Robert Kaussow 2022-04-30 14:28:48 +02:00 committed by GitHub
parent 2f5054f389
commit a056805a30
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 7 additions and 8 deletions

View file

@ -27,7 +27,7 @@ Attributes:
If no other options are specified, files will be rendered as Markdown using the `RenderString` [function](https://gohugo.io/functions/renderstring/).
{{< hint warning >}}
{{< hint type=important >}}
**Location of markdown files**\
If you include markdown files that should not get a menu entry, place them outside the content folder or exclude them otherwise.
{{< /hint >}}