Hugo-Shortcodes icon indicating copy to clipboard operation
Hugo-Shortcodes copied to clipboard

replacing underscore with space

Open marczz opened this issue 5 years ago • 2 comments

I don't do a pull request for that, but you can use (with your Scratch use, that is no more necessary)

 {{ $.Scratch.Set "wp_title" (replace (.Get 0) "_" " ")  }}

Of course it is untested, but I have similar code in my shortcodes.

marczz avatar Mar 11 '19 19:03 marczz

Thanks for letting me know and apologies for the delay. It's a been a very busy few months. Seems like I skipped the conversion from "_" to space based on my comments.

parsiya avatar May 27 '19 16:05 parsiya

The function you're looking for is named humanize.

{{ $.Scratch.get "wp_title" | humanize }}

bhdicaire avatar Nov 07 '20 22:11 bhdicaire