mirror of
https://github.com/tachiyomiorg/website.git
synced 2025-01-02 21:41:54 +01:00
af01a3cdd1
* Add a news archive page. * Fix read prompt color on dark. * Change news time position.
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 />
|