Implement RSS localization

This commit is contained in:
jultty 2024-05-20 12:14:11 -03:00
commit 25c6fdd4d4
10 changed files with 136 additions and 44 deletions

3
posts/template.html generated
View file

@ -23,7 +23,8 @@ $endif$
$for(css)$
<link rel="stylesheet" href="$css$" />
$endfor$
<link rel="alternate" type="application/rss+xml" title="RSS" href="https://blog.jutty.dev/feed.rss"/>
<link rel="alternate" type="application/rss+xml" title="RSS (English)" href="https://blog.jutty.dev/en.rss"/>
<link rel="alternate" type="application/rss+xml" title="RSS (Português)" href="https://blog.jutty.dev/pt.rss"/>
<script src="../assets/js/post-l10n.js" defer></script>
$for(header-includes)$
$header-includes$