mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-11-01 07:25:06 +01:00
Fix RSS link. (#41)
This commit is contained in:
parent
ffd5cb32f4
commit
0af6607c09
@ -111,7 +111,7 @@ function generateMeta(context: TransformContext, hostname: string) {
|
|||||||
rel: "alternate",
|
rel: "alternate",
|
||||||
type: "application/rss+xml",
|
type: "application/rss+xml",
|
||||||
title: "RSS feed for the news archive",
|
title: "RSS feed for the news archive",
|
||||||
href: `${hostname}/feed.xml`,
|
href: `${hostname}/feed.rss`,
|
||||||
},
|
},
|
||||||
])
|
])
|
||||||
head.push([
|
head.push([
|
||||||
|
@ -3,7 +3,7 @@ import { IconRssBox } from "@iconify-prerendered/vue-mdi"
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<a href="/feed.xml" class="rss" title="RSS feed for the news archive">
|
<a href="/feed.rss" class="rss" title="RSS feed for the news archive">
|
||||||
<IconRssBox />
|
<IconRssBox />
|
||||||
<span>RSS feed</span>
|
<span>RSS feed</span>
|
||||||
</a>
|
</a>
|
||||||
|
Loading…
Reference in New Issue
Block a user