From d07996c0bd8fbdeb3aa0c43e9d75ebfb54f247b9 Mon Sep 17 00:00:00 2001 From: youkwhd <74759624+youkwhd@users.noreply.github.com> Date: Fri, 25 Mar 2022 23:36:04 +0700 Subject: [PATCH] fix: Atom and RSS feeds are different (#913) The feed on this page is indeed using Atom syndication while as RSS is another different type of format, this could give RSS feed reader confusion. --- _includes/footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/footer.html b/_includes/footer.html index a93d2b2..c229780 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,5 +1,5 @@