Make IESG telechat agenda feed discoverable
- Legacy-Id: 1996
This commit is contained in:
parent
72054994e8
commit
5c357ed2c3
ietf
|
@ -6,7 +6,7 @@ from ietf.idtracker.models import IDInternal
|
|||
import datetime
|
||||
|
||||
class IESGAgenda(Feed):
|
||||
title = "Documents on upcoming IESG Telechat Agenas"
|
||||
title = "Documents on Future IESG Telechat Agendas"
|
||||
link = "http://datatracker.ietf.org/iesg/agenda/"
|
||||
feed_type = Atom1Feed
|
||||
|
||||
|
|
|
@ -47,6 +47,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #}
|
|||
.agenda blockquote { margin-left: 30px; width: 70ex;}
|
||||
</style>
|
||||
|
||||
<link rel="alternate" type="application/atom+xml" href="/feed/iesg-agenda/" />
|
||||
|
||||
<title>IESG Agenda</title>
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
@ -44,6 +44,10 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||
.agenda_docs tr.header + tr.header { border-top: 2px solid white;}
|
||||
{% endblock %}
|
||||
|
||||
{% block pagehead %}
|
||||
<link rel="alternate" type="application/atom+xml" href="/feed/iesg-agenda/" />
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<h1>Documents on Future IESG Telechat Agendas</h1>
|
||||
|
||||
|
|
Loading…
Reference in a new issue