diff --git a/config.toml b/config.toml
index a3cda97..e8a1cda 100644
--- a/config.toml
+++ b/config.toml
@@ -21,6 +21,7 @@ default_language = "en"
title = "~/tabi"
description = "tabi es un tema de Zola rápido, liviano y moderno con JavaScript opcional y una puntuación perfecta en Lighthouse."
generate_feed = true
+# If you're using feeds, you might want to create/translate the static/feed_style/{lang}.xsl file.
compile_sass = true
minify_html = true
@@ -32,6 +33,7 @@ taxonomies = [
title = "~/tabi"
description = "tabi és un tema de Zola ràpid, lleuger i modern amb JavaScript opcional i una puntuació perfecta a Lighthouse."
generate_feed = true
+# If you're using feeds, you might want to create/translate the static/feed_style/{lang}.xsl file.
compile_sass = true
minify_html = true
diff --git a/static/feed_style/ca.xsl b/static/feed_style/ca.xsl
new file mode 100644
index 0000000..3e34693
--- /dev/null
+++ b/static/feed_style/ca.xsl
@@ -0,0 +1,71 @@
+
+
+
+
+
+
+
+ • Canal Atom
+
+
+
+
+
+
+
+
+
+
+ Aquest és un canal web, també conegut com a canal Atom. Subscriu-te copiant l'URL de la barra d'adreces al teu lector de notícies. Visita Sobre Feeds (en anglès) per aprendre més i començar. És gratuït.
+
+ Esta es una fuente web, también conocida como fuente Atom. Suscríbete copiando la URL de la barra de direcciones en tu lector de noticias. Visita Acerca de Feeds (en inglés) para aprender más y empezar. Es gratis.
+
+
+
+
+
diff --git a/templates/atom.xml b/templates/atom.xml
index 2e22cd8..91c8efa 100644
--- a/templates/atom.xml
+++ b/templates/atom.xml
@@ -1,5 +1,7 @@
-
+
+
+
{{ config.title }}
{%- if term %} - {{ term.name }}
diff --git a/templates/partials/nav.html b/templates/partials/nav.html
index 10295e7..be1e159 100644
--- a/templates/partials/nav.html
+++ b/templates/partials/nav.html
@@ -43,7 +43,7 @@
{# Check if the language code matches the default language #}
{%- if lcode == config.default_language -%}
{# If it does, link to the root path (no language code in URL) #}
- {{ language_name }}
+ {{ language_name }}
{%- else -%}
{# Check if the current language is the default language #}
{%- if lang == config.default_language -%}