Skip to content

Commit

Permalink
Give RSS feeds distinct titles
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyil committed Aug 21, 2020
1 parent e5be020 commit 592a384
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rss/agora.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ layout: null
{% assign dialogues = site.agora | sort: 'date' | reverse %}<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>{{ site.title | xml_escape }}</title>
<title>{{ site.title | xml_escape }} - Agora Dialogues</title>
<description>{{ site.description | strip | xml_escape }}</description>
<link>{{ site.baseurl | prepend: site.url | xml_escape }}</link>
<language>en</language>
Expand Down
2 changes: 1 addition & 1 deletion rss/quotes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ layout: null
{% assign quotes = site.quotes | sort: 'date' | reverse %}<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>{{ site.title | xml_escape }}</title>
<title>{{ site.title | xml_escape }} - IRC Quotes</title>
<description>{{ site.description | strip | xml_escape }}</description>
<link>{{ site.baseurl | prepend: site.url | xml_escape }}</link>
<language>en</language>
Expand Down

0 comments on commit 592a384

Please sign in to comment.