diff --git a/src/_data/sitemeta.js b/src/_data/sitemeta.js index 5772bd42..a14a5061 100644 --- a/src/_data/sitemeta.js +++ b/src/_data/sitemeta.js @@ -8,4 +8,6 @@ export const siteAuthor = { }; export const siteLocale = "en_MY"; export const siteLanguage = "en"; -export const siteDescription = siteAuthor.name + "'s personal website."; \ No newline at end of file +export const siteDescription = siteAuthor.name + "'s personal website."; +export const feedPath = "/feed.xml"; +export const feedUrl = siteUrl + feedPath; \ No newline at end of file diff --git a/src/_includes/global/feeds.njk b/src/_includes/global/feeds.njk index 4dcc6172..66a1aa98 100644 --- a/src/_includes/global/feeds.njk +++ b/src/_includes/global/feeds.njk @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/_includes/main/changelogs.njk b/src/_includes/main/changelogs.njk index 8753b30b..70044472 100644 --- a/src/_includes/main/changelogs.njk +++ b/src/_includes/main/changelogs.njk @@ -22,7 +22,7 @@ articleElement: true -

To get notified of the updates on this website, you can subscribe to the {{ sitemeta.siteName }} RSS feed, which contains new articles, blog posts and website changelogs.

+

To get notified of the updates on this website, you can subscribe to the {{ sitemeta.siteName }} RSS feed, which contains new articles, blog posts and website changelogs.

{{ content | safe }} diff --git a/src/_includes/main/footer.njk b/src/_includes/main/footer.njk index 34768677..cfa1faad 100644 --- a/src/_includes/main/footer.njk +++ b/src/_includes/main/footer.njk @@ -5,7 +5,7 @@ {% set currentUrl %}{{ page.url }}{% endset %}