-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix blank lines at start of Atom/RSS feeds
- Loading branch information
Showing
6 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 1,5 @@ | ||
{# Copyright (c) 2021 Tildes contributors <[email protected]> #} | ||
{# SPDX-License-Identifier: AGPL-3.0-or-later #} | ||
{# SPDX-License-Identifier: AGPL-3.0-or-later -#} | ||
|
||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<feed xmlns="http://www.w3.org/2005/Atom"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 1,5 @@ | ||
{# Copyright (c) 2021 Tildes contributors <[email protected]> #} | ||
{# SPDX-License-Identifier: AGPL-3.0-or-later #} | ||
{# SPDX-License-Identifier: AGPL-3.0-or-later -#} | ||
|
||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<rss version="2.0"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 1,6 @@ | ||
{# Copyright (c) 2021 Tildes contributors <[email protected]> #} | ||
{# SPDX-License-Identifier: AGPL-3.0-or-later #} | ||
|
||
{% extends 'topic_listing.atom.jinja2' %} | ||
{%- extends 'topic_listing.atom.jinja2' %} | ||
|
||
{% block feed_title %}Tildes Atom feed{% endblock %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 1,7 @@ | ||
{# Copyright (c) 2021 Tildes contributors <[email protected]> #} | ||
{# SPDX-License-Identifier: AGPL-3.0-or-later #} | ||
|
||
{% extends 'topic_listing.rss.jinja2' %} | ||
{%- extends 'topic_listing.rss.jinja2' %} | ||
|
||
{% block channel_title %}Tildes{% endblock %} | ||
{% block channel_link %}https://tildes.net/{% endblock %} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 1,7 @@ | ||
{# Copyright (c) 2021 Tildes contributors <[email protected]> #} | ||
{# SPDX-License-Identifier: AGPL-3.0-or-later #} | ||
|
||
{% extends 'base.atom.jinja2' %} | ||
{%- extends 'base.atom.jinja2' %} | ||
|
||
{% block feed_title %}~{{ group.path }} - Tildes{% endblock %} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 1,5 @@ | ||
{# Copyright (c) 2021 Tildes contributors <[email protected]> #} | ||
{# SPDX-License-Identifier: AGPL-3.0-or-later #} | ||
{# SPDX-License-Identifier: AGPL-3.0-or-later -#} | ||
|
||
{% extends 'base.rss.jinja2' %} | ||
|
||
|