mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-12-21 23:51:58 +01:00
19 lines
308 B
Markdown
19 lines
308 B
Markdown
|
---
|
||
|
title: News archive
|
||
|
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";
|
||
|
</script>
|
||
|
|
||
|
# News archive
|
||
|
|
||
|
Collection of news and announcements about Tachiyomi.
|
||
|
|
||
|
<News />
|