File: layout.html

package info (click to toggle)
khal 1%3A0.9.10-1.1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,704 kB
  • sloc: python: 10,862; makefile: 177; awk: 30
file content (10 lines) | stat: -rw-r--r-- 197 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
{% extends "!layout.html" %}

{% block linktags %}
  {{ super() }}
  <link rel="alternate"
        type="application/rss+xml"
        title="Khal News"
        href="/index.rss" />
{% endblock %}