diff options
| -rw-r--r-- | content/blog/rails-pub-sub/index.md | 2 | ||||
| -rw-r--r-- | layouts/partials/head/metadata.html | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/content/blog/rails-pub-sub/index.md b/content/blog/rails-pub-sub/index.md index e85ed25..521d0dd 100644 --- a/content/blog/rails-pub-sub/index.md +++ b/content/blog/rails-pub-sub/index.md @@ -43,7 +43,7 @@ each other’s identity. This design pattern is not new, and there are many tools that help incorporate this design pattern into your code base, such as: -- [Wisper][2] (which I will use in this blog post) +- [Wisper][2] (which I will focus on in this blog post) - [RabbitMQ][3] - [Redis][4] diff --git a/layouts/partials/head/metadata.html b/layouts/partials/head/metadata.html index f49b401..a5d2a2e 100644 --- a/layouts/partials/head/metadata.html +++ b/layouts/partials/head/metadata.html @@ -11,5 +11,6 @@ <link rel="icon" type="image/png" sizes="16x16" href="/ico/favicon-16x16.png" /> <link rel="manifest" href="/ico/site.webmanifest" /> <link rel="mask-icon" href="/ico/safari-pinned-tab.svg" color="#000" /> +<link rel="alternate" type="application/rss+xml" href="https://a14m.dev/index.xml" title="A14M RSS"> <meta name="msapplication-TileColor" content="#da532c" /> <meta name="theme-color" content="#ffffff" /> |
