diff options
Diffstat (limited to 'templates/web/base.html')
-rw-r--r-- | templates/web/base.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/web/base.html b/templates/web/base.html index 018d66a..a2a8097 100644 --- a/templates/web/base.html +++ b/templates/web/base.html @@ -5,7 +5,10 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- <link rel="stylesheet" type="text/css" href="links.css"> --> <link rel="shortcut icon" href="favicon.ico"> - <link rel="alternate" type="application/rss+xml" title="RSS" href="/rss"> + <link rel="alternate" type="application/atom+xml" href="/atom.xml" title="Atom Feed"/> + {% if q %} + <link rel="alternate" type="application/atom+xml" href="/atom.xml?q={{ q|urlencode }}" title="Results for '{{ q }}'"/> + {% endif %} <title>{% block title %}Linkopedia{% endblock %}</title> <style> html { width: 100%; } |