diff --git a/config.toml b/config.toml
index 2b71381..5c3bade 100644
--- a/config.toml
+++ b/config.toml
@@ -1,4 +1,4 @@
-baseurl = "/" # Controls base URL sitewide
+baseurl = "https://rohanverma.net/" # Controls base URL sitewide
languageCode = "en-US" # Controls site language
title = "rohanverma.net" # Homepage title and page title suffix
paginate = 11 # Number of posts to show before paginating
diff --git a/layouts/index.html b/layouts/index.html
index 4ce020a..722550f 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -54,9 +54,9 @@
- I'm migrating the blog from Wordpress to Hugo, in the meantime, if you some page
- looks odd, you can visit https://blog.rohanverma.net
- and find the original blogs there.
+
+ My blog is also available through [RSS]
+
{{ end }}
{{ define "footer" }}
{{ partial "powered-by.html" . }}