From f437eefeef492542394c74f10c1feff376b93499 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 2 May 2022 21:41:17 +0200 Subject: [PATCH] chore: hugo hint shortcode --- content/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/_index.md b/content/_index.md index 3e23ddb..e62adf0 100644 --- a/content/_index.md +++ b/content/_index.md @@ -2,7 +2,7 @@ title: Documentation --- -{{< hint warning >}} +{{< hint type=warning >}} **Warning**\ You should not trust any Ansible resource on the internet without verification! Beside that, listed Ansible roles getting not versioned right now and **breaking changes** may happen and possibly damage your deployment. Use it at your own risk. {{< /hint >}}