` can be the connection name (usually the SSID for WiFi networks) or UUID, obtained from `nmcli c show [--active]`.
_Recall that these setting values are set based on the previous connection activation and take effect for the next connection activation._
-### Sources
+---
+## Sources
+- [MAC Address Spoofing in NetworkManager 1.4.0](https://blogs.gnome.org/thaller/2016/08/26/mac-address-spoofing-in-networkmanager-1-4-0/)
+- [NetworkManager.conf man page](https://networkmanager.dev/docs/api/latest/NetworkManager.conf.html)
+- [ArchWiki --- NetworkManager](https://wiki.archlinux.org/title/NetworkManager#Configuring_MAC_address_randomization)
+- [NetworkManager.conf man page](https://networkmanager.dev/docs/api/latest/NetworkManager.conf.html)
+- [hostnamectl man page](https://www.freedesktop.org/software/systemd/man/hostnamectl)
- [NetworkManager: Disable Sending Hostname to DHCP Server](https://viliampucik.blogspot.com/2016/09/networkmanager-disable-sending-hostname.html)
- [NetworkManager-dispatcher man page](https://networkmanager.dev/docs/api/latest/NetworkManager-dispatcher.html)
- [nmcli man page](https://networkmanager.dev/docs/api/latest/nmcli.html)
\ No newline at end of file
diff --git a/external-blogs.sh b/external-blogs.sh
index c2bbf5f..adcb4ec 100755
--- a/external-blogs.sh
+++ b/external-blogs.sh
@@ -38,4 +38,7 @@ sed -i '/^tags:.*/a author: Wonderfall' './content/os/Securing OpenSSH with FIDO
# His GitHub repo: https://github.com/Seirdy/seirdy.one
# Blogs by akc3n currently needs to be manually ported, though a script for it can be written later. He is planning to change his website soon, so it is better to wait till then.
-# His GitHub repo: https://github.com/akc3n/akc3ndotorg
\ No newline at end of file
+# His GitHub repo: https://github.com/akc3n/akc3ndotorg
+
+# Blogs by WfKe9vLwSvv7rN currently need to be manually ported, as he uses a lot of HTML inside of the source instead of just markdown.
+# His GitLab repo: https://gitlab.com/WanderingComputerer/WanderingComputerer.gitlab.io/
\ No newline at end of file
diff --git a/layouts/shortcodes/terminal.html b/layouts/shortcodes/terminal.html
deleted file mode 100644
index ddaa399..0000000
--- a/layouts/shortcodes/terminal.html
+++ /dev/null
@@ -1 +0,0 @@
-{{ trim .Inner "\n" | safeHTML }}
\ No newline at end of file