Skip to content

Commit

Permalink
Merge pull request danielcgilibert#66 from Minding000/fix/recent-posts
Browse files Browse the repository at this point in the history
Translated 'Related Posts' to english.
  • Loading branch information
danielcgilibert authored Mar 24, 2024
2 parents 01f527b + 41d441d commit ca6aea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/post/[...slug].astro
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const disqusEnabled = disqusConfig.enabled

<!-- related posts -->
<footer>
<h2 class='font-bold text-lg dark:text-white mb-6'>Artículos Relacionados</h2>
<h2 class='font-bold text-lg dark:text-white mb-6'>Related Posts</h2>
<ListRelatedPosts posts={relatedPosts} />
</footer>
</article>
Expand Down

0 comments on commit ca6aea6

Please sign in to comment.