hugo/resources
Cameron Moore 0a2ab3f8fe exif: Allow more spacing characters in strings
The root cause of issue #8079 was a non-breaking space (U+0160).
`unicode.IsPrint` only allows the ASCII space (U+0020).  Be more lenient
by using `unicode.IsGraphic` instead.

Fixes #8079
2021-03-13 21:20:10 +01:00
..
images exif: Allow more spacing characters in strings 2021-03-13 21:20:10 +01:00
internal
jsconfig
page GroupByParamDate now supports datetimes 2020-12-28 17:50:55 +01:00
postpub
resource images: Add images.Overlay filter 2020-12-17 09:14:18 +01:00
resource_factories
resource_transformers js: Fix potential path issue on Windows 2021-02-16 16:10:46 +01:00
testdata exif: Allow more spacing characters in strings 2021-03-13 21:20:10 +01:00
image.go images: Add images.Overlay filter 2020-12-17 09:14:18 +01:00
image_cache.go
image_test.go images: Add images.Overlay filter 2020-12-17 09:14:18 +01:00
post_publish.go
resource.go
resource_cache.go
resource_cache_test.go
resource_metadata.go
resource_metadata_test.go
resource_spec.go Fix Resource.ResourceType so it always returns MIME's main type 2020-12-17 22:20:12 +01:00
resource_test.go Fix Resource.ResourceType so it always returns MIME's main type 2020-12-17 22:20:12 +01:00
testhelpers_test.go
transform.go Allow Dart Sass transformations to be cached on disk 2020-12-31 11:32:20 +01:00
transform_test.go