I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit fd353ef6 authored by str4d's avatar str4d
Browse files

Added feed links to blog and meetings index pages

parent c5910f95
No related branches found
No related tags found
No related merge requests found
{% 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">
......
......@@ -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>
......
{% 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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment