vodoraslo.xyz/new-site/content/blog/pluralization-issues.md
2022-12-18 22:27:06 +02:00

16 lines
No EOL
406 B
Markdown

---
title: "Pluralization issues (Blogs instead of Blog)"
date: 2022-12-17T22:33:25+02:00
draft: false
tags: ['blog']
---
### 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
You can fix this in config.tom with the following line
> ```
> pluralizelisttitles = false
> ```