mirror of
https://github.com/tachiyomiorg/website.git
synced 2025-01-02 13:31:55 +01:00
22 lines
377 B
Markdown
22 lines
377 B
Markdown
---
|
|
title: News
|
|
description: Collection of news and announcements about Tachiyomi.
|
|
lastUpdated: false
|
|
editLink: false
|
|
prev: false
|
|
next: false
|
|
---
|
|
|
|
<script setup>
|
|
import News from "@theme/components/News.vue";
|
|
import RssLink from "@theme/components/RssLink.vue";
|
|
</script>
|
|
|
|
# News
|
|
|
|
Collection of news and announcements about Tachiyomi.
|
|
|
|
Also available as <RssLink />.
|
|
|
|
<News />
|