mirror of
https://github.com/yuzu-emu/shared-bulma-theme.git
synced 2024-11-22 07:35:40 +01:00
rss: change the feed title to "title - tagline"
Change the feed title from "yuzu on yuzu" to "yuzu - Nintendo Switch Emulator"
This commit is contained in:
parent
90c8df3121
commit
6c8d45cea2
@ -1,6 +1,6 @@
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>{{ .Title }} on {{ .Site.Title }} </title>
|
||||
<title>{{ .Site.Title }} – {{ .Site.Params.Tagline }}</title>
|
||||
<link>{{ .Permalink }}</link>
|
||||
<language>en-US</language>
|
||||
<author>{{ .Title }} Team</author>
|
||||
|
Loading…
Reference in New Issue
Block a user