From 4ebf5a757c6b7ba474e06b39cd01b92332ed9e71 Mon Sep 17 00:00:00 2001 From: TorchedSammy <38820196+TorchedSammy@users.noreply.github.com> Date: Sat, 9 Jul 2022 12:57:55 -0400 Subject: [PATCH] docs(website): fix warning shortcode syntax --- website/content/docs/getting-started.md | 2 +- website/themes/hsh/layouts/shortcodes/warning.html | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/website/content/docs/getting-started.md b/website/content/docs/getting-started.md index 0d43b54..e062812 100644 --- a/website/content/docs/getting-started.md +++ b/website/content/docs/getting-started.md @@ -14,7 +14,7 @@ To exit, you can either run the `exit` command or hit Ctrl+D. There are a few ways to make Hilbish your default shell. A simple way is to make it your user/login shell. -{{< warning "It is not recommended to set Hilbish as your login shell. That is expected to be a +{{< warning msg="It is not recommended to set Hilbish as your login shell. That is expected to be a POSIX compliant shell, which Hilbish is not. At most, there will just be a few variables missing in your environment" >}} diff --git a/website/themes/hsh/layouts/shortcodes/warning.html b/website/themes/hsh/layouts/shortcodes/warning.html index f6be0ca..8dcc278 100644 --- a/website/themes/hsh/layouts/shortcodes/warning.html +++ b/website/themes/hsh/layouts/shortcodes/warning.html @@ -1,6 +1,10 @@