+ This is a web feed, also known as an Atom feed. Subscribe by copying the URL from the address bar into your newsreader. Visit About Feeds to learn more and get started. It’s free.
+
+ This is a web feed, also known as an Atom feed. Subscribe by copying the URL from the address bar into your newsreader. Visit About Feeds to learn more and get started. It’s free.
+
+
+
+
+
diff --git a/templates/atom.xml b/templates/atom.xml
index 2e22cd8..0359b48 100644
--- a/templates/atom.xml
+++ b/templates/atom.xml
@@ -1,5 +1,5 @@
-
+
{{ 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 -%}