From 5dba53eaf63ad54fe43a85f4b2c926b3c9495f3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Thu, 31 Oct 2024 10:11:56 +0100 Subject: [PATCH] Add trailing newline in guide included with the content shortcode This is a workaround for a Hugo bug (leaving `{{__hugo_ctx/}}` rendered), but I'm thinking it's a good thing to do in general. --- .../installing-snapd-certbot-apt-shortguide/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/security/ssl/_shortguides/installing-snapd-certbot-apt-shortguide/index.md b/docs/guides/security/ssl/_shortguides/installing-snapd-certbot-apt-shortguide/index.md index f20d7152375..e101b1fe6a4 100644 --- a/docs/guides/security/ssl/_shortguides/installing-snapd-certbot-apt-shortguide/index.md +++ b/docs/guides/security/ssl/_shortguides/installing-snapd-certbot-apt-shortguide/index.md @@ -44,4 +44,4 @@ The next step is to install Certbot using the snap command. 1. Configure a symbolic link to the Certbot directory using the `ln` command. - sudo ln -s /snap/bin/certbot /usr/bin/certbot \ No newline at end of file + sudo ln -s /snap/bin/certbot /usr/bin/certbot