forked from I2P_Developers/i2p.www
Page header fixes
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
{% extends "global/layout.html" %}
|
||||
{% block title %}{{ _('Meetings') }}{% endblock %}
|
||||
{% block title %}{{ _('Logs of past I2P meetings') }}{% endblock %}
|
||||
{% block headextra %}
|
||||
<link href="{{ get_url('meetings_atom') }}" type="application/atom+xml" rel="alternate" title="{{ _('I2P Meetings ATOM Feed') }}" />
|
||||
{%- endblock %}
|
||||
{% block content %}
|
||||
<h1>{{ _('Logs of past I2P meetings') }}</h1>
|
||||
|
||||
<p>{% trans -%}
|
||||
Meetings are currently on hold until a more suitable time can be chosen.
|
||||
{%- endtrans %}</p>
|
||||
|
Reference in New Issue
Block a user