From f2d521e4a76ea5c1c66aecf2ab4f11674506443e Mon Sep 17 00:00:00 2001
From: Paul Duncan <pabs@pablotron.org>
Date: Wed, 20 Oct 2021 14:28:13 -0400
Subject: articles/nftables-examples.md: use figure shortcode instead of
 markdown image

---
 content/articles/nftables-examples.md | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

(limited to 'content')

diff --git a/content/articles/nftables-examples.md b/content/articles/nftables-examples.md
index 6108ce7..e467da2 100644
--- a/content/articles/nftables-examples.md
+++ b/content/articles/nftables-examples.md
@@ -374,10 +374,16 @@ table inet filter {
 }
 ```
 
-Here's what those `DROP` entries look like in the `journalctl -f`
+Here's what the `DROP` rules look like in the `journalctl -f`
 output:
 
-![nftables DROP entries in journalctl][log-drop-entries]
+{{< figure
+  src="/files/articles/nftables-examples/journalctl-drop-entries.png"
+  class=image
+  width=582
+  height=471
+  caption="nftables DROP entries in journalctl log"
+>}}
 
 ## Reset Script
 
@@ -507,5 +513,3 @@ table ip nat {
   "nftables maps"
 [nftables wiki]: https://wiki.nftables.org/
   "nftables wiki"
-[log-drop-entries]: /files/articles/nftables-examples/journalctl-drop-entries.png
-  "nftables DROP entries in journalctl log"
-- 
cgit v1.2.3