Skip to content

Is there a way to translate the title of the posts page? #855

Closed Answered by bugok
bugok asked this question in Q&A
Discussion options

You must be logged in to vote

I found it, and it was in the documentation as well... Shame on me for not searching properly.

As it says here: https://jpanther.github.io/congo/docs/content-examples/#list-pages

I needed to create a posts/_index.md file and there I could override the title as well.

For example:
content/posts/_index.md:

---
title: "פוסטים"
description: "הפוסטים שיש באתר"

cascade:
  showEdit: false
  showSummary: true
  showDate: true
  showReadingTime: true
---

This worked for me :)

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by bugok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants