mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-15 09:44:38 -04:00
Fix broken build in previous commit
This commit is contained in:
parent
eabe7a40b7
commit
2da6518bea
@ -2,10 +2,10 @@
|
|||||||
---
|
---
|
||||||
date: 2018-01-22
|
date: 2018-01-22
|
||||||
title: "Hugo 0.34: Pattern matching to filter images and other resources"
|
title: "Hugo 0.34: Pattern matching to filter images and other resources"
|
||||||
description: "Hugo 0.34 acategories: ["Releases"]
|
description: "Hugo 0.34 adds full glob with super-asterisk support, for example `*.jpg`."
|
||||||
|
categories: ["Releases"]
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
Hugo `0.34` is a small release. It contains a few smaller bug-fixes, but more important is an overhaul of the API used to find images and other resources in your page bundles.
|
Hugo `0.34` is a small release. It contains a few smaller bug-fixes, but more important is an overhaul of the API used to find images and other resources in your page bundles.
|
||||||
|
|
||||||
We have added two simple methods on the `Resources` object:
|
We have added two simple methods on the `Resources` object:
|
||||||
@ -42,8 +42,3 @@ Hugo now has:
|
|||||||
## Fixes
|
## Fixes
|
||||||
* Add validation for `defaultContentLanguage` [4d5e4f37](https://github.com/gohugoio/hugo/commit/4d5e4f379a890a3c6cbc11ddb40d77a90f14c015) [@bep](https://github.com/bep) [#4298](https://github.com/gohugoio/hugo/issues/4298)
|
* Add validation for `defaultContentLanguage` [4d5e4f37](https://github.com/gohugoio/hugo/commit/4d5e4f379a890a3c6cbc11ddb40d77a90f14c015) [@bep](https://github.com/bep) [#4298](https://github.com/gohugoio/hugo/issues/4298)
|
||||||
* Fix lookup of pages bundled in sub-folders in `ByPrefix` etc. [5d030869](https://github.com/gohugoio/hugo/commit/5d03086981b4a7d4bc450269a6a2e0fd22dbeed7) [@bep](https://github.com/bep) [#4295](https://github.com/gohugoio/hugo/issues/4295)
|
* Fix lookup of pages bundled in sub-folders in `ByPrefix` etc. [5d030869](https://github.com/gohugoio/hugo/commit/5d03086981b4a7d4bc450269a6a2e0fd22dbeed7) [@bep](https://github.com/bep) [#4295](https://github.com/gohugoio/hugo/issues/4295)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user