diff --git a/src/content/blog/DecouplingElixirGenServers.md b/src/content/blog/DecouplingElixirGenServers.md
index 3fe9826..d0a0019 100644
--- a/src/content/blog/DecouplingElixirGenServers.md
+++ b/src/content/blog/DecouplingElixirGenServers.md
@@ -224,6 +224,55 @@ Then, if a module that is interested on those events can simply subscribe to the
This automatically makes our application more flexible, testable and maintainable.
+Let's look at a diagram of the new target architecture:
+
+
+
+
## Introducing Phoenix PubSub
[Phoenix PubSub](https://github.com/phoenixframework/phoenix_pubsub) is a known Elixir library that comes with the Phoenix framework.
diff --git a/src/layouts/BaseLayout.astro b/src/layouts/BaseLayout.astro
index c287cf7..5ec8db7 100644
--- a/src/layouts/BaseLayout.astro
+++ b/src/layouts/BaseLayout.astro
@@ -23,7 +23,7 @@ const backgroundImageUrl = `url('${optimizedBgImage.src}')`;
{title}