Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
{% block head_extra %}
<meta name="description"
content="The homepage of the matrix.org website. Chat securely with your family, friends, community, or build great apps with Matrix!">
<link rel="alternate" type="application/rss+xml" title="RSS" href="/atom.xml">
{% endblock head_extra %}
{% block content %}
{% set sponsors_data = load_data(path="content/sponsors.toml") %}
Expand Down
1 change: 1 addition & 0 deletions templates/skel.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
<link rel="shortcut icon" href="/assets/favicon.ico" />
<link rel="icon" type="image/svg+xml" href="/assets/favicon.svg" />
<link rel="stylesheet" href="/style.css" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="/atom.xml">

{% block head_extra %}{% endblock head_extra -%}
</head>
Expand Down