zola-ludwig/README.md

11 lines
241 B
Markdown
Raw Normal View History

2023-03-13 00:37:30 -03:00
# zola-ludwig
The theme needs some translation keys to be put on the `config.toml` file to work:
```toml
default-language = "es"
[translations]
date-published = "Publicado en"
[languages.en.translations]
date-published = "Published on"
```
2023-03-13 00:37:30 -03:00