vodoraslo.xyz/content/blog/pluralization-issues.md

16 lines
405 B
Markdown
Raw Normal View History

2022-12-17 21:57:40 +01:00
---
title: "Pluralization issues (Blogs instead of Blog)"
date: 2022-12-17T22:33:25+02:00
draft: false
2022-12-18 19:46:26 +01:00
tags: ['blog']
2022-12-17 21:57:40 +01:00
---
### this is my first entry and i'm already having issues lol
So I wanted to make a quick entry, see how it looks like and I stumbled upon this issue of hugo pluralzing Blog into Blogs
2023-01-04 22:13:22 +01:00
You can fix this in config.toml with the following line
2023-04-11 22:28:30 +02:00
```toml
pluralizelisttitles = false
```