vodoraslo.xyz/public/articles/blog/pluralization-issues/index.html
2023-10-18 20:37:44 +03:00

69 lines
3.8 KiB
HTML

<!DOCTYPE html>
<html lang="en" class="main-background-image">
<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?v=1.0.0.9'>
<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
You can fix this in config.toml with the following line
pluralizelisttitles = false
"/>
<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>
<div class="main-background-image">
<body>
<main>
<header><h1 style="margin-top: 0%; padding-top: 0.5em;" id="tag_Pluralization issues (Blogs instead of Blog)">Pluralization issues (Blogs instead of Blog)</h1></header>
<hr style="color:var(--strong);background-color: var(--strong);"><article style="padding: 0% 2.5% 0% 2.5%;">
<div class="breadcrumbs">
<nav><a href="/">vodoraslo</a> /&nbsp;<a href="/articles/">Articles</a> /&nbsp;Pluralization issues (Blogs instead of Blog)</nav>
</div>
<p style="color: var(--muted_text);">Last updated: <time datetime="2023-05-14T14:33:48&#43;03:00" style="color: var(--muted_text);">2023年5月14日 (日)</time> <a href="/index.xml"><img src="/rss.svg" style="max-height:1.5em; float:right;" alt="RSS Feed" title="Subscribe via RSS for updates."></a> </p>
<div class="post-content"><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<a hidden class="anchor" aria-hidden="true" href="#this-is-my-first-entry-and-im-already-having-issues-lol">#</a></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>
<p>You can fix this in config.toml with the following line</p>
<div class="highlight">
<pre tabindex="0" class="chroma"><code class="language-toml" data-lang="toml"><span style="display:flex;"><span><span style="color:#c1abea">pluralizelisttitles</span> = <span style="color:#b756ff;font-weight:bold">false</span></span></span></code></pre></div>
<div style="text-align: right;">
<br><a href="mailto:chad@vodoraslo.xyz?subject=Re: Pluralization%20issues%20%28Blogs%20instead%20of%20Blog%29&body=Page in question - https%3a%2f%2fvodoraslo.xyz%2farticles%2fblog%2fpluralization-issues%2f"><i>📬 Reply via email!</i></a><br>
</div></div>
<div id="nextprev">
<a href="/articles/updates/helloworld/"><div id="prevart"><i>Previous:</i><br>Hello world / About me</div></a>
<a href="/library/hackbook/00-00-hackbookeasypeasy/"><div id="nextart"><i>Next:</i><br>00-00 HackBook EasyPeasy</div></a>
</div>
<div ><div style="clear:both" class=taglist>
Tags: [<a id="tag_blog" href="https://vodoraslo.xyz/tags/blog">Blog</a>]
</div><br>
</div>
</article>
<hr style="color:var(--strong); margin: 0; background-color: var(--strong);">
</main>
<footer style="padding-top: 0.5em;">
<div style="padding-bottom: 0.2em; display: inline-block;"><a href="https://vodoraslo.xyz/articles">📜 Articles</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/library">📚 Library</a> <strong>&bull;</strong> <a href="https://wiki.vodoraslo.xyz">🌐 Wiki</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/index.xml">📰 RSS</a><hr></div>
<div style="padding-bottom: 0.7em;" class="index-links"><a href="https://vodoraslo.xyz/">🏠 Homepage</a></div>
</footer>
</body>
</div>
</html>