diff --git a/i2p2www/pages/blog/index.html b/i2p2www/pages/blog/index.html index 2885378759f941f94b1645115ca49f8a39d98e91..2b8d7d05613b604c1ecc6ef7242d73400001c545 100644 --- a/i2p2www/pages/blog/index.html +++ b/i2p2www/pages/blog/index.html @@ -1,5 +1,8 @@ {% extends "global/layout.html" %} {% block title %}Blog Index{% endblock %} +{% block headextra %} + <link href="{{ url_for('blog_atom', lang=g.lang) }}" type="application/atom+xml" rel="alternate" title="I2P Blog ATOM Feed" /> +{%- endblock %} {% block content %} <p>Some descriptive text.</p> <ul class="infolist"> diff --git a/i2p2www/pages/global/layout.html b/i2p2www/pages/global/layout.html index 6978c796fb7afa72aba19547dbf261f36ffde5fb..9b792ce7620519f371c0d0f3cec490b8c99be5a9 100644 --- a/i2p2www/pages/global/layout.html +++ b/i2p2www/pages/global/layout.html @@ -7,6 +7,7 @@ <link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='styles/' + g.theme + '.css') }}" title="{{ g.theme }}" /> <link rel="shortcut icon" type="image/x-icon" href="{{ url_for('static', filename='favicon.ico') }}" /> <meta name="robots" content="NOODP" /> + {%- block headextra %}{% endblock %} </head> <body> <div class="hide"><a href="#content" title="Skip navigation" accesskey="2">{{ _('Skip navigation') }}</a></div> diff --git a/i2p2www/pages/meetings/index.html b/i2p2www/pages/meetings/index.html index e1196c018d41ed5def89d4166728318a6dc2dc05..10112f08e1a0093003a94a362828ae9c4ef9e403 100644 --- a/i2p2www/pages/meetings/index.html +++ b/i2p2www/pages/meetings/index.html @@ -1,5 +1,8 @@ {% extends "global/layout.html" %} {% block title %}Meetings{% endblock %} +{% block headextra %} + <link href="{{ url_for('meetings_atom', lang=g.lang) }}" type="application/atom+xml" rel="alternate" title="I2P Meetings ATOM Feed" /> +{%- endblock %} {% block content %} <h1>Logs of past I2P meetings</h1> <p>Regularly scheduled meetings are not being held at this time.