Added feed links to blog and meetings index pages

This commit is contained in:
str4d
2012-12-13 21:17:22 +00:00
parent c5910f9505
commit fd353ef6a4
3 changed files with 7 additions and 0 deletions

View File

@@ -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">

View File

@@ -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>

View File

@@ -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.