diff --git a/i18n/en.toml b/i18n/en.toml
index 3761fbb..bf260c4 100644
--- a/i18n/en.toml
+++ b/i18n/en.toml
@@ -27,6 +27,9 @@ other = "Translations"
# General
+[and]
+other = "And"
+
[back_to_home]
other = "Back to home"
diff --git a/i18n/tl.toml b/i18n/tl.toml
index 4fd1840..9293def 100644
--- a/i18n/tl.toml
+++ b/i18n/tl.toml
@@ -27,6 +27,9 @@ other = "Mga pagsasalin"
# General
+[and]
+other = "At"
+
[back_to_home]
other = "Balik sa homepage"
diff --git a/layouts/_default/list.atom b/layouts/_default/list.atom
index 2de4e17..99225c7 100644
--- a/layouts/_default/list.atom
+++ b/layouts/_default/list.atom
@@ -1,29 +1,49 @@
+{{- /* This template was based from the Atom syndication format at IETF RFC #4287 (https://tools.ietf.org/html/rfc4287). */ -}}
{{ printf "" | safeHTML }}