From 74e119b6e2ce33c3dc66ec078396dfac6314c6c4 Mon Sep 17 00:00:00 2001
From: jaseg <git@jaseg.de>
Date: Sat, 30 Dec 2023 16:35:36 +0100
Subject: theme: Add static page search with pagefind

---
 content/blog/telekom-gpon-sfp/index.rst | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

(limited to 'content/blog/telekom-gpon-sfp')

diff --git a/content/blog/telekom-gpon-sfp/index.rst b/content/blog/telekom-gpon-sfp/index.rst
index 17f78d5..3d85732 100644
--- a/content/blog/telekom-gpon-sfp/index.rst
+++ b/content/blog/telekom-gpon-sfp/index.rst
@@ -98,7 +98,7 @@ EdgeRouter's SFP interface, then patch connections between the SFP ONU and the l
     <figure style="width: 20em">
         <a href="images/edgerouter_sfp_config.png">
         <img src="images/edgerouter_sfp_config.png" alt="The EdgeRouter's graphical configuration interface showing IP
-           address 10.10.1.2/24 being configured for interface eth5, which is the SFP interface.">
+           address 10.10.1.2/24 being configured for interface eth5, which is the SFP interface." data-pagefind-ignore>
         </a>
         <figcaption>SFP interface configuration to access the SFP ONU from a laptop connected to the EdgeRouter's LAN
             port</figcaption>
@@ -114,7 +114,7 @@ EdgeRouter's SFP interface, then patch connections between the SFP ONU and the l
         <a href="images/edgerouter_snat_config.png">
         <img src="images/edgerouter_snat_config.png" alt="The EdgeRouter's graphical configuration interface showing a
             source NAT being configured for interface eth5 for TCP protocol connections to destination address 10.10.1.1
-            using masquerading.">
+            using masquerading." data-pagefind-ignore>
         </a>
         <figcaption>Source NAT configuration to access the SFP ONU from LAN. eth5, masquerading on, TCP, destination
             10.10.1.1 (the SFP ONU's IP).</figcaption>
@@ -135,7 +135,7 @@ default login credentials for the device are admin/1234.
         <a href="images/sfp_onu_web_if.png">
         <img src="images/sfp_onu_web_if.png" alt="The SFP ONU configuration web interface is a basic-looking website with
             a big Zyxel logo on it. It has menu options named status, setup and management. It shows a system overview
-            page that lists the device's uptime and software version.">
+            page that lists the device's uptime and software version." data-pagefind-ignore>
         </a>
         <figcaption>The SFP ONU's web interface.</figcaption>
     </figure>
@@ -155,7 +155,7 @@ on this page.
         <a href="images/sfp_onu_ploam_pw_config.png">
         <img src="images/sfp_onu_ploam_pw_config.png" alt="The SFP ONU configuration web interface shows its SLID
             configuration page. A text field labelled SLID asks the user to enter a value of at most ten characters. As
-            an example, abcdefg123 is listed.">
+            an example, abcdefg123 is listed." data-pagefind-ignore>
         </a>
         <figcaption>The SFP ONU's config interface to set SLID/PLOAM PW/ONT-Installationskennung.</figcaption>
     </figure>
@@ -169,7 +169,7 @@ link on the left. Make sure to not select the factory reset option instead.
         <a href="images/sfp_onu_reset.png">
         <img src="images/sfp_onu_reset.png" alt="The SFP ONU configuration web interface shows its reset ONU page. There
             are two options labelled Reset ONU and Reset to factory default settings. The reset ONU option is
-            selected.">
+            selected." data-pagefind-ignore>
         </a>
         <figcaption>Rebooting the SFP ONU.</figcaption>
     </figure>
-- 
cgit