<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Inflect functions on Hugo</title><link>https://v0-122-0--gohugoio.netlify.app/functions/inflect/</link><description>Recent content in Inflect functions on Hugo</description><generator>Hugo -- gohugo.io</generator><language>en</language><atom:link href="https://v0-122-0--gohugoio.netlify.app/functions/inflect/index.xml" rel="self" type="application/rss+xml"/><item><title>inflect.Humanize</title><link>https://v0-122-0--gohugoio.netlify.app/functions/inflect/humanize/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://v0-122-0--gohugoio.netlify.app/functions/inflect/humanize/</guid><description>{{ humanize &amp;#34;my-first-post&amp;#34; }} → My first post {{ humanize &amp;#34;myCamelPost&amp;#34; }} → My camel post If the input is an integer or a string representation of an integer, humanize returns the number with the proper ordinal appended.
{{ humanize &amp;#34;52&amp;#34; }} → 52nd {{ humanize 103 }} → 103rd</description></item><item><title>inflect.Pluralize</title><link>https://v0-122-0--gohugoio.netlify.app/functions/inflect/pluralize/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://v0-122-0--gohugoio.netlify.app/functions/inflect/pluralize/</guid><description>{{ &amp;#34;cat&amp;#34; | pluralize }} → cats</description></item><item><title>inflect.Singularize</title><link>https://v0-122-0--gohugoio.netlify.app/functions/inflect/singularize/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://v0-122-0--gohugoio.netlify.app/functions/inflect/singularize/</guid><description>{{ &amp;#34;cats&amp;#34; | singularize }} → cat See also the .Data.Singular taxonomy variable for singularizing taxonomy names.</description></item></channel></rss>