9 Commits

Author SHA1 Message Date
Joe Mooring
bc3ec033c8
Front matter cleanup (#2039) 2023-04-01 08:29:16 -07:00
Will Faught
928b945054
Add code fence types (#2038)
* Add code fence types

* Revert back to html
2023-03-31 21:05:20 -07:00
Christian Oliff
68f05fdc83
Fenced code blocks should have a language specified (#1861) 2022-10-31 09:49:33 +09:00
Bjørn Erik Pedersen
f52af8e4a7 tpl/encoding: Add noHTMLEscape option to jsonify 2022-10-24 17:21:42 +02:00
Joe Mooring
6f0ba95935
Remove godocref from front matter (#1543)
These references haven't been visible for years.

Related to:
- https://github.com/gohugoio/gohugoioTheme/issues/24
- https://github.com/gohugoio/gohugoioTheme/pull/216
2021-10-13 19:03:25 -07:00
Cameron Moore
0c396911f1 Update jsonify function docs
Update jsonify to match the changes in v0.69.0.

Related: https://github.com/gohugoio/hugo/pull/7082
2020-04-14 09:13:54 +02:00
Bjørn Erik Pedersen
9ea667e24b Revert "tpl: Update Jsonify to return pretty-print output"
This reverts commit 5a52cd5f920bb3d067ab1682adece9f813c67ba1.

Closes #5394
2018-11-02 19:03:48 +01:00
Sean Prashad
9097683dd4 tpl: Update Jsonify to return pretty-print output
Fixes #5040
2018-10-21 23:36:35 +02:00
Anthony Fok
77578f5bfc
Move content/ into new contentDir content/en/
in preparation for adding new translations such as Chinese.

Paths for "readfile" shortcode are adjusted accordingly.

See #461
2018-05-01 11:23:28 -06:00