feat: i18n rss url and different excerpt length for different languages

This commit is contained in:
radishzzz 2025-03-17 02:49:02 +00:00
parent e4c61bf21b
commit f34b0cb46b
6 changed files with 62 additions and 13 deletions

View file

@ -68,7 +68,7 @@ function getPostPath(post: Post) {
class="heti hidden"
lg="mt-2 block"
>
<p>{generateDescription(post)}</p>
<p>{generateDescription(post, 'list')}</p>
</div>
</li>