.Kind (page): .Type (posts) / .Layout ()
Bundle: n/a (regular page)
[ categories | projects | tags | search ]
Hugo Sandbox

This is an unofficial Hugo sandbox site to try to replicate possible bugs in hugo.

It is updated automatically after each commit to the hugo-sandbox repo. It was last updated on Jan 20, 2022 13:08 UTC.


This page was created/modified in commit 669d193 "Copy ox-hugo test site" on 2017-11-02.
Markdown source of this page

Under_scores_in_title


Description/Summary

Ensure that the underscores in title string of front matter do not get escaped.. foo_bar must not become foo\_bar.


Content

Ensure that the underscores in title string of front matter do not get escaped.. foo_bar must not become foo\_bar.


Page (Debug)

Page VariableValue
Name "Under_scores_in_title"
Title "Under_scores_in_title"
ResourceType "page"
Kind "page"
Section "posts"
Draft false
Type "posts"
Layout ""
Permalink "https://hugo-sandbox.netlify.com/posts/under-scores-in-title/"
RelPermalink "/posts/under-scores-in-title/"
Data
page.Data{} (type:page.Data)
NextPageLink to a heading CUSTOM_ID
PrevPageAwesome title with "quoted text"
NextInSectionLink to a heading CUSTOM_ID
PrevInSectionAwesome title with "quoted text"

Page Params (Debug)

maps.Params{"date":time.Date(2017, time.July, 28, 0, 0, 0, 0, time.UTC), "draft":false, "iscjklanguage":false, "lastmod":time.Date(2017, time.November, 2, 10, 12, 52, 0, time.Location("")), "publishdate":time.Date(2017, time.July, 28, 0, 0, 0, 0, time.UTC), "title":"Under_scores_in_title"} (type:maps.Params)

File Object (Debug)

FileInfo VariableValue
UniqueID "355a074f0b6f88882abaaa3c2a5617a7"
BaseFileName "under-scores-in-title"
TranslationBaseName "under-scores-in-title"
Lang "en"
Section "posts"
LogicalName "under-scores-in-title.md"
Dir "posts/"
Ext "md"
Path "posts/under-scores-in-title.md"

This site is generated using the ox-hugo package for Emacs/Org-mode + hugo-bare-min-theme + Hugo 0.92.0 (commit b3549403) .

[Back to Hugo Sandbox home]