From cc2713533d4c2fc75960dfe1767497050bfef516 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Sun, 23 Jul 2023 18:50:26 +0200 Subject: Fix unclosed admonition in old post --- content/posts/2018/2018-05-07-sparrowdo-getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/2018/2018-05-07-sparrowdo-getting-started.md b/content/posts/2018/2018-05-07-sparrowdo-getting-started.md index fa458c4..419e98d 100644 --- a/content/posts/2018/2018-05-07-sparrowdo-getting-started.md +++ b/content/posts/2018/2018-05-07-sparrowdo-getting-started.md @@ -210,7 +210,7 @@ sparrowdo --local_mode {{< admonition title="note" >}} If you want to run this on a remote machine to configure that one instead, you can use `--host=` instead of `--local_mode`. -{{< admonition >}} +{{< / admonition >}} You can check whether it actually worked by inspecting the files in `/etc/dnsmasq.d` and your `/etc/resolv.conf`. The easiest way to check their -- cgit v1.1