forked from I2P_Developers/i2p.www
Added feed links to blog and meetings index pages
This commit is contained in:
@@ -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">
|
||||
|
@@ -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>
|
||||
|
@@ -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.
|
||||
|
Reference in New Issue
Block a user