vodoraslo.xyz/public/articles/blog/pluralization-issues/index.html

69 lines
3.8 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
2023-07-12 21:46:08 +02:00
<html lang="en" class="main-background-image">
<head>
<title>Pluralization Issues (Blogs Instead of Blog) | vodoraslo&#39;s blog</title>
<link rel="canonical" href="https://vodoraslo.xyz/">
<link rel='alternate' type='application/rss+xml' title="vodoraslo&#39;s blog RSS" href='/index.xml'>
<link rel='stylesheet' type='text/css' href='/style.css?v=1.0.0.12'>
<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>
2023-07-12 21:46:08 +02:00
<div class="main-background-image">
<body>
<main>
2023-07-21 17:57:40 +02:00
<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>
2023-11-04 13:03:07 +01:00
<hr style="color:var(--strong);background-color: var(--strong); border-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>
2023-07-20 20:49:09 +02:00
2024-08-30 22:27:10 +02:00
<small><em><p style="color: var(--muted_text);">作成日: <time datetime="2022-12-17T22:33:25&#43;03:00" style="color: var(--muted_text);">2022年12月17日 (土)</time>, 最終更新日: <time datetime="2024-08-29T22:46:33&#43;03:00" style="color: var(--muted_text);">2024年8月29日 (木)</time> </p></em></small>
2023-07-20 20:45:40 +02:00
<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;">
2024-08-30 22:27:10 +02:00
</div></div>
<br>
<hr style="color:var(--strong); margin: 0; background-color: var(--strong); border-color: var(--strong);">
<div id="nextprev">
2023-10-08 09:57:26 +02:00
<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>
2023-10-08 09:57:26 +02:00
<div ><div style="clear:both" class=taglist>
Tags: [<a id="tag_blog" href="https://vodoraslo.xyz/tags/blog">Blog</a>]
2023-10-08 09:57:26 +02:00
</div><br>
</div>
</article>
</main>
2023-10-08 09:57:26 +02:00
<footer style="padding-top: 0.5em;">
2024-08-30 22:27:10 +02:00
<div style="padding-bottom: 0.2em; display: inline-block;"><a href="https://vodoraslo.xyz/articles" title="List of all my articles and writings.">📜 Articles</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/library" title="My personal library.">📚 Library</a> <strong>&bull;</strong> <a href="https://wiki.vodoraslo.xyz" title="My personal Wiki page.">🌐 Wiki</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/index.xml" title="Subscribe via RSS for updates.">📰 RSS</a><hr></div>
2023-10-13 19:52:35 +02:00
2024-08-30 22:27:10 +02:00
<div style="padding-bottom: 0.7em;" class="index-links"><a href="https://vodoraslo.xyz/" title="Return to the homepage.">🏠 Homepage</a></div>
</footer>
</body>
2023-07-12 21:46:08 +02:00
</div>
</html>