vodoraslo.xyz/new-site/public/blog/pluralization-issues/index.html

47 lines
2.2 KiB
HTML
Raw Normal View History

2022-12-18 21:22:04 +01:00
<!DOCTYPE html>
<html lang="en">
<head>
<title>Pluralization Issues (Blogs Instead of Blog) | vodoraslo</title>
<link rel="canonical" href="https://vodoraslo.xyz/">
<link rel='alternate' type='application/rss+xml' title="vodoraslo RSS" href='/index.xml'>
<link rel='stylesheet' type='text/css' href='/style.css'>
<link rel="icon" href="/favicon.ico">
<meta name="description" content="this is my first entry and i&rsquo;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
pluralizelisttitles = false "/>
2022-12-18 21:22:04 +01:00
<meta name="keywords" content="blog">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="index, follow">
<meta charset="utf-8">
</head>
<body>
<main>
<header><h1 id="tag_Pluralization issues (Blogs instead of Blog)">Pluralization issues (Blogs instead of Blog)</h1></header>
<article>
<h3 id="this-is-my-first-entry-and-im-already-having-issues-lol">this is my first entry and i&rsquo;m already having issues lol</h3>
<p>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</p>
2023-01-04 22:13:22 +01:00
<p>You can fix this in config.toml with the following line</p>
2022-12-18 21:27:06 +01:00
<blockquote>
2023-01-04 22:13:22 +01:00
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-toml" data-lang="toml"><span style="display:flex;"><span><span style="color:#a6e22e">pluralizelisttitles</span> = <span style="color:#66d9ef">false</span>
</span></span></code></pre></div></blockquote>
2022-12-18 21:22:04 +01:00
2022-12-25 10:13:30 +01:00
<div id="nextprev">
<a href="/helloworld/"><div id="prevart">Previous:<br>Hello world</div></a>
<a href="/hackbook/00-00-hackbookeasypeasy/"><div id="nextart">Next:<br>00-00 HackBook EasyPeasy</div></a>
</div>
<div style="clear:both" class=taglist>
Tags: [<a id="tag_blog" href="https://vodoraslo.xyz/tags/blog">Blog</a>]
</div>
<br><br>
2022-12-18 21:22:04 +01:00
</article>
</main>
<footer>
<a href="https://vodoraslo.xyz/">Homepage</a><br><br><a href="/index.xml"><img src="/rss.svg" style="max-height:1.5em" alt="RSS Feed" title="Subscribe via RSS for updates."></a>
2022-12-18 21:22:04 +01:00
</footer>
</body>
</html>