From e1289c1da6cbff0b0c2a0b2ab62c4e51ecf1e908 Mon Sep 17 00:00:00 2001 From: TorchedSammy <38820196+TorchedSammy@users.noreply.github.com> Date: Sat, 9 Jul 2022 13:05:53 -0400 Subject: [PATCH] docs(website): use multiline string for shortcode --- website/content/docs/getting-started.md | 4 ++-- website/themes/hsh/layouts/shortcodes/warning.html | 6 +----- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/website/content/docs/getting-started.md b/website/content/docs/getting-started.md index e062812..f148915 100644 --- a/website/content/docs/getting-started.md +++ b/website/content/docs/getting-started.md @@ -14,9 +14,9 @@ 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 msg="It is not recommended to set Hilbish as your login shell. That is expected to be a +{{< warning `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" >}} +few variables missing in your environment` >}} To do that, simply run `chsh -s /usr/bin/hilbish`. Some distros (namely Fedora) might have `lchsh` instead, which is used like `lchsh `. diff --git a/website/themes/hsh/layouts/shortcodes/warning.html b/website/themes/hsh/layouts/shortcodes/warning.html index 8dcc278..b217b57 100644 --- a/website/themes/hsh/layouts/shortcodes/warning.html +++ b/website/themes/hsh/layouts/shortcodes/warning.html @@ -1,10 +1,6 @@