repo_name
stringclasses
2 values
pr_number
int64
2.62k
123k
pr_title
stringlengths
8
193
pr_description
stringlengths
0
27.9k
author
stringlengths
3
23
date_created
unknown
date_merged
unknown
previous_commit
stringlengths
40
40
pr_commit
stringlengths
40
40
query
stringlengths
21
28k
filepath
stringlengths
7
174
before_content
stringlengths
0
554M
after_content
stringlengths
0
554M
label
int64
-1
1
gohugoio/hugo
8,215
markup/goldmark: Add attributes support for blocks (tables etc.)
Fixes #7548
bep
"2021-02-08T09:42:41Z"
"2021-02-08T18:52:56Z"
1b2472825664763c0b88807b0d193e73553423ec
2681633db8d340d2dc59cf801419874d572fc704
markup/goldmark: Add attributes support for blocks (tables etc.). Fixes #7548
./docs/content/en/functions/slice.md
--- title: slice # linktitle: slice description: Creates a slice (array) of all passed arguments. godocref: date: 2017-02-01 publishdate: 2017-02-01 lastmod: 2017-02-01 categories: [functions] menu: docs: parent: "functions" keywords: [slice, array, interface] signature: ["slice ITEM..."] workson: [] hugoversion: relatedfuncs: [] deprecated: false draft: false aliases: [] toc: false --- One use case is the concatenation of elements in combination with the [`delimit` function][]: {{< code file="slice.html" >}} {{ delimit (slice "foo" "bar" "buzz") ", " }} <!-- returns the string "foo, bar, buzz" --> {{< /code >}} [`delimit` function]: /functions/delimit/
--- title: slice # linktitle: slice description: Creates a slice (array) of all passed arguments. godocref: date: 2017-02-01 publishdate: 2017-02-01 lastmod: 2017-02-01 categories: [functions] menu: docs: parent: "functions" keywords: [slice, array, interface] signature: ["slice ITEM..."] workson: [] hugoversion: relatedfuncs: [] deprecated: false draft: false aliases: [] toc: false --- One use case is the concatenation of elements in combination with the [`delimit` function][]: {{< code file="slice.html" >}} {{ delimit (slice "foo" "bar" "buzz") ", " }} <!-- returns the string "foo, bar, buzz" --> {{< /code >}} [`delimit` function]: /functions/delimit/
-1
gohugoio/hugo
8,215
markup/goldmark: Add attributes support for blocks (tables etc.)
Fixes #7548
bep
"2021-02-08T09:42:41Z"
"2021-02-08T18:52:56Z"
1b2472825664763c0b88807b0d193e73553423ec
2681633db8d340d2dc59cf801419874d572fc704
markup/goldmark: Add attributes support for blocks (tables etc.). Fixes #7548
./docs/content/en/news/0.52-relnotes/index.md
--- date: 2018-11-28 title: "And Now: Hugo 0.52" description: "Configurable file caches, inline shortcodes, and more ..." categories: ["Releases"] --- The two big new items in this release is [Inline Shortcodes](https://gohugo.io//templates/shortcode-templates/#inline-shortcodes) and [Consolidated File Caches](https://gohugo.io/getting-started/configuration/#configure-file-caches). In Hugo we really care about build speed, and caching is important. With this release, you get much better control over your cache configuration, which is especially useful when building on a Continuous Integration server (Netlify, CircleCI or similar). Inline Shortcodes was implemented to help the Bootstrap project [move their documentation site](https://github.com/twbs/bootstrap/issues/24475#issuecomment-441238128) to Hugo. Note that this feature is disabled by default. To enable, set `enableInlineShortcodes = true` in your site config. Worth mentioning is also the new `param` shortcode, which looks up the param in page front matter with the site's parameter as a fall back. This release represents **33 contributions by 7 contributors** to the main Hugo code base. [@bep](https://github.com/bep) leads the Hugo development with a significant amount of contributions, but also a big shoutout to [@moorereason](https://github.com/moorereason), [@emirb](https://github.com/emirb), and [@allizad](https://github.com/allizad) for their ongoing contributions. And a big thanks to [@digitalcraftsman](https://github.com/digitalcraftsman) and [@onedrawingperday](https://github.com/onedrawingperday) for their relentless work on keeping the themes site in pristine condition and to [@kaushalmodi](https://github.com/kaushalmodi) for his great work on the documentation site. Many have also been busy writing and fixing the documentation in [hugoDocs](https://github.com/gohugoio/hugoDocs), which has received **10 contributions by 4 contributors**. A special thanks to [@budparr](https://github.com/budparr), [@bep](https://github.com/bep), [@allizad](https://github.com/allizad), and [@funkydan2](https://github.com/funkydan2) for their work on the documentation site. Hugo now has: * 30595+ [stars](https://github.com/gohugoio/hugo/stargazers) * 441+ [contributors](https://github.com/gohugoio/hugo/graphs/contributors) * 270+ [themes](http://themes.gohugo.io/) ## Enhancements ### Templates * Add tests [ed698e94](https://github.com/gohugoio/hugo/commit/ed698e94c12c05bfc392eaca4f0c8442eac64906) [@moorereason](https://github.com/moorereason) * Regenerate templates [89e2716d](https://github.com/gohugoio/hugo/commit/89e2716d290708ccde0a6f65504c1650c2f41b3d) [@bep](https://github.com/bep) * Add "param" shortcode [f37c5a25](https://github.com/gohugoio/hugo/commit/f37c5a25676db89c0e804ccaac69bb392758192b) [@bep](https://github.com/bep) [#4010](https://github.com/gohugoio/hugo/issues/4010) * Add float64 support to where [112461fd](https://github.com/gohugoio/hugo/commit/112461fded0d7970817ce7bf476c4763922ad314) [@moorereason](https://github.com/moorereason) [#5466](https://github.com/gohugoio/hugo/issues/5466) ### Core * Fall back to title in ByLinkTitle sort [a9a93d08](https://github.com/gohugoio/hugo/commit/a9a93d082d8640684b7fd0076c64ea808ea7f762) [@bep](https://github.com/bep) [#4953](https://github.com/gohugoio/hugo/issues/4953) * Improve nil handling in IsDescendant and IsAncestor [b09a4033](https://github.com/gohugoio/hugo/commit/b09a40333f382cc1034d2eda856230258ab6b8cc) [@bep](https://github.com/bep) [#5461](https://github.com/gohugoio/hugo/issues/5461) ### Other * Remove duplicate mapstructure depdendency [7e75aeca](https://github.com/gohugoio/hugo/commit/7e75aeca80aead50d64902d2ff47e4ad4d013352) [@bep](https://github.com/bep) * Add dependency list to README [e14e0b19](https://github.com/gohugoio/hugo/commit/e14e0b192f39812e3c3d5202d34ee907021412bb) [@bep](https://github.com/bep) * Document inline shortcodes [aded0f25](https://github.com/gohugoio/hugo/commit/aded0f25fd23a78804b10e127aebe0e4b6fed2ac) [@bep](https://github.com/bep) [#4011](https://github.com/gohugoio/hugo/issues/4011) * Add inline shortcode support [bc337e6a](https://github.com/gohugoio/hugo/commit/bc337e6ab5a75f1f1bfe3a83f3786d0afdb6346c) [@bep](https://github.com/bep) [#4011](https://github.com/gohugoio/hugo/issues/4011) * Include drafts in convert command [dcfeed35](https://github.com/gohugoio/hugo/commit/dcfeed35c6e14c1ce593d23be9d2b89c66ce9bee) [@bep](https://github.com/bep) [#5457](https://github.com/gohugoio/hugo/issues/5457) * Handle themes in the new file cache (for images, assets) [f9b4eb4f](https://github.com/gohugoio/hugo/commit/f9b4eb4f3968d32f45e0168c854e6b0c7f3a90b0) [@bep](https://github.com/bep) [#5460](https://github.com/gohugoio/hugo/issues/5460) * Add tests for permalink on Resource with baseURL with path [12742bac](https://github.com/gohugoio/hugo/commit/12742bac71c65d65dc56548b643debda94757aee) [@bep](https://github.com/bep) [#5226](https://github.com/gohugoio/hugo/issues/5226) * Add a comment about file mode for new files [fabf026f](https://github.com/gohugoio/hugo/commit/fabf026f4937bf6fbbb944aa7d6e721839ae4c92) [@bep](https://github.com/bep) [#5434](https://github.com/gohugoio/hugo/issues/5434) * Add a :project placeholder [94f0f7e5](https://github.com/gohugoio/hugo/commit/94f0f7e59788e802e706a55cac0d52a9e70ff745) [@bep](https://github.com/bep) [#5439](https://github.com/gohugoio/hugo/issues/5439) * Add a cache prune func [3c29c5af](https://github.com/gohugoio/hugo/commit/3c29c5af8ee865ef20741f576088e031e940c3d2) [@bep](https://github.com/bep) [#5439](https://github.com/gohugoio/hugo/issues/5439) * Add a filecache root dir [33502667](https://github.com/gohugoio/hugo/commit/33502667fbacf57167ede66df8f13e308a4a9aec) [@bep](https://github.com/bep) * Use time.Duration for maxAge [d3489eba](https://github.com/gohugoio/hugo/commit/d3489eba5dfc0ecdc032016d9db0746213dd5f0e) [@bep](https://github.com/bep) [#5438](https://github.com/gohugoio/hugo/issues/5438) * Split implementation and config into separate files [17d7ecde](https://github.com/gohugoio/hugo/commit/17d7ecde2b261d2ab29049d12361b66504e3f995) [@bep](https://github.com/bep) * Update to LibSASS 3.5.5 [e4b25728](https://github.com/gohugoio/hugo/commit/e4b2572880550a997d51dab3b198dac1fd642690) [@bep](https://github.com/bep) [#5432](https://github.com/gohugoio/hugo/issues/5432)[#5435](https://github.com/gohugoio/hugo/issues/5435) * More spelling corrections [782dd158](https://github.com/gohugoio/hugo/commit/782dd15858128d8dfe78970c86e543b6590a004c) [@bep](https://github.com/bep) * Spelling corrections [aff9c091](https://github.com/gohugoio/hugo/commit/aff9c091669a022b59f493c9dccf72be29511299) [@bep](https://github.com/bep) * Remove appveyor [fdd4a768](https://github.com/gohugoio/hugo/commit/fdd4a768f053b21271d4520bf0d43baf62d516da) [@bep](https://github.com/bep) * Document the new file cache [abeeff13](https://github.com/gohugoio/hugo/commit/abeeff1325267f8d8f1f66f0ec4ed175ffc140ad) [@bep](https://github.com/bep) [#5404](https://github.com/gohugoio/hugo/issues/5404) * Add a consolidated file cache [f7aeaa61](https://github.com/gohugoio/hugo/commit/f7aeaa61291dd75f92901bcbeecc7fce07a28dec) [@bep](https://github.com/bep) [#5404](https://github.com/gohugoio/hugo/issues/5404) * Add Windows build config to Travis [7d78a2af](https://github.com/gohugoio/hugo/commit/7d78a2afd3c4a6c4af77a4ddcbd2a82f15986048) [@emirb](https://github.com/emirb) * Add Elasticsearch/bonsai.io to services doc. [c0b3a1af](https://github.com/gohugoio/hugo/commit/c0b3a1af0354e3aa9979cc00ae8630d7f0be63dc) [@allizad](https://github.com/allizad) ## Fixes ### Templates * Fix whitespace issue [aba2647c](https://github.com/gohugoio/hugo/commit/aba2647c152ffff927f42523b77ee6651630cd67) [@max-arnold](https://github.com/max-arnold) * Fix test to pass with gccgo [a8cb1b07](https://github.com/gohugoio/hugo/commit/a8cb1b07b4cf7fcf0e949657cb03c1a4838f975e) [@ianlancetaylor](https://github.com/ianlancetaylor) ### Other * Fix handling of commented out front matter [7540a628](https://github.com/gohugoio/hugo/commit/7540a62834d4465af8936967e430a9e05a1e1359) [@bep](https://github.com/bep) [#5478](https://github.com/gohugoio/hugo/issues/5478) * Fix when only shortcode and then summary [94ab125b](https://github.com/gohugoio/hugo/commit/94ab125b27a29a65e5ea45efd99dd247084b4c37) [@bep](https://github.com/bep) [#5464](https://github.com/gohugoio/hugo/issues/5464) * Fix ignored --config flag with 'new' command [e82b2dc8](https://github.com/gohugoio/hugo/commit/e82b2dc8c1628f2da33e5fb0bae1b03e0594ad2c) [@krisbudhram](https://github.com/krisbudhram) * Fix Permalink for resource, baseURL with path and canonifyURLs set [5df2b79d](https://github.com/gohugoio/hugo/commit/5df2b79dd2734e9a00ed1692328f58c385676468) [@bep](https://github.com/bep) [#5226](https://github.com/gohugoio/hugo/issues/5226)
--- date: 2018-11-28 title: "And Now: Hugo 0.52" description: "Configurable file caches, inline shortcodes, and more ..." categories: ["Releases"] --- The two big new items in this release is [Inline Shortcodes](https://gohugo.io//templates/shortcode-templates/#inline-shortcodes) and [Consolidated File Caches](https://gohugo.io/getting-started/configuration/#configure-file-caches). In Hugo we really care about build speed, and caching is important. With this release, you get much better control over your cache configuration, which is especially useful when building on a Continuous Integration server (Netlify, CircleCI or similar). Inline Shortcodes was implemented to help the Bootstrap project [move their documentation site](https://github.com/twbs/bootstrap/issues/24475#issuecomment-441238128) to Hugo. Note that this feature is disabled by default. To enable, set `enableInlineShortcodes = true` in your site config. Worth mentioning is also the new `param` shortcode, which looks up the param in page front matter with the site's parameter as a fall back. This release represents **33 contributions by 7 contributors** to the main Hugo code base. [@bep](https://github.com/bep) leads the Hugo development with a significant amount of contributions, but also a big shoutout to [@moorereason](https://github.com/moorereason), [@emirb](https://github.com/emirb), and [@allizad](https://github.com/allizad) for their ongoing contributions. And a big thanks to [@digitalcraftsman](https://github.com/digitalcraftsman) and [@onedrawingperday](https://github.com/onedrawingperday) for their relentless work on keeping the themes site in pristine condition and to [@kaushalmodi](https://github.com/kaushalmodi) for his great work on the documentation site. Many have also been busy writing and fixing the documentation in [hugoDocs](https://github.com/gohugoio/hugoDocs), which has received **10 contributions by 4 contributors**. A special thanks to [@budparr](https://github.com/budparr), [@bep](https://github.com/bep), [@allizad](https://github.com/allizad), and [@funkydan2](https://github.com/funkydan2) for their work on the documentation site. Hugo now has: * 30595+ [stars](https://github.com/gohugoio/hugo/stargazers) * 441+ [contributors](https://github.com/gohugoio/hugo/graphs/contributors) * 270+ [themes](http://themes.gohugo.io/) ## Enhancements ### Templates * Add tests [ed698e94](https://github.com/gohugoio/hugo/commit/ed698e94c12c05bfc392eaca4f0c8442eac64906) [@moorereason](https://github.com/moorereason) * Regenerate templates [89e2716d](https://github.com/gohugoio/hugo/commit/89e2716d290708ccde0a6f65504c1650c2f41b3d) [@bep](https://github.com/bep) * Add "param" shortcode [f37c5a25](https://github.com/gohugoio/hugo/commit/f37c5a25676db89c0e804ccaac69bb392758192b) [@bep](https://github.com/bep) [#4010](https://github.com/gohugoio/hugo/issues/4010) * Add float64 support to where [112461fd](https://github.com/gohugoio/hugo/commit/112461fded0d7970817ce7bf476c4763922ad314) [@moorereason](https://github.com/moorereason) [#5466](https://github.com/gohugoio/hugo/issues/5466) ### Core * Fall back to title in ByLinkTitle sort [a9a93d08](https://github.com/gohugoio/hugo/commit/a9a93d082d8640684b7fd0076c64ea808ea7f762) [@bep](https://github.com/bep) [#4953](https://github.com/gohugoio/hugo/issues/4953) * Improve nil handling in IsDescendant and IsAncestor [b09a4033](https://github.com/gohugoio/hugo/commit/b09a40333f382cc1034d2eda856230258ab6b8cc) [@bep](https://github.com/bep) [#5461](https://github.com/gohugoio/hugo/issues/5461) ### Other * Remove duplicate mapstructure depdendency [7e75aeca](https://github.com/gohugoio/hugo/commit/7e75aeca80aead50d64902d2ff47e4ad4d013352) [@bep](https://github.com/bep) * Add dependency list to README [e14e0b19](https://github.com/gohugoio/hugo/commit/e14e0b192f39812e3c3d5202d34ee907021412bb) [@bep](https://github.com/bep) * Document inline shortcodes [aded0f25](https://github.com/gohugoio/hugo/commit/aded0f25fd23a78804b10e127aebe0e4b6fed2ac) [@bep](https://github.com/bep) [#4011](https://github.com/gohugoio/hugo/issues/4011) * Add inline shortcode support [bc337e6a](https://github.com/gohugoio/hugo/commit/bc337e6ab5a75f1f1bfe3a83f3786d0afdb6346c) [@bep](https://github.com/bep) [#4011](https://github.com/gohugoio/hugo/issues/4011) * Include drafts in convert command [dcfeed35](https://github.com/gohugoio/hugo/commit/dcfeed35c6e14c1ce593d23be9d2b89c66ce9bee) [@bep](https://github.com/bep) [#5457](https://github.com/gohugoio/hugo/issues/5457) * Handle themes in the new file cache (for images, assets) [f9b4eb4f](https://github.com/gohugoio/hugo/commit/f9b4eb4f3968d32f45e0168c854e6b0c7f3a90b0) [@bep](https://github.com/bep) [#5460](https://github.com/gohugoio/hugo/issues/5460) * Add tests for permalink on Resource with baseURL with path [12742bac](https://github.com/gohugoio/hugo/commit/12742bac71c65d65dc56548b643debda94757aee) [@bep](https://github.com/bep) [#5226](https://github.com/gohugoio/hugo/issues/5226) * Add a comment about file mode for new files [fabf026f](https://github.com/gohugoio/hugo/commit/fabf026f4937bf6fbbb944aa7d6e721839ae4c92) [@bep](https://github.com/bep) [#5434](https://github.com/gohugoio/hugo/issues/5434) * Add a :project placeholder [94f0f7e5](https://github.com/gohugoio/hugo/commit/94f0f7e59788e802e706a55cac0d52a9e70ff745) [@bep](https://github.com/bep) [#5439](https://github.com/gohugoio/hugo/issues/5439) * Add a cache prune func [3c29c5af](https://github.com/gohugoio/hugo/commit/3c29c5af8ee865ef20741f576088e031e940c3d2) [@bep](https://github.com/bep) [#5439](https://github.com/gohugoio/hugo/issues/5439) * Add a filecache root dir [33502667](https://github.com/gohugoio/hugo/commit/33502667fbacf57167ede66df8f13e308a4a9aec) [@bep](https://github.com/bep) * Use time.Duration for maxAge [d3489eba](https://github.com/gohugoio/hugo/commit/d3489eba5dfc0ecdc032016d9db0746213dd5f0e) [@bep](https://github.com/bep) [#5438](https://github.com/gohugoio/hugo/issues/5438) * Split implementation and config into separate files [17d7ecde](https://github.com/gohugoio/hugo/commit/17d7ecde2b261d2ab29049d12361b66504e3f995) [@bep](https://github.com/bep) * Update to LibSASS 3.5.5 [e4b25728](https://github.com/gohugoio/hugo/commit/e4b2572880550a997d51dab3b198dac1fd642690) [@bep](https://github.com/bep) [#5432](https://github.com/gohugoio/hugo/issues/5432)[#5435](https://github.com/gohugoio/hugo/issues/5435) * More spelling corrections [782dd158](https://github.com/gohugoio/hugo/commit/782dd15858128d8dfe78970c86e543b6590a004c) [@bep](https://github.com/bep) * Spelling corrections [aff9c091](https://github.com/gohugoio/hugo/commit/aff9c091669a022b59f493c9dccf72be29511299) [@bep](https://github.com/bep) * Remove appveyor [fdd4a768](https://github.com/gohugoio/hugo/commit/fdd4a768f053b21271d4520bf0d43baf62d516da) [@bep](https://github.com/bep) * Document the new file cache [abeeff13](https://github.com/gohugoio/hugo/commit/abeeff1325267f8d8f1f66f0ec4ed175ffc140ad) [@bep](https://github.com/bep) [#5404](https://github.com/gohugoio/hugo/issues/5404) * Add a consolidated file cache [f7aeaa61](https://github.com/gohugoio/hugo/commit/f7aeaa61291dd75f92901bcbeecc7fce07a28dec) [@bep](https://github.com/bep) [#5404](https://github.com/gohugoio/hugo/issues/5404) * Add Windows build config to Travis [7d78a2af](https://github.com/gohugoio/hugo/commit/7d78a2afd3c4a6c4af77a4ddcbd2a82f15986048) [@emirb](https://github.com/emirb) * Add Elasticsearch/bonsai.io to services doc. [c0b3a1af](https://github.com/gohugoio/hugo/commit/c0b3a1af0354e3aa9979cc00ae8630d7f0be63dc) [@allizad](https://github.com/allizad) ## Fixes ### Templates * Fix whitespace issue [aba2647c](https://github.com/gohugoio/hugo/commit/aba2647c152ffff927f42523b77ee6651630cd67) [@max-arnold](https://github.com/max-arnold) * Fix test to pass with gccgo [a8cb1b07](https://github.com/gohugoio/hugo/commit/a8cb1b07b4cf7fcf0e949657cb03c1a4838f975e) [@ianlancetaylor](https://github.com/ianlancetaylor) ### Other * Fix handling of commented out front matter [7540a628](https://github.com/gohugoio/hugo/commit/7540a62834d4465af8936967e430a9e05a1e1359) [@bep](https://github.com/bep) [#5478](https://github.com/gohugoio/hugo/issues/5478) * Fix when only shortcode and then summary [94ab125b](https://github.com/gohugoio/hugo/commit/94ab125b27a29a65e5ea45efd99dd247084b4c37) [@bep](https://github.com/bep) [#5464](https://github.com/gohugoio/hugo/issues/5464) * Fix ignored --config flag with 'new' command [e82b2dc8](https://github.com/gohugoio/hugo/commit/e82b2dc8c1628f2da33e5fb0bae1b03e0594ad2c) [@krisbudhram](https://github.com/krisbudhram) * Fix Permalink for resource, baseURL with path and canonifyURLs set [5df2b79d](https://github.com/gohugoio/hugo/commit/5df2b79dd2734e9a00ed1692328f58c385676468) [@bep](https://github.com/bep) [#5226](https://github.com/gohugoio/hugo/issues/5226)
-1
gohugoio/hugo
8,215
markup/goldmark: Add attributes support for blocks (tables etc.)
Fixes #7548
bep
"2021-02-08T09:42:41Z"
"2021-02-08T18:52:56Z"
1b2472825664763c0b88807b0d193e73553423ec
2681633db8d340d2dc59cf801419874d572fc704
markup/goldmark: Add attributes support for blocks (tables etc.). Fixes #7548
./docs/content/en/news/0.11-relnotes/index.md
--- date: 2014-05-29T22:53:22Z description: "Now 3–4 times faster, Hugo 0.11 brings live reload, theme engine, menu system, XML sitemap, and more!" title: "Hugo 0.11" categories: ["Releases"] --- - Considerably faster... about 3 - 4x faster on average - [Live Reload](/getting-started/usage/#livereload). Hugo will automatically reload the browser when the build is complete - Theme engine w/[Theme Repository](http://github.com/spf13/hugoThemes) - [Menu system](/content-management/menus/) with support for active page - [Builders](/extras/builders) to quickly create a new site, content or theme - [XML sitemap](/templates/sitemap) generation - [Integrated Disqus](/extras/comments) support - Streamlined [template organization](/templates/overview) - Brand new docs site - Support for publishDate which allows for posts to be dated in the future - More [sort](/functions/sort/#readout) options - Logging support - Much better error handling - More informative verbose output - Renamed Indexes > [Taxonomies](/taxonomies/overview) - Renamed Chrome > [Partials](/templates/partials)
--- date: 2014-05-29T22:53:22Z description: "Now 3–4 times faster, Hugo 0.11 brings live reload, theme engine, menu system, XML sitemap, and more!" title: "Hugo 0.11" categories: ["Releases"] --- - Considerably faster... about 3 - 4x faster on average - [Live Reload](/getting-started/usage/#livereload). Hugo will automatically reload the browser when the build is complete - Theme engine w/[Theme Repository](http://github.com/spf13/hugoThemes) - [Menu system](/content-management/menus/) with support for active page - [Builders](/extras/builders) to quickly create a new site, content or theme - [XML sitemap](/templates/sitemap) generation - [Integrated Disqus](/extras/comments) support - Streamlined [template organization](/templates/overview) - Brand new docs site - Support for publishDate which allows for posts to be dated in the future - More [sort](/functions/sort/#readout) options - Logging support - Much better error handling - More informative verbose output - Renamed Indexes > [Taxonomies](/taxonomies/overview) - Renamed Chrome > [Partials](/templates/partials)
-1
gohugoio/hugo
8,215
markup/goldmark: Add attributes support for blocks (tables etc.)
Fixes #7548
bep
"2021-02-08T09:42:41Z"
"2021-02-08T18:52:56Z"
1b2472825664763c0b88807b0d193e73553423ec
2681633db8d340d2dc59cf801419874d572fc704
markup/goldmark: Add attributes support for blocks (tables etc.). Fixes #7548
./docs/content/en/hosting-and-deployment/hosting-on-firebase.md
--- title: Host on Firebase linktitle: Host on Firebase description: You can use Firebase's free tier to host your static website; this also gives you access to Firebase's NOSQL API. date: 2017-03-12 publishdate: 2017-03-12 lastmod: 2017-03-15 categories: [hosting and deployment] keywords: [hosting,firebase] authors: [Michel Racic] menu: docs: parent: "hosting-and-deployment" weight: 20 weight: 20 sections_weight: 20 draft: false toc: true aliases: [] --- ## Assumptions 1. You have an account with [Firebase][signup]. (If you don't, you can sign up for free using your Google account.) 2. You have completed the [Quick Start][] or have a completed Hugo website ready for deployment. ## Initial setup Go to the [Firebase console][console] and create a new project (unless you already have a project). You will need to globally install `firebase-tools` (node.js): ``` npm install -g firebase-tools ``` Log in to Firebase (setup on your local machine) using `firebase login`, which opens a browser where you can select your account. Use `firebase logout` in case you are already logged in but to the wrong account. ``` firebase login ``` In the root of your Hugo project, initialize the Firebase project with the `firebase init` command: ``` firebase init ``` From here: 1. Choose Hosting in the feature question 2. Choose the project you just set up 3. Accept the default for your database rules file 4. Accept the default for the publish directory, which is `public` 5. Choose "No" in the question if you are deploying a single-page app ## Deploy To deploy your Hugo site, execute the `firebase deploy` command, and your site will be up in no time: ``` hugo && firebase deploy ``` ## CI Setup You can generate a deploy token using ``` firebase login:ci ``` You can also set up your CI (e.g., with [Wercker][]) and add the token to a private variable like `$FIREBASE_DEPLOY_TOKEN`. {{% note %}} This is a private secret and it should not appear in a public repository. Make sure you understand your chosen CI and that it's not visible to others. {{% /note %}} You can then add a step in your build to do the deployment using the token: ``` firebase deploy --token $FIREBASE_DEPLOY_TOKEN ``` ## Reference links * [Firebase CLI Reference](https://firebase.google.com/docs/cli/#administrative_commands) [console]: https://console.firebase.google.com [Quick Start]: /getting-started/quick-start/ [signup]: https://console.firebase.google.com/ [Wercker]: /hosting-and-deployment/deployment-with-wercker/
--- title: Host on Firebase linktitle: Host on Firebase description: You can use Firebase's free tier to host your static website; this also gives you access to Firebase's NOSQL API. date: 2017-03-12 publishdate: 2017-03-12 lastmod: 2017-03-15 categories: [hosting and deployment] keywords: [hosting,firebase] authors: [Michel Racic] menu: docs: parent: "hosting-and-deployment" weight: 20 weight: 20 sections_weight: 20 draft: false toc: true aliases: [] --- ## Assumptions 1. You have an account with [Firebase][signup]. (If you don't, you can sign up for free using your Google account.) 2. You have completed the [Quick Start][] or have a completed Hugo website ready for deployment. ## Initial setup Go to the [Firebase console][console] and create a new project (unless you already have a project). You will need to globally install `firebase-tools` (node.js): ``` npm install -g firebase-tools ``` Log in to Firebase (setup on your local machine) using `firebase login`, which opens a browser where you can select your account. Use `firebase logout` in case you are already logged in but to the wrong account. ``` firebase login ``` In the root of your Hugo project, initialize the Firebase project with the `firebase init` command: ``` firebase init ``` From here: 1. Choose Hosting in the feature question 2. Choose the project you just set up 3. Accept the default for your database rules file 4. Accept the default for the publish directory, which is `public` 5. Choose "No" in the question if you are deploying a single-page app ## Deploy To deploy your Hugo site, execute the `firebase deploy` command, and your site will be up in no time: ``` hugo && firebase deploy ``` ## CI Setup You can generate a deploy token using ``` firebase login:ci ``` You can also set up your CI (e.g., with [Wercker][]) and add the token to a private variable like `$FIREBASE_DEPLOY_TOKEN`. {{% note %}} This is a private secret and it should not appear in a public repository. Make sure you understand your chosen CI and that it's not visible to others. {{% /note %}} You can then add a step in your build to do the deployment using the token: ``` firebase deploy --token $FIREBASE_DEPLOY_TOKEN ``` ## Reference links * [Firebase CLI Reference](https://firebase.google.com/docs/cli/#administrative_commands) [console]: https://console.firebase.google.com [Quick Start]: /getting-started/quick-start/ [signup]: https://console.firebase.google.com/ [Wercker]: /hosting-and-deployment/deployment-with-wercker/
-1
gohugoio/hugo
8,215
markup/goldmark: Add attributes support for blocks (tables etc.)
Fixes #7548
bep
"2021-02-08T09:42:41Z"
"2021-02-08T18:52:56Z"
1b2472825664763c0b88807b0d193e73553423ec
2681633db8d340d2dc59cf801419874d572fc704
markup/goldmark: Add attributes support for blocks (tables etc.). Fixes #7548
./common/hugio/copy.go
// Copyright 2019 The Hugo Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. package hugio import ( "io" "io/ioutil" "os" "path/filepath" "github.com/pkg/errors" "github.com/spf13/afero" ) // CopyFile copies a file. func CopyFile(fs afero.Fs, from, to string) error { sf, err := fs.Open(from) if err != nil { return err } defer sf.Close() df, err := fs.Create(to) if err != nil { return err } defer df.Close() _, err = io.Copy(df, sf) if err != nil { return err } si, err := fs.Stat(from) if err != nil { err = fs.Chmod(to, si.Mode()) if err != nil { return err } } return nil } // CopyDir copies a directory. func CopyDir(fs afero.Fs, from, to string, shouldCopy func(filename string) bool) error { fi, err := os.Stat(from) if err != nil { return err } if !fi.IsDir() { return errors.Errorf("%q is not a directory", from) } err = fs.MkdirAll(to, 0777) // before umask if err != nil { return err } entries, _ := ioutil.ReadDir(from) for _, entry := range entries { fromFilename := filepath.Join(from, entry.Name()) toFilename := filepath.Join(to, entry.Name()) if entry.IsDir() { if shouldCopy != nil && !shouldCopy(fromFilename) { continue } if err := CopyDir(fs, fromFilename, toFilename, shouldCopy); err != nil { return err } } else { if err := CopyFile(fs, fromFilename, toFilename); err != nil { return err } } } return nil }
// Copyright 2019 The Hugo Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. package hugio import ( "io" "io/ioutil" "os" "path/filepath" "github.com/pkg/errors" "github.com/spf13/afero" ) // CopyFile copies a file. func CopyFile(fs afero.Fs, from, to string) error { sf, err := fs.Open(from) if err != nil { return err } defer sf.Close() df, err := fs.Create(to) if err != nil { return err } defer df.Close() _, err = io.Copy(df, sf) if err != nil { return err } si, err := fs.Stat(from) if err != nil { err = fs.Chmod(to, si.Mode()) if err != nil { return err } } return nil } // CopyDir copies a directory. func CopyDir(fs afero.Fs, from, to string, shouldCopy func(filename string) bool) error { fi, err := os.Stat(from) if err != nil { return err } if !fi.IsDir() { return errors.Errorf("%q is not a directory", from) } err = fs.MkdirAll(to, 0777) // before umask if err != nil { return err } entries, _ := ioutil.ReadDir(from) for _, entry := range entries { fromFilename := filepath.Join(from, entry.Name()) toFilename := filepath.Join(to, entry.Name()) if entry.IsDir() { if shouldCopy != nil && !shouldCopy(fromFilename) { continue } if err := CopyDir(fs, fromFilename, toFilename, shouldCopy); err != nil { return err } } else { if err := CopyFile(fs, fromFilename, toFilename); err != nil { return err } } } return nil }
-1
gohugoio/hugo
8,215
markup/goldmark: Add attributes support for blocks (tables etc.)
Fixes #7548
bep
"2021-02-08T09:42:41Z"
"2021-02-08T18:52:56Z"
1b2472825664763c0b88807b0d193e73553423ec
2681633db8d340d2dc59cf801419874d572fc704
markup/goldmark: Add attributes support for blocks (tables etc.). Fixes #7548
./tpl/transform/init_test.go
// Copyright 2017 The Hugo Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. package transform import ( "testing" qt "github.com/frankban/quicktest" "github.com/gohugoio/hugo/deps" "github.com/gohugoio/hugo/htesting/hqt" "github.com/gohugoio/hugo/tpl/internal" ) func TestInit(t *testing.T) { c := qt.New(t) var found bool var ns *internal.TemplateFuncsNamespace for _, nsf := range internal.TemplateFuncsNamespaceRegistry { ns = nsf(&deps.Deps{}) if ns.Name == name { found = true break } } c.Assert(found, qt.Equals, true) c.Assert(ns.Context(), hqt.IsSameType, &Namespace{}) }
// Copyright 2017 The Hugo Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. package transform import ( "testing" qt "github.com/frankban/quicktest" "github.com/gohugoio/hugo/deps" "github.com/gohugoio/hugo/htesting/hqt" "github.com/gohugoio/hugo/tpl/internal" ) func TestInit(t *testing.T) { c := qt.New(t) var found bool var ns *internal.TemplateFuncsNamespace for _, nsf := range internal.TemplateFuncsNamespaceRegistry { ns = nsf(&deps.Deps{}) if ns.Name == name { found = true break } } c.Assert(found, qt.Equals, true) c.Assert(ns.Context(), hqt.IsSameType, &Namespace{}) }
-1
gohugoio/hugo
8,215
markup/goldmark: Add attributes support for blocks (tables etc.)
Fixes #7548
bep
"2021-02-08T09:42:41Z"
"2021-02-08T18:52:56Z"
1b2472825664763c0b88807b0d193e73553423ec
2681633db8d340d2dc59cf801419874d572fc704
markup/goldmark: Add attributes support for blocks (tables etc.). Fixes #7548
./tpl/internal/go_templates/htmltemplate/attr_string.go
// Code generated by "stringer -type attr"; DO NOT EDIT. package template import "strconv" const _attr_name = "attrNoneattrScriptattrScriptTypeattrStyleattrURLattrSrcset" var _attr_index = [...]uint8{0, 8, 18, 32, 41, 48, 58} func (i attr) String() string { if i >= attr(len(_attr_index)-1) { return "attr(" + strconv.FormatInt(int64(i), 10) + ")" } return _attr_name[_attr_index[i]:_attr_index[i+1]] }
// Code generated by "stringer -type attr"; DO NOT EDIT. package template import "strconv" const _attr_name = "attrNoneattrScriptattrScriptTypeattrStyleattrURLattrSrcset" var _attr_index = [...]uint8{0, 8, 18, 32, 41, 48, 58} func (i attr) String() string { if i >= attr(len(_attr_index)-1) { return "attr(" + strconv.FormatInt(int64(i), 10) + ")" } return _attr_name[_attr_index[i]:_attr_index[i+1]] }
-1
gohugoio/hugo
8,215
markup/goldmark: Add attributes support for blocks (tables etc.)
Fixes #7548
bep
"2021-02-08T09:42:41Z"
"2021-02-08T18:52:56Z"
1b2472825664763c0b88807b0d193e73553423ec
2681633db8d340d2dc59cf801419874d572fc704
markup/goldmark: Add attributes support for blocks (tables etc.). Fixes #7548
./deploy/deploy_test.go
// Copyright 2019 The Hugo Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. // +build !nodeploy package deploy import ( "bytes" "compress/gzip" "context" "crypto/md5" "fmt" "io" "io/ioutil" "os" "path" "path/filepath" "regexp" "sort" "testing" "github.com/gohugoio/hugo/media" "github.com/google/go-cmp/cmp" "github.com/google/go-cmp/cmp/cmpopts" "github.com/spf13/afero" "gocloud.dev/blob" "gocloud.dev/blob/fileblob" "gocloud.dev/blob/memblob" ) func TestFindDiffs(t *testing.T) { hash1 := []byte("hash 1") hash2 := []byte("hash 2") makeLocal := func(path string, size int64, hash []byte) *localFile { return &localFile{NativePath: path, SlashPath: filepath.ToSlash(path), UploadSize: size, md5: hash} } makeRemote := func(path string, size int64, hash []byte) *blob.ListObject { return &blob.ListObject{Key: path, Size: size, MD5: hash} } tests := []struct { Description string Local []*localFile Remote []*blob.ListObject Force bool WantUpdates []*fileToUpload WantDeletes []string }{ { Description: "empty -> no diffs", }, { Description: "local == remote -> no diffs", Local: []*localFile{ makeLocal("aaa", 1, hash1), makeLocal("bbb", 2, hash1), makeLocal("ccc", 3, hash2), }, Remote: []*blob.ListObject{ makeRemote("aaa", 1, hash1), makeRemote("bbb", 2, hash1), makeRemote("ccc", 3, hash2), }, }, { Description: "local w/ separators == remote -> no diffs", Local: []*localFile{ makeLocal(filepath.Join("aaa", "aaa"), 1, hash1), makeLocal(filepath.Join("bbb", "bbb"), 2, hash1), makeLocal(filepath.Join("ccc", "ccc"), 3, hash2), }, Remote: []*blob.ListObject{ makeRemote("aaa/aaa", 1, hash1), makeRemote("bbb/bbb", 2, hash1), makeRemote("ccc/ccc", 3, hash2), }, }, { Description: "local == remote with force flag true -> diffs", Local: []*localFile{ makeLocal("aaa", 1, hash1), makeLocal("bbb", 2, hash1), makeLocal("ccc", 3, hash2), }, Remote: []*blob.ListObject{ makeRemote("aaa", 1, hash1), makeRemote("bbb", 2, hash1), makeRemote("ccc", 3, hash2), }, Force: true, WantUpdates: []*fileToUpload{ {makeLocal("aaa", 1, nil), reasonForce}, {makeLocal("bbb", 2, nil), reasonForce}, {makeLocal("ccc", 3, nil), reasonForce}, }, }, { Description: "local == remote with route.Force true -> diffs", Local: []*localFile{ {NativePath: "aaa", SlashPath: "aaa", UploadSize: 1, matcher: &matcher{Force: true}, md5: hash1}, makeLocal("bbb", 2, hash1), }, Remote: []*blob.ListObject{ makeRemote("aaa", 1, hash1), makeRemote("bbb", 2, hash1), }, WantUpdates: []*fileToUpload{ {makeLocal("aaa", 1, nil), reasonForce}, }, }, { Description: "extra local file -> upload", Local: []*localFile{ makeLocal("aaa", 1, hash1), makeLocal("bbb", 2, hash2), }, Remote: []*blob.ListObject{ makeRemote("aaa", 1, hash1), }, WantUpdates: []*fileToUpload{ {makeLocal("bbb", 2, nil), reasonNotFound}, }, }, { Description: "extra remote file -> delete", Local: []*localFile{ makeLocal("aaa", 1, hash1), }, Remote: []*blob.ListObject{ makeRemote("aaa", 1, hash1), makeRemote("bbb", 2, hash2), }, WantDeletes: []string{"bbb"}, }, { Description: "diffs in size or md5 -> upload", Local: []*localFile{ makeLocal("aaa", 1, hash1), makeLocal("bbb", 2, hash1), makeLocal("ccc", 1, hash2), }, Remote: []*blob.ListObject{ makeRemote("aaa", 1, nil), makeRemote("bbb", 1, hash1), makeRemote("ccc", 1, hash1), }, WantUpdates: []*fileToUpload{ {makeLocal("aaa", 1, nil), reasonMD5Missing}, {makeLocal("bbb", 2, nil), reasonSize}, {makeLocal("ccc", 1, nil), reasonMD5Differs}, }, }, { Description: "mix of updates and deletes", Local: []*localFile{ makeLocal("same", 1, hash1), makeLocal("updated", 2, hash1), makeLocal("updated2", 1, hash2), makeLocal("new", 1, hash1), makeLocal("new2", 2, hash2), }, Remote: []*blob.ListObject{ makeRemote("same", 1, hash1), makeRemote("updated", 1, hash1), makeRemote("updated2", 1, hash1), makeRemote("stale", 1, hash1), makeRemote("stale2", 1, hash1), }, WantUpdates: []*fileToUpload{ {makeLocal("new", 1, nil), reasonNotFound}, {makeLocal("new2", 2, nil), reasonNotFound}, {makeLocal("updated", 2, nil), reasonSize}, {makeLocal("updated2", 1, nil), reasonMD5Differs}, }, WantDeletes: []string{"stale", "stale2"}, }, } for _, tc := range tests { t.Run(tc.Description, func(t *testing.T) { local := map[string]*localFile{} for _, l := range tc.Local { local[l.SlashPath] = l } remote := map[string]*blob.ListObject{} for _, r := range tc.Remote { remote[r.Key] = r } gotUpdates, gotDeletes := findDiffs(local, remote, tc.Force) gotUpdates = applyOrdering(nil, gotUpdates)[0] sort.Slice(gotDeletes, func(i, j int) bool { return gotDeletes[i] < gotDeletes[j] }) if diff := cmp.Diff(gotUpdates, tc.WantUpdates, cmpopts.IgnoreUnexported(localFile{})); diff != "" { t.Errorf("updates differ:\n%s", diff) } if diff := cmp.Diff(gotDeletes, tc.WantDeletes); diff != "" { t.Errorf("deletes differ:\n%s", diff) } }) } } func TestWalkLocal(t *testing.T) { tests := map[string]struct { Given []string Expect []string }{ "Empty": { Given: []string{}, Expect: []string{}, }, "Normal": { Given: []string{"file.txt", "normal_dir/file.txt"}, Expect: []string{"file.txt", "normal_dir/file.txt"}, }, "Hidden": { Given: []string{"file.txt", ".hidden_dir/file.txt", "normal_dir/file.txt"}, Expect: []string{"file.txt", "normal_dir/file.txt"}, }, "Well Known": { Given: []string{"file.txt", ".hidden_dir/file.txt", ".well-known/file.txt"}, Expect: []string{"file.txt", ".well-known/file.txt"}, }, } for desc, tc := range tests { t.Run(desc, func(t *testing.T) { fs := afero.NewMemMapFs() for _, name := range tc.Given { dir, _ := path.Split(name) if dir != "" { if err := fs.MkdirAll(dir, 0755); err != nil { t.Fatal(err) } } if fd, err := fs.Create(name); err != nil { t.Fatal(err) } else { fd.Close() } } if got, err := walkLocal(fs, nil, nil, nil, media.DefaultTypes); err != nil { t.Fatal(err) } else { expect := map[string]interface{}{} for _, path := range tc.Expect { if _, ok := got[path]; !ok { t.Errorf("expected %q in results, but was not found", path) } expect[path] = nil } for path := range got { if _, ok := expect[path]; !ok { t.Errorf("got %q in results unexpectedly", path) } } } }) } } func TestLocalFile(t *testing.T) { const ( content = "hello world!" ) contentBytes := []byte(content) contentLen := int64(len(contentBytes)) contentMD5 := md5.Sum(contentBytes) var buf bytes.Buffer gz := gzip.NewWriter(&buf) if _, err := gz.Write(contentBytes); err != nil { t.Fatal(err) } gz.Close() gzBytes := buf.Bytes() gzLen := int64(len(gzBytes)) gzMD5 := md5.Sum(gzBytes) tests := []struct { Description string Path string Matcher *matcher MediaTypesConfig []map[string]interface{} WantContent []byte WantSize int64 WantMD5 []byte WantContentType string // empty string is always OK, since content type detection is OS-specific WantCacheControl string WantContentEncoding string }{ { Description: "file with no suffix", Path: "foo", WantContent: contentBytes, WantSize: contentLen, WantMD5: contentMD5[:], }, { Description: "file with .txt suffix", Path: "foo.txt", WantContent: contentBytes, WantSize: contentLen, WantMD5: contentMD5[:], }, { Description: "CacheControl from matcher", Path: "foo.txt", Matcher: &matcher{CacheControl: "max-age=630720000"}, WantContent: contentBytes, WantSize: contentLen, WantMD5: contentMD5[:], WantCacheControl: "max-age=630720000", }, { Description: "ContentEncoding from matcher", Path: "foo.txt", Matcher: &matcher{ContentEncoding: "foobar"}, WantContent: contentBytes, WantSize: contentLen, WantMD5: contentMD5[:], WantContentEncoding: "foobar", }, { Description: "ContentType from matcher", Path: "foo.txt", Matcher: &matcher{ContentType: "foo/bar"}, WantContent: contentBytes, WantSize: contentLen, WantMD5: contentMD5[:], WantContentType: "foo/bar", }, { Description: "gzipped content", Path: "foo.txt", Matcher: &matcher{Gzip: true}, WantContent: gzBytes, WantSize: gzLen, WantMD5: gzMD5[:], WantContentEncoding: "gzip", }, { Description: "Custom MediaType", Path: "foo.hugo", MediaTypesConfig: []map[string]interface{}{ { "hugo/custom": map[string]interface{}{ "suffixes": []string{"hugo"}, }, }, }, WantContent: contentBytes, WantSize: contentLen, WantMD5: contentMD5[:], WantContentType: "hugo/custom", }, } for _, tc := range tests { t.Run(tc.Description, func(t *testing.T) { fs := new(afero.MemMapFs) if err := afero.WriteFile(fs, tc.Path, []byte(content), os.ModePerm); err != nil { t.Fatal(err) } mediaTypes := media.DefaultTypes if len(tc.MediaTypesConfig) > 0 { mt, err := media.DecodeTypes(tc.MediaTypesConfig...) if err != nil { t.Fatal(err) } mediaTypes = mt } lf, err := newLocalFile(fs, tc.Path, filepath.ToSlash(tc.Path), tc.Matcher, mediaTypes) if err != nil { t.Fatal(err) } if got := lf.UploadSize; got != tc.WantSize { t.Errorf("got size %d want %d", got, tc.WantSize) } if got := lf.MD5(); !bytes.Equal(got, tc.WantMD5) { t.Errorf("got MD5 %x want %x", got, tc.WantMD5) } if got := lf.CacheControl(); got != tc.WantCacheControl { t.Errorf("got CacheControl %q want %q", got, tc.WantCacheControl) } if got := lf.ContentEncoding(); got != tc.WantContentEncoding { t.Errorf("got ContentEncoding %q want %q", got, tc.WantContentEncoding) } if tc.WantContentType != "" { if got := lf.ContentType(); got != tc.WantContentType { t.Errorf("got ContentType %q want %q", got, tc.WantContentType) } } // Verify the reader last to ensure the previous operations don't // interfere with it. r, err := lf.Reader() if err != nil { t.Fatal(err) } gotContent, err := ioutil.ReadAll(r) if err != nil { t.Fatal(err) } if !bytes.Equal(gotContent, tc.WantContent) { t.Errorf("got content %q want %q", string(gotContent), string(tc.WantContent)) } r.Close() // Verify we can read again. r, err = lf.Reader() if err != nil { t.Fatal(err) } gotContent, err = ioutil.ReadAll(r) if err != nil { t.Fatal(err) } r.Close() if !bytes.Equal(gotContent, tc.WantContent) { t.Errorf("got content %q want %q", string(gotContent), string(tc.WantContent)) } }) } } func TestOrdering(t *testing.T) { tests := []struct { Description string Uploads []string Ordering []*regexp.Regexp Want [][]string }{ { Description: "empty", Want: [][]string{nil}, }, { Description: "no ordering", Uploads: []string{"c", "b", "a", "d"}, Want: [][]string{{"a", "b", "c", "d"}}, }, { Description: "one ordering", Uploads: []string{"db", "c", "b", "a", "da"}, Ordering: []*regexp.Regexp{regexp.MustCompile("^d")}, Want: [][]string{{"da", "db"}, {"a", "b", "c"}}, }, { Description: "two orderings", Uploads: []string{"db", "c", "b", "a", "da"}, Ordering: []*regexp.Regexp{ regexp.MustCompile("^d"), regexp.MustCompile("^b"), }, Want: [][]string{{"da", "db"}, {"b"}, {"a", "c"}}, }, } for _, tc := range tests { t.Run(tc.Description, func(t *testing.T) { uploads := make([]*fileToUpload, len(tc.Uploads)) for i, u := range tc.Uploads { uploads[i] = &fileToUpload{Local: &localFile{SlashPath: u}} } gotUploads := applyOrdering(tc.Ordering, uploads) var got [][]string for _, subslice := range gotUploads { var gotsubslice []string for _, u := range subslice { gotsubslice = append(gotsubslice, u.Local.SlashPath) } got = append(got, gotsubslice) } if diff := cmp.Diff(got, tc.Want); diff != "" { t.Error(diff) } }) } } type fileData struct { Name string // name of the file Contents string // contents of the file } // initLocalFs initializes fs with some test files. func initLocalFs(ctx context.Context, fs afero.Fs) ([]*fileData, error) { // The initial local filesystem. local := []*fileData{ {"aaa", "aaa"}, {"bbb", "bbb"}, {"subdir/aaa", "subdir-aaa"}, {"subdir/nested/aaa", "subdir-nested-aaa"}, {"subdir2/bbb", "subdir2-bbb"}, } if err := writeFiles(fs, local); err != nil { return nil, err } return local, nil } // fsTest represents an (afero.FS, Go CDK blob.Bucket) against which end-to-end // tests can be run. type fsTest struct { name string fs afero.Fs bucket *blob.Bucket } // initFsTests initializes a pair of tests for end-to-end test: // 1. An in-memory afero.Fs paired with an in-memory Go CDK bucket. // 2. A filesystem-based afero.Fs paired with an filesystem-based Go CDK bucket. // It returns the pair of tests and a cleanup function. func initFsTests() ([]*fsTest, func(), error) { tmpfsdir, err := ioutil.TempDir("", "fs") if err != nil { return nil, nil, err } tmpbucketdir, err := ioutil.TempDir("", "bucket") if err != nil { return nil, nil, err } memfs := afero.NewMemMapFs() membucket := memblob.OpenBucket(nil) filefs := afero.NewBasePathFs(afero.NewOsFs(), tmpfsdir) filebucket, err := fileblob.OpenBucket(tmpbucketdir, nil) if err != nil { return nil, nil, err } tests := []*fsTest{ {"mem", memfs, membucket}, {"file", filefs, filebucket}, } cleanup := func() { membucket.Close() filebucket.Close() os.RemoveAll(tmpfsdir) os.RemoveAll(tmpbucketdir) } return tests, cleanup, nil } // TestEndToEndSync verifies that basic adds, updates, and deletes are working // correctly. func TestEndToEndSync(t *testing.T) { ctx := context.Background() tests, cleanup, err := initFsTests() if err != nil { t.Fatal(err) } defer cleanup() for _, test := range tests { t.Run(test.name, func(t *testing.T) { local, err := initLocalFs(ctx, test.fs) if err != nil { t.Fatal(err) } deployer := &Deployer{ localFs: test.fs, maxDeletes: -1, bucket: test.bucket, mediaTypes: media.DefaultTypes, } // Initial deployment should sync remote with local. if err := deployer.Deploy(ctx); err != nil { t.Errorf("initial deploy: failed: %v", err) } wantSummary := deploySummary{NumLocal: 5, NumRemote: 0, NumUploads: 5, NumDeletes: 0} if !cmp.Equal(deployer.summary, wantSummary) { t.Errorf("initial deploy: got %v, want %v", deployer.summary, wantSummary) } if diff, err := verifyRemote(ctx, deployer.bucket, local); err != nil { t.Errorf("initial deploy: failed to verify remote: %v", err) } else if diff != "" { t.Errorf("initial deploy: remote snapshot doesn't match expected:\n%v", diff) } // A repeat deployment shouldn't change anything. if err := deployer.Deploy(ctx); err != nil { t.Errorf("no-op deploy: %v", err) } wantSummary = deploySummary{NumLocal: 5, NumRemote: 5, NumUploads: 0, NumDeletes: 0} if !cmp.Equal(deployer.summary, wantSummary) { t.Errorf("no-op deploy: got %v, want %v", deployer.summary, wantSummary) } // Make some changes to the local filesystem: // 1. Modify file [0]. // 2. Delete file [1]. // 3. Add a new file (sorted last). updatefd := local[0] updatefd.Contents = "new contents" deletefd := local[1] local = append(local[:1], local[2:]...) // removing deleted [1] newfd := &fileData{"zzz", "zzz"} local = append(local, newfd) if err := writeFiles(test.fs, []*fileData{updatefd, newfd}); err != nil { t.Fatal(err) } if err := test.fs.Remove(deletefd.Name); err != nil { t.Fatal(err) } // A deployment should apply those 3 changes. if err := deployer.Deploy(ctx); err != nil { t.Errorf("deploy after changes: failed: %v", err) } wantSummary = deploySummary{NumLocal: 5, NumRemote: 5, NumUploads: 2, NumDeletes: 1} if !cmp.Equal(deployer.summary, wantSummary) { t.Errorf("deploy after changes: got %v, want %v", deployer.summary, wantSummary) } if diff, err := verifyRemote(ctx, deployer.bucket, local); err != nil { t.Errorf("deploy after changes: failed to verify remote: %v", err) } else if diff != "" { t.Errorf("deploy after changes: remote snapshot doesn't match expected:\n%v", diff) } // Again, a repeat deployment shouldn't change anything. if err := deployer.Deploy(ctx); err != nil { t.Errorf("no-op deploy: %v", err) } wantSummary = deploySummary{NumLocal: 5, NumRemote: 5, NumUploads: 0, NumDeletes: 0} if !cmp.Equal(deployer.summary, wantSummary) { t.Errorf("no-op deploy: got %v, want %v", deployer.summary, wantSummary) } }) } } // TestMaxDeletes verifies that the "maxDeletes" flag is working correctly. func TestMaxDeletes(t *testing.T) { ctx := context.Background() tests, cleanup, err := initFsTests() if err != nil { t.Fatal(err) } defer cleanup() for _, test := range tests { t.Run(test.name, func(t *testing.T) { local, err := initLocalFs(ctx, test.fs) if err != nil { t.Fatal(err) } deployer := &Deployer{ localFs: test.fs, maxDeletes: -1, bucket: test.bucket, mediaTypes: media.DefaultTypes, } // Sync remote with local. if err := deployer.Deploy(ctx); err != nil { t.Errorf("initial deploy: failed: %v", err) } wantSummary := deploySummary{NumLocal: 5, NumRemote: 0, NumUploads: 5, NumDeletes: 0} if !cmp.Equal(deployer.summary, wantSummary) { t.Errorf("initial deploy: got %v, want %v", deployer.summary, wantSummary) } // Delete two files, [1] and [2]. if err := test.fs.Remove(local[1].Name); err != nil { t.Fatal(err) } if err := test.fs.Remove(local[2].Name); err != nil { t.Fatal(err) } // A deployment with maxDeletes=0 shouldn't change anything. deployer.maxDeletes = 0 if err := deployer.Deploy(ctx); err != nil { t.Errorf("deploy failed: %v", err) } wantSummary = deploySummary{NumLocal: 3, NumRemote: 5, NumUploads: 0, NumDeletes: 0} if !cmp.Equal(deployer.summary, wantSummary) { t.Errorf("deploy: got %v, want %v", deployer.summary, wantSummary) } // A deployment with maxDeletes=1 shouldn't change anything either. deployer.maxDeletes = 1 if err := deployer.Deploy(ctx); err != nil { t.Errorf("deploy failed: %v", err) } wantSummary = deploySummary{NumLocal: 3, NumRemote: 5, NumUploads: 0, NumDeletes: 0} if !cmp.Equal(deployer.summary, wantSummary) { t.Errorf("deploy: got %v, want %v", deployer.summary, wantSummary) } // A deployment with maxDeletes=2 should make the changes. deployer.maxDeletes = 2 if err := deployer.Deploy(ctx); err != nil { t.Errorf("deploy failed: %v", err) } wantSummary = deploySummary{NumLocal: 3, NumRemote: 5, NumUploads: 0, NumDeletes: 2} if !cmp.Equal(deployer.summary, wantSummary) { t.Errorf("deploy: got %v, want %v", deployer.summary, wantSummary) } // Delete two more files, [0] and [3]. if err := test.fs.Remove(local[0].Name); err != nil { t.Fatal(err) } if err := test.fs.Remove(local[3].Name); err != nil { t.Fatal(err) } // A deployment with maxDeletes=-1 should make the changes. deployer.maxDeletes = -1 if err := deployer.Deploy(ctx); err != nil { t.Errorf("deploy failed: %v", err) } wantSummary = deploySummary{NumLocal: 1, NumRemote: 3, NumUploads: 0, NumDeletes: 2} if !cmp.Equal(deployer.summary, wantSummary) { t.Errorf("deploy: got %v, want %v", deployer.summary, wantSummary) } }) } } // TestIncludeExclude verifies that the include/exclude options for targets work. func TestIncludeExclude(t *testing.T) { ctx := context.Background() tests := []struct { Include string Exclude string Want deploySummary }{ { Want: deploySummary{NumLocal: 5, NumUploads: 5}, }, { Include: "**aaa", Want: deploySummary{NumLocal: 3, NumUploads: 3}, }, { Include: "**bbb", Want: deploySummary{NumLocal: 2, NumUploads: 2}, }, { Include: "aaa", Want: deploySummary{NumLocal: 1, NumUploads: 1}, }, { Exclude: "**aaa", Want: deploySummary{NumLocal: 2, NumUploads: 2}, }, { Exclude: "**bbb", Want: deploySummary{NumLocal: 3, NumUploads: 3}, }, { Exclude: "aaa", Want: deploySummary{NumLocal: 4, NumUploads: 4}, }, { Include: "**aaa", Exclude: "**nested**", Want: deploySummary{NumLocal: 2, NumUploads: 2}, }, } for _, test := range tests { t.Run(fmt.Sprintf("include %q exclude %q", test.Include, test.Exclude), func(t *testing.T) { fsTests, cleanup, err := initFsTests() if err != nil { t.Fatal(err) } defer cleanup() fsTest := fsTests[1] // just do file-based test _, err = initLocalFs(ctx, fsTest.fs) if err != nil { t.Fatal(err) } tgt := &target{ Include: test.Include, Exclude: test.Exclude, } if err := tgt.parseIncludeExclude(); err != nil { t.Error(err) } deployer := &Deployer{ localFs: fsTest.fs, maxDeletes: -1, bucket: fsTest.bucket, target: tgt, mediaTypes: media.DefaultTypes, } // Sync remote with local. if err := deployer.Deploy(ctx); err != nil { t.Errorf("deploy: failed: %v", err) } if !cmp.Equal(deployer.summary, test.Want) { t.Errorf("deploy: got %v, want %v", deployer.summary, test.Want) } }) } } // TestIncludeExcludeRemoteDelete verifies deleted local files that don't match include/exclude patterns // are not deleted on the remote. func TestIncludeExcludeRemoteDelete(t *testing.T) { ctx := context.Background() tests := []struct { Include string Exclude string Want deploySummary }{ { Want: deploySummary{NumLocal: 3, NumRemote: 5, NumUploads: 0, NumDeletes: 2}, }, { Include: "**aaa", Want: deploySummary{NumLocal: 2, NumRemote: 3, NumUploads: 0, NumDeletes: 1}, }, { Include: "subdir/**", Want: deploySummary{NumLocal: 1, NumRemote: 2, NumUploads: 0, NumDeletes: 1}, }, { Exclude: "**bbb", Want: deploySummary{NumLocal: 2, NumRemote: 3, NumUploads: 0, NumDeletes: 1}, }, { Exclude: "bbb", Want: deploySummary{NumLocal: 3, NumRemote: 4, NumUploads: 0, NumDeletes: 1}, }, } for _, test := range tests { t.Run(fmt.Sprintf("include %q exclude %q", test.Include, test.Exclude), func(t *testing.T) { fsTests, cleanup, err := initFsTests() if err != nil { t.Fatal(err) } defer cleanup() fsTest := fsTests[1] // just do file-based test local, err := initLocalFs(ctx, fsTest.fs) if err != nil { t.Fatal(err) } deployer := &Deployer{ localFs: fsTest.fs, maxDeletes: -1, bucket: fsTest.bucket, mediaTypes: media.DefaultTypes, } // Initial sync to get the files on the remote if err := deployer.Deploy(ctx); err != nil { t.Errorf("deploy: failed: %v", err) } // Delete two files, [1] and [2]. if err := fsTest.fs.Remove(local[1].Name); err != nil { t.Fatal(err) } if err := fsTest.fs.Remove(local[2].Name); err != nil { t.Fatal(err) } // Second sync tgt := &target{ Include: test.Include, Exclude: test.Exclude, } if err := tgt.parseIncludeExclude(); err != nil { t.Error(err) } deployer.target = tgt if err := deployer.Deploy(ctx); err != nil { t.Errorf("deploy: failed: %v", err) } if !cmp.Equal(deployer.summary, test.Want) { t.Errorf("deploy: got %v, want %v", deployer.summary, test.Want) } }) } } // TestCompression verifies that gzip compression works correctly. // In particular, MD5 hashes must be of the compressed content. func TestCompression(t *testing.T) { ctx := context.Background() tests, cleanup, err := initFsTests() if err != nil { t.Fatal(err) } defer cleanup() for _, test := range tests { t.Run(test.name, func(t *testing.T) { local, err := initLocalFs(ctx, test.fs) if err != nil { t.Fatal(err) } deployer := &Deployer{ localFs: test.fs, bucket: test.bucket, matchers: []*matcher{{Pattern: ".*", Gzip: true, re: regexp.MustCompile(".*")}}, mediaTypes: media.DefaultTypes, } // Initial deployment should sync remote with local. if err := deployer.Deploy(ctx); err != nil { t.Errorf("initial deploy: failed: %v", err) } wantSummary := deploySummary{NumLocal: 5, NumRemote: 0, NumUploads: 5, NumDeletes: 0} if !cmp.Equal(deployer.summary, wantSummary) { t.Errorf("initial deploy: got %v, want %v", deployer.summary, wantSummary) } // A repeat deployment shouldn't change anything. if err := deployer.Deploy(ctx); err != nil { t.Errorf("no-op deploy: %v", err) } wantSummary = deploySummary{NumLocal: 5, NumRemote: 5, NumUploads: 0, NumDeletes: 0} if !cmp.Equal(deployer.summary, wantSummary) { t.Errorf("no-op deploy: got %v, want %v", deployer.summary, wantSummary) } // Make an update to the local filesystem, on [1]. updatefd := local[1] updatefd.Contents = "new contents" if err := writeFiles(test.fs, []*fileData{updatefd}); err != nil { t.Fatal(err) } // A deployment should apply the changes. if err := deployer.Deploy(ctx); err != nil { t.Errorf("deploy after changes: failed: %v", err) } wantSummary = deploySummary{NumLocal: 5, NumRemote: 5, NumUploads: 1, NumDeletes: 0} if !cmp.Equal(deployer.summary, wantSummary) { t.Errorf("deploy after changes: got %v, want %v", deployer.summary, wantSummary) } }) } } // TestMatching verifies that matchers match correctly, and that the Force // attribute for matcher works. func TestMatching(t *testing.T) { ctx := context.Background() tests, cleanup, err := initFsTests() if err != nil { t.Fatal(err) } defer cleanup() for _, test := range tests { t.Run(test.name, func(t *testing.T) { _, err := initLocalFs(ctx, test.fs) if err != nil { t.Fatal(err) } deployer := &Deployer{ localFs: test.fs, bucket: test.bucket, matchers: []*matcher{{Pattern: "^subdir/aaa$", Force: true, re: regexp.MustCompile("^subdir/aaa$")}}, mediaTypes: media.DefaultTypes, } // Initial deployment to sync remote with local. if err := deployer.Deploy(ctx); err != nil { t.Errorf("initial deploy: failed: %v", err) } wantSummary := deploySummary{NumLocal: 5, NumRemote: 0, NumUploads: 5, NumDeletes: 0} if !cmp.Equal(deployer.summary, wantSummary) { t.Errorf("initial deploy: got %v, want %v", deployer.summary, wantSummary) } // A repeat deployment should upload a single file, the one that matched the Force matcher. // Note that matching happens based on the ToSlash form, so this matches // even on Windows. if err := deployer.Deploy(ctx); err != nil { t.Errorf("no-op deploy with single force matcher: %v", err) } wantSummary = deploySummary{NumLocal: 5, NumRemote: 5, NumUploads: 1, NumDeletes: 0} if !cmp.Equal(deployer.summary, wantSummary) { t.Errorf("no-op deploy with single force matcher: got %v, want %v", deployer.summary, wantSummary) } // Repeat with a matcher that should now match 3 files. deployer.matchers = []*matcher{{Pattern: "aaa", Force: true, re: regexp.MustCompile("aaa")}} if err := deployer.Deploy(ctx); err != nil { t.Errorf("no-op deploy with triple force matcher: %v", err) } wantSummary = deploySummary{NumLocal: 5, NumRemote: 5, NumUploads: 3, NumDeletes: 0} if !cmp.Equal(deployer.summary, wantSummary) { t.Errorf("no-op deploy with triple force matcher: got %v, want %v", deployer.summary, wantSummary) } }) } } // writeFiles writes the files in fds to fd. func writeFiles(fs afero.Fs, fds []*fileData) error { for _, fd := range fds { dir := path.Dir(fd.Name) if dir != "." { err := fs.MkdirAll(dir, os.ModePerm) if err != nil { return err } } f, err := fs.Create(fd.Name) if err != nil { return err } defer f.Close() _, err = f.WriteString(fd.Contents) if err != nil { return err } } return nil } // verifyRemote that the current contents of bucket matches local. // It returns an empty string if the contents matched, and a non-empty string // capturing the diff if they didn't. func verifyRemote(ctx context.Context, bucket *blob.Bucket, local []*fileData) (string, error) { var cur []*fileData iter := bucket.List(nil) for { obj, err := iter.Next(ctx) if err == io.EOF { break } if err != nil { return "", err } contents, err := bucket.ReadAll(ctx, obj.Key) if err != nil { return "", err } cur = append(cur, &fileData{obj.Key, string(contents)}) } if cmp.Equal(cur, local) { return "", nil } diff := "got: \n" for _, f := range cur { diff += fmt.Sprintf(" %s: %s\n", f.Name, f.Contents) } diff += "want: \n" for _, f := range local { diff += fmt.Sprintf(" %s: %s\n", f.Name, f.Contents) } return diff, nil }
// Copyright 2019 The Hugo Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. // +build !nodeploy package deploy import ( "bytes" "compress/gzip" "context" "crypto/md5" "fmt" "io" "io/ioutil" "os" "path" "path/filepath" "regexp" "sort" "testing" "github.com/gohugoio/hugo/media" "github.com/google/go-cmp/cmp" "github.com/google/go-cmp/cmp/cmpopts" "github.com/spf13/afero" "gocloud.dev/blob" "gocloud.dev/blob/fileblob" "gocloud.dev/blob/memblob" ) func TestFindDiffs(t *testing.T) { hash1 := []byte("hash 1") hash2 := []byte("hash 2") makeLocal := func(path string, size int64, hash []byte) *localFile { return &localFile{NativePath: path, SlashPath: filepath.ToSlash(path), UploadSize: size, md5: hash} } makeRemote := func(path string, size int64, hash []byte) *blob.ListObject { return &blob.ListObject{Key: path, Size: size, MD5: hash} } tests := []struct { Description string Local []*localFile Remote []*blob.ListObject Force bool WantUpdates []*fileToUpload WantDeletes []string }{ { Description: "empty -> no diffs", }, { Description: "local == remote -> no diffs", Local: []*localFile{ makeLocal("aaa", 1, hash1), makeLocal("bbb", 2, hash1), makeLocal("ccc", 3, hash2), }, Remote: []*blob.ListObject{ makeRemote("aaa", 1, hash1), makeRemote("bbb", 2, hash1), makeRemote("ccc", 3, hash2), }, }, { Description: "local w/ separators == remote -> no diffs", Local: []*localFile{ makeLocal(filepath.Join("aaa", "aaa"), 1, hash1), makeLocal(filepath.Join("bbb", "bbb"), 2, hash1), makeLocal(filepath.Join("ccc", "ccc"), 3, hash2), }, Remote: []*blob.ListObject{ makeRemote("aaa/aaa", 1, hash1), makeRemote("bbb/bbb", 2, hash1), makeRemote("ccc/ccc", 3, hash2), }, }, { Description: "local == remote with force flag true -> diffs", Local: []*localFile{ makeLocal("aaa", 1, hash1), makeLocal("bbb", 2, hash1), makeLocal("ccc", 3, hash2), }, Remote: []*blob.ListObject{ makeRemote("aaa", 1, hash1), makeRemote("bbb", 2, hash1), makeRemote("ccc", 3, hash2), }, Force: true, WantUpdates: []*fileToUpload{ {makeLocal("aaa", 1, nil), reasonForce}, {makeLocal("bbb", 2, nil), reasonForce}, {makeLocal("ccc", 3, nil), reasonForce}, }, }, { Description: "local == remote with route.Force true -> diffs", Local: []*localFile{ {NativePath: "aaa", SlashPath: "aaa", UploadSize: 1, matcher: &matcher{Force: true}, md5: hash1}, makeLocal("bbb", 2, hash1), }, Remote: []*blob.ListObject{ makeRemote("aaa", 1, hash1), makeRemote("bbb", 2, hash1), }, WantUpdates: []*fileToUpload{ {makeLocal("aaa", 1, nil), reasonForce}, }, }, { Description: "extra local file -> upload", Local: []*localFile{ makeLocal("aaa", 1, hash1), makeLocal("bbb", 2, hash2), }, Remote: []*blob.ListObject{ makeRemote("aaa", 1, hash1), }, WantUpdates: []*fileToUpload{ {makeLocal("bbb", 2, nil), reasonNotFound}, }, }, { Description: "extra remote file -> delete", Local: []*localFile{ makeLocal("aaa", 1, hash1), }, Remote: []*blob.ListObject{ makeRemote("aaa", 1, hash1), makeRemote("bbb", 2, hash2), }, WantDeletes: []string{"bbb"}, }, { Description: "diffs in size or md5 -> upload", Local: []*localFile{ makeLocal("aaa", 1, hash1), makeLocal("bbb", 2, hash1), makeLocal("ccc", 1, hash2), }, Remote: []*blob.ListObject{ makeRemote("aaa", 1, nil), makeRemote("bbb", 1, hash1), makeRemote("ccc", 1, hash1), }, WantUpdates: []*fileToUpload{ {makeLocal("aaa", 1, nil), reasonMD5Missing}, {makeLocal("bbb", 2, nil), reasonSize}, {makeLocal("ccc", 1, nil), reasonMD5Differs}, }, }, { Description: "mix of updates and deletes", Local: []*localFile{ makeLocal("same", 1, hash1), makeLocal("updated", 2, hash1), makeLocal("updated2", 1, hash2), makeLocal("new", 1, hash1), makeLocal("new2", 2, hash2), }, Remote: []*blob.ListObject{ makeRemote("same", 1, hash1), makeRemote("updated", 1, hash1), makeRemote("updated2", 1, hash1), makeRemote("stale", 1, hash1), makeRemote("stale2", 1, hash1), }, WantUpdates: []*fileToUpload{ {makeLocal("new", 1, nil), reasonNotFound}, {makeLocal("new2", 2, nil), reasonNotFound}, {makeLocal("updated", 2, nil), reasonSize}, {makeLocal("updated2", 1, nil), reasonMD5Differs}, }, WantDeletes: []string{"stale", "stale2"}, }, } for _, tc := range tests { t.Run(tc.Description, func(t *testing.T) { local := map[string]*localFile{} for _, l := range tc.Local { local[l.SlashPath] = l } remote := map[string]*blob.ListObject{} for _, r := range tc.Remote { remote[r.Key] = r } gotUpdates, gotDeletes := findDiffs(local, remote, tc.Force) gotUpdates = applyOrdering(nil, gotUpdates)[0] sort.Slice(gotDeletes, func(i, j int) bool { return gotDeletes[i] < gotDeletes[j] }) if diff := cmp.Diff(gotUpdates, tc.WantUpdates, cmpopts.IgnoreUnexported(localFile{})); diff != "" { t.Errorf("updates differ:\n%s", diff) } if diff := cmp.Diff(gotDeletes, tc.WantDeletes); diff != "" { t.Errorf("deletes differ:\n%s", diff) } }) } } func TestWalkLocal(t *testing.T) { tests := map[string]struct { Given []string Expect []string }{ "Empty": { Given: []string{}, Expect: []string{}, }, "Normal": { Given: []string{"file.txt", "normal_dir/file.txt"}, Expect: []string{"file.txt", "normal_dir/file.txt"}, }, "Hidden": { Given: []string{"file.txt", ".hidden_dir/file.txt", "normal_dir/file.txt"}, Expect: []string{"file.txt", "normal_dir/file.txt"}, }, "Well Known": { Given: []string{"file.txt", ".hidden_dir/file.txt", ".well-known/file.txt"}, Expect: []string{"file.txt", ".well-known/file.txt"}, }, } for desc, tc := range tests { t.Run(desc, func(t *testing.T) { fs := afero.NewMemMapFs() for _, name := range tc.Given { dir, _ := path.Split(name) if dir != "" { if err := fs.MkdirAll(dir, 0755); err != nil { t.Fatal(err) } } if fd, err := fs.Create(name); err != nil { t.Fatal(err) } else { fd.Close() } } if got, err := walkLocal(fs, nil, nil, nil, media.DefaultTypes); err != nil { t.Fatal(err) } else { expect := map[string]interface{}{} for _, path := range tc.Expect { if _, ok := got[path]; !ok { t.Errorf("expected %q in results, but was not found", path) } expect[path] = nil } for path := range got { if _, ok := expect[path]; !ok { t.Errorf("got %q in results unexpectedly", path) } } } }) } } func TestLocalFile(t *testing.T) { const ( content = "hello world!" ) contentBytes := []byte(content) contentLen := int64(len(contentBytes)) contentMD5 := md5.Sum(contentBytes) var buf bytes.Buffer gz := gzip.NewWriter(&buf) if _, err := gz.Write(contentBytes); err != nil { t.Fatal(err) } gz.Close() gzBytes := buf.Bytes() gzLen := int64(len(gzBytes)) gzMD5 := md5.Sum(gzBytes) tests := []struct { Description string Path string Matcher *matcher MediaTypesConfig []map[string]interface{} WantContent []byte WantSize int64 WantMD5 []byte WantContentType string // empty string is always OK, since content type detection is OS-specific WantCacheControl string WantContentEncoding string }{ { Description: "file with no suffix", Path: "foo", WantContent: contentBytes, WantSize: contentLen, WantMD5: contentMD5[:], }, { Description: "file with .txt suffix", Path: "foo.txt", WantContent: contentBytes, WantSize: contentLen, WantMD5: contentMD5[:], }, { Description: "CacheControl from matcher", Path: "foo.txt", Matcher: &matcher{CacheControl: "max-age=630720000"}, WantContent: contentBytes, WantSize: contentLen, WantMD5: contentMD5[:], WantCacheControl: "max-age=630720000", }, { Description: "ContentEncoding from matcher", Path: "foo.txt", Matcher: &matcher{ContentEncoding: "foobar"}, WantContent: contentBytes, WantSize: contentLen, WantMD5: contentMD5[:], WantContentEncoding: "foobar", }, { Description: "ContentType from matcher", Path: "foo.txt", Matcher: &matcher{ContentType: "foo/bar"}, WantContent: contentBytes, WantSize: contentLen, WantMD5: contentMD5[:], WantContentType: "foo/bar", }, { Description: "gzipped content", Path: "foo.txt", Matcher: &matcher{Gzip: true}, WantContent: gzBytes, WantSize: gzLen, WantMD5: gzMD5[:], WantContentEncoding: "gzip", }, { Description: "Custom MediaType", Path: "foo.hugo", MediaTypesConfig: []map[string]interface{}{ { "hugo/custom": map[string]interface{}{ "suffixes": []string{"hugo"}, }, }, }, WantContent: contentBytes, WantSize: contentLen, WantMD5: contentMD5[:], WantContentType: "hugo/custom", }, } for _, tc := range tests { t.Run(tc.Description, func(t *testing.T) { fs := new(afero.MemMapFs) if err := afero.WriteFile(fs, tc.Path, []byte(content), os.ModePerm); err != nil { t.Fatal(err) } mediaTypes := media.DefaultTypes if len(tc.MediaTypesConfig) > 0 { mt, err := media.DecodeTypes(tc.MediaTypesConfig...) if err != nil { t.Fatal(err) } mediaTypes = mt } lf, err := newLocalFile(fs, tc.Path, filepath.ToSlash(tc.Path), tc.Matcher, mediaTypes) if err != nil { t.Fatal(err) } if got := lf.UploadSize; got != tc.WantSize { t.Errorf("got size %d want %d", got, tc.WantSize) } if got := lf.MD5(); !bytes.Equal(got, tc.WantMD5) { t.Errorf("got MD5 %x want %x", got, tc.WantMD5) } if got := lf.CacheControl(); got != tc.WantCacheControl { t.Errorf("got CacheControl %q want %q", got, tc.WantCacheControl) } if got := lf.ContentEncoding(); got != tc.WantContentEncoding { t.Errorf("got ContentEncoding %q want %q", got, tc.WantContentEncoding) } if tc.WantContentType != "" { if got := lf.ContentType(); got != tc.WantContentType { t.Errorf("got ContentType %q want %q", got, tc.WantContentType) } } // Verify the reader last to ensure the previous operations don't // interfere with it. r, err := lf.Reader() if err != nil { t.Fatal(err) } gotContent, err := ioutil.ReadAll(r) if err != nil { t.Fatal(err) } if !bytes.Equal(gotContent, tc.WantContent) { t.Errorf("got content %q want %q", string(gotContent), string(tc.WantContent)) } r.Close() // Verify we can read again. r, err = lf.Reader() if err != nil { t.Fatal(err) } gotContent, err = ioutil.ReadAll(r) if err != nil { t.Fatal(err) } r.Close() if !bytes.Equal(gotContent, tc.WantContent) { t.Errorf("got content %q want %q", string(gotContent), string(tc.WantContent)) } }) } } func TestOrdering(t *testing.T) { tests := []struct { Description string Uploads []string Ordering []*regexp.Regexp Want [][]string }{ { Description: "empty", Want: [][]string{nil}, }, { Description: "no ordering", Uploads: []string{"c", "b", "a", "d"}, Want: [][]string{{"a", "b", "c", "d"}}, }, { Description: "one ordering", Uploads: []string{"db", "c", "b", "a", "da"}, Ordering: []*regexp.Regexp{regexp.MustCompile("^d")}, Want: [][]string{{"da", "db"}, {"a", "b", "c"}}, }, { Description: "two orderings", Uploads: []string{"db", "c", "b", "a", "da"}, Ordering: []*regexp.Regexp{ regexp.MustCompile("^d"), regexp.MustCompile("^b"), }, Want: [][]string{{"da", "db"}, {"b"}, {"a", "c"}}, }, } for _, tc := range tests { t.Run(tc.Description, func(t *testing.T) { uploads := make([]*fileToUpload, len(tc.Uploads)) for i, u := range tc.Uploads { uploads[i] = &fileToUpload{Local: &localFile{SlashPath: u}} } gotUploads := applyOrdering(tc.Ordering, uploads) var got [][]string for _, subslice := range gotUploads { var gotsubslice []string for _, u := range subslice { gotsubslice = append(gotsubslice, u.Local.SlashPath) } got = append(got, gotsubslice) } if diff := cmp.Diff(got, tc.Want); diff != "" { t.Error(diff) } }) } } type fileData struct { Name string // name of the file Contents string // contents of the file } // initLocalFs initializes fs with some test files. func initLocalFs(ctx context.Context, fs afero.Fs) ([]*fileData, error) { // The initial local filesystem. local := []*fileData{ {"aaa", "aaa"}, {"bbb", "bbb"}, {"subdir/aaa", "subdir-aaa"}, {"subdir/nested/aaa", "subdir-nested-aaa"}, {"subdir2/bbb", "subdir2-bbb"}, } if err := writeFiles(fs, local); err != nil { return nil, err } return local, nil } // fsTest represents an (afero.FS, Go CDK blob.Bucket) against which end-to-end // tests can be run. type fsTest struct { name string fs afero.Fs bucket *blob.Bucket } // initFsTests initializes a pair of tests for end-to-end test: // 1. An in-memory afero.Fs paired with an in-memory Go CDK bucket. // 2. A filesystem-based afero.Fs paired with an filesystem-based Go CDK bucket. // It returns the pair of tests and a cleanup function. func initFsTests() ([]*fsTest, func(), error) { tmpfsdir, err := ioutil.TempDir("", "fs") if err != nil { return nil, nil, err } tmpbucketdir, err := ioutil.TempDir("", "bucket") if err != nil { return nil, nil, err } memfs := afero.NewMemMapFs() membucket := memblob.OpenBucket(nil) filefs := afero.NewBasePathFs(afero.NewOsFs(), tmpfsdir) filebucket, err := fileblob.OpenBucket(tmpbucketdir, nil) if err != nil { return nil, nil, err } tests := []*fsTest{ {"mem", memfs, membucket}, {"file", filefs, filebucket}, } cleanup := func() { membucket.Close() filebucket.Close() os.RemoveAll(tmpfsdir) os.RemoveAll(tmpbucketdir) } return tests, cleanup, nil } // TestEndToEndSync verifies that basic adds, updates, and deletes are working // correctly. func TestEndToEndSync(t *testing.T) { ctx := context.Background() tests, cleanup, err := initFsTests() if err != nil { t.Fatal(err) } defer cleanup() for _, test := range tests { t.Run(test.name, func(t *testing.T) { local, err := initLocalFs(ctx, test.fs) if err != nil { t.Fatal(err) } deployer := &Deployer{ localFs: test.fs, maxDeletes: -1, bucket: test.bucket, mediaTypes: media.DefaultTypes, } // Initial deployment should sync remote with local. if err := deployer.Deploy(ctx); err != nil { t.Errorf("initial deploy: failed: %v", err) } wantSummary := deploySummary{NumLocal: 5, NumRemote: 0, NumUploads: 5, NumDeletes: 0} if !cmp.Equal(deployer.summary, wantSummary) { t.Errorf("initial deploy: got %v, want %v", deployer.summary, wantSummary) } if diff, err := verifyRemote(ctx, deployer.bucket, local); err != nil { t.Errorf("initial deploy: failed to verify remote: %v", err) } else if diff != "" { t.Errorf("initial deploy: remote snapshot doesn't match expected:\n%v", diff) } // A repeat deployment shouldn't change anything. if err := deployer.Deploy(ctx); err != nil { t.Errorf("no-op deploy: %v", err) } wantSummary = deploySummary{NumLocal: 5, NumRemote: 5, NumUploads: 0, NumDeletes: 0} if !cmp.Equal(deployer.summary, wantSummary) { t.Errorf("no-op deploy: got %v, want %v", deployer.summary, wantSummary) } // Make some changes to the local filesystem: // 1. Modify file [0]. // 2. Delete file [1]. // 3. Add a new file (sorted last). updatefd := local[0] updatefd.Contents = "new contents" deletefd := local[1] local = append(local[:1], local[2:]...) // removing deleted [1] newfd := &fileData{"zzz", "zzz"} local = append(local, newfd) if err := writeFiles(test.fs, []*fileData{updatefd, newfd}); err != nil { t.Fatal(err) } if err := test.fs.Remove(deletefd.Name); err != nil { t.Fatal(err) } // A deployment should apply those 3 changes. if err := deployer.Deploy(ctx); err != nil { t.Errorf("deploy after changes: failed: %v", err) } wantSummary = deploySummary{NumLocal: 5, NumRemote: 5, NumUploads: 2, NumDeletes: 1} if !cmp.Equal(deployer.summary, wantSummary) { t.Errorf("deploy after changes: got %v, want %v", deployer.summary, wantSummary) } if diff, err := verifyRemote(ctx, deployer.bucket, local); err != nil { t.Errorf("deploy after changes: failed to verify remote: %v", err) } else if diff != "" { t.Errorf("deploy after changes: remote snapshot doesn't match expected:\n%v", diff) } // Again, a repeat deployment shouldn't change anything. if err := deployer.Deploy(ctx); err != nil { t.Errorf("no-op deploy: %v", err) } wantSummary = deploySummary{NumLocal: 5, NumRemote: 5, NumUploads: 0, NumDeletes: 0} if !cmp.Equal(deployer.summary, wantSummary) { t.Errorf("no-op deploy: got %v, want %v", deployer.summary, wantSummary) } }) } } // TestMaxDeletes verifies that the "maxDeletes" flag is working correctly. func TestMaxDeletes(t *testing.T) { ctx := context.Background() tests, cleanup, err := initFsTests() if err != nil { t.Fatal(err) } defer cleanup() for _, test := range tests { t.Run(test.name, func(t *testing.T) { local, err := initLocalFs(ctx, test.fs) if err != nil { t.Fatal(err) } deployer := &Deployer{ localFs: test.fs, maxDeletes: -1, bucket: test.bucket, mediaTypes: media.DefaultTypes, } // Sync remote with local. if err := deployer.Deploy(ctx); err != nil { t.Errorf("initial deploy: failed: %v", err) } wantSummary := deploySummary{NumLocal: 5, NumRemote: 0, NumUploads: 5, NumDeletes: 0} if !cmp.Equal(deployer.summary, wantSummary) { t.Errorf("initial deploy: got %v, want %v", deployer.summary, wantSummary) } // Delete two files, [1] and [2]. if err := test.fs.Remove(local[1].Name); err != nil { t.Fatal(err) } if err := test.fs.Remove(local[2].Name); err != nil { t.Fatal(err) } // A deployment with maxDeletes=0 shouldn't change anything. deployer.maxDeletes = 0 if err := deployer.Deploy(ctx); err != nil { t.Errorf("deploy failed: %v", err) } wantSummary = deploySummary{NumLocal: 3, NumRemote: 5, NumUploads: 0, NumDeletes: 0} if !cmp.Equal(deployer.summary, wantSummary) { t.Errorf("deploy: got %v, want %v", deployer.summary, wantSummary) } // A deployment with maxDeletes=1 shouldn't change anything either. deployer.maxDeletes = 1 if err := deployer.Deploy(ctx); err != nil { t.Errorf("deploy failed: %v", err) } wantSummary = deploySummary{NumLocal: 3, NumRemote: 5, NumUploads: 0, NumDeletes: 0} if !cmp.Equal(deployer.summary, wantSummary) { t.Errorf("deploy: got %v, want %v", deployer.summary, wantSummary) } // A deployment with maxDeletes=2 should make the changes. deployer.maxDeletes = 2 if err := deployer.Deploy(ctx); err != nil { t.Errorf("deploy failed: %v", err) } wantSummary = deploySummary{NumLocal: 3, NumRemote: 5, NumUploads: 0, NumDeletes: 2} if !cmp.Equal(deployer.summary, wantSummary) { t.Errorf("deploy: got %v, want %v", deployer.summary, wantSummary) } // Delete two more files, [0] and [3]. if err := test.fs.Remove(local[0].Name); err != nil { t.Fatal(err) } if err := test.fs.Remove(local[3].Name); err != nil { t.Fatal(err) } // A deployment with maxDeletes=-1 should make the changes. deployer.maxDeletes = -1 if err := deployer.Deploy(ctx); err != nil { t.Errorf("deploy failed: %v", err) } wantSummary = deploySummary{NumLocal: 1, NumRemote: 3, NumUploads: 0, NumDeletes: 2} if !cmp.Equal(deployer.summary, wantSummary) { t.Errorf("deploy: got %v, want %v", deployer.summary, wantSummary) } }) } } // TestIncludeExclude verifies that the include/exclude options for targets work. func TestIncludeExclude(t *testing.T) { ctx := context.Background() tests := []struct { Include string Exclude string Want deploySummary }{ { Want: deploySummary{NumLocal: 5, NumUploads: 5}, }, { Include: "**aaa", Want: deploySummary{NumLocal: 3, NumUploads: 3}, }, { Include: "**bbb", Want: deploySummary{NumLocal: 2, NumUploads: 2}, }, { Include: "aaa", Want: deploySummary{NumLocal: 1, NumUploads: 1}, }, { Exclude: "**aaa", Want: deploySummary{NumLocal: 2, NumUploads: 2}, }, { Exclude: "**bbb", Want: deploySummary{NumLocal: 3, NumUploads: 3}, }, { Exclude: "aaa", Want: deploySummary{NumLocal: 4, NumUploads: 4}, }, { Include: "**aaa", Exclude: "**nested**", Want: deploySummary{NumLocal: 2, NumUploads: 2}, }, } for _, test := range tests { t.Run(fmt.Sprintf("include %q exclude %q", test.Include, test.Exclude), func(t *testing.T) { fsTests, cleanup, err := initFsTests() if err != nil { t.Fatal(err) } defer cleanup() fsTest := fsTests[1] // just do file-based test _, err = initLocalFs(ctx, fsTest.fs) if err != nil { t.Fatal(err) } tgt := &target{ Include: test.Include, Exclude: test.Exclude, } if err := tgt.parseIncludeExclude(); err != nil { t.Error(err) } deployer := &Deployer{ localFs: fsTest.fs, maxDeletes: -1, bucket: fsTest.bucket, target: tgt, mediaTypes: media.DefaultTypes, } // Sync remote with local. if err := deployer.Deploy(ctx); err != nil { t.Errorf("deploy: failed: %v", err) } if !cmp.Equal(deployer.summary, test.Want) { t.Errorf("deploy: got %v, want %v", deployer.summary, test.Want) } }) } } // TestIncludeExcludeRemoteDelete verifies deleted local files that don't match include/exclude patterns // are not deleted on the remote. func TestIncludeExcludeRemoteDelete(t *testing.T) { ctx := context.Background() tests := []struct { Include string Exclude string Want deploySummary }{ { Want: deploySummary{NumLocal: 3, NumRemote: 5, NumUploads: 0, NumDeletes: 2}, }, { Include: "**aaa", Want: deploySummary{NumLocal: 2, NumRemote: 3, NumUploads: 0, NumDeletes: 1}, }, { Include: "subdir/**", Want: deploySummary{NumLocal: 1, NumRemote: 2, NumUploads: 0, NumDeletes: 1}, }, { Exclude: "**bbb", Want: deploySummary{NumLocal: 2, NumRemote: 3, NumUploads: 0, NumDeletes: 1}, }, { Exclude: "bbb", Want: deploySummary{NumLocal: 3, NumRemote: 4, NumUploads: 0, NumDeletes: 1}, }, } for _, test := range tests { t.Run(fmt.Sprintf("include %q exclude %q", test.Include, test.Exclude), func(t *testing.T) { fsTests, cleanup, err := initFsTests() if err != nil { t.Fatal(err) } defer cleanup() fsTest := fsTests[1] // just do file-based test local, err := initLocalFs(ctx, fsTest.fs) if err != nil { t.Fatal(err) } deployer := &Deployer{ localFs: fsTest.fs, maxDeletes: -1, bucket: fsTest.bucket, mediaTypes: media.DefaultTypes, } // Initial sync to get the files on the remote if err := deployer.Deploy(ctx); err != nil { t.Errorf("deploy: failed: %v", err) } // Delete two files, [1] and [2]. if err := fsTest.fs.Remove(local[1].Name); err != nil { t.Fatal(err) } if err := fsTest.fs.Remove(local[2].Name); err != nil { t.Fatal(err) } // Second sync tgt := &target{ Include: test.Include, Exclude: test.Exclude, } if err := tgt.parseIncludeExclude(); err != nil { t.Error(err) } deployer.target = tgt if err := deployer.Deploy(ctx); err != nil { t.Errorf("deploy: failed: %v", err) } if !cmp.Equal(deployer.summary, test.Want) { t.Errorf("deploy: got %v, want %v", deployer.summary, test.Want) } }) } } // TestCompression verifies that gzip compression works correctly. // In particular, MD5 hashes must be of the compressed content. func TestCompression(t *testing.T) { ctx := context.Background() tests, cleanup, err := initFsTests() if err != nil { t.Fatal(err) } defer cleanup() for _, test := range tests { t.Run(test.name, func(t *testing.T) { local, err := initLocalFs(ctx, test.fs) if err != nil { t.Fatal(err) } deployer := &Deployer{ localFs: test.fs, bucket: test.bucket, matchers: []*matcher{{Pattern: ".*", Gzip: true, re: regexp.MustCompile(".*")}}, mediaTypes: media.DefaultTypes, } // Initial deployment should sync remote with local. if err := deployer.Deploy(ctx); err != nil { t.Errorf("initial deploy: failed: %v", err) } wantSummary := deploySummary{NumLocal: 5, NumRemote: 0, NumUploads: 5, NumDeletes: 0} if !cmp.Equal(deployer.summary, wantSummary) { t.Errorf("initial deploy: got %v, want %v", deployer.summary, wantSummary) } // A repeat deployment shouldn't change anything. if err := deployer.Deploy(ctx); err != nil { t.Errorf("no-op deploy: %v", err) } wantSummary = deploySummary{NumLocal: 5, NumRemote: 5, NumUploads: 0, NumDeletes: 0} if !cmp.Equal(deployer.summary, wantSummary) { t.Errorf("no-op deploy: got %v, want %v", deployer.summary, wantSummary) } // Make an update to the local filesystem, on [1]. updatefd := local[1] updatefd.Contents = "new contents" if err := writeFiles(test.fs, []*fileData{updatefd}); err != nil { t.Fatal(err) } // A deployment should apply the changes. if err := deployer.Deploy(ctx); err != nil { t.Errorf("deploy after changes: failed: %v", err) } wantSummary = deploySummary{NumLocal: 5, NumRemote: 5, NumUploads: 1, NumDeletes: 0} if !cmp.Equal(deployer.summary, wantSummary) { t.Errorf("deploy after changes: got %v, want %v", deployer.summary, wantSummary) } }) } } // TestMatching verifies that matchers match correctly, and that the Force // attribute for matcher works. func TestMatching(t *testing.T) { ctx := context.Background() tests, cleanup, err := initFsTests() if err != nil { t.Fatal(err) } defer cleanup() for _, test := range tests { t.Run(test.name, func(t *testing.T) { _, err := initLocalFs(ctx, test.fs) if err != nil { t.Fatal(err) } deployer := &Deployer{ localFs: test.fs, bucket: test.bucket, matchers: []*matcher{{Pattern: "^subdir/aaa$", Force: true, re: regexp.MustCompile("^subdir/aaa$")}}, mediaTypes: media.DefaultTypes, } // Initial deployment to sync remote with local. if err := deployer.Deploy(ctx); err != nil { t.Errorf("initial deploy: failed: %v", err) } wantSummary := deploySummary{NumLocal: 5, NumRemote: 0, NumUploads: 5, NumDeletes: 0} if !cmp.Equal(deployer.summary, wantSummary) { t.Errorf("initial deploy: got %v, want %v", deployer.summary, wantSummary) } // A repeat deployment should upload a single file, the one that matched the Force matcher. // Note that matching happens based on the ToSlash form, so this matches // even on Windows. if err := deployer.Deploy(ctx); err != nil { t.Errorf("no-op deploy with single force matcher: %v", err) } wantSummary = deploySummary{NumLocal: 5, NumRemote: 5, NumUploads: 1, NumDeletes: 0} if !cmp.Equal(deployer.summary, wantSummary) { t.Errorf("no-op deploy with single force matcher: got %v, want %v", deployer.summary, wantSummary) } // Repeat with a matcher that should now match 3 files. deployer.matchers = []*matcher{{Pattern: "aaa", Force: true, re: regexp.MustCompile("aaa")}} if err := deployer.Deploy(ctx); err != nil { t.Errorf("no-op deploy with triple force matcher: %v", err) } wantSummary = deploySummary{NumLocal: 5, NumRemote: 5, NumUploads: 3, NumDeletes: 0} if !cmp.Equal(deployer.summary, wantSummary) { t.Errorf("no-op deploy with triple force matcher: got %v, want %v", deployer.summary, wantSummary) } }) } } // writeFiles writes the files in fds to fd. func writeFiles(fs afero.Fs, fds []*fileData) error { for _, fd := range fds { dir := path.Dir(fd.Name) if dir != "." { err := fs.MkdirAll(dir, os.ModePerm) if err != nil { return err } } f, err := fs.Create(fd.Name) if err != nil { return err } defer f.Close() _, err = f.WriteString(fd.Contents) if err != nil { return err } } return nil } // verifyRemote that the current contents of bucket matches local. // It returns an empty string if the contents matched, and a non-empty string // capturing the diff if they didn't. func verifyRemote(ctx context.Context, bucket *blob.Bucket, local []*fileData) (string, error) { var cur []*fileData iter := bucket.List(nil) for { obj, err := iter.Next(ctx) if err == io.EOF { break } if err != nil { return "", err } contents, err := bucket.ReadAll(ctx, obj.Key) if err != nil { return "", err } cur = append(cur, &fileData{obj.Key, string(contents)}) } if cmp.Equal(cur, local) { return "", nil } diff := "got: \n" for _, f := range cur { diff += fmt.Sprintf(" %s: %s\n", f.Name, f.Contents) } diff += "want: \n" for _, f := range local { diff += fmt.Sprintf(" %s: %s\n", f.Name, f.Contents) } return diff, nil }
-1
gohugoio/hugo
8,215
markup/goldmark: Add attributes support for blocks (tables etc.)
Fixes #7548
bep
"2021-02-08T09:42:41Z"
"2021-02-08T18:52:56Z"
1b2472825664763c0b88807b0d193e73553423ec
2681633db8d340d2dc59cf801419874d572fc704
markup/goldmark: Add attributes support for blocks (tables etc.). Fixes #7548
./docs/content/en/commands/hugo_list_all.md
--- date: 2020-09-13 title: "hugo list all" slug: hugo_list_all url: /commands/hugo_list_all/ --- ## hugo list all List all posts ### Synopsis List all of the posts in your content directory, include drafts, future and expired pages. ``` hugo list all [flags] ``` ### Options ``` -h, --help help for all ``` ### Options inherited from parent commands ``` --config string config file (default is path/config.yaml|json|toml) --configDir string config dir (default "config") --debug debug output -e, --environment string build environment --ignoreVendor ignores any _vendor directory --ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern --log enable Logging --logFile string log File path (if set, logging enabled automatically) --quiet build in quiet mode -s, --source string filesystem path to read files relative from --themesDir string filesystem path to themes directory -v, --verbose verbose output --verboseLog verbose logging ``` ### SEE ALSO * [hugo list](/commands/hugo_list/) - Listing out various types of content ###### Auto generated by spf13/cobra on 13-Sep-2020
--- date: 2020-09-13 title: "hugo list all" slug: hugo_list_all url: /commands/hugo_list_all/ --- ## hugo list all List all posts ### Synopsis List all of the posts in your content directory, include drafts, future and expired pages. ``` hugo list all [flags] ``` ### Options ``` -h, --help help for all ``` ### Options inherited from parent commands ``` --config string config file (default is path/config.yaml|json|toml) --configDir string config dir (default "config") --debug debug output -e, --environment string build environment --ignoreVendor ignores any _vendor directory --ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern --log enable Logging --logFile string log File path (if set, logging enabled automatically) --quiet build in quiet mode -s, --source string filesystem path to read files relative from --themesDir string filesystem path to themes directory -v, --verbose verbose output --verboseLog verbose logging ``` ### SEE ALSO * [hugo list](/commands/hugo_list/) - Listing out various types of content ###### Auto generated by spf13/cobra on 13-Sep-2020
-1
gohugoio/hugo
8,215
markup/goldmark: Add attributes support for blocks (tables etc.)
Fixes #7548
bep
"2021-02-08T09:42:41Z"
"2021-02-08T18:52:56Z"
1b2472825664763c0b88807b0d193e73553423ec
2681633db8d340d2dc59cf801419874d572fc704
markup/goldmark: Add attributes support for blocks (tables etc.). Fixes #7548
./hugolib/gitinfo.go
// Copyright 2019 The Hugo Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. package hugolib import ( "path/filepath" "strings" "github.com/bep/gitmap" "github.com/gohugoio/hugo/config" "github.com/gohugoio/hugo/resources/page" ) type gitInfo struct { contentDir string repo *gitmap.GitRepo } func (g *gitInfo) forPage(p page.Page) *gitmap.GitInfo { name := strings.TrimPrefix(filepath.ToSlash(p.File().Filename()), g.contentDir) name = strings.TrimPrefix(name, "/") return g.repo.Files[name] } func newGitInfo(cfg config.Provider) (*gitInfo, error) { workingDir := cfg.GetString("workingDir") gitRepo, err := gitmap.Map(workingDir, "") if err != nil { return nil, err } return &gitInfo{contentDir: gitRepo.TopLevelAbsPath, repo: gitRepo}, nil }
// Copyright 2019 The Hugo Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. package hugolib import ( "path/filepath" "strings" "github.com/bep/gitmap" "github.com/gohugoio/hugo/config" "github.com/gohugoio/hugo/resources/page" ) type gitInfo struct { contentDir string repo *gitmap.GitRepo } func (g *gitInfo) forPage(p page.Page) *gitmap.GitInfo { name := strings.TrimPrefix(filepath.ToSlash(p.File().Filename()), g.contentDir) name = strings.TrimPrefix(name, "/") return g.repo.Files[name] } func newGitInfo(cfg config.Provider) (*gitInfo, error) { workingDir := cfg.GetString("workingDir") gitRepo, err := gitmap.Map(workingDir, "") if err != nil { return nil, err } return &gitInfo{contentDir: gitRepo.TopLevelAbsPath, repo: gitRepo}, nil }
-1
gohugoio/hugo
8,215
markup/goldmark: Add attributes support for blocks (tables etc.)
Fixes #7548
bep
"2021-02-08T09:42:41Z"
"2021-02-08T18:52:56Z"
1b2472825664763c0b88807b0d193e73553423ec
2681633db8d340d2dc59cf801419874d572fc704
markup/goldmark: Add attributes support for blocks (tables etc.). Fixes #7548
./docs/content/en/news/0.58.0-relnotes/hugo58-featured.png
PNG  IHDR2tgAMA asRGBPLTE'.8"-CEH28D#nV8V5#"XpL9?Ldkve wxybjui-4Aiq}ZELXY`l8?L3:G;BNikmPWc7>IWZ]ęfks~&,8Ԥh&"[Y`j֕I:-2=r&L K+*04:(/ /"111?)Z<'!.%)A;83235 J+/<#J*VE:Z.ӣh5!=$;"(23 *001]G:i%!eB6!*!>$I*%/9)& [@7*QD;Øf !-,,&-0)!hM:8$.4%'-6& # $ & fF/1"e%!F(3Y<+%(/0(5'0- %+?-(--Y/$ 5!bB6#G(3 -'  T9#(P5" ( 0;+ +($$ )$ ,+!*+)!%! *- !]=)1$("6(h$2 &! CP[-(PS:91Ϲx|孯' ^Tx2M0#(~0&qX#`embpu}4'@%-@/2!NS](M2  s\_C*gW+(C>0 [A*MB5\VX]g/' \D3hmxpLgimgI.Ξfmpw[?#@DM˖d+$3'Iy IDATx `\y(ݻݻmN-< Gc $JcXISd KYlj'x0a2YxFMn*FERT UHQ@;`?9F6挤4?}kƹ5Ί5kvb#P$!"D"BD!"D"BD!"D"BD!"D"BD!"D"BD!"D"BD!"D"BD!"D"BD!"D"BD!"D"BDaK36"Dp="%sb1Q5]"#H%N BӊJW!"y NNW*XPԒʹRt3YX5⇅;a= ,۟=&"Bx"~lDDo8fLDiȟ@s DC8A6$O47y'!"NwcU}L4;a"BqJTh{Ťfjh'O&iNV4"deblj1>Wa.~ ff!Vy*") ]C Ȥ ˘r"4Р$̌!"a ֎ff&t Qj$"Cv 3v'-uD;=6D$^AID;bpT[!$g Av¨Fh'BAxAL"s{ƴJVkP]LX'8 tBaյ9D%];AF&dt3y:dZKI˪/%]OΞO/:ᜱ"N#ChFLC1qXwSڞ!Μ節]y[C:iv 8Ԩ؜/z4k <cqr/cIr _zv rCYf+m F7rVn?LDhy9ÿ:p6o I2yVBeH#c^RC d!mxVC,B<|[~_0I_Ѳ4m4:l7 $ aG To\Ƴ20u7B"C\$aI]'%΀ 7eLK!+spI#L{-GdV_@6B'5 !$xCu!'[ݞz,Ƀd-"/Cᜅ>?bgQDر=i씲>jsYfczz cj~nj P򌙤'yjvȥz"<k`ILc֓Gin>"7V[9KR_FJ 芑_ "`VySmYLr! JvɄq ezY3IVSU}TD8dMd v4BbܥThq!&\GW'd .s>6HV!#N' 1c4dc*$ 3Z9x9;!a׶%¼ql]B{LEKCrƆ:7ITT/p=P4ӈp)#e3sBNN0-[RgYaycG/%әhə< ;a},")λ.Cv#lӀ-Qf2T8+ԧI`} vtnRV'| D.kIzBBhz'*Eؕt+\3`3NfsA8W_74"𵣃A3[MShk:h+Q;{\a:Fhty"%agV:$ @XU&DwQP6ƄpeٚsAs $ʲg{! ۈ/a.cd9Jl=p4,L/@(x!h#l ة!̊2G8v6>ڳCAړBQOhin2avYDI|[h&Lji ֥&7,c=NפM'/c XƖAgc.C3q!tvk0 ݅"Kݜ;ky¡$a6"glfa"sv 템¸G"Uwy!I`XJ+ N2|##NER-0vay]R%ь"V="t#m>DlNX.nBf0h^ Z^$&4& j)pAX^m9DS "0®~ʎf<veDмpZwey)ehgq`Rv\g]Uf|'?3Iܖw?t2L L DИ0L8=X)gD~0Izxz4R^B-լ6 ыLS[ P$x>.>ӛdGnQSgZ=m΢7-MW]Z~?tDTZN~M눰mNxܟAH6ϟ]#T 5ym!p{~ٌr)/C̤Sj=jX#3I`g=gN%N8mcaJ!}L8twn pmiEam!;YQMÖyG4]_|ϧq&o=,A~Z\Ac1O];PjtLa a9^ndN&9PPpy<|[ j =03G<30!Cऱ-yjTFD0yYsOly8{ ~?lFPa׵5҂c sdvs%u(i-Lfch aq42<첮aD{:K}afܽ(S Wv$f}z/b>jJTD؞SqIy1I|k+h}aFJBlTL=mx)v=65nS2T// Uf4u6Bt("PA&k0 C5F'!"[s]κ&vFXzlv*B+j~"N&B'\K8Ѧ)YKt gr#ŽD8{X;*sKa%aDءK3]1:͈!NE(a߫ŐaG" [p6V!ĐaG"lJȄ a3D; ՠKl:D;tpvDhLO4oO6a\ъQmWrYK!1:³"BD}/F"BD!"D"BD!"D"BD!"D"BD!"D"6Bkt5Ό5k;P;"BD!"D"BD!"D"BD!"D"BD!"D"BD!"D"BD!"D"BD!"D"BD!"D"BD!"D"BD!"Dl*Empb` 5;t."lWY7Gp(Ia圢\}",<"pl3MI7FLX1* u5rZZA੕p">H-Ć0e&$z6AG69ݾ L aB:pmJ,Ă0m"B8_vEs~ŋPI'mJPtS#B Bmp@#).o6E輟a"Q%YoOyk'B-'ɴǭחk(\9"j8m0Ij8*.8:ꉐDg5ӮS22Fo'G?v~0ofR?d+"BTH`mW J"30z<鸬7B;0ӊZQq a)QG(kGN欄 U(fq" =9o!#BwgVzZgC837ZIxZ!L!D8;C8"@xCL p1ډPaWNg3K!V*FpZ|:'ʹ^ȤIL^:6Ŝ)GNk ~ +5P-*B 7(òL.5hG/2>iz!tSͬMKف vA+jB^5Inht [W7+~1M,,wRmniWgK'3*,H^ 1oNZ7"u>U2C|`Кax]5#9BHFG_ڄS<O$4ho^Va *ʖ~S]tS"ְUbx}CSk &r a#7#Np(ԿpK$M%#cbK! %IuM+V宖EgG=L"L7Yo{Lf0&YMQ 6Bh7mC%Ӈh4 74:c5I3i L:#tKoN'“ ; a#7#@H3/) lCQ&?ʠu~[)2Ao]D&׍Njm'rWy)|;#cG!Α+ An?op\xDJI!"n<"*a|'yb鲓 :!V?22!udJ Jn *WOՇ{R5L{& t&,93B(%E7j>9@YW*vi Tyz'|J~ƪ>ӓaB՘,BdJc*eDg$3@Jԟ;P @H=ꀃFGluzJ3Mo&R]1t +lsl&@4c+ 1ҺL ס !@h fKɫB3IC Z[rfrt06}3b-Y47I֣ B{"L1B;11!yUi!2gB(1:as63D?Y"r ʻB>O7L$2G"Bi0QV$z Lz \TARaL`\3 O]c͍k0s#IUӵd*M#LFh/Z¨FJ z~)p "Bp: Z@:tلAt_uC8< g: P MX` t]a7i'jqƒl´.6f LA/VeO@6 tܚ | GWy~y٫beeh3S#WVN! p'WB5ȭ.J^" ƍI'BD. `+pYW?dC!:Q]!mwtm/L gBg@eAŐCX0 kt\e`B)!¤{a9*Zt骳 wUzg鏥:4~ b<`Q/?z BaDMÄ"wU "n`E40 v)"${BڛBxB v1/uU^F7ZУg a TB;"B! ܾ;7Vac_!L [aOL#i17EО&L{ `?7I#fQ˺윂<@Zza~,0){"6M5VxV 4AyiD8 L-gsD@fFT7z'D'B1{Հ,TDM2bUNE8;fЖEi/DGQh 7z!d7AI?ǽ(fL6k,:3bWxVb8L$'&&]*LUጽ7q3zMzk8S\rD!+׭^o:/RNJ333f{IjXqyYۿ>Y37ݻIJMU K6a=>LI;=f=O)}/wRerWq;26S3p) beKj8}03c>8N2)?#WwQ ^4[&Ii8~jQ;a%="ԛfɷ1S@ p'!e6 [.'U]tji~ܭ蒹.n:rw0MNpjYwT d#%!/Q0&ݾ3;l;E8G{]fT/t?.(x*x]6dP)Υ"@p78 k 8(i犐8(]\(ѻ=&\Nν`%uݳg2"Izʚ9tq=)܃BfB B Q4jf{![ \"OOǑg-Y`V>Hz"LB; u̍;5ch)?B 3&KaҰW3 θ!mRey2|Ft Fti՜R؍PC(<X|g?#JM/ {>'a_~ `[žgt-/jY-tZ6/g9Idu0s=yMC)m]N{)(p;nTi7x2I RܕI?Ϣ3"cՉ3vgz%k{ƥը.Jj 3Enc c.l>5!',䵛e},d }R6}d@mtG$w@!;Ѭ"D0v |cFp<F8;-qfx!4[D`XCG?,a%kp,%kFpV;l"H a vvHFpLG܌X"H;apUhd"D=O836EA?~P"D0 L‡gGp1"Eg BD!"D"BD!"D"BD!"D"BD!"D"BDkk| Xk5k/8#c3P BD!"D"BD!"D"BD!"D"BD!"D"BD!"D"BD!"D"BD!"D"BD!"D"BD!"D"BD!"lUTr"Dp(o %ZΕW* D4% }Z1io\|0ԧ2CeRL Z-J 9-LcCBv pGC?D7ž%D&($9Wb2zc_ $C+3+מ"~fpI"L$ʧZpF=Fj@6WDEBU1"lcT*UQVX/kB;懆Qv,@Xp!WN Ut:kt(LeE<͞g%Z#jY",B[DPj%i:Z%"|۰YbJ ˜t3[;a"tChvKJ"3 D³yR@@n"a ̢#, EBC!GB0 a Ƈ~]v#EB؍[kw IDATҗx+r-8U^\q<bqX^+8t ኺ6(eV#󹬞0<baH}eݹaZkgUy)=aPȖRm(Jl/OL0^ʏiWKcU}'@hJ\c̨Zs&rvny; S>ia]Y-Mi$< v7%2дEA~<%a0&\"B'3jD?,lQzdo2dPj/LJh4O!py CƼƸ63(C)?Ay2Rd2"GG!0#$ ;j;r MW$@)܍Ɖp\OJˮ^J;aBr6|G a&!gJh|\@<  cf:%g D8 눒2VWa|dGH)iaZZUp?Z!TvWAKoI SLWAoN-jݚ~EO- ZȔq" 3俉,E< m7eՍAޭ5 Ꮀjso1\殓"t[;:N9?BZ}PfcjRr*\Xl:o>'eհ ̨scZcRr>?Fx+AserKA{)]Q$J͌(KcB)Shi/͚-K/͕ejiF Dyz*2-Ml'B 7=U+dpɜ֯*cyk0CgÜ^:CԠ30n 6OXHtVY)n3KpzO1&ɱUԿRbl#+DHڔTguޫs^{G5a5Uz42"!,>in&$|,\g/ NʡVFnJØ?#]  ͱpL͌9+fV"օ,b0g?Mc8}!3Tk*Bh]("Uq 5#f*p2XE8sG&>뙥EY恰O\C"E>3TC"e6Y@KlMp S 7Kﴀ|!\5?\,WDX~V"U|ZGG+3 )f"<œ'!, B'KAv^A/W@. UEkC]|3 a,<žB d&2eY%Dኚ6ΐq=Bu#%¢0M{BK7!GLC#,@M!F,HʊV.BVEp n LDO("B0!Y#t=[4::hgI1t y%DBz}F84DZ6  |KVL/¾8?BUɀ[4| 4x Ɔ4RBs:5c9Y36ַK#u,1:FפY %ݾ0jnÜphxϥ?+-Q|[ מGJP[\#vK v"XXM)}5!t=!/QwTa)hY!vhHJB*-w 8/oo!B9+gETX6 rGBp27+e6y~էCL+@XP maQzQ28l֪& rԻ|;NXM(lBTe4 :a <loX\#ge0.h 2s؝<TT!t К ,sMh|<yZSaٞ_rM]IRI=$FhfK{ <)va* sŘWf G(hjD,vv<$[ɕ7qsSRXk*kjxǜ1礱b ޡS]= >yut۩>o[j{z_a7q rg(<}9w*W2TFLV]JĮT@-П+fM;<۩>E6 =)BJ#$~pZL\A URakI'/13,8bhޭ/Ǟ4mee?!y@!>7R_SQ}ja9O=W ;Voܝ2v=YPsbdle4i[y$B#~RѾa%92pa15ѡj籧^ _!q pC|]^wښ .rh~Cb "HDLE;-,oYPC0y0'[9DORxnZy*z w a$*povPГ%"5Z`dzW1O_]H2QPyp7q:dJ9(W!\#L"<= :u= ֵNNJZE&AH*mRg͝C@P J53PbfC.Ѭr)!n,yF^ =-GJa}V:ڤ6R+5M\EGu_sm f 1)jjjc:[*U 9t\ 2O)W]&;4C.#aZ1OK9[.^!{6.cBF}# 5lEfui<F!pt䍹3BFLe1b r ) qsb:>$210XɸqKP& ڸz]mX7++[b#UR55Έ5QD!"D"BD!"D"BD!"D"BD!"D"BD!"D"BD!"D"BD!"D"BD!"D"BD!"D"BD!"D"BDa ƿ5XXXñ&b-P BD!"D"BD!"D"BD!"D"BD!"D"BD!"D"BD!"D"BD!"Dv>lG+#"–"E"BD5~Dh? BDx=eq0z览Fpjw~WF,Kop"ˆ(,hOQWŁ@D;8"BDLz<=B=|@y1ތ!"=f{~8ǭ>@vcă"s9;2FX?"BDxA_;%^:Fp1N2G{GkOȽǹr_06wr% \VA<g5"6@HʸG3BGѤUr1{|x/  !r.&Q\aQY=EfAvW?hC8a?Xq`©,=GV ߽<k%7dfܬ|}"C8’{bJpXƦQU! eR>q@w'"f {qƃPnGigYwjp/X !9c1 c3M"DP~)^QoȔ^Z=>*9SQjA&t4܈z#8<B {0a6=.ȏ=Rx|!BD$:(j/~FC(Q 8.ʉ "DfB<X{R!x_!Y[{"됸@増a[EUk;[Y"B[;!~0Hj9wjzC5("\b\Q%<Br e\f·?EpqJ!bf/0%BhM߰Gp) (z#q# t.ͅp% BDЩ=aF0:*k>)3F=vG5^aΨ Q_ǥos[l>1<w=aY<JϩP'1WN>d,>@nf<T"1E0ZO |zsZ/ ׎2c=aΘ+˃(ڇGwxT۬/9c!p"@x_9kq[=n/zbOd6;O[e2'8 Ш{ =o߉{k="\S BԊv[0܎<bm!x zYwv/B|s"ˆN[?\!O3"+~]il:;3֦V{'BH)8,v-zB!刅pZ8gNGtSS{'8z{eKvA?&t(ދF G\7˟Ga^\6BaΑ<o? ջZ虃`-F/=p"a+Bv0r|<RzOpg* $Bz @o "pu@i#)Sn fؓ 銔>(Qb; D!)1^3.{胹{ݗA+N8G&LJ :bgL|<4<!7V3wd΍tԈ!Wn8xz7n#sS8έW?Ciɓû8tQ?=DwGGz{=Sao-8"¥p:EEx8ADQ~zXT/ "BDdN13p/*B`O!"\:GVC=mQrMa7>a!< /DK~ m8V;DZ9j5~bA<!"\2325}c"D!"t[G!"d&Da ?o:Da+ l8m'D qG^k7"Du@"BD!"D"BD-Oс!"lOy"Dp3D)?:=#v/<?ub>Pnq!ix "[na! o S`FƉ#LjgB_2p) ASb|:7('@CD B ~8>!"ݡo?_r a}1F"_fs$apb9DG Ĉ>7>/#C(bOǗ'CD==aa]dH}хO!z F{‡z ͛d@Oa"H7ٳ'2OăC7GR#!0CDDPc(P!70FR0D!0Nr% >ms!DOEGPap0R"(PCl) OZ/#EDăs@_]?asa X?€ kQXXXӱg"`dk"–#Zx "BD^6"EEx-Ex\lb"N@xkұiS !"\WIE6"#WăjiS !"l%«D6"–!*pD@iS !"l«E$)N. c!"6.n $h"tqA(v@!"Dai10Dp1^D qd"BD^~@(r¿bq'h ˥aF?aF/˟!»e@a<5DZ&DnBQ 0:\%CD)A_O0-ÅEB1Dn _8)v?GT/uq2mbT#%h"3{NxR.@ C 20+->!tqV!"[]Bg/H Q |ٿg/vEڡUyf< #_y+6YBD[p]4^ FBbG9wa:_FK^q.{fug`2D-FHܺUux g02 0^0C Yp'^Ư_W(a!" {}3/Sr5\A8k>H2X2 {'d^+ ;Lm3D-CHdޫs4b0. C /(+`x_^Mmm"V!d `4Fﯬ0j ?r^sIķK 3!nC!j͠-+V8 7}G2 Fkp+-{Vrh0|| ]D '"p(4$ekRa`Z%jea3զmR *DBճ$ $C&I5;5yA2|eCAN Cbp~WS!"2 ZMSϑ ^@u>*|~QEr`6PK1 FkpCi-Ðn åB&HT<A᣺Bؕ(W~ю Wϱa3|qCdcEjgf%h1[Ci uJ(G \OiLI ~ k 2D1" n*D&}ΛZlG S"]v?j3 ! ~U!$mݧ3cQ5ծD#Y%dMJRc>+QBn5,Ł+ F"x6JfxI"¸ j?6ZHCi z#ȇv #o JTDpBC#gf&xlf7"h nui7A:$kR5(nSa=c0"a~[CJ''}$è"h n6ِi Y \XY .H@ (>&}>Z0RsA3 579  JFU>G?c.B0BV F!%@D%C5 " ? 83QtMJ8(n׋BËT?cn]RTN%p<n#r!" >'@%%5QR FMp0PD1 nP}R Kd%R"@J'ZLn /.;d54?'P^W32җ8|M[P`$든!7]aL/X%j#t פJ?D%Ja!l /1 0BDAU J6 Csgk㹠50!A@(A޵54(D"!T#hҠg5] BnWWz|p*B!"lBQ%7A0BB0 ꛠԽ$ 25i 0A7tG6,_ a$5)U~ }$CJ4X3H"P!"!`iuFPLk(S3"פ%h"~,(+DIaT dӠp0 ŭ{% m_>B1OnʶWD<-#פχP7lr`4"[ÇMNtuO>2UIDATD/H?d% n +٢tC~0D`_ꅡ`HդUBakhդS!" 4 "6{y C3~h>BAkR!«ud­ }BD {6n~D0pZ׊:CA9AB iap2"4x= d: _ BA2ȗ>y1;}[!4( ++o  ~S!" A*{j~OTBMLf㽡^w  ^d ":B89(]kk%ާ+ "  ῥ~/6+|VNNGI5ݲ]hƍGjRSU<BDzdh}O!" RZ4xYFCA1B: g۷J8CsI7j+bbh+cD?^- goIe(F "֍굸$CAA'B"GC^/QYg'C/-T"d!)BG_ /!o 'dnK3D' ݓPO`"$ !"MȐQhn aDAݟQ#KcCx- P`DxJ8LP"0k&PȐTBD­ B"Ѩ{BBY r /HO*tR!?=!2(-r i DBnhL{-Z"F&^TT"\+kL=v?ݠwItp(E_3_GaX{%꩐xNcF(f)]7n|K ]Ѱ- whF'bB/jtW^KB)dZ/ 7Ɠ‚FaTp2dQD»]ceB3Fp#Urjt}K>"HۃC3[+ ztϡD/L{D=FZZYa ^y BZIB#ADH$BsvƀT(FP&; l̅2H!M alvCh_Oh FfL&j'8vG.0^1Z}BbdB /izst&L˄!GEkUH+$Gf!|MV07! ͵jL<7 \?Pz}(Xt9zZ A@9Gg=}D!4֌Z1BLxRKgM¶<! k5X(:#^e0Bb7/q[" Bs 9lf oN`2<zadb5C/x#–#Vb'Ly<u:3"/EmyBrbϦChָ= ᅣ7 >/׽Bp"Z2f:\=2Q13z2a\="l_vj&{ptt#FFʄ0ƍpk&4Ŵ3z£,'=\/_kLA:"lW,Yb&c=u 97eO~u 2]!7o?J(F]S!P2"B79^m/L < |H" ŨuD{b&p('pգ<!"GfiG!;6L{!L8p=Ι0:K4> E%B^.("V1B+Z1-" C]~ɄikzI\ec4£MB]QDN]ˢHᅋ@cunw̸e+>^!1K7恙%7<+-FMj " КkLMߛÄF&"ΑM=>I#<1oCǝ <!\_G:EaZC{0,ߍ5 d<>ȷaeDlleЮOw<￸}׿/|Vo8[qqBj|w7W﩯}߾馛;o 5ȥ+O;Cwo-/<;IƟT?O3X |oǖ˨- ;0›B>5ms[ӲeG ExC"Ènآ˴?B mL ܲCψpi!tFt۸a Ax3"D]p! DF"¥ ww2.LxF%0KC#9XSV3Ax)PX!3< D#3y֣^wG?X= >1)B~h M;h#d›} R"B̄=0c4.)MI<B) D1ʄ['^ tY?J0R@F!"̈́nė zA (\A ҉"BLx]Lף-H `En.Dz,= 2e Gp`@(!]4Z*} _BȧB\d!"Q1#ãD̄j*so!;#B,Ge";2F>LBn}/b0@*P曽!"\ "bEo ! ]H>41!dGw|\;JH . M0.*Xe#V^Na2ͮspQK#dFfC3pv\& HpGxb *H7lزc§zCD~O5`Az{"kK T^7A!0clU. o BB][$0/"a5.Cu |o޹s'/GF" |$#B";ѽ~?#. $B(m8<BE[-@=8#7]-dk7w@]!P0" :› Oq^E(GmBaP G;Boqd׮]WC*'[BBTOA:"V#VQ >R"@SҠ a7I<B7B_A3Z_@#+i׻wָK•4;`BW6B}RMax a F𑇈jTEDe)RBQG#|IGhգ|*4U(ϿFpTS(R7sDkaz["|Lߥ[B))- ][4v* R1dlv"G#dBpOch|`F #‡DFhգφTj2V/\ գNAzP4ȷf=*p`)jajMDWHU"|!6 ]F(iFzJB=~JQҠ_b}Bh)ca8 &BDI*$F3&B}|R0 ] ZQ 㣴;g A#|jIBQ2ܿE~wc0T*$ Ch r oZ-C2n \2Y-Q z"djU(L;&BD4r MQ!$DfZ u ucqQ2 Z_Z Y n6A p 1yǼ Z!!& \2}v@HW׼ *=|z9p1jB&7%ЩDu=@h_g:y'y^u *Fa 5"fHAV0H2  " R/6ٽiw8">6 :yڲC\27o!;3v! R" y4*Q T wjk]A"zMuʨשt3hA PWPQtz%`P0j=(AY ETA7BN BH{פ7 H/[~dPHQH>:c'Cqҏ_'!>:ۛqQztfJ! iu׮{V(J :ipyAR]#0 JA!Bж2-^]AR3 GO/[PMOyF\wypB5a( ~E}F@2}iJ 5F7DI)c iCgh9 ]>`WᚵCJ^kkhP|i:kWFP6a*QDGMz]K1Q}5VI!U+U&6i&]N>aL "]B_ E(zxījRi fl mfEꋡD3(P<Nzp3`fSBi*Q}3Ԥ._^w054Rö150dhqjZ{# F IAZ\%*0\kS3Ix`(  ~z߯ 54g2VBHMW_2UPFBF^~ {z\hAѬM> c 0hM[oCm`]M!5P2D_޷2d0IejRi ՚7_kWJa"Z|2|(0+nl P!T[\@v{ŘADk jRi`դ k[Cr!*Q_֥%aꋒ 5V -{֨I֤/ ֨B(ھ"1V\g0: pm!MWP#vd[CCǡ)W31]2_;o~]s"lwMĐ f0Bch ?ˎ:i3H 3!Đ f0Bl|h#\[Pe(Iy`P$U3H!\Ԥ ;$֨G貒'xcjaWR %7-=]1S":n8r y]ZCƠz=fƊХ5ް1BakȦ*Qut,KŅ[v>JƊI wmC!d re֐9Ԋd֨Eo g Q͠z=N0N+W1 Dȴ_jWciY\kx-_3 ! {,f+L,kBU@|ZF2dO!g3!Z mAc/w"\ ۡ8 AfK4C"$oHFH DC"4d$hǞw"\f-"}&\X_o=AZ m13Bg% 3 >ڵp#[C(3#B5~*C_^К7; FЬIuo >ʵC'  xU-Q i Ǟ60"\֐p}b/&'__6rZk9#0PgHăO3!N@h1@ؚHb˦o͛p/BPS*ш :t"NA &Q}ׅ(^up.B7|I Z{駍@~ID)#5"!$"BD!"D"BD!"D"BD!"D"BD!"D"BD!"D"BD!"D"BD!"D"BD!"D"BD!"D"BD;,%xsIENDB`
PNG  IHDR2tgAMA asRGBPLTE'.8"-CEH28D#nV8V5#"XpL9?Ldkve wxybjui-4Aiq}ZELXY`l8?L3:G;BNikmPWc7>IWZ]ęfks~&,8Ԥh&"[Y`j֕I:-2=r&L K+*04:(/ /"111?)Z<'!.%)A;83235 J+/<#J*VE:Z.ӣh5!=$;"(23 *001]G:i%!eB6!*!>$I*%/9)& [@7*QD;Øf !-,,&-0)!hM:8$.4%'-6& # $ & fF/1"e%!F(3Y<+%(/0(5'0- %+?-(--Y/$ 5!bB6#G(3 -'  T9#(P5" ( 0;+ +($$ )$ ,+!*+)!%! *- !]=)1$("6(h$2 &! CP[-(PS:91Ϲx|孯' ^Tx2M0#(~0&qX#`embpu}4'@%-@/2!NS](M2  s\_C*gW+(C>0 [A*MB5\VX]g/' \D3hmxpLgimgI.Ξfmpw[?#@DM˖d+$3'Iy IDATx `\y(ݻݻmN-< Gc $JcXISd KYlj'x0a2YxFMn*FERT UHQ@;`?9F6挤4?}kƹ5Ί5kvb#P$!"D"BD!"D"BD!"D"BD!"D"BD!"D"BD!"D"BD!"D"BD!"D"BD!"D"BD!"D"BDaK36"Dp="%sb1Q5]"#H%N BӊJW!"y NNW*XPԒʹRt3YX5⇅;a= ,۟=&"Bx"~lDDo8fLDiȟ@s DC8A6$O47y'!"NwcU}L4;a"BqJTh{Ťfjh'O&iNV4"deblj1>Wa.~ ff!Vy*") ]C Ȥ ˘r"4Р$̌!"a ֎ff&t Qj$"Cv 3v'-uD;=6D$^AID;bpT[!$g Av¨Fh'BAxAL"s{ƴJVkP]LX'8 tBaյ9D%];AF&dt3y:dZKI˪/%]OΞO/:ᜱ"N#ChFLC1qXwSڞ!Μ節]y[C:iv 8Ԩ؜/z4k <cqr/cIr _zv rCYf+m F7rVn?LDhy9ÿ:p6o I2yVBeH#c^RC d!mxVC,B<|[~_0I_Ѳ4m4:l7 $ aG To\Ƴ20u7B"C\$aI]'%΀ 7eLK!+spI#L{-GdV_@6B'5 !$xCu!'[ݞz,Ƀd-"/Cᜅ>?bgQDر=i씲>jsYfczz cj~nj P򌙤'yjvȥz"<k`ILc֓Gin>"7V[9KR_FJ 芑_ "`VySmYLr! JvɄq ezY3IVSU}TD8dMd v4BbܥThq!&\GW'd .s>6HV!#N' 1c4dc*$ 3Z9x9;!a׶%¼ql]B{LEKCrƆ:7ITT/p=P4ӈp)#e3sBNN0-[RgYaycG/%әhə< ;a},")λ.Cv#lӀ-Qf2T8+ԧI`} vtnRV'| D.kIzBBhz'*Eؕt+\3`3NfsA8W_74"𵣃A3[MShk:h+Q;{\a:Fhty"%agV:$ @XU&DwQP6ƄpeٚsAs $ʲg{! ۈ/a.cd9Jl=p4,L/@(x!h#l ة!̊2G8v6>ڳCAړBQOhin2avYDI|[h&Lji ֥&7,c=NפM'/c XƖAgc.C3q!tvk0 ݅"Kݜ;ky¡$a6"glfa"sv 템¸G"Uwy!I`XJ+ N2|##NER-0vay]R%ь"V="t#m>DlNX.nBf0h^ Z^$&4& j)pAX^m9DS "0®~ʎf<veDмpZwey)ehgq`Rv\g]Uf|'?3Iܖw?t2L L DИ0L8=X)gD~0Izxz4R^B-լ6 ыLS[ P$x>.>ӛdGnQSgZ=m΢7-MW]Z~?tDTZN~M눰mNxܟAH6ϟ]#T 5ym!p{~ٌr)/C̤Sj=jX#3I`g=gN%N8mcaJ!}L8twn pmiEam!;YQMÖyG4]_|ϧq&o=,A~Z\Ac1O];PjtLa a9^ndN&9PPpy<|[ j =03G<30!Cऱ-yjTFD0yYsOly8{ ~?lFPa׵5҂c sdvs%u(i-Lfch aq42<첮aD{:K}afܽ(S Wv$f}z/b>jJTD؞SqIy1I|k+h}aFJBlTL=mx)v=65nS2T// Uf4u6Bt("PA&k0 C5F'!"[s]κ&vFXzlv*B+j~"N&B'\K8Ѧ)YKt gr#ŽD8{X;*sKa%aDءK3]1:͈!NE(a߫ŐaG" [p6V!ĐaG"lJȄ a3D; ՠKl:D;tpvDhLO4oO6a\ъQmWrYK!1:³"BD}/F"BD!"D"BD!"D"BD!"D"BD!"D"6Bkt5Ό5k;P;"BD!"D"BD!"D"BD!"D"BD!"D"BD!"D"BD!"D"BD!"D"BD!"D"BD!"D"BD!"Dl*Empb` 5;t."lWY7Gp(Ia圢\}",<"pl3MI7FLX1* u5rZZA੕p">H-Ć0e&$z6AG69ݾ L aB:pmJ,Ă0m"B8_vEs~ŋPI'mJPtS#B Bmp@#).o6E輟a"Q%YoOyk'B-'ɴǭחk(\9"j8m0Ij8*.8:ꉐDg5ӮS22Fo'G?v~0ofR?d+"BTH`mW J"30z<鸬7B;0ӊZQq a)QG(kGN欄 U(fq" =9o!#BwgVzZgC837ZIxZ!L!D8;C8"@xCL p1ډPaWNg3K!V*FpZ|:'ʹ^ȤIL^:6Ŝ)GNk ~ +5P-*B 7(òL.5hG/2>iz!tSͬMKف vA+jB^5Inht [W7+~1M,,wRmniWgK'3*,H^ 1oNZ7"u>U2C|`Кax]5#9BHFG_ڄS<O$4ho^Va *ʖ~S]tS"ְUbx}CSk &r a#7#Np(ԿpK$M%#cbK! %IuM+V宖EgG=L"L7Yo{Lf0&YMQ 6Bh7mC%Ӈh4 74:c5I3i L:#tKoN'“ ; a#7#@H3/) lCQ&?ʠu~[)2Ao]D&׍Njm'rWy)|;#cG!Α+ An?op\xDJI!"n<"*a|'yb鲓 :!V?22!udJ Jn *WOՇ{R5L{& t&,93B(%E7j>9@YW*vi Tyz'|J~ƪ>ӓaB՘,BdJc*eDg$3@Jԟ;P @H=ꀃFGluzJ3Mo&R]1t +lsl&@4c+ 1ҺL ס !@h fKɫB3IC Z[rfrt06}3b-Y47I֣ B{"L1B;11!yUi!2gB(1:as63D?Y"r ʻB>O7L$2G"Bi0QV$z Lz \TARaL`\3 O]c͍k0s#IUӵd*M#LFh/Z¨FJ z~)p "Bp: Z@:tلAt_uC8< g: P MX` t]a7i'jqƒl´.6f LA/VeO@6 tܚ | GWy~y٫beeh3S#WVN! p'WB5ȭ.J^" ƍI'BD. `+pYW?dC!:Q]!mwtm/L gBg@eAŐCX0 kt\e`B)!¤{a9*Zt骳 wUzg鏥:4~ b<`Q/?z BaDMÄ"wU "n`E40 v)"${BڛBxB v1/uU^F7ZУg a TB;"B! ܾ;7Vac_!L [aOL#i17EО&L{ `?7I#fQ˺윂<@Zza~,0){"6M5VxV 4AyiD8 L-gsD@fFT7z'D'B1{Հ,TDM2bUNE8;fЖEi/DGQh 7z!d7AI?ǽ(fL6k,:3bWxVb8L$'&&]*LUጽ7q3zMzk8S\rD!+׭^o:/RNJ333f{IjXqyYۿ>Y37ݻIJMU K6a=>LI;=f=O)}/wRerWq;26S3p) beKj8}03c>8N2)?#WwQ ^4[&Ii8~jQ;a%="ԛfɷ1S@ p'!e6 [.'U]tji~ܭ蒹.n:rw0MNpjYwT d#%!/Q0&ݾ3;l;E8G{]fT/t?.(x*x]6dP)Υ"@p78 k 8(i犐8(]\(ѻ=&\Nν`%uݳg2"Izʚ9tq=)܃BfB B Q4jf{![ \"OOǑg-Y`V>Hz"LB; u̍;5ch)?B 3&KaҰW3 θ!mRey2|Ft Fti՜R؍PC(<X|g?#JM/ {>'a_~ `[žgt-/jY-tZ6/g9Idu0s=yMC)m]N{)(p;nTi7x2I RܕI?Ϣ3"cՉ3vgz%k{ƥը.Jj 3Enc c.l>5!',䵛e},d }R6}d@mtG$w@!;Ѭ"D0v |cFp<F8;-qfx!4[D`XCG?,a%kp,%kFpV;l"H a vvHFpLG܌X"H;apUhd"D=O836EA?~P"D0 L‡gGp1"Eg BD!"D"BD!"D"BD!"D"BD!"D"BDkk| Xk5k/8#c3P BD!"D"BD!"D"BD!"D"BD!"D"BD!"D"BD!"D"BD!"D"BD!"D"BD!"D"BD!"lUTr"Dp(o %ZΕW* D4% }Z1io\|0ԧ2CeRL Z-J 9-LcCBv pGC?D7ž%D&($9Wb2zc_ $C+3+מ"~fpI"L$ʧZpF=Fj@6WDEBU1"lcT*UQVX/kB;懆Qv,@Xp!WN Ut:kt(LeE<͞g%Z#jY",B[DPj%i:Z%"|۰YbJ ˜t3[;a"tChvKJ"3 D³yR@@n"a ̢#, EBC!GB0 a Ƈ~]v#EB؍[kw IDATҗx+r-8U^\q<bqX^+8t ኺ6(eV#󹬞0<baH}eݹaZkgUy)=aPȖRm(Jl/OL0^ʏiWKcU}'@hJ\c̨Zs&rvny; S>ia]Y-Mi$< v7%2дEA~<%a0&\"B'3jD?,lQzdo2dPj/LJh4O!py CƼƸ63(C)?Ay2Rd2"GG!0#$ ;j;r MW$@)܍Ɖp\OJˮ^J;aBr6|G a&!gJh|\@<  cf:%g D8 눒2VWa|dGH)iaZZUp?Z!TvWAKoI SLWAoN-jݚ~EO- ZȔq" 3俉,E< m7eՍAޭ5 Ꮀjso1\殓"t[;:N9?BZ}PfcjRr*\Xl:o>'eհ ̨scZcRr>?Fx+AserKA{)]Q$J͌(KcB)Shi/͚-K/͕ejiF Dyz*2-Ml'B 7=U+dpɜ֯*cyk0CgÜ^:CԠ30n 6OXHtVY)n3KpzO1&ɱUԿRbl#+DHڔTguޫs^{G5a5Uz42"!,>in&$|,\g/ NʡVFnJØ?#]  ͱpL͌9+fV"օ,b0g?Mc8}!3Tk*Bh]("Uq 5#f*p2XE8sG&>뙥EY恰O\C"E>3TC"e6Y@KlMp S 7Kﴀ|!\5?\,WDX~V"U|ZGG+3 )f"<œ'!, B'KAv^A/W@. UEkC]|3 a,<žB d&2eY%Dኚ6ΐq=Bu#%¢0M{BK7!GLC#,@M!F,HʊV.BVEp n LDO("B0!Y#t=[4::hgI1t y%DBz}F84DZ6  |KVL/¾8?BUɀ[4| 4x Ɔ4RBs:5c9Y36ַK#u,1:FפY %ݾ0jnÜphxϥ?+-Q|[ מGJP[\#vK v"XXM)}5!t=!/QwTa)hY!vhHJB*-w 8/oo!B9+gETX6 rGBp27+e6y~էCL+@XP maQzQ28l֪& rԻ|;NXM(lBTe4 :a <loX\#ge0.h 2s؝<TT!t К ,sMh|<yZSaٞ_rM]IRI=$FhfK{ <)va* sŘWf G(hjD,vv<$[ɕ7qsSRXk*kjxǜ1礱b ޡS]= >yut۩>o[j{z_a7q rg(<}9w*W2TFLV]JĮT@-П+fM;<۩>E6 =)BJ#$~pZL\A URakI'/13,8bhޭ/Ǟ4mee?!y@!>7R_SQ}ja9O=W ;Voܝ2v=YPsbdle4i[y$B#~RѾa%92pa15ѡj籧^ _!q pC|]^wښ .rh~Cb "HDLE;-,oYPC0y0'[9DORxnZy*z w a$*povPГ%"5Z`dzW1O_]H2QPyp7q:dJ9(W!\#L"<= :u= ֵNNJZE&AH*mRg͝C@P J53PbfC.Ѭr)!n,yF^ =-GJa}V:ڤ6R+5M\EGu_sm f 1)jjjc:[*U 9t\ 2O)W]&;4C.#aZ1OK9[.^!{6.cBF}# 5lEfui<F!pt䍹3BFLe1b r ) qsb:>$210XɸqKP& ڸz]mX7++[b#UR55Έ5QD!"D"BD!"D"BD!"D"BD!"D"BD!"D"BD!"D"BD!"D"BD!"D"BD!"D"BD!"D"BDa ƿ5XXXñ&b-P BD!"D"BD!"D"BD!"D"BD!"D"BD!"D"BD!"D"BD!"Dv>lG+#"–"E"BD5~Dh? BDx=eq0z览Fpjw~WF,Kop"ˆ(,hOQWŁ@D;8"BDLz<=B=|@y1ތ!"=f{~8ǭ>@vcă"s9;2FX?"BDxA_;%^:Fp1N2G{GkOȽǹr_06wr% \VA<g5"6@HʸG3BGѤUr1{|x/  !r.&Q\aQY=EfAvW?hC8a?Xq`©,=GV ߽<k%7dfܬ|}"C8’{bJpXƦQU! eR>q@w'"f {qƃPnGigYwjp/X !9c1 c3M"DP~)^QoȔ^Z=>*9SQjA&t4܈z#8<B {0a6=.ȏ=Rx|!BD$:(j/~FC(Q 8.ʉ "DfB<X{R!x_!Y[{"됸@増a[EUk;[Y"B[;!~0Hj9wjzC5("\b\Q%<Br e\f·?EpqJ!bf/0%BhM߰Gp) (z#q# t.ͅp% BDЩ=aF0:*k>)3F=vG5^aΨ Q_ǥos[l>1<w=aY<JϩP'1WN>d,>@nf<T"1E0ZO |zsZ/ ׎2c=aΘ+˃(ڇGwxT۬/9c!p"@x_9kq[=n/zbOd6;O[e2'8 Ш{ =o߉{k="\S BԊv[0܎<bm!x zYwv/B|s"ˆN[?\!O3"+~]il:;3֦V{'BH)8,v-zB!刅pZ8gNGtSS{'8z{eKvA?&t(ދF G\7˟Ga^\6BaΑ<o? ջZ虃`-F/=p"a+Bv0r|<RzOpg* $Bz @o "pu@i#)Sn fؓ 銔>(Qb; D!)1^3.{胹{ݗA+N8G&LJ :bgL|<4<!7V3wd΍tԈ!Wn8xz7n#sS8έW?Ciɓû8tQ?=DwGGz{=Sao-8"¥p:EEx8ADQ~zXT/ "BDdN13p/*B`O!"\:GVC=mQrMa7>a!< /DK~ m8V;DZ9j5~bA<!"\2325}c"D!"t[G!"d&Da ?o:Da+ l8m'D qG^k7"Du@"BD!"D"BD-Oс!"lOy"Dp3D)?:=#v/<?ub>Pnq!ix "[na! o S`FƉ#LjgB_2p) ASb|:7('@CD B ~8>!"ݡo?_r a}1F"_fs$apb9DG Ĉ>7>/#C(bOǗ'CD==aa]dH}хO!z F{‡z ͛d@Oa"H7ٳ'2OăC7GR#!0CDDPc(P!70FR0D!0Nr% >ms!DOEGPap0R"(PCl) OZ/#EDăs@_]?asa X?€ kQXXXӱg"`dk"–#Zx "BD^6"EEx-Ex\lb"N@xkұiS !"\WIE6"#WăjiS !"l%«D6"–!*pD@iS !"l«E$)N. c!"6.n $h"tqA(v@!"Dai10Dp1^D qd"BD^~@(r¿bq'h ˥aF?aF/˟!»e@a<5DZ&DnBQ 0:\%CD)A_O0-ÅEB1Dn _8)v?GT/uq2mbT#%h"3{NxR.@ C 20+->!tqV!"[]Bg/H Q |ٿg/vEڡUyf< #_y+6YBD[p]4^ FBbG9wa:_FK^q.{fug`2D-FHܺUux g02 0^0C Yp'^Ư_W(a!" {}3/Sr5\A8k>H2X2 {'d^+ ;Lm3D-CHdޫs4b0. C /(+`x_^Mmm"V!d `4Fﯬ0j ?r^sIķK 3!nC!j͠-+V8 7}G2 Fkp+-{Vrh0|| ]D '"p(4$ekRa`Z%jea3զmR *DBճ$ $C&I5;5yA2|eCAN Cbp~WS!"2 ZMSϑ ^@u>*|~QEr`6PK1 FkpCi-Ðn åB&HT<A᣺Bؕ(W~ю Wϱa3|qCdcEjgf%h1[Ci uJ(G \OiLI ~ k 2D1" n*D&}ΛZlG S"]v?j3 ! ~U!$mݧ3cQ5ծD#Y%dMJRc>+QBn5,Ł+ F"x6JfxI"¸ j?6ZHCi z#ȇv #o JTDpBC#gf&xlf7"h nui7A:$kR5(nSa=c0"a~[CJ''}$è"h n6ِi Y \XY .H@ (>&}>Z0RsA3 579  JFU>G?c.B0BV F!%@D%C5 " ? 83QtMJ8(n׋BËT?cn]RTN%p<n#r!" >'@%%5QR FMp0PD1 nP}R Kd%R"@J'ZLn /.;d54?'P^W32җ8|M[P`$든!7]aL/X%j#t פJ?D%Ja!l /1 0BDAU J6 Csgk㹠50!A@(A޵54(D"!T#hҠg5] BnWWz|p*B!"lBQ%7A0BB0 ꛠԽ$ 25i 0A7tG6,_ a$5)U~ }$CJ4X3H"P!"!`iuFPLk(S3"פ%h"~,(+DIaT dӠp0 ŭ{% m_>B1OnʶWD<-#פχP7lr`4"[ÇMNtuO>2UIDATD/H?d% n +٢tC~0D`_ꅡ`HդUBakhդS!" 4 "6{y C3~h>BAkR!«ud­ }BD {6n~D0pZ׊:CA9AB iap2"4x= d: _ BA2ȗ>y1;}[!4( ++o  ~S!" A*{j~OTBMLf㽡^w  ^d ":B89(]kk%ާ+ "  ῥ~/6+|VNNGI5ݲ]hƍGjRSU<BDzdh}O!" RZ4xYFCA1B: g۷J8CsI7j+bbh+cD?^- goIe(F "֍굸$CAA'B"GC^/QYg'C/-T"d!)BG_ /!o 'dnK3D' ݓPO`"$ !"MȐQhn aDAݟQ#KcCx- P`DxJ8LP"0k&PȐTBD­ B"Ѩ{BBY r /HO*tR!?=!2(-r i DBnhL{-Z"F&^TT"\+kL=v?ݠwItp(E_3_GaX{%꩐xNcF(f)]7n|K ]Ѱ- whF'bB/jtW^KB)dZ/ 7Ɠ‚FaTp2dQD»]ceB3Fp#Urjt}K>"HۃC3[+ ztϡD/L{D=FZZYa ^y BZIB#ADH$BsvƀT(FP&; l̅2H!M alvCh_Oh FfL&j'8vG.0^1Z}BbdB /izst&L˄!GEkUH+$Gf!|MV07! ͵jL<7 \?Pz}(Xt9zZ A@9Gg=}D!4֌Z1BLxRKgM¶<! k5X(:#^e0Bb7/q[" Bs 9lf oN`2<zadb5C/x#–#Vb'Ly<u:3"/EmyBrbϦChָ= ᅣ7 >/׽Bp"Z2f:\=2Q13z2a\="l_vj&{ptt#FFʄ0ƍpk&4Ŵ3z£,'=\/_kLA:"lW,Yb&c=u 97eO~u 2]!7o?J(F]S!P2"B79^m/L < |H" ŨuD{b&p('pգ<!"GfiG!;6L{!L8p=Ι0:K4> E%B^.("V1B+Z1-" C]~ɄikzI\ec4£MB]QDN]ˢHᅋ@cunw̸e+>^!1K7恙%7<+-FMj " КkLMߛÄF&"ΑM=>I#<1oCǝ <!\_G:EaZC{0,ߍ5 d<>ȷaeDlleЮOw<￸}׿/|Vo8[qqBj|w7W﩯}߾馛;o 5ȥ+O;Cwo-/<;IƟT?O3X |oǖ˨- ;0›B>5ms[ӲeG ExC"Ènآ˴?B mL ܲCψpi!tFt۸a Ax3"D]p! DF"¥ ww2.LxF%0KC#9XSV3Ax)PX!3< D#3y֣^wG?X= >1)B~h M;h#d›} R"B̄=0c4.)MI<B) D1ʄ['^ tY?J0R@F!"̈́nė zA (\A ҉"BLx]Lף-H `En.Dz,= 2e Gp`@(!]4Z*} _BȧB\d!"Q1#ãD̄j*so!;#B,Ge";2F>LBn}/b0@*P曽!"\ "bEo ! ]H>41!dGw|\;JH . M0.*Xe#V^Na2ͮspQK#dFfC3pv\& HpGxb *H7lزc§zCD~O5`Az{"kK T^7A!0clU. o BB][$0/"a5.Cu |o޹s'/GF" |$#B";ѽ~?#. $B(m8<BE[-@=8#7]-dk7w@]!P0" :› Oq^E(GmBaP G;Boqd׮]WC*'[BBTOA:"V#VQ >R"@SҠ a7I<B7B_A3Z_@#+i׻wָK•4;`BW6B}RMax a F𑇈jTEDe)RBQG#|IGhգ|*4U(ϿFpTS(R7sDkaz["|Lߥ[B))- ][4v* R1dlv"G#dBpOch|`F #‡DFhգφTj2V/\ գNAzP4ȷf=*p`)jajMDWHU"|!6 ]F(iFzJB=~JQҠ_b}Bh)ca8 &BDI*$F3&B}|R0 ] ZQ 㣴;g A#|jIBQ2ܿE~wc0T*$ Ch r oZ-C2n \2Y-Q z"djU(L;&BD4r MQ!$DfZ u ucqQ2 Z_Z Y n6A p 1yǼ Z!!& \2}v@HW׼ *=|z9p1jB&7%ЩDu=@h_g:y'y^u *Fa 5"fHAV0H2  " R/6ٽiw8">6 :yڲC\27o!;3v! R" y4*Q T wjk]A"zMuʨשt3hA PWPQtz%`P0j=(AY ETA7BN BH{פ7 H/[~dPHQH>:c'Cqҏ_'!>:ۛqQztfJ! iu׮{V(J :ipyAR]#0 JA!Bж2-^]AR3 GO/[PMOyF\wypB5a( ~E}F@2}iJ 5F7DI)c iCgh9 ]>`WᚵCJ^kkhP|i:kWFP6a*QDGMz]K1Q}5VI!U+U&6i&]N>aL "]B_ E(zxījRi fl mfEꋡD3(P<Nzp3`fSBi*Q}3Ԥ._^w054Rö150dhqjZ{# F IAZ\%*0\kS3Ix`(  ~z߯ 54g2VBHMW_2UPFBF^~ {z\hAѬM> c 0hM[oCm`]M!5P2D_޷2d0IejRi ՚7_kWJa"Z|2|(0+nl P!T[\@v{ŘADk jRi`դ k[Cr!*Q_֥%aꋒ 5V -{֨I֤/ ֨B(ھ"1V\g0: pm!MWP#vd[CCǡ)W31]2_;o~]s"lwMĐ f0Bch ?ˎ:i3H 3!Đ f0Bl|h#\[Pe(Iy`P$U3H!\Ԥ ;$֨G貒'xcjaWR %7-=]1S":n8r y]ZCƠz=fƊХ5ް1BakȦ*Qut,KŅ[v>JƊI wmC!d re֐9Ԋd֨Eo g Q͠z=N0N+W1 Dȴ_jWciY\kx-_3 ! {,f+L,kBU@|ZF2dO!g3!Z mAc/w"\ ۡ8 AfK4C"$oHFH DC"4d$hǞw"\f-"}&\X_o=AZ m13Bg% 3 >ڵp#[C(3#B5~*C_^К7; FЬIuo >ʵC'  xU-Q i Ǟ60"\֐p}b/&'__6rZk9#0PgHăO3!N@h1@ؚHb˦o͛p/BPS*ш :t"NA &Q}ׅ(^up.B7|I Z{駍@~ID)#5"!$"BD!"D"BD!"D"BD!"D"BD!"D"BD!"D"BD!"D"BD!"D"BD!"D"BD!"D"BD;,%xsIENDB`
-1
gohugoio/hugo
8,215
markup/goldmark: Add attributes support for blocks (tables etc.)
Fixes #7548
bep
"2021-02-08T09:42:41Z"
"2021-02-08T18:52:56Z"
1b2472825664763c0b88807b0d193e73553423ec
2681633db8d340d2dc59cf801419874d572fc704
markup/goldmark: Add attributes support for blocks (tables etc.). Fixes #7548
./docs/content/en/functions/safeJS.md
--- title: safeJS # linktitle: description: Declares the provided string as a known safe JavaScript string. godocref: https://golang.org/src/html/template/content.go?s=2548:2557#L51 date: 2017-02-01 publishdate: 2017-02-01 lastmod: 2017-02-01 categories: [functions] menu: docs: parent: "functions" keywords: [strings] signature: ["safeJS INPUT"] workson: [] hugoversion: relatedfuncs: [] deprecated: false draft: false aliases: [] --- In this context, *safe* means the string encapsulates a known safe EcmaScript5 Expression (e.g., `(x + y * z())`). Template authors are responsible for ensuring that typed expressions do not break the intended precedence and that there is no statement/expression ambiguity as when passing an expression like `{ foo:bar() }\n['foo']()`, which is both a valid expression and a valid program with a very different meaning. Example: Given `hash = "619c16f"` defined in the front matter of your `.md` file: * <span class="good">`<script>var form_{{ .Params.hash | safeJS }};…</script>` &rarr; `<script>var form_619c16f;…</script>`</span> * <span class="bad">`<script>var form_{{ .Params.hash }};…</script>` &rarr; `<script>var form_"619c16f";…</script>`</span>
--- title: safeJS # linktitle: description: Declares the provided string as a known safe JavaScript string. godocref: https://golang.org/src/html/template/content.go?s=2548:2557#L51 date: 2017-02-01 publishdate: 2017-02-01 lastmod: 2017-02-01 categories: [functions] menu: docs: parent: "functions" keywords: [strings] signature: ["safeJS INPUT"] workson: [] hugoversion: relatedfuncs: [] deprecated: false draft: false aliases: [] --- In this context, *safe* means the string encapsulates a known safe EcmaScript5 Expression (e.g., `(x + y * z())`). Template authors are responsible for ensuring that typed expressions do not break the intended precedence and that there is no statement/expression ambiguity as when passing an expression like `{ foo:bar() }\n['foo']()`, which is both a valid expression and a valid program with a very different meaning. Example: Given `hash = "619c16f"` defined in the front matter of your `.md` file: * <span class="good">`<script>var form_{{ .Params.hash | safeJS }};…</script>` &rarr; `<script>var form_619c16f;…</script>`</span> * <span class="bad">`<script>var form_{{ .Params.hash }};…</script>` &rarr; `<script>var form_"619c16f";…</script>`</span>
-1
gohugoio/hugo
8,215
markup/goldmark: Add attributes support for blocks (tables etc.)
Fixes #7548
bep
"2021-02-08T09:42:41Z"
"2021-02-08T18:52:56Z"
1b2472825664763c0b88807b0d193e73553423ec
2681633db8d340d2dc59cf801419874d572fc704
markup/goldmark: Add attributes support for blocks (tables etc.). Fixes #7548
./docs/content/en/news/hugo-macos-intel-vs-arm/index.html
--- title: "Hugo on Apple M1" date: 2020-12-10 description: "The new Mac Mini M1 base model is blazing fast! We have run the Hugo benchmarks comparing it to a MacBook four times more expensive." --- <p><i>By <a href="https://github.com/bep/">bep</a></i></p> <p> The table below shows all of Hugo's benchmarks run on both a MacBook with Intel CPU and a Mac Mini M1 with an ARM CPU. </p> <p>Some notes: <ul> <li>The Intel Mac is a 2019 16 inch MacBook with 2,3 GHz 8-Core Intel Core i9 with 32 GB ram.</li> <li>The ARM Mac is a new Mac Mini M1 base model with 8 GB of ram</li> <li>The benchmarks are run with <code>go test -test.run=NONE -bench="Benchmark" -test.benchmem=true -cpu=8 -count=4 ./...</code>. Since the M1 does not have a concept of Turbo Boost, I kept that on when running the Intel benchmarks.</li> <li>The right column is the Mac Mini, negative (black) numbers are good, positive numbers (red) are not so good.</li> <li>Go is compiled from the latest source: <code>go version devel +5627a4dc30 Wed Dec 9 16:57:37 2020 +0000 darwin/arm64</code></li> </ul> </p> <p> This test isn't exactly comparing apples with apples (pun intended); this is a 4K USD computer compared to a 1K computer, but that makes the performance of the Mac Mini even more impressive. </p> <p> There are some areas where the Intel still outshines the ARM, and that is most likely areas with highly optimized assembly code, and this will certainly improve. More benchmarks can be found <a href="https://roland.zone/m1-go-benchmarks/">here</a>. </p> <p> You probably want to watch <a href="https://github.com/golang/go/issues/42756">issue</a> to track when we can get a Go release with MacOS M1 support. A couple of months? </p> <p> Also, this <a href="https://docs.google.com/document/d/1iWUstb66v66tTVxQWNMZ1BehgNzEmykzqDCUp5l8ip8/edit">work document</a> is a great resource for getting a native Go development environment up and running on the M1. </p> <h2>Benchstat Output</h2> <style> td { padding: 10px; } th, td { border: none; } </style> <table class="benchstat oldnew" style="border-collapse: collapse; width: 100%"> <tr class="configs"> <th style="text-align: left;"></th> <th> hugo-intel.txt </th> <th> hugo-m1.txt </th> </tr> <tbody> <tr> <th style="text-align: left;"></th> <th colspan="2" class="metric" style=""> time/op </th> <th style=""> delta </th> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/common/hreflect </th> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> IsTruthFul-8 </td> <td> 15.0ns ± 3% </td> <td> 12.6ns ± 3% </td> <td class="delta" style="font-weight: bold;"> −16.31% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/common/maps </th> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> ScratchGet-8 </td> <td> 15.1ns ± 1% </td> <td> 13.8ns ± 0% </td> <td class="delta" style="font-weight: bold;"> −8.74% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/helpers </th> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> StripHTML-8 </td> <td> 2.02µs ± 0% </td> <td> 1.61µs ± 0% </td> <td class="delta" style="font-weight: bold;"> −20.15% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> TestTruncateWordsToWholeSentence-8 </td> <td> 50.1ns ± 2% </td> <td> 45.1ns ± 0% </td> <td class="delta" style="font-weight: bold;"> −9.98% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> TestTruncateWordsToWholeSentenceOld-8 </td> <td> 4.23µs ± 2% </td> <td> 3.15µs ± 0% </td> <td class="delta" style="font-weight: bold;"> −25.53% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> TotalWords-8 </td> <td> 6.38µs ± 2% </td> <td> 5.90µs ± 0% </td> <td class="delta" style="font-weight: bold;"> −7.63% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> EmojiKyokomiFprint-8 </td> <td> 30.9µs ± 5% </td> <td> 25.1µs ± 3% </td> <td class="delta" style="font-weight: bold;"> −18.83% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> EmojiKyokomiSprint-8 </td> <td> 29.9µs ± 1% </td> <td> 24.3µs ± 0% </td> <td class="delta" style="font-weight: bold;"> −18.49% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> HugoEmoji-8 </td> <td> 1.56µs ±10% </td> <td> 4.27µs ± 3% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;174.22% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> ReaderContains-8 </td> <td> 4.01µs ± 1% </td> <td> 4.23µs ± 2% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;5.48% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> MD5FromFileFast/full=false-8 </td> <td> 2.36µs ± 1% </td> <td> 1.75µs ± 0% </td> <td class="delta" style="font-weight: bold;"> −25.92% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> MD5FromFileFast/full=true-8 </td> <td> 32.7µs ± 2% </td> <td> 36.3µs ± 0% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;10.85% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> UniqueStrings/Safe-8 </td> <td> 418ns ± 3% </td> <td> 312ns ± 0% </td> <td class="delta" style="font-weight: bold;"> −25.42% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> UniqueStrings/Reuse_slice-8 </td> <td> 352ns ± 2% </td> <td> 271ns ± 2% </td> <td class="delta" style="font-weight: bold;"> −23.25% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> UniqueStrings/Reuse_slice_sorted-8 </td> <td> 203ns ± 1% </td> <td> 157ns ± 2% </td> <td class="delta" style="font-weight: bold;"> −22.82% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/hugofs </th> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> Walk-8 </td> <td> 271µs ± 1% </td> <td> 210µs ± 0% </td> <td class="delta" style="font-weight: bold;"> −22.70% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/hugofs/glob </th> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> GetGlob-8 </td> <td> 15.0ns ± 2% </td> <td> 13.8ns ± 0% </td> <td class="delta" style="font-weight: bold;"> −8.12% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/hugolib </th> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> Cascade/langs-1-8 </td> <td> 7.24ms ± 1% </td> <td> 5.06ms ± 2% </td> <td class="delta" style="font-weight: bold;"> −30.06% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> Cascade/langs-3-8 </td> <td> 9.20ms ± 0% </td> <td> 6.56ms ± 1% </td> <td class="delta" style="font-weight: bold;"> −28.75% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> Cascade/langs-5-8 </td> <td> 11.2ms ± 1% </td> <td> 8.0ms ± 1% </td> <td class="delta" style="font-weight: bold;"> −28.64% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> Cascade/langs-7-8 </td> <td> 13.4ms ± 1% </td> <td> 9.6ms ± 0% </td> <td class="delta" style="font-weight: bold;"> −28.18% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> Cascade/langs-9-8 </td> <td> 15.8ms ± 1% </td> <td> 11.2ms ± 1% </td> <td class="delta" style="font-weight: bold;"> −29.20% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> ContentMap/CreateMissingNodes-8 </td> <td> 54.3µs ± 3% </td> <td> 49.9µs ± 5% </td> <td class="delta" style="font-weight: bold;"> −8.03% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> GetPage-8 </td> <td> 210ns ± 2% </td> <td> 207ns ± 1% </td> <td class="delta" style="font-weight: bold;"> −1.46% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> GetPageRegular/From_root-8 </td> <td> 1.64µs ± 1% </td> <td> 0.88µs ± 0% </td> <td class="delta" style="font-weight: bold;"> −46.14% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> GetPageRegular/Page_relative-8 </td> <td> 1.96µs ± 0% </td> <td> 1.15µs ± 1% </td> <td class="delta" style="font-weight: bold;"> −41.52% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> MergeByLanguage-8 </td> <td> 644ns ±15% </td> <td> 599ns ±12% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (p=0.486 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> PagesPrevNext/.Next-pages-300-8 </td> <td> 34.0ns ± 1% </td> <td> 31.3ns ± 0% </td> <td class="delta" style="font-weight: bold;"> −7.81% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> PagesPrevNext/.Next-pages-5000-8 </td> <td> 65.5ns ± 2% </td> <td> 38.3ns ± 1% </td> <td class="delta" style="font-weight: bold;"> −41.42% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> PagesPrevNext/.Prev-pages-300-8 </td> <td> 34.0ns ± 1% </td> <td> 31.6ns ± 1% </td> <td class="delta" style="font-weight: bold;"> −7.00% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> PagesPrevNext/.Prev-pages-5000-8 </td> <td> 65.8ns ± 2% </td> <td> 37.9ns ± 1% </td> <td class="delta" style="font-weight: bold;"> −42.37% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> PagesPrevNext/Pages.Next-pages-300-8 </td> <td> 911ns ±17% </td> <td> 621ns ± 0% </td> <td class="delta" style="font-weight: bold;"> −31.82% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> PagesPrevNext/Pages.Next-pages-5000-8 </td> <td> 1.94µs ± 9% </td> <td> 1.67µs ±11% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (p=0.057 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> PagesPrevNext/Pages.Prev-pages-300-8 </td> <td> 854ns ±32% </td> <td> 631ns ± 3% </td> <td class="delta" style="font-weight: bold;"> −26.16% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> PagesPrevNext/Pages.Prev-pages-5000-8 </td> <td> 1.98µs ± 4% </td> <td> 1.66µs ± 5% </td> <td class="delta" style="font-weight: bold;"> −16.34% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> PagesPrevNext/Pages.Shuffled.Next-pages-300-8 </td> <td> 914ns ±19% </td> <td> 623ns ± 1% </td> <td class="delta" style="font-weight: bold;"> −31.83% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> PagesPrevNext/Pages.Shuffled.Next-pages-5000-8 </td> <td> 13.6µs ± 1% </td> <td> 11.3µs ± 4% </td> <td class="delta" style="font-weight: bold;"> −17.04% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> PagesPrevNext/Pages.Shuffled.Prev-pages-300-8 </td> <td> 952ns ±21% </td> <td> 627ns ± 0% </td> <td class="delta" style="font-weight: bold;"> −34.12% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> PagesPrevNext/Pages.Shuffled.Prev-pages-5000-8 </td> <td> 13.1µs ± 1% </td> <td> 11.2µs ± 1% </td> <td class="delta" style="font-weight: bold;"> −14.35% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> PagesPrevNext/Pages.ByTitle.Next-pages-300-8 </td> <td> 752ns ± 2% </td> <td> 630ns ± 4% </td> <td class="delta" style="font-weight: bold;"> −16.24% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> PagesPrevNext/Pages.ByTitle.Next-pages-5000-8 </td> <td> 13.5µs ± 3% </td> <td> 11.1µs ± 4% </td> <td class="delta" style="font-weight: bold;"> −17.84% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> ResourceChainPostProcess-8 </td> <td> 40.1ms ± 1% </td> <td> 35.6ms ± 1% </td> <td class="delta" style="font-weight: bold;"> −11.23% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> ReplaceShortcodeTokens-8 </td> <td> 2.30µs ±34% </td> <td> 7.02µs ± 3% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;205.66% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Edit_Bundle_with_image-8 </td> <td> 754µs ± 0% </td> <td> 446µs ± 7% </td> <td class="delta" style="font-weight: bold;"> −40.85% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Edit_Bundle_with_JSON_file-8 </td> <td> 728µs ± 0% </td> <td> 437µs ± 1% </td> <td class="delta" style="font-weight: bold;"> −39.95% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Edit_Tags_and_categories-8 </td> <td> 15.5ms ± 2% </td> <td> 12.9ms ± 6% </td> <td class="delta" style="font-weight: bold;"> −16.46% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Edit_Canonify_URLs-8 </td> <td> 27.1ms ± 2% </td> <td> 25.9ms ± 2% </td> <td class="delta" style="font-weight: bold;"> −4.69% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Edit_Deep_content_tree-8 </td> <td> 32.2ms ± 5% </td> <td> 25.7ms ± 3% </td> <td class="delta" style="font-weight: bold;"> −20.16% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Edit_Many_HTML_templates-8 </td> <td> 11.3ms ± 2% </td> <td> 8.5ms ± 2% </td> <td class="delta" style="font-weight: bold;"> −24.98% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Edit_Page_collections-8 </td> <td> 19.7ms ± 2% </td> <td> 14.5ms ± 3% </td> <td class="delta" style="font-weight: bold;"> −26.11% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Edit_List_terms-8 </td> <td> 3.77ms ± 2% </td> <td> 2.55ms ± 1% </td> <td class="delta" style="font-weight: bold;"> −32.41% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Regular_Bundle_with_image-8 </td> <td> 5.54ms ± 0% </td> <td> 3.98ms ± 1% </td> <td class="delta" style="font-weight: bold;"> −28.09% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Regular_Bundle_with_JSON_file-8 </td> <td> 5.71ms ± 1% </td> <td> 4.03ms ± 1% </td> <td class="delta" style="font-weight: bold;"> −29.43% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Regular_Tags_and_categories-8 </td> <td> 24.6ms ± 2% </td> <td> 19.0ms ± 2% </td> <td class="delta" style="font-weight: bold;"> −22.47% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Regular_Canonify_URLs-8 </td> <td> 32.6ms ± 1% </td> <td> 29.9ms ± 1% </td> <td class="delta" style="font-weight: bold;"> −8.17% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Regular_Deep_content_tree-8 </td> <td> 41.3ms ± 1% </td> <td> 31.6ms ± 2% </td> <td class="delta" style="font-weight: bold;"> −23.60% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Regular_Many_HTML_templates-8 </td> <td> 19.9ms ± 1% </td> <td> 14.4ms ± 0% </td> <td class="delta" style="font-weight: bold;"> −27.53% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Regular_Page_collections-8 </td> <td> 28.8ms ± 0% </td> <td> 21.2ms ± 1% </td> <td class="delta" style="font-weight: bold;"> −26.29% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Regular_List_terms-8 </td> <td> 9.02ms ± 1% </td> <td> 6.55ms ± 2% </td> <td class="delta" style="font-weight: bold;"> −27.39% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/identity </th> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> IdentityManager/Add-8 </td> <td> 702ns ±10% </td> <td> 404ns ± 3% </td> <td class="delta" style="font-weight: bold;"> −42.42% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> IdentityManager/Search-8 </td> <td> 2.14µs ± 2% </td> <td> 1.15µs ± 1% </td> <td class="delta" style="font-weight: bold;"> −46.07% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/langs/i18n </th> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> I18nTranslate/all-present-8 </td> <td> 254ns ± 1% </td> <td> 315ns ± 0% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;23.86% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> I18nTranslate/present-in-default-8 </td> <td> 650ns ± 2% </td> <td> 604ns ± 0% </td> <td class="delta" style="font-weight: bold;"> −6.97% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> I18nTranslate/present-in-current-8 </td> <td> 252ns ± 1% </td> <td> 309ns ± 2% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;22.83% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> I18nTranslate/missing-8 </td> <td> 614ns ± 0% </td> <td> 574ns ± 0% </td> <td class="delta" style="font-weight: bold;"> −6.48% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> I18nTranslate/file-missing-8 </td> <td> 1.43µs ± 3% </td> <td> 1.19µs ± 0% </td> <td class="delta" style="font-weight: bold;"> −16.26% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> I18nTranslate/context-provided-8 </td> <td> 732ns ± 1% </td> <td> 648ns ± 0% </td> <td class="delta" style="font-weight: bold;"> −11.46% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> I18nTranslate/readingTime-one-8 </td> <td> 480ns ± 1% </td> <td> 462ns ± 0% </td> <td class="delta" style="font-weight: bold;"> −3.61% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> I18nTranslate/readingTime-many-8 </td> <td> 972ns ± 0% </td> <td> 823ns ± 0% </td> <td class="delta" style="font-weight: bold;"> −15.28% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> I18nTranslate/same-id-and-translation-8 </td> <td> 248ns ± 1% </td> <td> 312ns ± 0% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;26.12% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> I18nTranslate/same-id-and-translation-default-8 </td> <td> 648ns ± 2% </td> <td> 602ns ± 0% </td> <td class="delta" style="font-weight: bold;"> −6.96% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> I18nTranslate/unknown-language-code-8 </td> <td> 1.48µs ± 1% </td> <td> 1.22µs ± 0% </td> <td class="delta" style="font-weight: bold;"> −17.61% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> I18nTranslate/known-language-missing-plural-8 </td> <td> 985ns ± 3% </td> <td> 858ns ± 0% </td> <td class="delta" style="font-weight: bold;"> −12.99% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> I18nTranslate/dotted-bare-key-8 </td> <td> 238ns ± 2% </td> <td> 314ns ± 0% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;32.13% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> I18nTranslate/lang-with-hyphen-8 </td> <td> 574ns ± 2% </td> <td> 569ns ± 1% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (p=0.229 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/markup/goldmark </th> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> SanitizeAnchorName-8 </td> <td> 395ns ± 1% </td> <td> 334ns ± 0% </td> <td class="delta" style="font-weight: bold;"> −15.39% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> SanitizeAnchorNameAsciiOnly-8 </td> <td> 866ns ± 5% </td> <td> 660ns ± 0% </td> <td class="delta" style="font-weight: bold;"> −23.82% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> SanitizeAnchorNameBlackfriday-8 </td> <td> 528ns ± 1% </td> <td> 439ns ± 0% </td> <td class="delta" style="font-weight: bold;"> −17.00% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> SanitizeAnchorNameString-8 </td> <td> 438ns ± 2% </td> <td> 362ns ± 0% </td> <td class="delta" style="font-weight: bold;"> −17.39% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/metrics </th> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> HowSimilar-8 </td> <td> 1.92µs ± 0% </td> <td> 1.50µs ± 0% </td> <td class="delta" style="font-weight: bold;"> −21.55% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/output </th> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> Layout-8 </td> <td> 78.7ns ± 1% </td> <td> 96.0ns ± 8% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;22.06% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> LayoutUncached-8 </td> <td> 6.93µs ± 0% </td> <td> 5.69µs ± 0% </td> <td class="delta" style="font-weight: bold;"> −17.83% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/parser/metadecoders </th> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> StringifyMapKeysStringsOnlyInterfaceMaps-8 </td> <td> 790ns ±10% </td> <td> 598ns ± 8% </td> <td class="delta" style="font-weight: bold;"> −24.31% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> StringifyMapKeysStringsOnlyStringMaps-8 </td> <td> 158ns ± 1% </td> <td> 149ns ± 2% </td> <td class="delta" style="font-weight: bold;"> −5.80% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> StringifyMapKeysIntegers-8 </td> <td> 1.10µs ± 1% </td> <td> 0.83µs ± 3% </td> <td class="delta" style="font-weight: bold;"> −23.95% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/parser/pageparser </th> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> ShortcodeLexer-8 </td> <td> 86.5µs ± 2% </td> <td> 58.0µs ± 0% </td> <td class="delta" style="font-weight: bold;"> −32.92% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> Parse-8 </td> <td> 10.6µs ± 1% </td> <td> 7.9µs ± 0% </td> <td class="delta" style="font-weight: bold;"> −25.50% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> ParseWithEmoji-8 </td> <td> 12.9µs ± 2% </td> <td> 10.1µs ± 0% </td> <td class="delta" style="font-weight: bold;"> −21.55% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/publisher </th> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> ClassCollectorWriter-8 </td> <td> 18.2µs ± 0% </td> <td> 13.6µs ± 0% </td> <td class="delta" style="font-weight: bold;"> −25.52% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/related </th> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> RelatedNewIndex/singles-8 </td> <td> 48.2µs ± 1% </td> <td> 40.8µs ± 0% </td> <td class="delta" style="font-weight: bold;"> −15.24% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> RelatedNewIndex/all-8 </td> <td> 47.8µs ± 1% </td> <td> 39.5µs ± 0% </td> <td class="delta" style="font-weight: bold;"> −17.21% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> RelatedMatchesIn-8 </td> <td> 83.3µs ±12% </td> <td> 78.0µs ±11% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (p=0.343 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/resources </th> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> ImageExif/Cold_cache-8 </td> <td> 192µs ± 6% </td> <td> 166µs ± 3% </td> <td class="delta" style="font-weight: bold;"> −13.75% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> ImageExif/Cold_cache,_10-8 </td> <td> 209µs ± 2% </td> <td> 173µs ± 1% </td> <td class="delta" style="font-weight: bold;"> −17.10% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> ImageExif/Warm_cache-8 </td> <td> 37.5µs ± 1% </td> <td> 441.3µs ±16% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;1077.34% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> ResizeParallel-8 </td> <td> 1.27µs ± 1% </td> <td> 1.64µs ± 1% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;29.40% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> ResourcesMatch-8 </td> <td> 524ns ± 6% </td> <td> 638ns ± 7% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;21.73% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> ResourcesMatchA100-8 </td> <td> 136ns ±12% </td> <td> 120ns ± 3% </td> <td class="delta" style="font-weight: bold;"> −11.25% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> AssignMetadata-8 </td> <td> 15.4µs ± 1% </td> <td> 11.6µs ± 1% </td> <td class="delta" style="font-weight: bold;"> −24.64% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/resources/images/exif </th> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> DecodeExif-8 </td> <td> 99.5µs ± 1% </td> <td> 71.2µs ± 0% </td> <td class="delta" style="font-weight: bold;"> −28.43% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/resources/page </th> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> PageCache-8 </td> <td> 137ns ± 1% </td> <td> 131ns ± 0% </td> <td class="delta" style="font-weight: bold;"> −4.23% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/Shuffled-100-8 </td> <td> 142ns ± 1% </td> <td> 144ns ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (p=0.314 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/Shuffled-500-8 </td> <td> 613ns ± 5% </td> <td> 595ns ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (p=1.000 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/Shuffled-1000-8 </td> <td> 1.60µs ± 4% </td> <td> 1.42µs ± 5% </td> <td class="delta" style="font-weight: bold;"> −11.24% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/Shuffled-5000-8 </td> <td> 6.28µs ± 2% </td> <td> 5.97µs ± 1% </td> <td class="delta" style="font-weight: bold;"> −4.89% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByWeight-100-8 </td> <td> 146ns ± 1% </td> <td> 143ns ± 0% </td> <td class="delta" style="font-weight: bold;"> −1.63% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByWeight-500-8 </td> <td> 615ns ± 4% </td> <td> 595ns ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (p=0.314 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByWeight-1000-8 </td> <td> 801ns ± 1% </td> <td> 657ns ± 3% </td> <td class="delta" style="font-weight: bold;"> −17.94% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByWeight-5000-8 </td> <td> 899ns ± 1% </td> <td> 753ns ± 6% </td> <td class="delta" style="font-weight: bold;"> −16.27% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByWeight.Reverse-100-8 </td> <td> 144ns ± 1% </td> <td> 144ns ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (p=0.514 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByWeight.Reverse-500-8 </td> <td> 603ns ± 2% </td> <td> 595ns ± 0% </td> <td class="delta" style="font-weight: bold;"> −1.32% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByWeight.Reverse-1000-8 </td> <td> 901ns ± 4% </td> <td> 758ns ± 7% </td> <td class="delta" style="font-weight: bold;"> −15.85% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByWeight.Reverse-5000-8 </td> <td> 994ns ± 5% </td> <td> 855ns ± 5% </td> <td class="delta" style="font-weight: bold;"> −13.97% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByDate-100-8 </td> <td> 141ns ± 1% </td> <td> 144ns ± 1% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;2.06% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByDate-500-8 </td> <td> 594ns ± 2% </td> <td> 595ns ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (p=0.257 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByDate-1000-8 </td> <td> 454ns ±13% </td> <td> 393ns ± 7% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (p=0.057 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByDate-5000-8 </td> <td> 530ns ±10% </td> <td> 461ns ± 6% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (p=0.057 n=4&#43;4) </td> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByPublishDate-100-8 </td> <td> 140ns ± 1% </td> <td> 144ns ± 1% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;2.51% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByPublishDate-500-8 </td> <td> 583ns ± 0% </td> <td> 596ns ± 0% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;2.14% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByPublishDate-1000-8 </td> <td> 441ns ± 6% </td> <td> 443ns ± 8% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (p=0.686 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByPublishDate-5000-8 </td> <td> 535ns ± 4% </td> <td> 532ns ± 7% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (p=0.686 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByTitle-100-8 </td> <td> 141ns ± 2% </td> <td> 143ns ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (p=0.229 n=4&#43;4) </td> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByTitle-500-8 </td> <td> 586ns ± 0% </td> <td> 595ns ± 0% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;1.70% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByTitle-1000-8 </td> <td> 1.00µs ± 9% </td> <td> 0.84µs ± 3% </td> <td class="delta" style="font-weight: bold;"> −16.22% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByTitle-5000-8 </td> <td> 1.22µs ±11% </td> <td> 0.99µs ± 7% </td> <td class="delta" style="font-weight: bold;"> −18.47% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByTitle_Linear-100-8 </td> <td> 142ns ± 2% </td> <td> 144ns ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (p=0.286 n=4&#43;4) </td> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByTitle_Linear-500-8 </td> <td> 587ns ± 1% </td> <td> 596ns ± 0% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;1.49% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByTitle_Linear-1000-8 </td> <td> 1.15µs ± 2% </td> <td> 1.16µs ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (p=0.286 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByTitle_Linear-5000-8 </td> <td> 5.63µs ± 1% </td> <td> 5.67µs ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (p=0.343 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> SortByWeightAndReverse-8 </td> <td> 3.99µs ± 4% </td> <td> 3.61µs ± 4% </td> <td class="delta" style="font-weight: bold;"> −9.63% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> PermalinkExpand-8 </td> <td> 970ns ± 9% </td> <td> 709ns ± 0% </td> <td class="delta" style="font-weight: bold;"> −26.86% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/resources/resource_transformers/postcss </th> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> ImportResolver-8 </td> <td> 46.1µs ± 2% </td> <td> 28.1µs ± 0% </td> <td class="delta" style="font-weight: bold;"> −38.96% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/tpl/internal/go_templates/htmltemplate </th> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> CSSEscaper-8 </td> <td> 666ns ± 2% </td> <td> 552ns ± 1% </td> <td class="delta" style="font-weight: bold;"> −17.11% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> CSSEscaperNoSpecials-8 </td> <td> 166ns ± 1% </td> <td> 138ns ± 0% </td> <td class="delta" style="font-weight: bold;"> −16.47% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> DecodeCSS-8 </td> <td> 355ns ± 1% </td> <td> 351ns ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (p=0.057 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> DecodeCSSNoSpecials-8 </td> <td> 4.83ns ± 2% </td> <td> 4.06ns ± 0% </td> <td class="delta" style="font-weight: bold;"> −15.84% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> CSSValueFilter-8 </td> <td> 116ns ± 1% </td> <td> 105ns ± 0% </td> <td class="delta" style="font-weight: bold;"> −9.37% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> CSSValueFilterOk-8 </td> <td> 128ns ± 3% </td> <td> 115ns ± 0% </td> <td class="delta" style="font-weight: bold;"> −10.08% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> EscapedExecute-8 </td> <td> 1.80µs ± 1% </td> <td> 1.35µs ± 0% </td> <td class="delta" style="font-weight: bold;"> −25.07% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> HTMLNospaceEscaper-8 </td> <td> 768ns ± 2% </td> <td> 628ns ± 0% </td> <td class="delta" style="font-weight: bold;"> −18.25% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> HTMLNospaceEscaperNoSpecials-8 </td> <td> 221ns ± 1% </td> <td> 159ns ± 0% </td> <td class="delta" style="font-weight: bold;"> −28.16% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> StripTags-8 </td> <td> 611ns ± 2% </td> <td> 500ns ± 0% </td> <td class="delta" style="font-weight: bold;"> −18.07% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> StripTagsNoSpecials-8 </td> <td> 71.3ns ± 0% </td> <td> 55.0ns ± 0% </td> <td class="delta" style="font-weight: bold;"> −22.90% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> JSValEscaperWithNum-8 </td> <td> 355ns ± 2% </td> <td> 274ns ± 0% </td> <td class="delta" style="font-weight: bold;"> −22.83% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> JSValEscaperWithStr-8 </td> <td> 1.29µs ± 1% </td> <td> 0.99µs ± 0% </td> <td class="delta" style="font-weight: bold;"> −23.43% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> JSValEscaperWithStrNoSpecials-8 </td> <td> 412ns ± 1% </td> <td> 317ns ± 0% </td> <td class="delta" style="font-weight: bold;"> −23.08% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> JSValEscaperWithObj-8 </td> <td> 1.49µs ± 1% </td> <td> 1.14µs ± 0% </td> <td class="delta" style="font-weight: bold;"> −23.15% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> JSValEscaperWithObjNoSpecials-8 </td> <td> 566ns ± 1% </td> <td> 441ns ± 0% </td> <td class="delta" style="font-weight: bold;"> −22.15% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> JSStrEscaperNoSpecials-8 </td> <td> 182ns ± 2% </td> <td> 143ns ± 0% </td> <td class="delta" style="font-weight: bold;"> −21.16% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> JSStrEscaper-8 </td> <td> 681ns ± 1% </td> <td> 557ns ± 0% </td> <td class="delta" style="font-weight: bold;"> −18.18% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> JSRegexpEscaperNoSpecials-8 </td> <td> 176ns ± 1% </td> <td> 152ns ± 0% </td> <td class="delta" style="font-weight: bold;"> −13.74% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> JSRegexpEscaper-8 </td> <td> 694ns ± 2% </td> <td> 561ns ± 0% </td> <td class="delta" style="font-weight: bold;"> −19.20% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> TemplateSpecialTags-8 </td> <td> 120µs ± 1% </td> <td> 92µs ± 0% </td> <td class="delta" style="font-weight: bold;"> −23.07% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> URLEscaper-8 </td> <td> 1.50µs ± 1% </td> <td> 1.06µs ± 0% </td> <td class="delta" style="font-weight: bold;"> −29.35% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> URLEscaperNoSpecials-8 </td> <td> 140ns ± 1% </td> <td> 121ns ± 0% </td> <td class="delta" style="font-weight: bold;"> −13.45% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> URLNormalizer-8 </td> <td> 1.10µs ± 1% </td> <td> 0.78µs ± 0% </td> <td class="delta" style="font-weight: bold;"> −28.45% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> URLNormalizerNoSpecials-8 </td> <td> 160ns ± 1% </td> <td> 136ns ± 0% </td> <td class="delta" style="font-weight: bold;"> −15.00% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> SrcsetFilter-8 </td> <td> 497ns ± 2% </td> <td> 343ns ± 0% </td> <td class="delta" style="font-weight: bold;"> −30.87% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> SrcsetFilterNoSpecials-8 </td> <td> 273ns ± 1% </td> <td> 217ns ± 0% </td> <td class="delta" style="font-weight: bold;"> −20.71% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/parse </th> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> ParseLarge-8 </td> <td> 18.6ms ± 0% </td> <td> 14.6ms ± 0% </td> <td class="delta" style="font-weight: bold;"> −21.41% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> VariableString-8 </td> <td> 98.2ns ± 1% </td> <td> 79.9ns ± 0% </td> <td class="delta" style="font-weight: bold;"> −18.72% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> ListString-8 </td> <td> 2.77µs ± 1% </td> <td> 2.26µs ± 1% </td> <td class="delta" style="font-weight: bold;"> −18.34% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/tpl/tplimpl </th> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> Partial-8 </td> <td> 1.01µs ± 2% </td> <td> 1.73µs ± 1% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;70.50% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> PartialCached-8 </td> <td> 61.0ns ± 3% </td> <td> 100.3ns ± 2% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;64.49% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/tpl/transform </th> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> UnmarshalString-8 </td> <td> 1.14µs ± 1% </td> <td> 1.29µs ± 0% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;13.17% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> UnmarshalResource-8 </td> <td> 138ns ± 0% </td> <td> 108ns ± 1% </td> <td class="delta" style="font-weight: bold;"> −22.17% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/transform/urlreplacers </th> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> AbsURL-8 </td> <td> 4.50µs ± 1% </td> <td> 4.81µs ± 0% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;6.85% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> AbsURLSrcset-8 </td> <td> 3.49µs ± 2% </td> <td> 3.21µs ± 0% </td> <td class="delta" style="font-weight: bold;"> −7.97% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> XMLAbsURLSrcset-8 </td> <td> 3.41µs ± 1% </td> <td> 3.23µs ± 0% </td> <td class="delta" style="font-weight: bold;"> −5.27% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> XMLAbsURL-8 </td> <td> 1.85µs ± 0% </td> <td> 1.85µs ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (p=0.343 n=4&#43;4) </td> </tr> <tr> <td style="text-align: right;padding: 0em 1em;"> &nbsp; </td> </tr> </tbody> <tbody> <tr> <th style="text-align: left;"></th> <th colspan="2" class="metric" style=""> alloc/op </th> <th style=""> delta </th> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/common/hreflect </th> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> IsTruthFul-8 </td> <td> 0.00B </td> <td> 0.00B </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/common/maps </th> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> ScratchGet-8 </td> <td> 0.00B </td> <td> 0.00B </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/helpers </th> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> StripHTML-8 </td> <td> 736B ± 0% </td> <td> 728B ± 0% </td> <td class="delta" style="font-weight: bold;"> −1.09% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> TestTruncateWordsToWholeSentence-8 </td> <td> 0.00B </td> <td> 0.00B </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> TestTruncateWordsToWholeSentenceOld-8 </td> <td> 2.50kB ± 0% </td> <td> 2.50kB ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> TotalWords-8 </td> <td> 0.00B </td> <td> 0.00B </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> EmojiKyokomiFprint-8 </td> <td> 31.4kB ± 0% </td> <td> 31.4kB ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> EmojiKyokomiSprint-8 </td> <td> 31.3kB ± 0% </td> <td> 31.3kB ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (p=1.000 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> HugoEmoji-8 </td> <td> 624B ± 0% </td> <td> 616B ± 0% </td> <td class="delta" style="font-weight: bold;"> −1.28% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> ReaderContains-8 </td> <td> 1.26kB ± 0% </td> <td> 1.26kB ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> MD5FromFileFast/full=false-8 </td> <td> 240B ± 0% </td> <td> 144B ± 0% </td> <td class="delta" style="font-weight: bold;"> −40.00% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> MD5FromFileFast/full=true-8 </td> <td> 32.9kB ± 0% </td> <td> 32.9kB ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (p=0.429 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> UniqueStrings/Safe-8 </td> <td> 224B ± 0% </td> <td> 224B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> UniqueStrings/Reuse_slice-8 </td> <td> 96.0B ± 0% </td> <td> 96.0B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> UniqueStrings/Reuse_slice_sorted-8 </td> <td> 32.0B ± 0% </td> <td> 24.0B ± 0% </td> <td class="delta" style="font-weight: bold;"> −25.00% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/hugofs </th> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> Walk-8 </td> <td> 103kB ± 0% </td> <td> 99kB ± 0% </td> <td class="delta" style="font-weight: bold;"> −3.89% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/hugofs/glob </th> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> GetGlob-8 </td> <td> 0.00B </td> <td> 0.00B </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/hugolib </th> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> Cascade/langs-1-8 </td> <td> 2.33MB ± 0% </td> <td> 2.25MB ± 0% </td> <td class="delta" style="font-weight: bold;"> −3.37% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> Cascade/langs-3-8 </td> <td> 3.31MB ± 0% </td> <td> 3.21MB ± 0% </td> <td class="delta" style="font-weight: bold;"> −2.93% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> Cascade/langs-5-8 </td> <td> 4.32MB ± 0% </td> <td> 4.20MB ± 0% </td> <td class="delta" style="font-weight: bold;"> −2.62% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> Cascade/langs-7-8 </td> <td> 5.37MB ± 0% </td> <td> 5.23MB ± 0% </td> <td class="delta" style="font-weight: bold;"> −2.64% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> Cascade/langs-9-8 </td> <td> 6.44MB ± 0% </td> <td> 6.27MB ± 0% </td> <td class="delta" style="font-weight: bold;"> −2.57% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> ContentMap/CreateMissingNodes-8 </td> <td> 14.9kB ± 0% </td> <td> 14.4kB ± 0% </td> <td class="delta" style="font-weight: bold;"> −3.11% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> GetPage-8 </td> <td> 16.0B ± 0% </td> <td> 16.0B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> GetPageRegular/From_root-8 </td> <td> 686B ± 0% </td> <td> 239B ± 0% </td> <td class="delta" style="font-weight: bold;"> −65.16% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> GetPageRegular/Page_relative-8 </td> <td> 763B ± 0% </td> <td> 324B ± 0% </td> <td class="delta" style="font-weight: bold;"> −57.54% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> MergeByLanguage-8 </td> <td> 51.5B ± 1% </td> <td> 50.8B ± 1% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (p=0.286 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> PagesPrevNext/.Next-pages-300-8 </td> <td> 0.00B </td> <td> 0.00B </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> PagesPrevNext/.Next-pages-5000-8 </td> <td> 0.00B </td> <td> 0.00B </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> PagesPrevNext/.Prev-pages-300-8 </td> <td> 0.00B </td> <td> 0.00B </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> PagesPrevNext/.Prev-pages-5000-8 </td> <td> 0.00B </td> <td> 0.00B </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> PagesPrevNext/Pages.Next-pages-300-8 </td> <td> 0.00B </td> <td> 0.00B </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> PagesPrevNext/Pages.Next-pages-5000-8 </td> <td> 8.00B ± 0% </td> <td> 8.00B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> PagesPrevNext/Pages.Prev-pages-300-8 </td> <td> 0.00B </td> <td> 0.00B </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> PagesPrevNext/Pages.Prev-pages-5000-8 </td> <td> 8.00B ± 0% </td> <td> 8.00B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> PagesPrevNext/Pages.Shuffled.Next-pages-300-8 </td> <td> 0.00B </td> <td> 0.00B </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> PagesPrevNext/Pages.Shuffled.Next-pages-5000-8 </td> <td> 8.00B ± 0% </td> <td> 8.00B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> PagesPrevNext/Pages.Shuffled.Prev-pages-300-8 </td> <td> 0.00B </td> <td> 0.00B </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> PagesPrevNext/Pages.Shuffled.Prev-pages-5000-8 </td> <td> 8.00B ± 0% </td> <td> 8.00B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> PagesPrevNext/Pages.ByTitle.Next-pages-300-8 </td> <td> 0.00B </td> <td> 0.00B </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> PagesPrevNext/Pages.ByTitle.Next-pages-5000-8 </td> <td> 8.00B ± 0% </td> <td> 8.00B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> ResourceChainPostProcess-8 </td> <td> 36.4MB ± 1% </td> <td> 33.0MB ± 1% </td> <td class="delta" style="font-weight: bold;"> −9.26% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> ReplaceShortcodeTokens-8 </td> <td> 3.07kB ± 0% </td> <td> 3.07kB ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Edit_Bundle_with_image-8 </td> <td> 437kB ± 0% </td> <td> 426kB ± 0% </td> <td class="delta" style="font-weight: bold;"> −2.43% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Edit_Bundle_with_JSON_file-8 </td> <td> 216kB ± 0% </td> <td> 205kB ± 0% </td> <td class="delta" style="font-weight: bold;"> −4.93% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Edit_Tags_and_categories-8 </td> <td> 10.3MB ± 0% </td> <td> 9.7MB ± 0% </td> <td class="delta" style="font-weight: bold;"> −6.68% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Edit_Canonify_URLs-8 </td> <td> 84.2MB ± 0% </td> <td> 85.6MB ± 0% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;1.67% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Edit_Deep_content_tree-8 </td> <td> 26.5MB ± 0% </td> <td> 25.5MB ± 0% </td> <td class="delta" style="font-weight: bold;"> −3.65% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Edit_Many_HTML_templates-8 </td> <td> 6.00MB ± 0% </td> <td> 5.71MB ± 0% </td> <td class="delta" style="font-weight: bold;"> −4.82% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Edit_Page_collections-8 </td> <td> 14.7MB ± 0% </td> <td> 14.1MB ± 0% </td> <td class="delta" style="font-weight: bold;"> −4.21% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Edit_List_terms-8 </td> <td> 1.83MB ± 0% </td> <td> 1.72MB ± 0% </td> <td class="delta" style="font-weight: bold;"> −6.04% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Regular_Bundle_with_image-8 </td> <td> 1.93MB ± 0% </td> <td> 1.90MB ± 0% </td> <td class="delta" style="font-weight: bold;"> −1.39% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Regular_Bundle_with_JSON_file-8 </td> <td> 1.71MB ± 0% </td> <td> 1.68MB ± 0% </td> <td class="delta" style="font-weight: bold;"> −1.54% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Regular_Tags_and_categories-8 </td> <td> 14.2MB ± 0% </td> <td> 13.4MB ± 0% </td> <td class="delta" style="font-weight: bold;"> −5.48% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Regular_Canonify_URLs-8 </td> <td> 89.2MB ± 0% </td> <td> 90.5MB ± 0% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;1.42% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Regular_Deep_content_tree-8 </td> <td> 30.2MB ± 0% </td> <td> 28.9MB ± 0% </td> <td class="delta" style="font-weight: bold;"> −4.26% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Regular_Many_HTML_templates-8 </td> <td> 9.17MB ± 0% </td> <td> 8.83MB ± 0% </td> <td class="delta" style="font-weight: bold;"> −3.80% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Regular_Page_collections-8 </td> <td> 18.4MB ± 0% </td> <td> 17.6MB ± 0% </td> <td class="delta" style="font-weight: bold;"> −4.44% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Regular_List_terms-8 </td> <td> 3.96MB ± 0% </td> <td> 3.82MB ± 0% </td> <td class="delta" style="font-weight: bold;"> −3.64% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/identity </th> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> IdentityManager/Add-8 </td> <td> 204B ± 7% </td> <td> 131B ± 2% </td> <td class="delta" style="font-weight: bold;"> −35.50% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> IdentityManager/Search-8 </td> <td> 751B ± 0% </td> <td> 311B ± 0% </td> <td class="delta" style="font-weight: bold;"> −58.59% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/langs/i18n </th> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> I18nTranslate/all-present-8 </td> <td> 0.00B </td> <td> 0.00B </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> I18nTranslate/present-in-default-8 </td> <td> 112B ± 0% </td> <td> 112B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> I18nTranslate/present-in-current-8 </td> <td> 0.00B </td> <td> 0.00B </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> I18nTranslate/missing-8 </td> <td> 112B ± 0% </td> <td> 112B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> I18nTranslate/file-missing-8 </td> <td> 304B ± 0% </td> <td> 288B ± 0% </td> <td class="delta" style="font-weight: bold;"> −5.26% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> I18nTranslate/context-provided-8 </td> <td> 200B ± 0% </td> <td> 192B ± 0% </td> <td class="delta" style="font-weight: bold;"> −4.00% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> I18nTranslate/readingTime-one-8 </td> <td> 384B ± 0% </td> <td> 384B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> I18nTranslate/readingTime-many-8 </td> <td> 608B ± 0% </td> <td> 600B ± 0% </td> <td class="delta" style="font-weight: bold;"> −1.32% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> I18nTranslate/same-id-and-translation-8 </td> <td> 0.00B </td> <td> 0.00B </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> I18nTranslate/same-id-and-translation-default-8 </td> <td> 112B ± 0% </td> <td> 112B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> I18nTranslate/unknown-language-code-8 </td> <td> 720B ± 0% </td> <td> 696B ± 0% </td> <td class="delta" style="font-weight: bold;"> −3.33% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> I18nTranslate/known-language-missing-plural-8 </td> <td> 488B ± 0% </td> <td> 472B ± 0% </td> <td class="delta" style="font-weight: bold;"> −3.28% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> I18nTranslate/dotted-bare-key-8 </td> <td> 0.00B </td> <td> 0.00B </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> I18nTranslate/lang-with-hyphen-8 </td> <td> 384B ± 0% </td> <td> 384B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/markup/goldmark </th> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> SanitizeAnchorName-8 </td> <td> 32.0B ± 0% </td> <td> 24.0B ± 0% </td> <td class="delta" style="font-weight: bold;"> −25.00% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SanitizeAnchorNameAsciiOnly-8 </td> <td> 48.0B ± 0% </td> <td> 48.0B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> SanitizeAnchorNameBlackfriday-8 </td> <td> 184B ± 0% </td> <td> 176B ± 0% </td> <td class="delta" style="font-weight: bold;"> −4.35% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> SanitizeAnchorNameString-8 </td> <td> 64.0B ± 0% </td> <td> 56.0B ± 0% </td> <td class="delta" style="font-weight: bold;"> −12.50% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/metrics </th> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> HowSimilar-8 </td> <td> 624B ± 0% </td> <td> 624B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/output </th> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> Layout-8 </td> <td> 0.00B </td> <td> 0.00B </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> LayoutUncached-8 </td> <td> 6.34kB ± 0% </td> <td> 6.34kB ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (p=1.000 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/parser/metadecoders </th> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> StringifyMapKeysStringsOnlyInterfaceMaps-8 </td> <td> 1.01kB ± 0% </td> <td> 1.01kB ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> StringifyMapKeysStringsOnlyStringMaps-8 </td> <td> 0.00B </td> <td> 0.00B </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> StringifyMapKeysIntegers-8 </td> <td> 1.01kB ± 0% </td> <td> 1.01kB ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/parser/pageparser </th> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> ShortcodeLexer-8 </td> <td> 119kB ± 0% </td> <td> 118kB ± 0% </td> <td class="delta" style="font-weight: bold;"> −0.10% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> Parse-8 </td> <td> 17.0kB ± 0% </td> <td> 17.0kB ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> ParseWithEmoji-8 </td> <td> 33.0kB ± 0% </td> <td> 33.0kB ± 0% </td> <td class="delta" style="font-weight: bold;"> −0.02% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/publisher </th> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> ClassCollectorWriter-8 </td> <td> 34.8kB ± 0% </td> <td> 34.6kB ± 0% </td> <td class="delta" style="font-weight: bold;"> −0.53% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/related </th> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> RelatedNewIndex/singles-8 </td> <td> 21.9kB ± 0% </td> <td> 21.9kB ± 0% </td> <td class="delta" style="font-weight: bold;"> −0.06% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> RelatedNewIndex/all-8 </td> <td> 23.7kB ± 0% </td> <td> 23.7kB ± 0% </td> <td class="delta" style="font-weight: bold;"> −0.07% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> RelatedMatchesIn-8 </td> <td> 26.4kB ±26% </td> <td> 26.4kB ±26% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (p=0.686 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/resources </th> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> ImageExif/Cold_cache-8 </td> <td> 160kB ± 0% </td> <td> 183kB ± 0% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;14.12% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> ImageExif/Cold_cache,_10-8 </td> <td> 172kB ± 0% </td> <td> 187kB ± 0% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;8.44% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> ImageExif/Warm_cache-8 </td> <td> 12.9kB ± 0% </td> <td> 10.9kB ± 0% </td> <td class="delta" style="font-weight: bold;"> −15.76% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> ResizeParallel-8 </td> <td> 2.02kB ± 0% </td> <td> 2.61kB ± 0% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;28.92% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> ResourcesMatch-8 </td> <td> 503B ± 0% </td> <td> 504B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (p=1.000 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> ResourcesMatchA100-8 </td> <td> 0.00B </td> <td> 0.00B </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> AssignMetadata-8 </td> <td> 1.34kB ± 0% </td> <td> 0.85kB ± 0% </td> <td class="delta" style="font-weight: bold;"> −36.90% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/resources/images/exif </th> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> DecodeExif-8 </td> <td> 161kB ± 0% </td> <td> 184kB ± 0% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;14.31% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/resources/page </th> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> PageCache-8 </td> <td> 32.0B ± 0% </td> <td> 24.0B ± 0% </td> <td class="delta" style="font-weight: bold;"> −25.00% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/Shuffled-100-8 </td> <td> 0.00B </td> <td> 0.00B </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/Shuffled-500-8 </td> <td> 0.00B </td> <td> 0.00B </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/Shuffled-1000-8 </td> <td> 8.00B ± 0% </td> <td> 8.00B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/Shuffled-5000-8 </td> <td> 8.00B ± 0% </td> <td> 8.00B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByWeight-100-8 </td> <td> 0.00B </td> <td> 0.00B </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByWeight-500-8 </td> <td> 0.00B </td> <td> 0.00B </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByWeight-1000-8 </td> <td> 8.00B ± 0% </td> <td> 8.00B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByWeight-5000-8 </td> <td> 8.00B ± 0% </td> <td> 8.00B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByWeight.Reverse-100-8 </td> <td> 0.00B </td> <td> 0.00B </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByWeight.Reverse-500-8 </td> <td> 0.00B </td> <td> 0.00B </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByWeight.Reverse-1000-8 </td> <td> 24.0B ± 0% </td> <td> 24.0B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByWeight.Reverse-5000-8 </td> <td> 24.0B ± 0% </td> <td> 24.0B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByDate-100-8 </td> <td> 0.00B </td> <td> 0.00B </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByDate-500-8 </td> <td> 0.00B </td> <td> 0.00B </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByDate-1000-8 </td> <td> 8.00B ± 0% </td> <td> 8.00B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByDate-5000-8 </td> <td> 8.00B ± 0% </td> <td> 8.00B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByPublishDate-100-8 </td> <td> 0.00B </td> <td> 0.00B </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByPublishDate-500-8 </td> <td> 0.00B </td> <td> 0.00B </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByPublishDate-1000-8 </td> <td> 8.00B ± 0% </td> <td> 8.00B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByPublishDate-5000-8 </td> <td> 8.00B ± 0% </td> <td> 8.00B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByTitle-100-8 </td> <td> 0.00B </td> <td> 0.00B </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByTitle-500-8 </td> <td> 0.00B </td> <td> 0.00B </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByTitle-1000-8 </td> <td> 8.00B ± 0% </td> <td> 8.00B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByTitle-5000-8 </td> <td> 8.00B ± 0% </td> <td> 8.00B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByTitle_Linear-100-8 </td> <td> 0.00B </td> <td> 0.00B </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByTitle_Linear-500-8 </td> <td> 0.00B </td> <td> 0.00B </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByTitle_Linear-1000-8 </td> <td> 0.00B </td> <td> 0.00B </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByTitle_Linear-5000-8 </td> <td> 0.00B </td> <td> 0.00B </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> SortByWeightAndReverse-8 </td> <td> 64.0B ± 0% </td> <td> 48.0B ± 0% </td> <td class="delta" style="font-weight: bold;"> −25.00% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> PermalinkExpand-8 </td> <td> 400B ± 0% </td> <td> 304B ± 0% </td> <td class="delta" style="font-weight: bold;"> −24.00% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/resources/resource_transformers/postcss </th> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> ImportResolver-8 </td> <td> 39.6kB ± 0% </td> <td> 36.6kB ± 0% </td> <td class="delta" style="font-weight: bold;"> −7.46% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/tpl/internal/go_templates/htmltemplate </th> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> CSSEscaper-8 </td> <td> 336B ± 0% </td> <td> 336B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> CSSEscaperNoSpecials-8 </td> <td> 0.00B </td> <td> 0.00B </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> DecodeCSS-8 </td> <td> 160B ± 0% </td> <td> 160B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> DecodeCSSNoSpecials-8 </td> <td> 0.00B </td> <td> 0.00B </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> CSSValueFilter-8 </td> <td> 96.0B ± 0% </td> <td> 96.0B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> CSSValueFilterOk-8 </td> <td> 48.0B ± 0% </td> <td> 48.0B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> EscapedExecute-8 </td> <td> 624B ± 0% </td> <td> 544B ± 0% </td> <td class="delta" style="font-weight: bold;"> −12.82% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> HTMLNospaceEscaper-8 </td> <td> 368B ± 0% </td> <td> 368B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> HTMLNospaceEscaperNoSpecials-8 </td> <td> 32.0B ± 0% </td> <td> 32.0B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> StripTags-8 </td> <td> 224B ± 0% </td> <td> 224B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> StripTagsNoSpecials-8 </td> <td> 112B ± 0% </td> <td> 112B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> JSValEscaperWithNum-8 </td> <td> 40.0B ± 0% </td> <td> 40.0B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> JSValEscaperWithStr-8 </td> <td> 384B ± 0% </td> <td> 384B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> JSValEscaperWithStrNoSpecials-8 </td> <td> 96.0B ± 0% </td> <td> 96.0B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> JSValEscaperWithObj-8 </td> <td> 448B ± 0% </td> <td> 440B ± 0% </td> <td class="delta" style="font-weight: bold;"> −1.79% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> JSValEscaperWithObjNoSpecials-8 </td> <td> 160B ± 0% </td> <td> 152B ± 0% </td> <td class="delta" style="font-weight: bold;"> −5.00% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> JSStrEscaperNoSpecials-8 </td> <td> 0.00B </td> <td> 0.00B </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> JSStrEscaper-8 </td> <td> 336B ± 0% </td> <td> 336B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> JSRegexpEscaperNoSpecials-8 </td> <td> 0.00B </td> <td> 0.00B </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> JSRegexpEscaper-8 </td> <td> 336B ± 0% </td> <td> 336B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> TemplateSpecialTags-8 </td> <td> 50.1kB ± 0% </td> <td> 49.9kB ± 0% </td> <td class="delta" style="font-weight: bold;"> −0.31% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> URLEscaper-8 </td> <td> 336B ± 0% </td> <td> 336B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> URLEscaperNoSpecials-8 </td> <td> 112B ± 0% </td> <td> 112B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> URLNormalizer-8 </td> <td> 176B ± 0% </td> <td> 176B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> URLNormalizerNoSpecials-8 </td> <td> 112B ± 0% </td> <td> 112B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SrcsetFilter-8 </td> <td> 160B ± 0% </td> <td> 160B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SrcsetFilterNoSpecials-8 </td> <td> 160B ± 0% </td> <td> 160B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/parse </th> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> ParseLarge-8 </td> <td> 5.46MB ± 0% </td> <td> 5.46MB ± 0% </td> <td class="delta" style="font-weight: bold;"> −0.01% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> VariableString-8 </td> <td> 72.0B ± 0% </td> <td> 72.0B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> ListString-8 </td> <td> 1.61kB ± 0% </td> <td> 1.47kB ± 0% </td> <td class="delta" style="font-weight: bold;"> −8.46% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/tpl/tplimpl </th> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> Partial-8 </td> <td> 1.15kB ± 0% </td> <td> 1.06kB ± 0% </td> <td class="delta" style="font-weight: bold;"> −7.64% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> PartialCached-8 </td> <td> 0.00B </td> <td> 0.00B </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/tpl/transform </th> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> UnmarshalString-8 </td> <td> 832B ± 0% </td> <td> 736B ± 0% </td> <td class="delta" style="font-weight: bold;"> −11.54% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> UnmarshalResource-8 </td> <td> 144B ± 0% </td> <td> 144B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/transform/urlreplacers </th> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> AbsURL-8 </td> <td> 1.57kB ± 0% </td> <td> 1.57kB ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> AbsURLSrcset-8 </td> <td> 1.29kB ± 0% </td> <td> 1.28kB ± 0% </td> <td class="delta" style="font-weight: bold;"> −0.62% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> XMLAbsURLSrcset-8 </td> <td> 1.37kB ± 0% </td> <td> 1.36kB ± 0% </td> <td class="delta" style="font-weight: bold;"> −0.59% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> XMLAbsURL-8 </td> <td> 928B ± 0% </td> <td> 928B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr> <td style="text-align: right;padding: 0em 1em;"> &nbsp; </td> </tr> </tbody> <tbody> <tr> <th style="text-align: left;"></th> <th colspan="2" class="metric" style=""> allocs/op </th> <th style=""> delta </th> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/common/hreflect </th> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> IsTruthFul-8 </td> <td> 0.00 </td> <td> 0.00 </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/common/maps </th> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> ScratchGet-8 </td> <td> 0.00 </td> <td> 0.00 </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/helpers </th> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> StripHTML-8 </td> <td> 4.00 ± 0% </td> <td> 4.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> TestTruncateWordsToWholeSentence-8 </td> <td> 0.00 </td> <td> 0.00 </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> TestTruncateWordsToWholeSentenceOld-8 </td> <td> 2.00 ± 0% </td> <td> 2.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> TotalWords-8 </td> <td> 0.00 </td> <td> 0.00 </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> EmojiKyokomiFprint-8 </td> <td> 71.0 ± 0% </td> <td> 71.0 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> EmojiKyokomiSprint-8 </td> <td> 66.0 ± 0% </td> <td> 66.0 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> HugoEmoji-8 </td> <td> 13.0 ± 0% </td> <td> 13.0 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> ReaderContains-8 </td> <td> 20.0 ± 0% </td> <td> 20.0 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> MD5FromFileFast/full=false-8 </td> <td> 5.00 ± 0% </td> <td> 4.00 ± 0% </td> <td class="delta" style="font-weight: bold;"> −20.00% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> MD5FromFileFast/full=true-8 </td> <td> 5.00 ± 0% </td> <td> 5.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> UniqueStrings/Safe-8 </td> <td> 7.00 ± 0% </td> <td> 7.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> UniqueStrings/Reuse_slice-8 </td> <td> 6.00 ± 0% </td> <td> 6.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> UniqueStrings/Reuse_slice_sorted-8 </td> <td> 1.00 ± 0% </td> <td> 1.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/hugofs </th> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> Walk-8 </td> <td> 2.22k ± 0% </td> <td> 2.22k ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/hugofs/glob </th> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> GetGlob-8 </td> <td> 0.00 </td> <td> 0.00 </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/hugolib </th> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> Cascade/langs-1-8 </td> <td> 33.1k ± 0% </td> <td> 33.2k ± 0% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;0.20% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> Cascade/langs-3-8 </td> <td> 47.4k ± 0% </td> <td> 47.6k ± 0% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;0.58% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> Cascade/langs-5-8 </td> <td> 62.2k ± 0% </td> <td> 62.6k ± 0% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;0.69% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> Cascade/langs-7-8 </td> <td> 78.0k ± 0% </td> <td> 78.6k ± 0% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;0.75% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> Cascade/langs-9-8 </td> <td> 95.0k ± 0% </td> <td> 95.7k ± 0% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;0.78% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> ContentMap/CreateMissingNodes-8 </td> <td> 258 ± 0% </td> <td> 254 ± 0% </td> <td class="delta" style="font-weight: bold;"> −1.55% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> GetPage-8 </td> <td> 2.00 ± 0% </td> <td> 2.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> GetPageRegular/From_root-8 </td> <td> 10.0 ± 0% </td> <td> 6.0 ± 0% </td> <td class="delta" style="font-weight: bold;"> −40.00% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> GetPageRegular/Page_relative-8 </td> <td> 13.0 ± 0% </td> <td> 10.0 ± 0% </td> <td class="delta" style="font-weight: bold;"> −23.08% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> MergeByLanguage-8 </td> <td> 1.00 ± 0% </td> <td> 1.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> PagesPrevNext/.Next-pages-300-8 </td> <td> 0.00 </td> <td> 0.00 </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> PagesPrevNext/.Next-pages-5000-8 </td> <td> 0.00 </td> <td> 0.00 </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> PagesPrevNext/.Prev-pages-300-8 </td> <td> 0.00 </td> <td> 0.00 </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> PagesPrevNext/.Prev-pages-5000-8 </td> <td> 0.00 </td> <td> 0.00 </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> PagesPrevNext/Pages.Next-pages-300-8 </td> <td> 0.00 </td> <td> 0.00 </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> PagesPrevNext/Pages.Next-pages-5000-8 </td> <td> 1.00 ± 0% </td> <td> 1.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> PagesPrevNext/Pages.Prev-pages-300-8 </td> <td> 0.00 </td> <td> 0.00 </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> PagesPrevNext/Pages.Prev-pages-5000-8 </td> <td> 1.00 ± 0% </td> <td> 1.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> PagesPrevNext/Pages.Shuffled.Next-pages-300-8 </td> <td> 0.00 </td> <td> 0.00 </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> PagesPrevNext/Pages.Shuffled.Next-pages-5000-8 </td> <td> 1.00 ± 0% </td> <td> 1.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> PagesPrevNext/Pages.Shuffled.Prev-pages-300-8 </td> <td> 0.00 </td> <td> 0.00 </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> PagesPrevNext/Pages.Shuffled.Prev-pages-5000-8 </td> <td> 1.00 ± 0% </td> <td> 1.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> PagesPrevNext/Pages.ByTitle.Next-pages-300-8 </td> <td> 0.00 </td> <td> 0.00 </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> PagesPrevNext/Pages.ByTitle.Next-pages-5000-8 </td> <td> 1.00 ± 0% </td> <td> 1.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> ResourceChainPostProcess-8 </td> <td> 803k ± 1% </td> <td> 817k ± 1% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (p=0.114 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> ReplaceShortcodeTokens-8 </td> <td> 1.00 ± 0% </td> <td> 1.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Edit_Bundle_with_image-8 </td> <td> 3.99k ± 0% </td> <td> 4.03k ± 0% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;0.93% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Edit_Bundle_with_JSON_file-8 </td> <td> 3.99k ± 0% </td> <td> 4.03k ± 0% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;0.93% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Edit_Tags_and_categories-8 </td> <td> 241k ± 0% </td> <td> 244k ± 0% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;0.97% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Edit_Canonify_URLs-8 </td> <td> 364k ± 0% </td> <td> 366k ± 0% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;0.39% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Edit_Deep_content_tree-8 </td> <td> 264k ± 0% </td> <td> 268k ± 0% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;1.60% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Edit_Many_HTML_templates-8 </td> <td> 90.3k ± 0% </td> <td> 91.1k ± 0% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;0.90% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Edit_Page_collections-8 </td> <td> 153k ± 0% </td> <td> 156k ± 0% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;1.37% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Edit_List_terms-8 </td> <td> 30.4k ± 0% </td> <td> 30.5k ± 0% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;0.53% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Regular_Bundle_with_image-8 </td> <td> 23.2k ± 0% </td> <td> 23.2k ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (p=1.000 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Regular_Bundle_with_JSON_file-8 </td> <td> 23.3k ± 0% </td> <td> 23.3k ± 0% </td> <td class="delta" style="font-weight: bold;"> −0.01% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Regular_Tags_and_categories-8 </td> <td> 284k ± 0% </td> <td> 287k ± 0% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;1.05% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Regular_Canonify_URLs-8 </td> <td> 387k ± 0% </td> <td> 388k ± 0% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;0.20% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Regular_Deep_content_tree-8 </td> <td> 307k ± 0% </td> <td> 309k ± 0% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;0.63% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Regular_Many_HTML_templates-8 </td> <td> 129k ± 0% </td> <td> 130k ± 0% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;0.54% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Regular_Page_collections-8 </td> <td> 199k ± 0% </td> <td> 200k ± 0% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;0.55% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Regular_List_terms-8 </td> <td> 53.5k ± 0% </td> <td> 53.6k ± 0% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;0.11% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/identity </th> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> IdentityManager/Add-8 </td> <td> 2.00 ± 0% </td> <td> 1.00 ± 0% </td> <td class="delta" style="font-weight: bold;"> −50.00% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> IdentityManager/Search-8 </td> <td> 15.0 ± 0% </td> <td> 11.0 ± 0% </td> <td class="delta" style="font-weight: bold;"> −26.67% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/langs/i18n </th> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> I18nTranslate/all-present-8 </td> <td> 0.00 </td> <td> 0.00 </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> I18nTranslate/present-in-default-8 </td> <td> 5.00 ± 0% </td> <td> 5.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> I18nTranslate/present-in-current-8 </td> <td> 0.00 </td> <td> 0.00 </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> I18nTranslate/missing-8 </td> <td> 5.00 ± 0% </td> <td> 5.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> I18nTranslate/file-missing-8 </td> <td> 12.0 ± 0% </td> <td> 12.0 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> I18nTranslate/context-provided-8 </td> <td> 5.00 ± 0% </td> <td> 5.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> I18nTranslate/readingTime-one-8 </td> <td> 3.00 ± 0% </td> <td> 3.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> I18nTranslate/readingTime-many-8 </td> <td> 9.00 ± 0% </td> <td> 9.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> I18nTranslate/same-id-and-translation-8 </td> <td> 0.00 </td> <td> 0.00 </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> I18nTranslate/same-id-and-translation-default-8 </td> <td> 5.00 ± 0% </td> <td> 5.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> I18nTranslate/unknown-language-code-8 </td> <td> 14.0 ± 0% </td> <td> 14.0 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> I18nTranslate/known-language-missing-plural-8 </td> <td> 8.00 ± 0% </td> <td> 8.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> I18nTranslate/dotted-bare-key-8 </td> <td> 0.00 </td> <td> 0.00 </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> I18nTranslate/lang-with-hyphen-8 </td> <td> 3.00 ± 0% </td> <td> 3.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/markup/goldmark </th> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SanitizeAnchorName-8 </td> <td> 1.00 ± 0% </td> <td> 1.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SanitizeAnchorNameAsciiOnly-8 </td> <td> 2.00 ± 0% </td> <td> 2.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SanitizeAnchorNameBlackfriday-8 </td> <td> 6.00 ± 0% </td> <td> 6.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SanitizeAnchorNameString-8 </td> <td> 2.00 ± 0% </td> <td> 2.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/metrics </th> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> HowSimilar-8 </td> <td> 19.0 ± 0% </td> <td> 19.0 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/output </th> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> Layout-8 </td> <td> 0.00 </td> <td> 0.00 </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> LayoutUncached-8 </td> <td> 112 ± 0% </td> <td> 112 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/parser/metadecoders </th> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> StringifyMapKeysStringsOnlyInterfaceMaps-8 </td> <td> 6.00 ± 0% </td> <td> 6.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> StringifyMapKeysStringsOnlyStringMaps-8 </td> <td> 0.00 </td> <td> 0.00 </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> StringifyMapKeysIntegers-8 </td> <td> 6.00 ± 0% </td> <td> 6.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/parser/pageparser </th> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> ShortcodeLexer-8 </td> <td> 916 ± 0% </td> <td> 916 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> Parse-8 </td> <td> 34.0 ± 0% </td> <td> 34.0 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> ParseWithEmoji-8 </td> <td> 16.0 ± 0% </td> <td> 16.0 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/publisher </th> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> ClassCollectorWriter-8 </td> <td> 149 ± 0% </td> <td> 143 ± 0% </td> <td class="delta" style="font-weight: bold;"> −4.03% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/related </th> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> RelatedNewIndex/singles-8 </td> <td> 199 ± 0% </td> <td> 199 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> RelatedNewIndex/all-8 </td> <td> 200 ± 0% </td> <td> 200 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> RelatedMatchesIn-8 </td> <td> 196 ± 5% </td> <td> 196 ± 5% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (p=1.000 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/resources </th> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> ImageExif/Cold_cache-8 </td> <td> 1.27k ± 0% </td> <td> 1.27k ± 0% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;0.16% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> ImageExif/Cold_cache,_10-8 </td> <td> 1.43k ± 0% </td> <td> 1.36k ± 0% </td> <td class="delta" style="font-weight: bold;"> −4.88% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> ImageExif/Warm_cache-8 </td> <td> 351 ± 0% </td> <td> 327 ± 0% </td> <td class="delta" style="font-weight: bold;"> −6.84% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> ResizeParallel-8 </td> <td> 48.0 ± 0% </td> <td> 55.0 ± 0% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;14.58% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> ResourcesMatch-8 </td> <td> 2.75 ±27% </td> <td> 2.75 ±27% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (p=1.000 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> ResourcesMatchA100-8 </td> <td> 0.00 </td> <td> 0.00 </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> AssignMetadata-8 </td> <td> 120 ± 0% </td> <td> 80 ± 0% </td> <td class="delta" style="font-weight: bold;"> −33.33% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/resources/images/exif </th> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> DecodeExif-8 </td> <td> 1.20k ± 0% </td> <td> 1.20k ± 0% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;0.50% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/resources/page </th> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> PageCache-8 </td> <td> 1.00 ± 0% </td> <td> 1.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/Shuffled-100-8 </td> <td> 0.00 </td> <td> 0.00 </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/Shuffled-500-8 </td> <td> 0.00 </td> <td> 0.00 </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/Shuffled-1000-8 </td> <td> 1.00 ± 0% </td> <td> 1.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/Shuffled-5000-8 </td> <td> 1.00 ± 0% </td> <td> 1.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByWeight-100-8 </td> <td> 0.00 </td> <td> 0.00 </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByWeight-500-8 </td> <td> 0.00 </td> <td> 0.00 </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByWeight-1000-8 </td> <td> 1.00 ± 0% </td> <td> 1.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByWeight-5000-8 </td> <td> 1.00 ± 0% </td> <td> 1.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByWeight.Reverse-100-8 </td> <td> 0.00 </td> <td> 0.00 </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByWeight.Reverse-500-8 </td> <td> 0.00 </td> <td> 0.00 </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByWeight.Reverse-1000-8 </td> <td> 2.00 ± 0% </td> <td> 2.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByWeight.Reverse-5000-8 </td> <td> 2.00 ± 0% </td> <td> 2.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByDate-100-8 </td> <td> 0.00 </td> <td> 0.00 </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByDate-500-8 </td> <td> 0.00 </td> <td> 0.00 </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByDate-1000-8 </td> <td> 1.00 ± 0% </td> <td> 1.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByDate-5000-8 </td> <td> 1.00 ± 0% </td> <td> 1.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByPublishDate-100-8 </td> <td> 0.00 </td> <td> 0.00 </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByPublishDate-500-8 </td> <td> 0.00 </td> <td> 0.00 </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByPublishDate-1000-8 </td> <td> 1.00 ± 0% </td> <td> 1.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByPublishDate-5000-8 </td> <td> 1.00 ± 0% </td> <td> 1.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByTitle-100-8 </td> <td> 0.00 </td> <td> 0.00 </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByTitle-500-8 </td> <td> 0.00 </td> <td> 0.00 </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByTitle-1000-8 </td> <td> 1.00 ± 0% </td> <td> 1.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByTitle-5000-8 </td> <td> 1.00 ± 0% </td> <td> 1.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByTitle_Linear-100-8 </td> <td> 0.00 </td> <td> 0.00 </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByTitle_Linear-500-8 </td> <td> 0.00 </td> <td> 0.00 </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByTitle_Linear-1000-8 </td> <td> 0.00 </td> <td> 0.00 </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByTitle_Linear-5000-8 </td> <td> 0.00 </td> <td> 0.00 </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SortByWeightAndReverse-8 </td> <td> 2.00 ± 0% </td> <td> 2.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> PermalinkExpand-8 </td> <td> 13.0 ± 0% </td> <td> 10.0 ± 0% </td> <td class="delta" style="font-weight: bold;"> −23.08% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/resources/resource_transformers/postcss </th> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> ImportResolver-8 </td> <td> 195 ± 0% </td> <td> 186 ± 0% </td> <td class="delta" style="font-weight: bold;"> −4.62% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/tpl/internal/go_templates/htmltemplate </th> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> CSSEscaper-8 </td> <td> 2.00 ± 0% </td> <td> 2.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> CSSEscaperNoSpecials-8 </td> <td> 0.00 </td> <td> 0.00 </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> DecodeCSS-8 </td> <td> 1.00 ± 0% </td> <td> 1.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> DecodeCSSNoSpecials-8 </td> <td> 0.00 </td> <td> 0.00 </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> CSSValueFilter-8 </td> <td> 2.00 ± 0% </td> <td> 2.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> CSSValueFilterOk-8 </td> <td> 3.00 ± 0% </td> <td> 3.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> EscapedExecute-8 </td> <td> 18.0 ± 0% </td> <td> 18.0 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> HTMLNospaceEscaper-8 </td> <td> 3.00 ± 0% </td> <td> 3.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> HTMLNospaceEscaperNoSpecials-8 </td> <td> 1.00 ± 0% </td> <td> 1.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> StripTags-8 </td> <td> 3.00 ± 0% </td> <td> 3.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> StripTagsNoSpecials-8 </td> <td> 2.00 ± 0% </td> <td> 2.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> JSValEscaperWithNum-8 </td> <td> 3.00 ± 0% </td> <td> 3.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> JSValEscaperWithStr-8 </td> <td> 2.00 ± 0% </td> <td> 2.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> JSValEscaperWithStrNoSpecials-8 </td> <td> 2.00 ± 0% </td> <td> 2.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> JSValEscaperWithObj-8 </td> <td> 3.00 ± 0% </td> <td> 3.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> JSValEscaperWithObjNoSpecials-8 </td> <td> 3.00 ± 0% </td> <td> 3.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> JSStrEscaperNoSpecials-8 </td> <td> 0.00 </td> <td> 0.00 </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> JSStrEscaper-8 </td> <td> 2.00 ± 0% </td> <td> 2.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> JSRegexpEscaperNoSpecials-8 </td> <td> 0.00 </td> <td> 0.00 </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> JSRegexpEscaper-8 </td> <td> 2.00 ± 0% </td> <td> 2.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> TemplateSpecialTags-8 </td> <td> 191 ± 0% </td> <td> 191 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> URLEscaper-8 </td> <td> 4.00 ± 0% </td> <td> 4.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> URLEscaperNoSpecials-8 </td> <td> 2.00 ± 0% </td> <td> 2.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> URLNormalizer-8 </td> <td> 3.00 ± 0% </td> <td> 3.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> URLNormalizerNoSpecials-8 </td> <td> 2.00 ± 0% </td> <td> 2.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SrcsetFilter-8 </td> <td> 3.00 ± 0% </td> <td> 3.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SrcsetFilterNoSpecials-8 </td> <td> 3.00 ± 0% </td> <td> 3.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/parse </th> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> ParseLarge-8 </td> <td> 80.0k ± 0% </td> <td> 80.0k ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (p=1.000 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> VariableString-8 </td> <td> 3.00 ± 0% </td> <td> 3.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> ListString-8 </td> <td> 31.0 ± 0% </td> <td> 31.0 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/tpl/tplimpl </th> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> Partial-8 </td> <td> 37.0 ± 0% </td> <td> 37.0 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> PartialCached-8 </td> <td> 0.00 </td> <td> 0.00 </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/tpl/transform </th> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> UnmarshalString-8 </td> <td> 6.00 ± 0% </td> <td> 5.00 ± 0% </td> <td class="delta" style="font-weight: bold;"> −16.67% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> UnmarshalResource-8 </td> <td> 1.00 ± 0% </td> <td> 1.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/transform/urlreplacers </th> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> AbsURL-8 </td> <td> 16.0 ± 0% </td> <td> 16.0 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> AbsURLSrcset-8 </td> <td> 23.0 ± 0% </td> <td> 23.0 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> XMLAbsURLSrcset-8 </td> <td> 21.0 ± 0% </td> <td> 21.0 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> XMLAbsURL-8 </td> <td> 8.00 ± 0% </td> <td> 8.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr> <td style="text-align: right;padding: 0em 1em;"> &nbsp; </td> </tr> </tbody> </table>
--- title: "Hugo on Apple M1" date: 2020-12-10 description: "The new Mac Mini M1 base model is blazing fast! We have run the Hugo benchmarks comparing it to a MacBook four times more expensive." --- <p><i>By <a href="https://github.com/bep/">bep</a></i></p> <p> The table below shows all of Hugo's benchmarks run on both a MacBook with Intel CPU and a Mac Mini M1 with an ARM CPU. </p> <p>Some notes: <ul> <li>The Intel Mac is a 2019 16 inch MacBook with 2,3 GHz 8-Core Intel Core i9 with 32 GB ram.</li> <li>The ARM Mac is a new Mac Mini M1 base model with 8 GB of ram</li> <li>The benchmarks are run with <code>go test -test.run=NONE -bench="Benchmark" -test.benchmem=true -cpu=8 -count=4 ./...</code>. Since the M1 does not have a concept of Turbo Boost, I kept that on when running the Intel benchmarks.</li> <li>The right column is the Mac Mini, negative (black) numbers are good, positive numbers (red) are not so good.</li> <li>Go is compiled from the latest source: <code>go version devel +5627a4dc30 Wed Dec 9 16:57:37 2020 +0000 darwin/arm64</code></li> </ul> </p> <p> This test isn't exactly comparing apples with apples (pun intended); this is a 4K USD computer compared to a 1K computer, but that makes the performance of the Mac Mini even more impressive. </p> <p> There are some areas where the Intel still outshines the ARM, and that is most likely areas with highly optimized assembly code, and this will certainly improve. More benchmarks can be found <a href="https://roland.zone/m1-go-benchmarks/">here</a>. </p> <p> You probably want to watch <a href="https://github.com/golang/go/issues/42756">issue</a> to track when we can get a Go release with MacOS M1 support. A couple of months? </p> <p> Also, this <a href="https://docs.google.com/document/d/1iWUstb66v66tTVxQWNMZ1BehgNzEmykzqDCUp5l8ip8/edit">work document</a> is a great resource for getting a native Go development environment up and running on the M1. </p> <h2>Benchstat Output</h2> <style> td { padding: 10px; } th, td { border: none; } </style> <table class="benchstat oldnew" style="border-collapse: collapse; width: 100%"> <tr class="configs"> <th style="text-align: left;"></th> <th> hugo-intel.txt </th> <th> hugo-m1.txt </th> </tr> <tbody> <tr> <th style="text-align: left;"></th> <th colspan="2" class="metric" style=""> time/op </th> <th style=""> delta </th> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/common/hreflect </th> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> IsTruthFul-8 </td> <td> 15.0ns ± 3% </td> <td> 12.6ns ± 3% </td> <td class="delta" style="font-weight: bold;"> −16.31% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/common/maps </th> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> ScratchGet-8 </td> <td> 15.1ns ± 1% </td> <td> 13.8ns ± 0% </td> <td class="delta" style="font-weight: bold;"> −8.74% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/helpers </th> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> StripHTML-8 </td> <td> 2.02µs ± 0% </td> <td> 1.61µs ± 0% </td> <td class="delta" style="font-weight: bold;"> −20.15% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> TestTruncateWordsToWholeSentence-8 </td> <td> 50.1ns ± 2% </td> <td> 45.1ns ± 0% </td> <td class="delta" style="font-weight: bold;"> −9.98% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> TestTruncateWordsToWholeSentenceOld-8 </td> <td> 4.23µs ± 2% </td> <td> 3.15µs ± 0% </td> <td class="delta" style="font-weight: bold;"> −25.53% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> TotalWords-8 </td> <td> 6.38µs ± 2% </td> <td> 5.90µs ± 0% </td> <td class="delta" style="font-weight: bold;"> −7.63% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> EmojiKyokomiFprint-8 </td> <td> 30.9µs ± 5% </td> <td> 25.1µs ± 3% </td> <td class="delta" style="font-weight: bold;"> −18.83% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> EmojiKyokomiSprint-8 </td> <td> 29.9µs ± 1% </td> <td> 24.3µs ± 0% </td> <td class="delta" style="font-weight: bold;"> −18.49% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> HugoEmoji-8 </td> <td> 1.56µs ±10% </td> <td> 4.27µs ± 3% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;174.22% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> ReaderContains-8 </td> <td> 4.01µs ± 1% </td> <td> 4.23µs ± 2% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;5.48% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> MD5FromFileFast/full=false-8 </td> <td> 2.36µs ± 1% </td> <td> 1.75µs ± 0% </td> <td class="delta" style="font-weight: bold;"> −25.92% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> MD5FromFileFast/full=true-8 </td> <td> 32.7µs ± 2% </td> <td> 36.3µs ± 0% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;10.85% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> UniqueStrings/Safe-8 </td> <td> 418ns ± 3% </td> <td> 312ns ± 0% </td> <td class="delta" style="font-weight: bold;"> −25.42% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> UniqueStrings/Reuse_slice-8 </td> <td> 352ns ± 2% </td> <td> 271ns ± 2% </td> <td class="delta" style="font-weight: bold;"> −23.25% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> UniqueStrings/Reuse_slice_sorted-8 </td> <td> 203ns ± 1% </td> <td> 157ns ± 2% </td> <td class="delta" style="font-weight: bold;"> −22.82% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/hugofs </th> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> Walk-8 </td> <td> 271µs ± 1% </td> <td> 210µs ± 0% </td> <td class="delta" style="font-weight: bold;"> −22.70% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/hugofs/glob </th> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> GetGlob-8 </td> <td> 15.0ns ± 2% </td> <td> 13.8ns ± 0% </td> <td class="delta" style="font-weight: bold;"> −8.12% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/hugolib </th> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> Cascade/langs-1-8 </td> <td> 7.24ms ± 1% </td> <td> 5.06ms ± 2% </td> <td class="delta" style="font-weight: bold;"> −30.06% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> Cascade/langs-3-8 </td> <td> 9.20ms ± 0% </td> <td> 6.56ms ± 1% </td> <td class="delta" style="font-weight: bold;"> −28.75% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> Cascade/langs-5-8 </td> <td> 11.2ms ± 1% </td> <td> 8.0ms ± 1% </td> <td class="delta" style="font-weight: bold;"> −28.64% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> Cascade/langs-7-8 </td> <td> 13.4ms ± 1% </td> <td> 9.6ms ± 0% </td> <td class="delta" style="font-weight: bold;"> −28.18% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> Cascade/langs-9-8 </td> <td> 15.8ms ± 1% </td> <td> 11.2ms ± 1% </td> <td class="delta" style="font-weight: bold;"> −29.20% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> ContentMap/CreateMissingNodes-8 </td> <td> 54.3µs ± 3% </td> <td> 49.9µs ± 5% </td> <td class="delta" style="font-weight: bold;"> −8.03% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> GetPage-8 </td> <td> 210ns ± 2% </td> <td> 207ns ± 1% </td> <td class="delta" style="font-weight: bold;"> −1.46% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> GetPageRegular/From_root-8 </td> <td> 1.64µs ± 1% </td> <td> 0.88µs ± 0% </td> <td class="delta" style="font-weight: bold;"> −46.14% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> GetPageRegular/Page_relative-8 </td> <td> 1.96µs ± 0% </td> <td> 1.15µs ± 1% </td> <td class="delta" style="font-weight: bold;"> −41.52% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> MergeByLanguage-8 </td> <td> 644ns ±15% </td> <td> 599ns ±12% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (p=0.486 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> PagesPrevNext/.Next-pages-300-8 </td> <td> 34.0ns ± 1% </td> <td> 31.3ns ± 0% </td> <td class="delta" style="font-weight: bold;"> −7.81% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> PagesPrevNext/.Next-pages-5000-8 </td> <td> 65.5ns ± 2% </td> <td> 38.3ns ± 1% </td> <td class="delta" style="font-weight: bold;"> −41.42% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> PagesPrevNext/.Prev-pages-300-8 </td> <td> 34.0ns ± 1% </td> <td> 31.6ns ± 1% </td> <td class="delta" style="font-weight: bold;"> −7.00% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> PagesPrevNext/.Prev-pages-5000-8 </td> <td> 65.8ns ± 2% </td> <td> 37.9ns ± 1% </td> <td class="delta" style="font-weight: bold;"> −42.37% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> PagesPrevNext/Pages.Next-pages-300-8 </td> <td> 911ns ±17% </td> <td> 621ns ± 0% </td> <td class="delta" style="font-weight: bold;"> −31.82% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> PagesPrevNext/Pages.Next-pages-5000-8 </td> <td> 1.94µs ± 9% </td> <td> 1.67µs ±11% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (p=0.057 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> PagesPrevNext/Pages.Prev-pages-300-8 </td> <td> 854ns ±32% </td> <td> 631ns ± 3% </td> <td class="delta" style="font-weight: bold;"> −26.16% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> PagesPrevNext/Pages.Prev-pages-5000-8 </td> <td> 1.98µs ± 4% </td> <td> 1.66µs ± 5% </td> <td class="delta" style="font-weight: bold;"> −16.34% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> PagesPrevNext/Pages.Shuffled.Next-pages-300-8 </td> <td> 914ns ±19% </td> <td> 623ns ± 1% </td> <td class="delta" style="font-weight: bold;"> −31.83% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> PagesPrevNext/Pages.Shuffled.Next-pages-5000-8 </td> <td> 13.6µs ± 1% </td> <td> 11.3µs ± 4% </td> <td class="delta" style="font-weight: bold;"> −17.04% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> PagesPrevNext/Pages.Shuffled.Prev-pages-300-8 </td> <td> 952ns ±21% </td> <td> 627ns ± 0% </td> <td class="delta" style="font-weight: bold;"> −34.12% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> PagesPrevNext/Pages.Shuffled.Prev-pages-5000-8 </td> <td> 13.1µs ± 1% </td> <td> 11.2µs ± 1% </td> <td class="delta" style="font-weight: bold;"> −14.35% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> PagesPrevNext/Pages.ByTitle.Next-pages-300-8 </td> <td> 752ns ± 2% </td> <td> 630ns ± 4% </td> <td class="delta" style="font-weight: bold;"> −16.24% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> PagesPrevNext/Pages.ByTitle.Next-pages-5000-8 </td> <td> 13.5µs ± 3% </td> <td> 11.1µs ± 4% </td> <td class="delta" style="font-weight: bold;"> −17.84% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> ResourceChainPostProcess-8 </td> <td> 40.1ms ± 1% </td> <td> 35.6ms ± 1% </td> <td class="delta" style="font-weight: bold;"> −11.23% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> ReplaceShortcodeTokens-8 </td> <td> 2.30µs ±34% </td> <td> 7.02µs ± 3% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;205.66% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Edit_Bundle_with_image-8 </td> <td> 754µs ± 0% </td> <td> 446µs ± 7% </td> <td class="delta" style="font-weight: bold;"> −40.85% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Edit_Bundle_with_JSON_file-8 </td> <td> 728µs ± 0% </td> <td> 437µs ± 1% </td> <td class="delta" style="font-weight: bold;"> −39.95% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Edit_Tags_and_categories-8 </td> <td> 15.5ms ± 2% </td> <td> 12.9ms ± 6% </td> <td class="delta" style="font-weight: bold;"> −16.46% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Edit_Canonify_URLs-8 </td> <td> 27.1ms ± 2% </td> <td> 25.9ms ± 2% </td> <td class="delta" style="font-weight: bold;"> −4.69% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Edit_Deep_content_tree-8 </td> <td> 32.2ms ± 5% </td> <td> 25.7ms ± 3% </td> <td class="delta" style="font-weight: bold;"> −20.16% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Edit_Many_HTML_templates-8 </td> <td> 11.3ms ± 2% </td> <td> 8.5ms ± 2% </td> <td class="delta" style="font-weight: bold;"> −24.98% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Edit_Page_collections-8 </td> <td> 19.7ms ± 2% </td> <td> 14.5ms ± 3% </td> <td class="delta" style="font-weight: bold;"> −26.11% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Edit_List_terms-8 </td> <td> 3.77ms ± 2% </td> <td> 2.55ms ± 1% </td> <td class="delta" style="font-weight: bold;"> −32.41% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Regular_Bundle_with_image-8 </td> <td> 5.54ms ± 0% </td> <td> 3.98ms ± 1% </td> <td class="delta" style="font-weight: bold;"> −28.09% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Regular_Bundle_with_JSON_file-8 </td> <td> 5.71ms ± 1% </td> <td> 4.03ms ± 1% </td> <td class="delta" style="font-weight: bold;"> −29.43% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Regular_Tags_and_categories-8 </td> <td> 24.6ms ± 2% </td> <td> 19.0ms ± 2% </td> <td class="delta" style="font-weight: bold;"> −22.47% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Regular_Canonify_URLs-8 </td> <td> 32.6ms ± 1% </td> <td> 29.9ms ± 1% </td> <td class="delta" style="font-weight: bold;"> −8.17% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Regular_Deep_content_tree-8 </td> <td> 41.3ms ± 1% </td> <td> 31.6ms ± 2% </td> <td class="delta" style="font-weight: bold;"> −23.60% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Regular_Many_HTML_templates-8 </td> <td> 19.9ms ± 1% </td> <td> 14.4ms ± 0% </td> <td class="delta" style="font-weight: bold;"> −27.53% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Regular_Page_collections-8 </td> <td> 28.8ms ± 0% </td> <td> 21.2ms ± 1% </td> <td class="delta" style="font-weight: bold;"> −26.29% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Regular_List_terms-8 </td> <td> 9.02ms ± 1% </td> <td> 6.55ms ± 2% </td> <td class="delta" style="font-weight: bold;"> −27.39% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/identity </th> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> IdentityManager/Add-8 </td> <td> 702ns ±10% </td> <td> 404ns ± 3% </td> <td class="delta" style="font-weight: bold;"> −42.42% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> IdentityManager/Search-8 </td> <td> 2.14µs ± 2% </td> <td> 1.15µs ± 1% </td> <td class="delta" style="font-weight: bold;"> −46.07% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/langs/i18n </th> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> I18nTranslate/all-present-8 </td> <td> 254ns ± 1% </td> <td> 315ns ± 0% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;23.86% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> I18nTranslate/present-in-default-8 </td> <td> 650ns ± 2% </td> <td> 604ns ± 0% </td> <td class="delta" style="font-weight: bold;"> −6.97% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> I18nTranslate/present-in-current-8 </td> <td> 252ns ± 1% </td> <td> 309ns ± 2% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;22.83% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> I18nTranslate/missing-8 </td> <td> 614ns ± 0% </td> <td> 574ns ± 0% </td> <td class="delta" style="font-weight: bold;"> −6.48% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> I18nTranslate/file-missing-8 </td> <td> 1.43µs ± 3% </td> <td> 1.19µs ± 0% </td> <td class="delta" style="font-weight: bold;"> −16.26% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> I18nTranslate/context-provided-8 </td> <td> 732ns ± 1% </td> <td> 648ns ± 0% </td> <td class="delta" style="font-weight: bold;"> −11.46% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> I18nTranslate/readingTime-one-8 </td> <td> 480ns ± 1% </td> <td> 462ns ± 0% </td> <td class="delta" style="font-weight: bold;"> −3.61% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> I18nTranslate/readingTime-many-8 </td> <td> 972ns ± 0% </td> <td> 823ns ± 0% </td> <td class="delta" style="font-weight: bold;"> −15.28% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> I18nTranslate/same-id-and-translation-8 </td> <td> 248ns ± 1% </td> <td> 312ns ± 0% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;26.12% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> I18nTranslate/same-id-and-translation-default-8 </td> <td> 648ns ± 2% </td> <td> 602ns ± 0% </td> <td class="delta" style="font-weight: bold;"> −6.96% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> I18nTranslate/unknown-language-code-8 </td> <td> 1.48µs ± 1% </td> <td> 1.22µs ± 0% </td> <td class="delta" style="font-weight: bold;"> −17.61% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> I18nTranslate/known-language-missing-plural-8 </td> <td> 985ns ± 3% </td> <td> 858ns ± 0% </td> <td class="delta" style="font-weight: bold;"> −12.99% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> I18nTranslate/dotted-bare-key-8 </td> <td> 238ns ± 2% </td> <td> 314ns ± 0% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;32.13% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> I18nTranslate/lang-with-hyphen-8 </td> <td> 574ns ± 2% </td> <td> 569ns ± 1% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (p=0.229 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/markup/goldmark </th> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> SanitizeAnchorName-8 </td> <td> 395ns ± 1% </td> <td> 334ns ± 0% </td> <td class="delta" style="font-weight: bold;"> −15.39% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> SanitizeAnchorNameAsciiOnly-8 </td> <td> 866ns ± 5% </td> <td> 660ns ± 0% </td> <td class="delta" style="font-weight: bold;"> −23.82% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> SanitizeAnchorNameBlackfriday-8 </td> <td> 528ns ± 1% </td> <td> 439ns ± 0% </td> <td class="delta" style="font-weight: bold;"> −17.00% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> SanitizeAnchorNameString-8 </td> <td> 438ns ± 2% </td> <td> 362ns ± 0% </td> <td class="delta" style="font-weight: bold;"> −17.39% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/metrics </th> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> HowSimilar-8 </td> <td> 1.92µs ± 0% </td> <td> 1.50µs ± 0% </td> <td class="delta" style="font-weight: bold;"> −21.55% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/output </th> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> Layout-8 </td> <td> 78.7ns ± 1% </td> <td> 96.0ns ± 8% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;22.06% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> LayoutUncached-8 </td> <td> 6.93µs ± 0% </td> <td> 5.69µs ± 0% </td> <td class="delta" style="font-weight: bold;"> −17.83% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/parser/metadecoders </th> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> StringifyMapKeysStringsOnlyInterfaceMaps-8 </td> <td> 790ns ±10% </td> <td> 598ns ± 8% </td> <td class="delta" style="font-weight: bold;"> −24.31% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> StringifyMapKeysStringsOnlyStringMaps-8 </td> <td> 158ns ± 1% </td> <td> 149ns ± 2% </td> <td class="delta" style="font-weight: bold;"> −5.80% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> StringifyMapKeysIntegers-8 </td> <td> 1.10µs ± 1% </td> <td> 0.83µs ± 3% </td> <td class="delta" style="font-weight: bold;"> −23.95% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/parser/pageparser </th> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> ShortcodeLexer-8 </td> <td> 86.5µs ± 2% </td> <td> 58.0µs ± 0% </td> <td class="delta" style="font-weight: bold;"> −32.92% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> Parse-8 </td> <td> 10.6µs ± 1% </td> <td> 7.9µs ± 0% </td> <td class="delta" style="font-weight: bold;"> −25.50% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> ParseWithEmoji-8 </td> <td> 12.9µs ± 2% </td> <td> 10.1µs ± 0% </td> <td class="delta" style="font-weight: bold;"> −21.55% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/publisher </th> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> ClassCollectorWriter-8 </td> <td> 18.2µs ± 0% </td> <td> 13.6µs ± 0% </td> <td class="delta" style="font-weight: bold;"> −25.52% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/related </th> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> RelatedNewIndex/singles-8 </td> <td> 48.2µs ± 1% </td> <td> 40.8µs ± 0% </td> <td class="delta" style="font-weight: bold;"> −15.24% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> RelatedNewIndex/all-8 </td> <td> 47.8µs ± 1% </td> <td> 39.5µs ± 0% </td> <td class="delta" style="font-weight: bold;"> −17.21% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> RelatedMatchesIn-8 </td> <td> 83.3µs ±12% </td> <td> 78.0µs ±11% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (p=0.343 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/resources </th> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> ImageExif/Cold_cache-8 </td> <td> 192µs ± 6% </td> <td> 166µs ± 3% </td> <td class="delta" style="font-weight: bold;"> −13.75% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> ImageExif/Cold_cache,_10-8 </td> <td> 209µs ± 2% </td> <td> 173µs ± 1% </td> <td class="delta" style="font-weight: bold;"> −17.10% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> ImageExif/Warm_cache-8 </td> <td> 37.5µs ± 1% </td> <td> 441.3µs ±16% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;1077.34% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> ResizeParallel-8 </td> <td> 1.27µs ± 1% </td> <td> 1.64µs ± 1% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;29.40% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> ResourcesMatch-8 </td> <td> 524ns ± 6% </td> <td> 638ns ± 7% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;21.73% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> ResourcesMatchA100-8 </td> <td> 136ns ±12% </td> <td> 120ns ± 3% </td> <td class="delta" style="font-weight: bold;"> −11.25% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> AssignMetadata-8 </td> <td> 15.4µs ± 1% </td> <td> 11.6µs ± 1% </td> <td class="delta" style="font-weight: bold;"> −24.64% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/resources/images/exif </th> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> DecodeExif-8 </td> <td> 99.5µs ± 1% </td> <td> 71.2µs ± 0% </td> <td class="delta" style="font-weight: bold;"> −28.43% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/resources/page </th> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> PageCache-8 </td> <td> 137ns ± 1% </td> <td> 131ns ± 0% </td> <td class="delta" style="font-weight: bold;"> −4.23% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/Shuffled-100-8 </td> <td> 142ns ± 1% </td> <td> 144ns ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (p=0.314 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/Shuffled-500-8 </td> <td> 613ns ± 5% </td> <td> 595ns ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (p=1.000 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/Shuffled-1000-8 </td> <td> 1.60µs ± 4% </td> <td> 1.42µs ± 5% </td> <td class="delta" style="font-weight: bold;"> −11.24% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/Shuffled-5000-8 </td> <td> 6.28µs ± 2% </td> <td> 5.97µs ± 1% </td> <td class="delta" style="font-weight: bold;"> −4.89% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByWeight-100-8 </td> <td> 146ns ± 1% </td> <td> 143ns ± 0% </td> <td class="delta" style="font-weight: bold;"> −1.63% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByWeight-500-8 </td> <td> 615ns ± 4% </td> <td> 595ns ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (p=0.314 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByWeight-1000-8 </td> <td> 801ns ± 1% </td> <td> 657ns ± 3% </td> <td class="delta" style="font-weight: bold;"> −17.94% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByWeight-5000-8 </td> <td> 899ns ± 1% </td> <td> 753ns ± 6% </td> <td class="delta" style="font-weight: bold;"> −16.27% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByWeight.Reverse-100-8 </td> <td> 144ns ± 1% </td> <td> 144ns ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (p=0.514 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByWeight.Reverse-500-8 </td> <td> 603ns ± 2% </td> <td> 595ns ± 0% </td> <td class="delta" style="font-weight: bold;"> −1.32% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByWeight.Reverse-1000-8 </td> <td> 901ns ± 4% </td> <td> 758ns ± 7% </td> <td class="delta" style="font-weight: bold;"> −15.85% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByWeight.Reverse-5000-8 </td> <td> 994ns ± 5% </td> <td> 855ns ± 5% </td> <td class="delta" style="font-weight: bold;"> −13.97% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByDate-100-8 </td> <td> 141ns ± 1% </td> <td> 144ns ± 1% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;2.06% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByDate-500-8 </td> <td> 594ns ± 2% </td> <td> 595ns ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (p=0.257 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByDate-1000-8 </td> <td> 454ns ±13% </td> <td> 393ns ± 7% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (p=0.057 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByDate-5000-8 </td> <td> 530ns ±10% </td> <td> 461ns ± 6% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (p=0.057 n=4&#43;4) </td> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByPublishDate-100-8 </td> <td> 140ns ± 1% </td> <td> 144ns ± 1% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;2.51% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByPublishDate-500-8 </td> <td> 583ns ± 0% </td> <td> 596ns ± 0% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;2.14% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByPublishDate-1000-8 </td> <td> 441ns ± 6% </td> <td> 443ns ± 8% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (p=0.686 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByPublishDate-5000-8 </td> <td> 535ns ± 4% </td> <td> 532ns ± 7% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (p=0.686 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByTitle-100-8 </td> <td> 141ns ± 2% </td> <td> 143ns ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (p=0.229 n=4&#43;4) </td> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByTitle-500-8 </td> <td> 586ns ± 0% </td> <td> 595ns ± 0% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;1.70% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByTitle-1000-8 </td> <td> 1.00µs ± 9% </td> <td> 0.84µs ± 3% </td> <td class="delta" style="font-weight: bold;"> −16.22% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByTitle-5000-8 </td> <td> 1.22µs ±11% </td> <td> 0.99µs ± 7% </td> <td class="delta" style="font-weight: bold;"> −18.47% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByTitle_Linear-100-8 </td> <td> 142ns ± 2% </td> <td> 144ns ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (p=0.286 n=4&#43;4) </td> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByTitle_Linear-500-8 </td> <td> 587ns ± 1% </td> <td> 596ns ± 0% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;1.49% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByTitle_Linear-1000-8 </td> <td> 1.15µs ± 2% </td> <td> 1.16µs ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (p=0.286 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByTitle_Linear-5000-8 </td> <td> 5.63µs ± 1% </td> <td> 5.67µs ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (p=0.343 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> SortByWeightAndReverse-8 </td> <td> 3.99µs ± 4% </td> <td> 3.61µs ± 4% </td> <td class="delta" style="font-weight: bold;"> −9.63% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> PermalinkExpand-8 </td> <td> 970ns ± 9% </td> <td> 709ns ± 0% </td> <td class="delta" style="font-weight: bold;"> −26.86% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/resources/resource_transformers/postcss </th> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> ImportResolver-8 </td> <td> 46.1µs ± 2% </td> <td> 28.1µs ± 0% </td> <td class="delta" style="font-weight: bold;"> −38.96% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/tpl/internal/go_templates/htmltemplate </th> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> CSSEscaper-8 </td> <td> 666ns ± 2% </td> <td> 552ns ± 1% </td> <td class="delta" style="font-weight: bold;"> −17.11% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> CSSEscaperNoSpecials-8 </td> <td> 166ns ± 1% </td> <td> 138ns ± 0% </td> <td class="delta" style="font-weight: bold;"> −16.47% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> DecodeCSS-8 </td> <td> 355ns ± 1% </td> <td> 351ns ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (p=0.057 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> DecodeCSSNoSpecials-8 </td> <td> 4.83ns ± 2% </td> <td> 4.06ns ± 0% </td> <td class="delta" style="font-weight: bold;"> −15.84% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> CSSValueFilter-8 </td> <td> 116ns ± 1% </td> <td> 105ns ± 0% </td> <td class="delta" style="font-weight: bold;"> −9.37% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> CSSValueFilterOk-8 </td> <td> 128ns ± 3% </td> <td> 115ns ± 0% </td> <td class="delta" style="font-weight: bold;"> −10.08% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> EscapedExecute-8 </td> <td> 1.80µs ± 1% </td> <td> 1.35µs ± 0% </td> <td class="delta" style="font-weight: bold;"> −25.07% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> HTMLNospaceEscaper-8 </td> <td> 768ns ± 2% </td> <td> 628ns ± 0% </td> <td class="delta" style="font-weight: bold;"> −18.25% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> HTMLNospaceEscaperNoSpecials-8 </td> <td> 221ns ± 1% </td> <td> 159ns ± 0% </td> <td class="delta" style="font-weight: bold;"> −28.16% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> StripTags-8 </td> <td> 611ns ± 2% </td> <td> 500ns ± 0% </td> <td class="delta" style="font-weight: bold;"> −18.07% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> StripTagsNoSpecials-8 </td> <td> 71.3ns ± 0% </td> <td> 55.0ns ± 0% </td> <td class="delta" style="font-weight: bold;"> −22.90% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> JSValEscaperWithNum-8 </td> <td> 355ns ± 2% </td> <td> 274ns ± 0% </td> <td class="delta" style="font-weight: bold;"> −22.83% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> JSValEscaperWithStr-8 </td> <td> 1.29µs ± 1% </td> <td> 0.99µs ± 0% </td> <td class="delta" style="font-weight: bold;"> −23.43% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> JSValEscaperWithStrNoSpecials-8 </td> <td> 412ns ± 1% </td> <td> 317ns ± 0% </td> <td class="delta" style="font-weight: bold;"> −23.08% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> JSValEscaperWithObj-8 </td> <td> 1.49µs ± 1% </td> <td> 1.14µs ± 0% </td> <td class="delta" style="font-weight: bold;"> −23.15% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> JSValEscaperWithObjNoSpecials-8 </td> <td> 566ns ± 1% </td> <td> 441ns ± 0% </td> <td class="delta" style="font-weight: bold;"> −22.15% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> JSStrEscaperNoSpecials-8 </td> <td> 182ns ± 2% </td> <td> 143ns ± 0% </td> <td class="delta" style="font-weight: bold;"> −21.16% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> JSStrEscaper-8 </td> <td> 681ns ± 1% </td> <td> 557ns ± 0% </td> <td class="delta" style="font-weight: bold;"> −18.18% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> JSRegexpEscaperNoSpecials-8 </td> <td> 176ns ± 1% </td> <td> 152ns ± 0% </td> <td class="delta" style="font-weight: bold;"> −13.74% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> JSRegexpEscaper-8 </td> <td> 694ns ± 2% </td> <td> 561ns ± 0% </td> <td class="delta" style="font-weight: bold;"> −19.20% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> TemplateSpecialTags-8 </td> <td> 120µs ± 1% </td> <td> 92µs ± 0% </td> <td class="delta" style="font-weight: bold;"> −23.07% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> URLEscaper-8 </td> <td> 1.50µs ± 1% </td> <td> 1.06µs ± 0% </td> <td class="delta" style="font-weight: bold;"> −29.35% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> URLEscaperNoSpecials-8 </td> <td> 140ns ± 1% </td> <td> 121ns ± 0% </td> <td class="delta" style="font-weight: bold;"> −13.45% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> URLNormalizer-8 </td> <td> 1.10µs ± 1% </td> <td> 0.78µs ± 0% </td> <td class="delta" style="font-weight: bold;"> −28.45% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> URLNormalizerNoSpecials-8 </td> <td> 160ns ± 1% </td> <td> 136ns ± 0% </td> <td class="delta" style="font-weight: bold;"> −15.00% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> SrcsetFilter-8 </td> <td> 497ns ± 2% </td> <td> 343ns ± 0% </td> <td class="delta" style="font-weight: bold;"> −30.87% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> SrcsetFilterNoSpecials-8 </td> <td> 273ns ± 1% </td> <td> 217ns ± 0% </td> <td class="delta" style="font-weight: bold;"> −20.71% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/parse </th> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> ParseLarge-8 </td> <td> 18.6ms ± 0% </td> <td> 14.6ms ± 0% </td> <td class="delta" style="font-weight: bold;"> −21.41% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> VariableString-8 </td> <td> 98.2ns ± 1% </td> <td> 79.9ns ± 0% </td> <td class="delta" style="font-weight: bold;"> −18.72% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> ListString-8 </td> <td> 2.77µs ± 1% </td> <td> 2.26µs ± 1% </td> <td class="delta" style="font-weight: bold;"> −18.34% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/tpl/tplimpl </th> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> Partial-8 </td> <td> 1.01µs ± 2% </td> <td> 1.73µs ± 1% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;70.50% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> PartialCached-8 </td> <td> 61.0ns ± 3% </td> <td> 100.3ns ± 2% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;64.49% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/tpl/transform </th> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> UnmarshalString-8 </td> <td> 1.14µs ± 1% </td> <td> 1.29µs ± 0% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;13.17% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> UnmarshalResource-8 </td> <td> 138ns ± 0% </td> <td> 108ns ± 1% </td> <td class="delta" style="font-weight: bold;"> −22.17% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/transform/urlreplacers </th> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> AbsURL-8 </td> <td> 4.50µs ± 1% </td> <td> 4.81µs ± 0% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;6.85% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> AbsURLSrcset-8 </td> <td> 3.49µs ± 2% </td> <td> 3.21µs ± 0% </td> <td class="delta" style="font-weight: bold;"> −7.97% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> XMLAbsURLSrcset-8 </td> <td> 3.41µs ± 1% </td> <td> 3.23µs ± 0% </td> <td class="delta" style="font-weight: bold;"> −5.27% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> XMLAbsURL-8 </td> <td> 1.85µs ± 0% </td> <td> 1.85µs ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (p=0.343 n=4&#43;4) </td> </tr> <tr> <td style="text-align: right;padding: 0em 1em;"> &nbsp; </td> </tr> </tbody> <tbody> <tr> <th style="text-align: left;"></th> <th colspan="2" class="metric" style=""> alloc/op </th> <th style=""> delta </th> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/common/hreflect </th> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> IsTruthFul-8 </td> <td> 0.00B </td> <td> 0.00B </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/common/maps </th> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> ScratchGet-8 </td> <td> 0.00B </td> <td> 0.00B </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/helpers </th> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> StripHTML-8 </td> <td> 736B ± 0% </td> <td> 728B ± 0% </td> <td class="delta" style="font-weight: bold;"> −1.09% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> TestTruncateWordsToWholeSentence-8 </td> <td> 0.00B </td> <td> 0.00B </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> TestTruncateWordsToWholeSentenceOld-8 </td> <td> 2.50kB ± 0% </td> <td> 2.50kB ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> TotalWords-8 </td> <td> 0.00B </td> <td> 0.00B </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> EmojiKyokomiFprint-8 </td> <td> 31.4kB ± 0% </td> <td> 31.4kB ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> EmojiKyokomiSprint-8 </td> <td> 31.3kB ± 0% </td> <td> 31.3kB ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (p=1.000 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> HugoEmoji-8 </td> <td> 624B ± 0% </td> <td> 616B ± 0% </td> <td class="delta" style="font-weight: bold;"> −1.28% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> ReaderContains-8 </td> <td> 1.26kB ± 0% </td> <td> 1.26kB ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> MD5FromFileFast/full=false-8 </td> <td> 240B ± 0% </td> <td> 144B ± 0% </td> <td class="delta" style="font-weight: bold;"> −40.00% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> MD5FromFileFast/full=true-8 </td> <td> 32.9kB ± 0% </td> <td> 32.9kB ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (p=0.429 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> UniqueStrings/Safe-8 </td> <td> 224B ± 0% </td> <td> 224B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> UniqueStrings/Reuse_slice-8 </td> <td> 96.0B ± 0% </td> <td> 96.0B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> UniqueStrings/Reuse_slice_sorted-8 </td> <td> 32.0B ± 0% </td> <td> 24.0B ± 0% </td> <td class="delta" style="font-weight: bold;"> −25.00% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/hugofs </th> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> Walk-8 </td> <td> 103kB ± 0% </td> <td> 99kB ± 0% </td> <td class="delta" style="font-weight: bold;"> −3.89% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/hugofs/glob </th> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> GetGlob-8 </td> <td> 0.00B </td> <td> 0.00B </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/hugolib </th> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> Cascade/langs-1-8 </td> <td> 2.33MB ± 0% </td> <td> 2.25MB ± 0% </td> <td class="delta" style="font-weight: bold;"> −3.37% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> Cascade/langs-3-8 </td> <td> 3.31MB ± 0% </td> <td> 3.21MB ± 0% </td> <td class="delta" style="font-weight: bold;"> −2.93% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> Cascade/langs-5-8 </td> <td> 4.32MB ± 0% </td> <td> 4.20MB ± 0% </td> <td class="delta" style="font-weight: bold;"> −2.62% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> Cascade/langs-7-8 </td> <td> 5.37MB ± 0% </td> <td> 5.23MB ± 0% </td> <td class="delta" style="font-weight: bold;"> −2.64% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> Cascade/langs-9-8 </td> <td> 6.44MB ± 0% </td> <td> 6.27MB ± 0% </td> <td class="delta" style="font-weight: bold;"> −2.57% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> ContentMap/CreateMissingNodes-8 </td> <td> 14.9kB ± 0% </td> <td> 14.4kB ± 0% </td> <td class="delta" style="font-weight: bold;"> −3.11% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> GetPage-8 </td> <td> 16.0B ± 0% </td> <td> 16.0B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> GetPageRegular/From_root-8 </td> <td> 686B ± 0% </td> <td> 239B ± 0% </td> <td class="delta" style="font-weight: bold;"> −65.16% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> GetPageRegular/Page_relative-8 </td> <td> 763B ± 0% </td> <td> 324B ± 0% </td> <td class="delta" style="font-weight: bold;"> −57.54% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> MergeByLanguage-8 </td> <td> 51.5B ± 1% </td> <td> 50.8B ± 1% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (p=0.286 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> PagesPrevNext/.Next-pages-300-8 </td> <td> 0.00B </td> <td> 0.00B </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> PagesPrevNext/.Next-pages-5000-8 </td> <td> 0.00B </td> <td> 0.00B </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> PagesPrevNext/.Prev-pages-300-8 </td> <td> 0.00B </td> <td> 0.00B </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> PagesPrevNext/.Prev-pages-5000-8 </td> <td> 0.00B </td> <td> 0.00B </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> PagesPrevNext/Pages.Next-pages-300-8 </td> <td> 0.00B </td> <td> 0.00B </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> PagesPrevNext/Pages.Next-pages-5000-8 </td> <td> 8.00B ± 0% </td> <td> 8.00B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> PagesPrevNext/Pages.Prev-pages-300-8 </td> <td> 0.00B </td> <td> 0.00B </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> PagesPrevNext/Pages.Prev-pages-5000-8 </td> <td> 8.00B ± 0% </td> <td> 8.00B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> PagesPrevNext/Pages.Shuffled.Next-pages-300-8 </td> <td> 0.00B </td> <td> 0.00B </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> PagesPrevNext/Pages.Shuffled.Next-pages-5000-8 </td> <td> 8.00B ± 0% </td> <td> 8.00B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> PagesPrevNext/Pages.Shuffled.Prev-pages-300-8 </td> <td> 0.00B </td> <td> 0.00B </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> PagesPrevNext/Pages.Shuffled.Prev-pages-5000-8 </td> <td> 8.00B ± 0% </td> <td> 8.00B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> PagesPrevNext/Pages.ByTitle.Next-pages-300-8 </td> <td> 0.00B </td> <td> 0.00B </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> PagesPrevNext/Pages.ByTitle.Next-pages-5000-8 </td> <td> 8.00B ± 0% </td> <td> 8.00B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> ResourceChainPostProcess-8 </td> <td> 36.4MB ± 1% </td> <td> 33.0MB ± 1% </td> <td class="delta" style="font-weight: bold;"> −9.26% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> ReplaceShortcodeTokens-8 </td> <td> 3.07kB ± 0% </td> <td> 3.07kB ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Edit_Bundle_with_image-8 </td> <td> 437kB ± 0% </td> <td> 426kB ± 0% </td> <td class="delta" style="font-weight: bold;"> −2.43% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Edit_Bundle_with_JSON_file-8 </td> <td> 216kB ± 0% </td> <td> 205kB ± 0% </td> <td class="delta" style="font-weight: bold;"> −4.93% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Edit_Tags_and_categories-8 </td> <td> 10.3MB ± 0% </td> <td> 9.7MB ± 0% </td> <td class="delta" style="font-weight: bold;"> −6.68% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Edit_Canonify_URLs-8 </td> <td> 84.2MB ± 0% </td> <td> 85.6MB ± 0% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;1.67% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Edit_Deep_content_tree-8 </td> <td> 26.5MB ± 0% </td> <td> 25.5MB ± 0% </td> <td class="delta" style="font-weight: bold;"> −3.65% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Edit_Many_HTML_templates-8 </td> <td> 6.00MB ± 0% </td> <td> 5.71MB ± 0% </td> <td class="delta" style="font-weight: bold;"> −4.82% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Edit_Page_collections-8 </td> <td> 14.7MB ± 0% </td> <td> 14.1MB ± 0% </td> <td class="delta" style="font-weight: bold;"> −4.21% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Edit_List_terms-8 </td> <td> 1.83MB ± 0% </td> <td> 1.72MB ± 0% </td> <td class="delta" style="font-weight: bold;"> −6.04% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Regular_Bundle_with_image-8 </td> <td> 1.93MB ± 0% </td> <td> 1.90MB ± 0% </td> <td class="delta" style="font-weight: bold;"> −1.39% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Regular_Bundle_with_JSON_file-8 </td> <td> 1.71MB ± 0% </td> <td> 1.68MB ± 0% </td> <td class="delta" style="font-weight: bold;"> −1.54% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Regular_Tags_and_categories-8 </td> <td> 14.2MB ± 0% </td> <td> 13.4MB ± 0% </td> <td class="delta" style="font-weight: bold;"> −5.48% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Regular_Canonify_URLs-8 </td> <td> 89.2MB ± 0% </td> <td> 90.5MB ± 0% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;1.42% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Regular_Deep_content_tree-8 </td> <td> 30.2MB ± 0% </td> <td> 28.9MB ± 0% </td> <td class="delta" style="font-weight: bold;"> −4.26% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Regular_Many_HTML_templates-8 </td> <td> 9.17MB ± 0% </td> <td> 8.83MB ± 0% </td> <td class="delta" style="font-weight: bold;"> −3.80% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Regular_Page_collections-8 </td> <td> 18.4MB ± 0% </td> <td> 17.6MB ± 0% </td> <td class="delta" style="font-weight: bold;"> −4.44% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Regular_List_terms-8 </td> <td> 3.96MB ± 0% </td> <td> 3.82MB ± 0% </td> <td class="delta" style="font-weight: bold;"> −3.64% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/identity </th> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> IdentityManager/Add-8 </td> <td> 204B ± 7% </td> <td> 131B ± 2% </td> <td class="delta" style="font-weight: bold;"> −35.50% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> IdentityManager/Search-8 </td> <td> 751B ± 0% </td> <td> 311B ± 0% </td> <td class="delta" style="font-weight: bold;"> −58.59% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/langs/i18n </th> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> I18nTranslate/all-present-8 </td> <td> 0.00B </td> <td> 0.00B </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> I18nTranslate/present-in-default-8 </td> <td> 112B ± 0% </td> <td> 112B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> I18nTranslate/present-in-current-8 </td> <td> 0.00B </td> <td> 0.00B </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> I18nTranslate/missing-8 </td> <td> 112B ± 0% </td> <td> 112B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> I18nTranslate/file-missing-8 </td> <td> 304B ± 0% </td> <td> 288B ± 0% </td> <td class="delta" style="font-weight: bold;"> −5.26% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> I18nTranslate/context-provided-8 </td> <td> 200B ± 0% </td> <td> 192B ± 0% </td> <td class="delta" style="font-weight: bold;"> −4.00% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> I18nTranslate/readingTime-one-8 </td> <td> 384B ± 0% </td> <td> 384B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> I18nTranslate/readingTime-many-8 </td> <td> 608B ± 0% </td> <td> 600B ± 0% </td> <td class="delta" style="font-weight: bold;"> −1.32% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> I18nTranslate/same-id-and-translation-8 </td> <td> 0.00B </td> <td> 0.00B </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> I18nTranslate/same-id-and-translation-default-8 </td> <td> 112B ± 0% </td> <td> 112B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> I18nTranslate/unknown-language-code-8 </td> <td> 720B ± 0% </td> <td> 696B ± 0% </td> <td class="delta" style="font-weight: bold;"> −3.33% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> I18nTranslate/known-language-missing-plural-8 </td> <td> 488B ± 0% </td> <td> 472B ± 0% </td> <td class="delta" style="font-weight: bold;"> −3.28% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> I18nTranslate/dotted-bare-key-8 </td> <td> 0.00B </td> <td> 0.00B </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> I18nTranslate/lang-with-hyphen-8 </td> <td> 384B ± 0% </td> <td> 384B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/markup/goldmark </th> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> SanitizeAnchorName-8 </td> <td> 32.0B ± 0% </td> <td> 24.0B ± 0% </td> <td class="delta" style="font-weight: bold;"> −25.00% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SanitizeAnchorNameAsciiOnly-8 </td> <td> 48.0B ± 0% </td> <td> 48.0B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> SanitizeAnchorNameBlackfriday-8 </td> <td> 184B ± 0% </td> <td> 176B ± 0% </td> <td class="delta" style="font-weight: bold;"> −4.35% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> SanitizeAnchorNameString-8 </td> <td> 64.0B ± 0% </td> <td> 56.0B ± 0% </td> <td class="delta" style="font-weight: bold;"> −12.50% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/metrics </th> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> HowSimilar-8 </td> <td> 624B ± 0% </td> <td> 624B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/output </th> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> Layout-8 </td> <td> 0.00B </td> <td> 0.00B </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> LayoutUncached-8 </td> <td> 6.34kB ± 0% </td> <td> 6.34kB ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (p=1.000 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/parser/metadecoders </th> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> StringifyMapKeysStringsOnlyInterfaceMaps-8 </td> <td> 1.01kB ± 0% </td> <td> 1.01kB ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> StringifyMapKeysStringsOnlyStringMaps-8 </td> <td> 0.00B </td> <td> 0.00B </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> StringifyMapKeysIntegers-8 </td> <td> 1.01kB ± 0% </td> <td> 1.01kB ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/parser/pageparser </th> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> ShortcodeLexer-8 </td> <td> 119kB ± 0% </td> <td> 118kB ± 0% </td> <td class="delta" style="font-weight: bold;"> −0.10% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> Parse-8 </td> <td> 17.0kB ± 0% </td> <td> 17.0kB ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> ParseWithEmoji-8 </td> <td> 33.0kB ± 0% </td> <td> 33.0kB ± 0% </td> <td class="delta" style="font-weight: bold;"> −0.02% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/publisher </th> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> ClassCollectorWriter-8 </td> <td> 34.8kB ± 0% </td> <td> 34.6kB ± 0% </td> <td class="delta" style="font-weight: bold;"> −0.53% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/related </th> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> RelatedNewIndex/singles-8 </td> <td> 21.9kB ± 0% </td> <td> 21.9kB ± 0% </td> <td class="delta" style="font-weight: bold;"> −0.06% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> RelatedNewIndex/all-8 </td> <td> 23.7kB ± 0% </td> <td> 23.7kB ± 0% </td> <td class="delta" style="font-weight: bold;"> −0.07% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> RelatedMatchesIn-8 </td> <td> 26.4kB ±26% </td> <td> 26.4kB ±26% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (p=0.686 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/resources </th> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> ImageExif/Cold_cache-8 </td> <td> 160kB ± 0% </td> <td> 183kB ± 0% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;14.12% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> ImageExif/Cold_cache,_10-8 </td> <td> 172kB ± 0% </td> <td> 187kB ± 0% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;8.44% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> ImageExif/Warm_cache-8 </td> <td> 12.9kB ± 0% </td> <td> 10.9kB ± 0% </td> <td class="delta" style="font-weight: bold;"> −15.76% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> ResizeParallel-8 </td> <td> 2.02kB ± 0% </td> <td> 2.61kB ± 0% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;28.92% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> ResourcesMatch-8 </td> <td> 503B ± 0% </td> <td> 504B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (p=1.000 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> ResourcesMatchA100-8 </td> <td> 0.00B </td> <td> 0.00B </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> AssignMetadata-8 </td> <td> 1.34kB ± 0% </td> <td> 0.85kB ± 0% </td> <td class="delta" style="font-weight: bold;"> −36.90% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/resources/images/exif </th> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> DecodeExif-8 </td> <td> 161kB ± 0% </td> <td> 184kB ± 0% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;14.31% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/resources/page </th> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> PageCache-8 </td> <td> 32.0B ± 0% </td> <td> 24.0B ± 0% </td> <td class="delta" style="font-weight: bold;"> −25.00% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/Shuffled-100-8 </td> <td> 0.00B </td> <td> 0.00B </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/Shuffled-500-8 </td> <td> 0.00B </td> <td> 0.00B </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/Shuffled-1000-8 </td> <td> 8.00B ± 0% </td> <td> 8.00B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/Shuffled-5000-8 </td> <td> 8.00B ± 0% </td> <td> 8.00B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByWeight-100-8 </td> <td> 0.00B </td> <td> 0.00B </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByWeight-500-8 </td> <td> 0.00B </td> <td> 0.00B </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByWeight-1000-8 </td> <td> 8.00B ± 0% </td> <td> 8.00B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByWeight-5000-8 </td> <td> 8.00B ± 0% </td> <td> 8.00B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByWeight.Reverse-100-8 </td> <td> 0.00B </td> <td> 0.00B </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByWeight.Reverse-500-8 </td> <td> 0.00B </td> <td> 0.00B </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByWeight.Reverse-1000-8 </td> <td> 24.0B ± 0% </td> <td> 24.0B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByWeight.Reverse-5000-8 </td> <td> 24.0B ± 0% </td> <td> 24.0B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByDate-100-8 </td> <td> 0.00B </td> <td> 0.00B </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByDate-500-8 </td> <td> 0.00B </td> <td> 0.00B </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByDate-1000-8 </td> <td> 8.00B ± 0% </td> <td> 8.00B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByDate-5000-8 </td> <td> 8.00B ± 0% </td> <td> 8.00B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByPublishDate-100-8 </td> <td> 0.00B </td> <td> 0.00B </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByPublishDate-500-8 </td> <td> 0.00B </td> <td> 0.00B </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByPublishDate-1000-8 </td> <td> 8.00B ± 0% </td> <td> 8.00B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByPublishDate-5000-8 </td> <td> 8.00B ± 0% </td> <td> 8.00B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByTitle-100-8 </td> <td> 0.00B </td> <td> 0.00B </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByTitle-500-8 </td> <td> 0.00B </td> <td> 0.00B </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByTitle-1000-8 </td> <td> 8.00B ± 0% </td> <td> 8.00B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByTitle-5000-8 </td> <td> 8.00B ± 0% </td> <td> 8.00B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByTitle_Linear-100-8 </td> <td> 0.00B </td> <td> 0.00B </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByTitle_Linear-500-8 </td> <td> 0.00B </td> <td> 0.00B </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByTitle_Linear-1000-8 </td> <td> 0.00B </td> <td> 0.00B </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByTitle_Linear-5000-8 </td> <td> 0.00B </td> <td> 0.00B </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> SortByWeightAndReverse-8 </td> <td> 64.0B ± 0% </td> <td> 48.0B ± 0% </td> <td class="delta" style="font-weight: bold;"> −25.00% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> PermalinkExpand-8 </td> <td> 400B ± 0% </td> <td> 304B ± 0% </td> <td class="delta" style="font-weight: bold;"> −24.00% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/resources/resource_transformers/postcss </th> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> ImportResolver-8 </td> <td> 39.6kB ± 0% </td> <td> 36.6kB ± 0% </td> <td class="delta" style="font-weight: bold;"> −7.46% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/tpl/internal/go_templates/htmltemplate </th> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> CSSEscaper-8 </td> <td> 336B ± 0% </td> <td> 336B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> CSSEscaperNoSpecials-8 </td> <td> 0.00B </td> <td> 0.00B </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> DecodeCSS-8 </td> <td> 160B ± 0% </td> <td> 160B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> DecodeCSSNoSpecials-8 </td> <td> 0.00B </td> <td> 0.00B </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> CSSValueFilter-8 </td> <td> 96.0B ± 0% </td> <td> 96.0B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> CSSValueFilterOk-8 </td> <td> 48.0B ± 0% </td> <td> 48.0B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> EscapedExecute-8 </td> <td> 624B ± 0% </td> <td> 544B ± 0% </td> <td class="delta" style="font-weight: bold;"> −12.82% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> HTMLNospaceEscaper-8 </td> <td> 368B ± 0% </td> <td> 368B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> HTMLNospaceEscaperNoSpecials-8 </td> <td> 32.0B ± 0% </td> <td> 32.0B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> StripTags-8 </td> <td> 224B ± 0% </td> <td> 224B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> StripTagsNoSpecials-8 </td> <td> 112B ± 0% </td> <td> 112B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> JSValEscaperWithNum-8 </td> <td> 40.0B ± 0% </td> <td> 40.0B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> JSValEscaperWithStr-8 </td> <td> 384B ± 0% </td> <td> 384B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> JSValEscaperWithStrNoSpecials-8 </td> <td> 96.0B ± 0% </td> <td> 96.0B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> JSValEscaperWithObj-8 </td> <td> 448B ± 0% </td> <td> 440B ± 0% </td> <td class="delta" style="font-weight: bold;"> −1.79% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> JSValEscaperWithObjNoSpecials-8 </td> <td> 160B ± 0% </td> <td> 152B ± 0% </td> <td class="delta" style="font-weight: bold;"> −5.00% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> JSStrEscaperNoSpecials-8 </td> <td> 0.00B </td> <td> 0.00B </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> JSStrEscaper-8 </td> <td> 336B ± 0% </td> <td> 336B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> JSRegexpEscaperNoSpecials-8 </td> <td> 0.00B </td> <td> 0.00B </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> JSRegexpEscaper-8 </td> <td> 336B ± 0% </td> <td> 336B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> TemplateSpecialTags-8 </td> <td> 50.1kB ± 0% </td> <td> 49.9kB ± 0% </td> <td class="delta" style="font-weight: bold;"> −0.31% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> URLEscaper-8 </td> <td> 336B ± 0% </td> <td> 336B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> URLEscaperNoSpecials-8 </td> <td> 112B ± 0% </td> <td> 112B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> URLNormalizer-8 </td> <td> 176B ± 0% </td> <td> 176B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> URLNormalizerNoSpecials-8 </td> <td> 112B ± 0% </td> <td> 112B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SrcsetFilter-8 </td> <td> 160B ± 0% </td> <td> 160B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SrcsetFilterNoSpecials-8 </td> <td> 160B ± 0% </td> <td> 160B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/parse </th> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> ParseLarge-8 </td> <td> 5.46MB ± 0% </td> <td> 5.46MB ± 0% </td> <td class="delta" style="font-weight: bold;"> −0.01% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> VariableString-8 </td> <td> 72.0B ± 0% </td> <td> 72.0B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> ListString-8 </td> <td> 1.61kB ± 0% </td> <td> 1.47kB ± 0% </td> <td class="delta" style="font-weight: bold;"> −8.46% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/tpl/tplimpl </th> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> Partial-8 </td> <td> 1.15kB ± 0% </td> <td> 1.06kB ± 0% </td> <td class="delta" style="font-weight: bold;"> −7.64% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> PartialCached-8 </td> <td> 0.00B </td> <td> 0.00B </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/tpl/transform </th> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> UnmarshalString-8 </td> <td> 832B ± 0% </td> <td> 736B ± 0% </td> <td class="delta" style="font-weight: bold;"> −11.54% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> UnmarshalResource-8 </td> <td> 144B ± 0% </td> <td> 144B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/transform/urlreplacers </th> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> AbsURL-8 </td> <td> 1.57kB ± 0% </td> <td> 1.57kB ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> AbsURLSrcset-8 </td> <td> 1.29kB ± 0% </td> <td> 1.28kB ± 0% </td> <td class="delta" style="font-weight: bold;"> −0.62% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> XMLAbsURLSrcset-8 </td> <td> 1.37kB ± 0% </td> <td> 1.36kB ± 0% </td> <td class="delta" style="font-weight: bold;"> −0.59% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> XMLAbsURL-8 </td> <td> 928B ± 0% </td> <td> 928B ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr> <td style="text-align: right;padding: 0em 1em;"> &nbsp; </td> </tr> </tbody> <tbody> <tr> <th style="text-align: left;"></th> <th colspan="2" class="metric" style=""> allocs/op </th> <th style=""> delta </th> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/common/hreflect </th> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> IsTruthFul-8 </td> <td> 0.00 </td> <td> 0.00 </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/common/maps </th> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> ScratchGet-8 </td> <td> 0.00 </td> <td> 0.00 </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/helpers </th> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> StripHTML-8 </td> <td> 4.00 ± 0% </td> <td> 4.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> TestTruncateWordsToWholeSentence-8 </td> <td> 0.00 </td> <td> 0.00 </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> TestTruncateWordsToWholeSentenceOld-8 </td> <td> 2.00 ± 0% </td> <td> 2.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> TotalWords-8 </td> <td> 0.00 </td> <td> 0.00 </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> EmojiKyokomiFprint-8 </td> <td> 71.0 ± 0% </td> <td> 71.0 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> EmojiKyokomiSprint-8 </td> <td> 66.0 ± 0% </td> <td> 66.0 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> HugoEmoji-8 </td> <td> 13.0 ± 0% </td> <td> 13.0 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> ReaderContains-8 </td> <td> 20.0 ± 0% </td> <td> 20.0 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> MD5FromFileFast/full=false-8 </td> <td> 5.00 ± 0% </td> <td> 4.00 ± 0% </td> <td class="delta" style="font-weight: bold;"> −20.00% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> MD5FromFileFast/full=true-8 </td> <td> 5.00 ± 0% </td> <td> 5.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> UniqueStrings/Safe-8 </td> <td> 7.00 ± 0% </td> <td> 7.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> UniqueStrings/Reuse_slice-8 </td> <td> 6.00 ± 0% </td> <td> 6.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> UniqueStrings/Reuse_slice_sorted-8 </td> <td> 1.00 ± 0% </td> <td> 1.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/hugofs </th> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> Walk-8 </td> <td> 2.22k ± 0% </td> <td> 2.22k ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/hugofs/glob </th> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> GetGlob-8 </td> <td> 0.00 </td> <td> 0.00 </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/hugolib </th> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> Cascade/langs-1-8 </td> <td> 33.1k ± 0% </td> <td> 33.2k ± 0% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;0.20% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> Cascade/langs-3-8 </td> <td> 47.4k ± 0% </td> <td> 47.6k ± 0% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;0.58% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> Cascade/langs-5-8 </td> <td> 62.2k ± 0% </td> <td> 62.6k ± 0% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;0.69% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> Cascade/langs-7-8 </td> <td> 78.0k ± 0% </td> <td> 78.6k ± 0% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;0.75% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> Cascade/langs-9-8 </td> <td> 95.0k ± 0% </td> <td> 95.7k ± 0% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;0.78% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> ContentMap/CreateMissingNodes-8 </td> <td> 258 ± 0% </td> <td> 254 ± 0% </td> <td class="delta" style="font-weight: bold;"> −1.55% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> GetPage-8 </td> <td> 2.00 ± 0% </td> <td> 2.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> GetPageRegular/From_root-8 </td> <td> 10.0 ± 0% </td> <td> 6.0 ± 0% </td> <td class="delta" style="font-weight: bold;"> −40.00% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> GetPageRegular/Page_relative-8 </td> <td> 13.0 ± 0% </td> <td> 10.0 ± 0% </td> <td class="delta" style="font-weight: bold;"> −23.08% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> MergeByLanguage-8 </td> <td> 1.00 ± 0% </td> <td> 1.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> PagesPrevNext/.Next-pages-300-8 </td> <td> 0.00 </td> <td> 0.00 </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> PagesPrevNext/.Next-pages-5000-8 </td> <td> 0.00 </td> <td> 0.00 </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> PagesPrevNext/.Prev-pages-300-8 </td> <td> 0.00 </td> <td> 0.00 </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> PagesPrevNext/.Prev-pages-5000-8 </td> <td> 0.00 </td> <td> 0.00 </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> PagesPrevNext/Pages.Next-pages-300-8 </td> <td> 0.00 </td> <td> 0.00 </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> PagesPrevNext/Pages.Next-pages-5000-8 </td> <td> 1.00 ± 0% </td> <td> 1.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> PagesPrevNext/Pages.Prev-pages-300-8 </td> <td> 0.00 </td> <td> 0.00 </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> PagesPrevNext/Pages.Prev-pages-5000-8 </td> <td> 1.00 ± 0% </td> <td> 1.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> PagesPrevNext/Pages.Shuffled.Next-pages-300-8 </td> <td> 0.00 </td> <td> 0.00 </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> PagesPrevNext/Pages.Shuffled.Next-pages-5000-8 </td> <td> 1.00 ± 0% </td> <td> 1.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> PagesPrevNext/Pages.Shuffled.Prev-pages-300-8 </td> <td> 0.00 </td> <td> 0.00 </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> PagesPrevNext/Pages.Shuffled.Prev-pages-5000-8 </td> <td> 1.00 ± 0% </td> <td> 1.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> PagesPrevNext/Pages.ByTitle.Next-pages-300-8 </td> <td> 0.00 </td> <td> 0.00 </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> PagesPrevNext/Pages.ByTitle.Next-pages-5000-8 </td> <td> 1.00 ± 0% </td> <td> 1.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> ResourceChainPostProcess-8 </td> <td> 803k ± 1% </td> <td> 817k ± 1% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (p=0.114 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> ReplaceShortcodeTokens-8 </td> <td> 1.00 ± 0% </td> <td> 1.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Edit_Bundle_with_image-8 </td> <td> 3.99k ± 0% </td> <td> 4.03k ± 0% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;0.93% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Edit_Bundle_with_JSON_file-8 </td> <td> 3.99k ± 0% </td> <td> 4.03k ± 0% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;0.93% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Edit_Tags_and_categories-8 </td> <td> 241k ± 0% </td> <td> 244k ± 0% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;0.97% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Edit_Canonify_URLs-8 </td> <td> 364k ± 0% </td> <td> 366k ± 0% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;0.39% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Edit_Deep_content_tree-8 </td> <td> 264k ± 0% </td> <td> 268k ± 0% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;1.60% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Edit_Many_HTML_templates-8 </td> <td> 90.3k ± 0% </td> <td> 91.1k ± 0% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;0.90% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Edit_Page_collections-8 </td> <td> 153k ± 0% </td> <td> 156k ± 0% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;1.37% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Edit_List_terms-8 </td> <td> 30.4k ± 0% </td> <td> 30.5k ± 0% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;0.53% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Regular_Bundle_with_image-8 </td> <td> 23.2k ± 0% </td> <td> 23.2k ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (p=1.000 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Regular_Bundle_with_JSON_file-8 </td> <td> 23.3k ± 0% </td> <td> 23.3k ± 0% </td> <td class="delta" style="font-weight: bold;"> −0.01% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Regular_Tags_and_categories-8 </td> <td> 284k ± 0% </td> <td> 287k ± 0% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;1.05% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Regular_Canonify_URLs-8 </td> <td> 387k ± 0% </td> <td> 388k ± 0% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;0.20% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Regular_Deep_content_tree-8 </td> <td> 307k ± 0% </td> <td> 309k ± 0% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;0.63% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Regular_Many_HTML_templates-8 </td> <td> 129k ± 0% </td> <td> 130k ± 0% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;0.54% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Regular_Page_collections-8 </td> <td> 199k ± 0% </td> <td> 200k ± 0% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;0.55% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> BuildSite/Regular_List_terms-8 </td> <td> 53.5k ± 0% </td> <td> 53.6k ± 0% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;0.11% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/identity </th> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> IdentityManager/Add-8 </td> <td> 2.00 ± 0% </td> <td> 1.00 ± 0% </td> <td class="delta" style="font-weight: bold;"> −50.00% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> IdentityManager/Search-8 </td> <td> 15.0 ± 0% </td> <td> 11.0 ± 0% </td> <td class="delta" style="font-weight: bold;"> −26.67% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/langs/i18n </th> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> I18nTranslate/all-present-8 </td> <td> 0.00 </td> <td> 0.00 </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> I18nTranslate/present-in-default-8 </td> <td> 5.00 ± 0% </td> <td> 5.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> I18nTranslate/present-in-current-8 </td> <td> 0.00 </td> <td> 0.00 </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> I18nTranslate/missing-8 </td> <td> 5.00 ± 0% </td> <td> 5.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> I18nTranslate/file-missing-8 </td> <td> 12.0 ± 0% </td> <td> 12.0 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> I18nTranslate/context-provided-8 </td> <td> 5.00 ± 0% </td> <td> 5.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> I18nTranslate/readingTime-one-8 </td> <td> 3.00 ± 0% </td> <td> 3.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> I18nTranslate/readingTime-many-8 </td> <td> 9.00 ± 0% </td> <td> 9.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> I18nTranslate/same-id-and-translation-8 </td> <td> 0.00 </td> <td> 0.00 </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> I18nTranslate/same-id-and-translation-default-8 </td> <td> 5.00 ± 0% </td> <td> 5.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> I18nTranslate/unknown-language-code-8 </td> <td> 14.0 ± 0% </td> <td> 14.0 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> I18nTranslate/known-language-missing-plural-8 </td> <td> 8.00 ± 0% </td> <td> 8.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> I18nTranslate/dotted-bare-key-8 </td> <td> 0.00 </td> <td> 0.00 </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> I18nTranslate/lang-with-hyphen-8 </td> <td> 3.00 ± 0% </td> <td> 3.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/markup/goldmark </th> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SanitizeAnchorName-8 </td> <td> 1.00 ± 0% </td> <td> 1.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SanitizeAnchorNameAsciiOnly-8 </td> <td> 2.00 ± 0% </td> <td> 2.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SanitizeAnchorNameBlackfriday-8 </td> <td> 6.00 ± 0% </td> <td> 6.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SanitizeAnchorNameString-8 </td> <td> 2.00 ± 0% </td> <td> 2.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/metrics </th> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> HowSimilar-8 </td> <td> 19.0 ± 0% </td> <td> 19.0 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/output </th> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> Layout-8 </td> <td> 0.00 </td> <td> 0.00 </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> LayoutUncached-8 </td> <td> 112 ± 0% </td> <td> 112 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/parser/metadecoders </th> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> StringifyMapKeysStringsOnlyInterfaceMaps-8 </td> <td> 6.00 ± 0% </td> <td> 6.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> StringifyMapKeysStringsOnlyStringMaps-8 </td> <td> 0.00 </td> <td> 0.00 </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> StringifyMapKeysIntegers-8 </td> <td> 6.00 ± 0% </td> <td> 6.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/parser/pageparser </th> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> ShortcodeLexer-8 </td> <td> 916 ± 0% </td> <td> 916 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> Parse-8 </td> <td> 34.0 ± 0% </td> <td> 34.0 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> ParseWithEmoji-8 </td> <td> 16.0 ± 0% </td> <td> 16.0 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/publisher </th> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> ClassCollectorWriter-8 </td> <td> 149 ± 0% </td> <td> 143 ± 0% </td> <td class="delta" style="font-weight: bold;"> −4.03% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/related </th> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> RelatedNewIndex/singles-8 </td> <td> 199 ± 0% </td> <td> 199 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> RelatedNewIndex/all-8 </td> <td> 200 ± 0% </td> <td> 200 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> RelatedMatchesIn-8 </td> <td> 196 ± 5% </td> <td> 196 ± 5% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (p=1.000 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/resources </th> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> ImageExif/Cold_cache-8 </td> <td> 1.27k ± 0% </td> <td> 1.27k ± 0% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;0.16% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> ImageExif/Cold_cache,_10-8 </td> <td> 1.43k ± 0% </td> <td> 1.36k ± 0% </td> <td class="delta" style="font-weight: bold;"> −4.88% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> ImageExif/Warm_cache-8 </td> <td> 351 ± 0% </td> <td> 327 ± 0% </td> <td class="delta" style="font-weight: bold;"> −6.84% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> ResizeParallel-8 </td> <td> 48.0 ± 0% </td> <td> 55.0 ± 0% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;14.58% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> ResourcesMatch-8 </td> <td> 2.75 ±27% </td> <td> 2.75 ±27% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (p=1.000 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> ResourcesMatchA100-8 </td> <td> 0.00 </td> <td> 0.00 </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> AssignMetadata-8 </td> <td> 120 ± 0% </td> <td> 80 ± 0% </td> <td class="delta" style="font-weight: bold;"> −33.33% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/resources/images/exif </th> </tr> <tr class="worse"> <td style="text-align: right;padding: 0em 1em;"> DecodeExif-8 </td> <td> 1.20k ± 0% </td> <td> 1.20k ± 0% </td> <td class="delta" style="font-weight: bold;color: #c00;"> &#43;0.50% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/resources/page </th> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> PageCache-8 </td> <td> 1.00 ± 0% </td> <td> 1.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/Shuffled-100-8 </td> <td> 0.00 </td> <td> 0.00 </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/Shuffled-500-8 </td> <td> 0.00 </td> <td> 0.00 </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/Shuffled-1000-8 </td> <td> 1.00 ± 0% </td> <td> 1.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/Shuffled-5000-8 </td> <td> 1.00 ± 0% </td> <td> 1.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByWeight-100-8 </td> <td> 0.00 </td> <td> 0.00 </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByWeight-500-8 </td> <td> 0.00 </td> <td> 0.00 </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByWeight-1000-8 </td> <td> 1.00 ± 0% </td> <td> 1.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByWeight-5000-8 </td> <td> 1.00 ± 0% </td> <td> 1.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByWeight.Reverse-100-8 </td> <td> 0.00 </td> <td> 0.00 </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByWeight.Reverse-500-8 </td> <td> 0.00 </td> <td> 0.00 </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByWeight.Reverse-1000-8 </td> <td> 2.00 ± 0% </td> <td> 2.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByWeight.Reverse-5000-8 </td> <td> 2.00 ± 0% </td> <td> 2.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByDate-100-8 </td> <td> 0.00 </td> <td> 0.00 </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByDate-500-8 </td> <td> 0.00 </td> <td> 0.00 </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByDate-1000-8 </td> <td> 1.00 ± 0% </td> <td> 1.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByDate-5000-8 </td> <td> 1.00 ± 0% </td> <td> 1.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByPublishDate-100-8 </td> <td> 0.00 </td> <td> 0.00 </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByPublishDate-500-8 </td> <td> 0.00 </td> <td> 0.00 </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByPublishDate-1000-8 </td> <td> 1.00 ± 0% </td> <td> 1.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByPublishDate-5000-8 </td> <td> 1.00 ± 0% </td> <td> 1.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByTitle-100-8 </td> <td> 0.00 </td> <td> 0.00 </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByTitle-500-8 </td> <td> 0.00 </td> <td> 0.00 </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByTitle-1000-8 </td> <td> 1.00 ± 0% </td> <td> 1.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByTitle-5000-8 </td> <td> 1.00 ± 0% </td> <td> 1.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByTitle_Linear-100-8 </td> <td> 0.00 </td> <td> 0.00 </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByTitle_Linear-500-8 </td> <td> 0.00 </td> <td> 0.00 </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByTitle_Linear-1000-8 </td> <td> 0.00 </td> <td> 0.00 </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SearchPage/ByTitle_Linear-5000-8 </td> <td> 0.00 </td> <td> 0.00 </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SortByWeightAndReverse-8 </td> <td> 2.00 ± 0% </td> <td> 2.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> PermalinkExpand-8 </td> <td> 13.0 ± 0% </td> <td> 10.0 ± 0% </td> <td class="delta" style="font-weight: bold;"> −23.08% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/resources/resource_transformers/postcss </th> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> ImportResolver-8 </td> <td> 195 ± 0% </td> <td> 186 ± 0% </td> <td class="delta" style="font-weight: bold;"> −4.62% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/tpl/internal/go_templates/htmltemplate </th> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> CSSEscaper-8 </td> <td> 2.00 ± 0% </td> <td> 2.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> CSSEscaperNoSpecials-8 </td> <td> 0.00 </td> <td> 0.00 </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> DecodeCSS-8 </td> <td> 1.00 ± 0% </td> <td> 1.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> DecodeCSSNoSpecials-8 </td> <td> 0.00 </td> <td> 0.00 </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> CSSValueFilter-8 </td> <td> 2.00 ± 0% </td> <td> 2.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> CSSValueFilterOk-8 </td> <td> 3.00 ± 0% </td> <td> 3.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> EscapedExecute-8 </td> <td> 18.0 ± 0% </td> <td> 18.0 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> HTMLNospaceEscaper-8 </td> <td> 3.00 ± 0% </td> <td> 3.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> HTMLNospaceEscaperNoSpecials-8 </td> <td> 1.00 ± 0% </td> <td> 1.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> StripTags-8 </td> <td> 3.00 ± 0% </td> <td> 3.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> StripTagsNoSpecials-8 </td> <td> 2.00 ± 0% </td> <td> 2.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> JSValEscaperWithNum-8 </td> <td> 3.00 ± 0% </td> <td> 3.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> JSValEscaperWithStr-8 </td> <td> 2.00 ± 0% </td> <td> 2.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> JSValEscaperWithStrNoSpecials-8 </td> <td> 2.00 ± 0% </td> <td> 2.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> JSValEscaperWithObj-8 </td> <td> 3.00 ± 0% </td> <td> 3.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> JSValEscaperWithObjNoSpecials-8 </td> <td> 3.00 ± 0% </td> <td> 3.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> JSStrEscaperNoSpecials-8 </td> <td> 0.00 </td> <td> 0.00 </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> JSStrEscaper-8 </td> <td> 2.00 ± 0% </td> <td> 2.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> JSRegexpEscaperNoSpecials-8 </td> <td> 0.00 </td> <td> 0.00 </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> JSRegexpEscaper-8 </td> <td> 2.00 ± 0% </td> <td> 2.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> TemplateSpecialTags-8 </td> <td> 191 ± 0% </td> <td> 191 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> URLEscaper-8 </td> <td> 4.00 ± 0% </td> <td> 4.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> URLEscaperNoSpecials-8 </td> <td> 2.00 ± 0% </td> <td> 2.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> URLNormalizer-8 </td> <td> 3.00 ± 0% </td> <td> 3.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> URLNormalizerNoSpecials-8 </td> <td> 2.00 ± 0% </td> <td> 2.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SrcsetFilter-8 </td> <td> 3.00 ± 0% </td> <td> 3.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> SrcsetFilterNoSpecials-8 </td> <td> 3.00 ± 0% </td> <td> 3.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/parse </th> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> ParseLarge-8 </td> <td> 80.0k ± 0% </td> <td> 80.0k ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (p=1.000 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> VariableString-8 </td> <td> 3.00 ± 0% </td> <td> 3.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> ListString-8 </td> <td> 31.0 ± 0% </td> <td> 31.0 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/tpl/tplimpl </th> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> Partial-8 </td> <td> 37.0 ± 0% </td> <td> 37.0 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> PartialCached-8 </td> <td> 0.00 </td> <td> 0.00 </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/tpl/transform </th> </tr> <tr class="better"> <td style="text-align: right;padding: 0em 1em;"> UnmarshalString-8 </td> <td> 6.00 ± 0% </td> <td> 5.00 ± 0% </td> <td class="delta" style="font-weight: bold;"> −16.67% </td> <td class="note"> (p=0.029 n=4&#43;4) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> UnmarshalResource-8 </td> <td> 1.00 ± 0% </td> <td> 1.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="group"> <th colspan="4" style="text-align: left;"> github.com/gohugoio/hugo/transform/urlreplacers </th> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> AbsURL-8 </td> <td> 16.0 ± 0% </td> <td> 16.0 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> AbsURLSrcset-8 </td> <td> 23.0 ± 0% </td> <td> 23.0 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> XMLAbsURLSrcset-8 </td> <td> 21.0 ± 0% </td> <td> 21.0 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr class="unchanged"> <td style="text-align: right;padding: 0em 1em;"> XMLAbsURL-8 </td> <td> 8.00 ± 0% </td> <td> 8.00 ± 0% </td> <td class="nodelta" style="text-align: center !important;"> ~ </td> <td class="note"> (all equal) </td> </tr> <tr> <td style="text-align: right;padding: 0em 1em;"> &nbsp; </td> </tr> </tbody> </table>
-1
gohugoio/hugo
8,215
markup/goldmark: Add attributes support for blocks (tables etc.)
Fixes #7548
bep
"2021-02-08T09:42:41Z"
"2021-02-08T18:52:56Z"
1b2472825664763c0b88807b0d193e73553423ec
2681633db8d340d2dc59cf801419874d572fc704
markup/goldmark: Add attributes support for blocks (tables etc.). Fixes #7548
./docs/content/en/about/what-is-hugo.md
--- title: What is Hugo linktitle: What is Hugo description: Hugo is a fast and modern static site generator written in Go, and designed to make website creation fun again. date: 2017-02-01 publishdate: 2017-02-01 lastmod: 2017-02-01 layout: single menu: docs: parent: "about" weight: 10 weight: 10 sections_weight: 10 draft: false aliases: [/overview/introduction/,/about/why-i-built-hugo/] toc: true --- Hugo is a general-purpose website framework. Technically speaking, Hugo is a [static site generator][]. Unlike systems that dynamically build a page with each visitor request, Hugo builds pages when you create or update your content. Since websites are viewed far more often than they are edited, Hugo is designed to provide an optimal viewing experience for your website's end users and an ideal writing experience for website authors. Websites built with Hugo are extremely fast and secure. Hugo sites can be hosted anywhere, including [Netlify][], [Heroku][], [GoDaddy][], [DreamHost][], [GitHub Pages][], [GitLab Pages][], [Surge][], [Aerobatic][], [Firebase][], [Google Cloud Storage][], [Amazon S3][], [Rackspace][], [Azure][], and [CloudFront][] and work well with CDNs. Hugo sites run without the need for a database or dependencies on expensive runtimes like Ruby, Python, or PHP. We think of Hugo as the ideal website creation tool with nearly instant build times, able to rebuild whenever a change is made. ## How Fast is Hugo? {{< youtube "CdiDYZ51a2o" >}} ## What Does Hugo Do? In technical terms, Hugo takes a source directory of files and templates and uses these as input to create a complete website. ## Who Should Use Hugo? Hugo is for people that prefer writing in a text editor over a browser. Hugo is for people who want to hand code their own website without worrying about setting up complicated runtimes, dependencies and databases. Hugo is for people building a blog, a company site, a portfolio site, documentation, a single landing page, or a website with thousands of pages. [@spf13]: https://twitter.com/spf13 [Aerobatic]: https://www.aerobatic.com/ [Amazon S3]: https://aws.amazon.com/s3/ [Azure]: https://docs.microsoft.com/en-us/azure/storage/blobs/storage-blob-static-website [CloudFront]: https://aws.amazon.com/cloudfront/ "Amazon CloudFront" [DreamHost]: https://www.dreamhost.com/ [Firebase]: https://firebase.google.com/docs/hosting/ "Firebase static hosting" [GitHub Pages]: https://pages.github.com/ [GitLab Pages]: https://about.gitlab.com/features/pages/ [Go language]: https://golang.org/ [GoDaddy]: https://www.godaddy.com/ "GoDaddy.com Hosting" [Google Cloud Storage]: https://cloud.google.com/storage/ [Heroku]: https://www.heroku.com/ [Jekyll]: https://jekyllrb.com/ [Middleman]: https://middlemanapp.com/ [Nanoc]: https://nanoc.ws/ [Netlify]: https://netlify.com [Rackspace]: https://www.rackspace.com/cloud/files [Surge]: https://surge.sh [contributing to it]: https://github.com/gohugoio/hugo [rackspace]: https://www.rackspace.com/openstack/public/files [static site generator]: /about/benefits/
--- title: What is Hugo linktitle: What is Hugo description: Hugo is a fast and modern static site generator written in Go, and designed to make website creation fun again. date: 2017-02-01 publishdate: 2017-02-01 lastmod: 2017-02-01 layout: single menu: docs: parent: "about" weight: 10 weight: 10 sections_weight: 10 draft: false aliases: [/overview/introduction/,/about/why-i-built-hugo/] toc: true --- Hugo is a general-purpose website framework. Technically speaking, Hugo is a [static site generator][]. Unlike systems that dynamically build a page with each visitor request, Hugo builds pages when you create or update your content. Since websites are viewed far more often than they are edited, Hugo is designed to provide an optimal viewing experience for your website's end users and an ideal writing experience for website authors. Websites built with Hugo are extremely fast and secure. Hugo sites can be hosted anywhere, including [Netlify][], [Heroku][], [GoDaddy][], [DreamHost][], [GitHub Pages][], [GitLab Pages][], [Surge][], [Aerobatic][], [Firebase][], [Google Cloud Storage][], [Amazon S3][], [Rackspace][], [Azure][], and [CloudFront][] and work well with CDNs. Hugo sites run without the need for a database or dependencies on expensive runtimes like Ruby, Python, or PHP. We think of Hugo as the ideal website creation tool with nearly instant build times, able to rebuild whenever a change is made. ## How Fast is Hugo? {{< youtube "CdiDYZ51a2o" >}} ## What Does Hugo Do? In technical terms, Hugo takes a source directory of files and templates and uses these as input to create a complete website. ## Who Should Use Hugo? Hugo is for people that prefer writing in a text editor over a browser. Hugo is for people who want to hand code their own website without worrying about setting up complicated runtimes, dependencies and databases. Hugo is for people building a blog, a company site, a portfolio site, documentation, a single landing page, or a website with thousands of pages. [@spf13]: https://twitter.com/spf13 [Aerobatic]: https://www.aerobatic.com/ [Amazon S3]: https://aws.amazon.com/s3/ [Azure]: https://docs.microsoft.com/en-us/azure/storage/blobs/storage-blob-static-website [CloudFront]: https://aws.amazon.com/cloudfront/ "Amazon CloudFront" [DreamHost]: https://www.dreamhost.com/ [Firebase]: https://firebase.google.com/docs/hosting/ "Firebase static hosting" [GitHub Pages]: https://pages.github.com/ [GitLab Pages]: https://about.gitlab.com/features/pages/ [Go language]: https://golang.org/ [GoDaddy]: https://www.godaddy.com/ "GoDaddy.com Hosting" [Google Cloud Storage]: https://cloud.google.com/storage/ [Heroku]: https://www.heroku.com/ [Jekyll]: https://jekyllrb.com/ [Middleman]: https://middlemanapp.com/ [Nanoc]: https://nanoc.ws/ [Netlify]: https://netlify.com [Rackspace]: https://www.rackspace.com/cloud/files [Surge]: https://surge.sh [contributing to it]: https://github.com/gohugoio/hugo [rackspace]: https://www.rackspace.com/openstack/public/files [static site generator]: /about/benefits/
-1
gohugoio/hugo
8,215
markup/goldmark: Add attributes support for blocks (tables etc.)
Fixes #7548
bep
"2021-02-08T09:42:41Z"
"2021-02-08T18:52:56Z"
1b2472825664763c0b88807b0d193e73553423ec
2681633db8d340d2dc59cf801419874d572fc704
markup/goldmark: Add attributes support for blocks (tables etc.). Fixes #7548
./docs/content/en/readfiles/dateformatting.md
Go templates [format your dates][time] according to a single reference time: ``` Mon Jan 2 15:04:05 MST 2006 ``` You can think of `MST` as `07`, thus making the reference format string a sequence of numbers. The following is [taken directly from the Go docs][gdex]: ``` Jan 2 15:04:05 2006 MST 1 2 3 4 5 6 -7 ``` ### Hugo Date Templating Reference Each of the following examples show the reference formatting string followed by the string Hugo will output in your HTML. Note that the examples were rendered and tested in [CST][] and pull from a single example date you might have in your content's front matter: ``` date: 2017-03-03T14:15:59-06:00 ``` `.Date` (i.e. called via [page variable][pagevars]) : **Returns**: `2017-03-03 14:15:59 -0600 CST` `"Monday, January 2, 2006"` : **Returns**: `Friday, March 3, 2017` `"Mon Jan 2 2006"` : **Returns**: `Fri Mar 3 2017` `"January 2nd"` : **Returns**: `March 3rd` `"January 2006"` : **Returns**: `March 2017` `"2006-01-02"` : **Returns**: `2017-03-03` `"Monday"` : **Returns**: `Friday` `"02 Jan 06 15:04 MST"` (RFC822) : **Returns**: `03 Mar 17 14:15 CST` `"02 Jan 06 15:04 -0700"` (RFC822Z) : **Returns**: `03 Mar 17 14:15 -0600` `"Mon, 02 Jan 2006 15:04:05 MST"` (RFC1123) : **Returns**: `Fri, 03 Mar 2017 14:15:59 CST` `"Mon, 02 Jan 2006 15:04:05 -0700"` (RFC339) : **Returns**: `Fri, 03 Mar 2017 14:15:59 -0600` ### Cardinal Numbers and Ordinal Abbreviations Spelled-out cardinal numbers (e.g. "one", "two", and "three") and ordinal abbreviations (e.g. "1st", "2nd", and "3rd") are not currently supported. To continue with the example above: ``` {{.Date.Format "Jan 2nd 2006"}} ``` Hugo assumes you want to append `nd` as a string to the day of the month and outputs the following: ``` Mar 3nd 2017 ``` ### Use `.Local` and `.UTC` In conjunction with the [`dateFormat` function][dateFormat], you can also convert your dates to `UTC` or to local timezones: `{{ dateFormat "02 Jan 06 15:04 MST" .Date.UTC }}` : **Returns**: `03 Mar 17 20:15 UTC` `{{ dateFormat "02 Jan 06 15:04 MST" .Date.Local }}` : **Returns**: `03 Mar 17 14:15 CST` [CST]: https://en.wikipedia.org/wiki/Central_Time_Zone [dateFormat]: /functions/dateformat/ [gdex]: https://golang.org/pkg/time/#example_Time_Format [pagevars]: /variables/page/ [time]: https://golang.org/pkg/time/
Go templates [format your dates][time] according to a single reference time: ``` Mon Jan 2 15:04:05 MST 2006 ``` You can think of `MST` as `07`, thus making the reference format string a sequence of numbers. The following is [taken directly from the Go docs][gdex]: ``` Jan 2 15:04:05 2006 MST 1 2 3 4 5 6 -7 ``` ### Hugo Date Templating Reference Each of the following examples show the reference formatting string followed by the string Hugo will output in your HTML. Note that the examples were rendered and tested in [CST][] and pull from a single example date you might have in your content's front matter: ``` date: 2017-03-03T14:15:59-06:00 ``` `.Date` (i.e. called via [page variable][pagevars]) : **Returns**: `2017-03-03 14:15:59 -0600 CST` `"Monday, January 2, 2006"` : **Returns**: `Friday, March 3, 2017` `"Mon Jan 2 2006"` : **Returns**: `Fri Mar 3 2017` `"January 2nd"` : **Returns**: `March 3rd` `"January 2006"` : **Returns**: `March 2017` `"2006-01-02"` : **Returns**: `2017-03-03` `"Monday"` : **Returns**: `Friday` `"02 Jan 06 15:04 MST"` (RFC822) : **Returns**: `03 Mar 17 14:15 CST` `"02 Jan 06 15:04 -0700"` (RFC822Z) : **Returns**: `03 Mar 17 14:15 -0600` `"Mon, 02 Jan 2006 15:04:05 MST"` (RFC1123) : **Returns**: `Fri, 03 Mar 2017 14:15:59 CST` `"Mon, 02 Jan 2006 15:04:05 -0700"` (RFC339) : **Returns**: `Fri, 03 Mar 2017 14:15:59 -0600` ### Cardinal Numbers and Ordinal Abbreviations Spelled-out cardinal numbers (e.g. "one", "two", and "three") and ordinal abbreviations (e.g. "1st", "2nd", and "3rd") are not currently supported. To continue with the example above: ``` {{.Date.Format "Jan 2nd 2006"}} ``` Hugo assumes you want to append `nd` as a string to the day of the month and outputs the following: ``` Mar 3nd 2017 ``` ### Use `.Local` and `.UTC` In conjunction with the [`dateFormat` function][dateFormat], you can also convert your dates to `UTC` or to local timezones: `{{ dateFormat "02 Jan 06 15:04 MST" .Date.UTC }}` : **Returns**: `03 Mar 17 20:15 UTC` `{{ dateFormat "02 Jan 06 15:04 MST" .Date.Local }}` : **Returns**: `03 Mar 17 14:15 CST` [CST]: https://en.wikipedia.org/wiki/Central_Time_Zone [dateFormat]: /functions/dateformat/ [gdex]: https://golang.org/pkg/time/#example_Time_Format [pagevars]: /variables/page/ [time]: https://golang.org/pkg/time/
-1
gohugoio/hugo
8,215
markup/goldmark: Add attributes support for blocks (tables etc.)
Fixes #7548
bep
"2021-02-08T09:42:41Z"
"2021-02-08T18:52:56Z"
1b2472825664763c0b88807b0d193e73553423ec
2681633db8d340d2dc59cf801419874d572fc704
markup/goldmark: Add attributes support for blocks (tables etc.). Fixes #7548
./create/content.go
// Copyright 2019 The Hugo Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. // Package create provides functions to create new content. package create import ( "bytes" "io" "os" "path/filepath" "strings" "github.com/pkg/errors" "github.com/gohugoio/hugo/common/hexec" "github.com/gohugoio/hugo/hugofs/files" "github.com/gohugoio/hugo/hugofs" "github.com/gohugoio/hugo/helpers" "github.com/gohugoio/hugo/hugolib" "github.com/spf13/afero" jww "github.com/spf13/jwalterweatherman" ) // NewContent creates a new content file in the content directory based upon the // given kind, which is used to lookup an archetype. func NewContent( sites *hugolib.HugoSites, kind, targetPath string) error { targetPath = filepath.Clean(targetPath) ext := helpers.Ext(targetPath) ps := sites.PathSpec archetypeFs := ps.BaseFs.SourceFilesystems.Archetypes.Fs sourceFs := ps.Fs.Source jww.INFO.Printf("attempting to create %q of %q of ext %q", targetPath, kind, ext) archetypeFilename, isDir := findArchetype(ps, kind, ext) contentPath, s := resolveContentPath(sites, sourceFs, targetPath) if isDir { langFs, err := hugofs.NewLanguageFs(sites.LanguageSet(), archetypeFs) if err != nil { return err } cm, err := mapArcheTypeDir(ps, langFs, archetypeFilename) if err != nil { return err } if cm.siteUsed { if err := sites.Build(hugolib.BuildCfg{SkipRender: true}); err != nil { return err } } name := filepath.Base(targetPath) return newContentFromDir(archetypeFilename, sites, sourceFs, cm, name, contentPath) } // Building the sites can be expensive, so only do it if really needed. siteUsed := false if archetypeFilename != "" { var err error siteUsed, err = usesSiteVar(archetypeFs, archetypeFilename) if err != nil { return err } } if siteUsed { if err := sites.Build(hugolib.BuildCfg{SkipRender: true}); err != nil { return err } } content, err := executeArcheTypeAsTemplate(s, "", kind, targetPath, archetypeFilename) if err != nil { return err } if err := helpers.SafeWriteToDisk(contentPath, bytes.NewReader(content), s.Fs.Source); err != nil { return err } jww.FEEDBACK.Println(contentPath, "created") editor := s.Cfg.GetString("newContentEditor") if editor != "" { jww.FEEDBACK.Printf("Editing %s with %q ...\n", targetPath, editor) editorCmd := append(strings.Fields(editor), contentPath) cmd, err := hexec.SafeCommand(editorCmd[0], editorCmd[1:]...) if err != nil { return err } cmd.Stdin = os.Stdin cmd.Stdout = os.Stdout cmd.Stderr = os.Stderr return cmd.Run() } return nil } func targetSite(sites *hugolib.HugoSites, fi hugofs.FileMetaInfo) *hugolib.Site { for _, s := range sites.Sites { if fi.Meta().Lang() == s.Language().Lang { return s } } return sites.Sites[0] } func newContentFromDir( archetypeDir string, sites *hugolib.HugoSites, targetFs afero.Fs, cm archetypeMap, name, targetPath string) error { for _, f := range cm.otherFiles { meta := f.Meta() filename := meta.Path() // Just copy the file to destination. in, err := meta.Open() if err != nil { return errors.Wrap(err, "failed to open non-content file") } targetFilename := filepath.Join(targetPath, strings.TrimPrefix(filename, archetypeDir)) targetDir := filepath.Dir(targetFilename) if err := targetFs.MkdirAll(targetDir, 0777); err != nil && !os.IsExist(err) { return errors.Wrapf(err, "failed to create target directory for %s:", targetDir) } out, err := targetFs.Create(targetFilename) if err != nil { return err } _, err = io.Copy(out, in) if err != nil { return err } in.Close() out.Close() } for _, f := range cm.contentFiles { filename := f.Meta().Path() s := targetSite(sites, f) targetFilename := filepath.Join(targetPath, strings.TrimPrefix(filename, archetypeDir)) content, err := executeArcheTypeAsTemplate(s, name, archetypeDir, targetFilename, filename) if err != nil { return errors.Wrap(err, "failed to execute archetype template") } if err := helpers.SafeWriteToDisk(targetFilename, bytes.NewReader(content), targetFs); err != nil { return errors.Wrap(err, "failed to save results") } } jww.FEEDBACK.Println(targetPath, "created") return nil } type archetypeMap struct { // These needs to be parsed and executed as Go templates. contentFiles []hugofs.FileMetaInfo // These are just copied to destination. otherFiles []hugofs.FileMetaInfo // If the templates needs a fully built site. This can potentially be // expensive, so only do when needed. siteUsed bool } func mapArcheTypeDir( ps *helpers.PathSpec, fs afero.Fs, archetypeDir string) (archetypeMap, error) { var m archetypeMap walkFn := func(path string, fi hugofs.FileMetaInfo, err error) error { if err != nil { return err } if fi.IsDir() { return nil } fil := fi.(hugofs.FileMetaInfo) if files.IsContentFile(path) { m.contentFiles = append(m.contentFiles, fil) if !m.siteUsed { m.siteUsed, err = usesSiteVar(fs, path) if err != nil { return err } } return nil } m.otherFiles = append(m.otherFiles, fil) return nil } walkCfg := hugofs.WalkwayConfig{ WalkFn: walkFn, Fs: fs, Root: archetypeDir, } w := hugofs.NewWalkway(walkCfg) if err := w.Walk(); err != nil { return m, errors.Wrapf(err, "failed to walk archetype dir %q", archetypeDir) } return m, nil } func usesSiteVar(fs afero.Fs, filename string) (bool, error) { f, err := fs.Open(filename) if err != nil { return false, errors.Wrap(err, "failed to open archetype file") } defer f.Close() return helpers.ReaderContains(f, []byte(".Site")), nil } // Resolve the target content path. func resolveContentPath(sites *hugolib.HugoSites, fs afero.Fs, targetPath string) (string, *hugolib.Site) { targetDir := filepath.Dir(targetPath) first := sites.Sites[0] var ( s *hugolib.Site siteContentDir string ) // Try the filename: my-post.en.md for _, ss := range sites.Sites { if strings.Contains(targetPath, "."+ss.Language().Lang+".") { s = ss break } } var dirLang string for _, dir := range sites.BaseFs.Content.Dirs { meta := dir.Meta() contentDir := meta.Filename() if !strings.HasSuffix(contentDir, helpers.FilePathSeparator) { contentDir += helpers.FilePathSeparator } if strings.HasPrefix(targetPath, contentDir) { siteContentDir = contentDir dirLang = meta.Lang() break } } if s == nil && dirLang != "" { for _, ss := range sites.Sites { if ss.Lang() == dirLang { s = ss break } } } if s == nil { s = first } if targetDir != "" && targetDir != "." { exists, _ := helpers.Exists(targetDir, fs) if exists { return targetPath, s } } if siteContentDir == "" { } if siteContentDir != "" { pp := filepath.Join(siteContentDir, strings.TrimPrefix(targetPath, siteContentDir)) return s.PathSpec.AbsPathify(pp), s } else { var contentDir string for _, dir := range sites.BaseFs.Content.Dirs { contentDir = dir.Meta().Filename() if dir.Meta().Lang() == s.Lang() { break } } return s.PathSpec.AbsPathify(filepath.Join(contentDir, targetPath)), s } } // FindArchetype takes a given kind/archetype of content and returns the path // to the archetype in the archetype filesystem, blank if none found. func findArchetype(ps *helpers.PathSpec, kind, ext string) (outpath string, isDir bool) { fs := ps.BaseFs.Archetypes.Fs var pathsToCheck []string if kind != "" { pathsToCheck = append(pathsToCheck, kind+ext) } pathsToCheck = append(pathsToCheck, "default"+ext, "default") for _, p := range pathsToCheck { fi, err := fs.Stat(p) if err == nil { return p, fi.IsDir() } } return "", false }
// Copyright 2019 The Hugo Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. // Package create provides functions to create new content. package create import ( "bytes" "io" "os" "path/filepath" "strings" "github.com/pkg/errors" "github.com/gohugoio/hugo/common/hexec" "github.com/gohugoio/hugo/hugofs/files" "github.com/gohugoio/hugo/hugofs" "github.com/gohugoio/hugo/helpers" "github.com/gohugoio/hugo/hugolib" "github.com/spf13/afero" jww "github.com/spf13/jwalterweatherman" ) // NewContent creates a new content file in the content directory based upon the // given kind, which is used to lookup an archetype. func NewContent( sites *hugolib.HugoSites, kind, targetPath string) error { targetPath = filepath.Clean(targetPath) ext := helpers.Ext(targetPath) ps := sites.PathSpec archetypeFs := ps.BaseFs.SourceFilesystems.Archetypes.Fs sourceFs := ps.Fs.Source jww.INFO.Printf("attempting to create %q of %q of ext %q", targetPath, kind, ext) archetypeFilename, isDir := findArchetype(ps, kind, ext) contentPath, s := resolveContentPath(sites, sourceFs, targetPath) if isDir { langFs, err := hugofs.NewLanguageFs(sites.LanguageSet(), archetypeFs) if err != nil { return err } cm, err := mapArcheTypeDir(ps, langFs, archetypeFilename) if err != nil { return err } if cm.siteUsed { if err := sites.Build(hugolib.BuildCfg{SkipRender: true}); err != nil { return err } } name := filepath.Base(targetPath) return newContentFromDir(archetypeFilename, sites, sourceFs, cm, name, contentPath) } // Building the sites can be expensive, so only do it if really needed. siteUsed := false if archetypeFilename != "" { var err error siteUsed, err = usesSiteVar(archetypeFs, archetypeFilename) if err != nil { return err } } if siteUsed { if err := sites.Build(hugolib.BuildCfg{SkipRender: true}); err != nil { return err } } content, err := executeArcheTypeAsTemplate(s, "", kind, targetPath, archetypeFilename) if err != nil { return err } if err := helpers.SafeWriteToDisk(contentPath, bytes.NewReader(content), s.Fs.Source); err != nil { return err } jww.FEEDBACK.Println(contentPath, "created") editor := s.Cfg.GetString("newContentEditor") if editor != "" { jww.FEEDBACK.Printf("Editing %s with %q ...\n", targetPath, editor) editorCmd := append(strings.Fields(editor), contentPath) cmd, err := hexec.SafeCommand(editorCmd[0], editorCmd[1:]...) if err != nil { return err } cmd.Stdin = os.Stdin cmd.Stdout = os.Stdout cmd.Stderr = os.Stderr return cmd.Run() } return nil } func targetSite(sites *hugolib.HugoSites, fi hugofs.FileMetaInfo) *hugolib.Site { for _, s := range sites.Sites { if fi.Meta().Lang() == s.Language().Lang { return s } } return sites.Sites[0] } func newContentFromDir( archetypeDir string, sites *hugolib.HugoSites, targetFs afero.Fs, cm archetypeMap, name, targetPath string) error { for _, f := range cm.otherFiles { meta := f.Meta() filename := meta.Path() // Just copy the file to destination. in, err := meta.Open() if err != nil { return errors.Wrap(err, "failed to open non-content file") } targetFilename := filepath.Join(targetPath, strings.TrimPrefix(filename, archetypeDir)) targetDir := filepath.Dir(targetFilename) if err := targetFs.MkdirAll(targetDir, 0777); err != nil && !os.IsExist(err) { return errors.Wrapf(err, "failed to create target directory for %s:", targetDir) } out, err := targetFs.Create(targetFilename) if err != nil { return err } _, err = io.Copy(out, in) if err != nil { return err } in.Close() out.Close() } for _, f := range cm.contentFiles { filename := f.Meta().Path() s := targetSite(sites, f) targetFilename := filepath.Join(targetPath, strings.TrimPrefix(filename, archetypeDir)) content, err := executeArcheTypeAsTemplate(s, name, archetypeDir, targetFilename, filename) if err != nil { return errors.Wrap(err, "failed to execute archetype template") } if err := helpers.SafeWriteToDisk(targetFilename, bytes.NewReader(content), targetFs); err != nil { return errors.Wrap(err, "failed to save results") } } jww.FEEDBACK.Println(targetPath, "created") return nil } type archetypeMap struct { // These needs to be parsed and executed as Go templates. contentFiles []hugofs.FileMetaInfo // These are just copied to destination. otherFiles []hugofs.FileMetaInfo // If the templates needs a fully built site. This can potentially be // expensive, so only do when needed. siteUsed bool } func mapArcheTypeDir( ps *helpers.PathSpec, fs afero.Fs, archetypeDir string) (archetypeMap, error) { var m archetypeMap walkFn := func(path string, fi hugofs.FileMetaInfo, err error) error { if err != nil { return err } if fi.IsDir() { return nil } fil := fi.(hugofs.FileMetaInfo) if files.IsContentFile(path) { m.contentFiles = append(m.contentFiles, fil) if !m.siteUsed { m.siteUsed, err = usesSiteVar(fs, path) if err != nil { return err } } return nil } m.otherFiles = append(m.otherFiles, fil) return nil } walkCfg := hugofs.WalkwayConfig{ WalkFn: walkFn, Fs: fs, Root: archetypeDir, } w := hugofs.NewWalkway(walkCfg) if err := w.Walk(); err != nil { return m, errors.Wrapf(err, "failed to walk archetype dir %q", archetypeDir) } return m, nil } func usesSiteVar(fs afero.Fs, filename string) (bool, error) { f, err := fs.Open(filename) if err != nil { return false, errors.Wrap(err, "failed to open archetype file") } defer f.Close() return helpers.ReaderContains(f, []byte(".Site")), nil } // Resolve the target content path. func resolveContentPath(sites *hugolib.HugoSites, fs afero.Fs, targetPath string) (string, *hugolib.Site) { targetDir := filepath.Dir(targetPath) first := sites.Sites[0] var ( s *hugolib.Site siteContentDir string ) // Try the filename: my-post.en.md for _, ss := range sites.Sites { if strings.Contains(targetPath, "."+ss.Language().Lang+".") { s = ss break } } var dirLang string for _, dir := range sites.BaseFs.Content.Dirs { meta := dir.Meta() contentDir := meta.Filename() if !strings.HasSuffix(contentDir, helpers.FilePathSeparator) { contentDir += helpers.FilePathSeparator } if strings.HasPrefix(targetPath, contentDir) { siteContentDir = contentDir dirLang = meta.Lang() break } } if s == nil && dirLang != "" { for _, ss := range sites.Sites { if ss.Lang() == dirLang { s = ss break } } } if s == nil { s = first } if targetDir != "" && targetDir != "." { exists, _ := helpers.Exists(targetDir, fs) if exists { return targetPath, s } } if siteContentDir == "" { } if siteContentDir != "" { pp := filepath.Join(siteContentDir, strings.TrimPrefix(targetPath, siteContentDir)) return s.PathSpec.AbsPathify(pp), s } else { var contentDir string for _, dir := range sites.BaseFs.Content.Dirs { contentDir = dir.Meta().Filename() if dir.Meta().Lang() == s.Lang() { break } } return s.PathSpec.AbsPathify(filepath.Join(contentDir, targetPath)), s } } // FindArchetype takes a given kind/archetype of content and returns the path // to the archetype in the archetype filesystem, blank if none found. func findArchetype(ps *helpers.PathSpec, kind, ext string) (outpath string, isDir bool) { fs := ps.BaseFs.Archetypes.Fs var pathsToCheck []string if kind != "" { pathsToCheck = append(pathsToCheck, kind+ext) } pathsToCheck = append(pathsToCheck, "default"+ext, "default") for _, p := range pathsToCheck { fi, err := fs.Stat(p) if err == nil { return p, fi.IsDir() } } return "", false }
-1
gohugoio/hugo
8,215
markup/goldmark: Add attributes support for blocks (tables etc.)
Fixes #7548
bep
"2021-02-08T09:42:41Z"
"2021-02-08T18:52:56Z"
1b2472825664763c0b88807b0d193e73553423ec
2681633db8d340d2dc59cf801419874d572fc704
markup/goldmark: Add attributes support for blocks (tables etc.). Fixes #7548
./common/hugo/version_test.go
// Copyright 2015 The Hugo Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. package hugo import ( "testing" qt "github.com/frankban/quicktest" ) func TestHugoVersion(t *testing.T) { c := qt.New(t) c.Assert(version(0.15, 0, "-DEV"), qt.Equals, "0.15-DEV") c.Assert(version(0.15, 2, "-DEV"), qt.Equals, "0.15.2-DEV") v := Version{Number: 0.21, PatchLevel: 0, Suffix: "-DEV"} c.Assert(v.ReleaseVersion().String(), qt.Equals, "0.21") c.Assert(v.String(), qt.Equals, "0.21-DEV") c.Assert(v.Next().String(), qt.Equals, "0.22") nextVersionString := v.Next().Version() c.Assert(nextVersionString.String(), qt.Equals, "0.22") c.Assert(nextVersionString.Eq("0.22"), qt.Equals, true) c.Assert(nextVersionString.Eq("0.21"), qt.Equals, false) c.Assert(nextVersionString.Eq(nextVersionString), qt.Equals, true) c.Assert(v.NextPatchLevel(3).String(), qt.Equals, "0.20.3") // We started to use full semver versions even for main // releases in v0.54.0 v = Version{Number: 0.53, PatchLevel: 0} c.Assert(v.String(), qt.Equals, "0.53") c.Assert(v.Next().String(), qt.Equals, "0.54.0") c.Assert(v.Next().Next().String(), qt.Equals, "0.55.0") v = Version{Number: 0.54, PatchLevel: 0, Suffix: "-DEV"} c.Assert(v.String(), qt.Equals, "0.54.0-DEV") } func TestCompareVersions(t *testing.T) { c := qt.New(t) c.Assert(compareVersions(0.20, 0, 0.20), qt.Equals, 0) c.Assert(compareVersions(0.20, 0, float32(0.20)), qt.Equals, 0) c.Assert(compareVersions(0.20, 0, float64(0.20)), qt.Equals, 0) c.Assert(compareVersions(0.19, 1, 0.20), qt.Equals, 1) c.Assert(compareVersions(0.19, 3, "0.20.2"), qt.Equals, 1) c.Assert(compareVersions(0.19, 1, 0.01), qt.Equals, -1) c.Assert(compareVersions(0, 1, 3), qt.Equals, 1) c.Assert(compareVersions(0, 1, int32(3)), qt.Equals, 1) c.Assert(compareVersions(0, 1, int64(3)), qt.Equals, 1) c.Assert(compareVersions(0.20, 0, "0.20"), qt.Equals, 0) c.Assert(compareVersions(0.20, 1, "0.20.1"), qt.Equals, 0) c.Assert(compareVersions(0.20, 1, "0.20"), qt.Equals, -1) c.Assert(compareVersions(0.20, 0, "0.20.1"), qt.Equals, 1) c.Assert(compareVersions(0.20, 1, "0.20.2"), qt.Equals, 1) c.Assert(compareVersions(0.21, 1, "0.22.1"), qt.Equals, 1) c.Assert(compareVersions(0.22, 0, "0.22-DEV"), qt.Equals, -1) c.Assert(compareVersions(0.22, 0, "0.22.1-DEV"), qt.Equals, 1) c.Assert(compareVersionsWithSuffix(0.22, 0, "-DEV", "0.22"), qt.Equals, 1) c.Assert(compareVersionsWithSuffix(0.22, 1, "-DEV", "0.22"), qt.Equals, -1) c.Assert(compareVersionsWithSuffix(0.22, 1, "-DEV", "0.22.1-DEV"), qt.Equals, 0) } func TestParseHugoVersion(t *testing.T) { c := qt.New(t) c.Assert(MustParseVersion("0.25").String(), qt.Equals, "0.25") c.Assert(MustParseVersion("0.25.2").String(), qt.Equals, "0.25.2") c.Assert(MustParseVersion("0.25-test").String(), qt.Equals, "0.25-test") c.Assert(MustParseVersion("0.25-DEV").String(), qt.Equals, "0.25-DEV") } func TestGoMinorVersion(t *testing.T) { c := qt.New(t) c.Assert(goMinorVersion("go1.12.5"), qt.Equals, 12) c.Assert(goMinorVersion("go1.14rc1"), qt.Equals, 14) c.Assert(GoMinorVersion() >= 11, qt.Equals, true) }
// Copyright 2015 The Hugo Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. package hugo import ( "testing" qt "github.com/frankban/quicktest" ) func TestHugoVersion(t *testing.T) { c := qt.New(t) c.Assert(version(0.15, 0, "-DEV"), qt.Equals, "0.15-DEV") c.Assert(version(0.15, 2, "-DEV"), qt.Equals, "0.15.2-DEV") v := Version{Number: 0.21, PatchLevel: 0, Suffix: "-DEV"} c.Assert(v.ReleaseVersion().String(), qt.Equals, "0.21") c.Assert(v.String(), qt.Equals, "0.21-DEV") c.Assert(v.Next().String(), qt.Equals, "0.22") nextVersionString := v.Next().Version() c.Assert(nextVersionString.String(), qt.Equals, "0.22") c.Assert(nextVersionString.Eq("0.22"), qt.Equals, true) c.Assert(nextVersionString.Eq("0.21"), qt.Equals, false) c.Assert(nextVersionString.Eq(nextVersionString), qt.Equals, true) c.Assert(v.NextPatchLevel(3).String(), qt.Equals, "0.20.3") // We started to use full semver versions even for main // releases in v0.54.0 v = Version{Number: 0.53, PatchLevel: 0} c.Assert(v.String(), qt.Equals, "0.53") c.Assert(v.Next().String(), qt.Equals, "0.54.0") c.Assert(v.Next().Next().String(), qt.Equals, "0.55.0") v = Version{Number: 0.54, PatchLevel: 0, Suffix: "-DEV"} c.Assert(v.String(), qt.Equals, "0.54.0-DEV") } func TestCompareVersions(t *testing.T) { c := qt.New(t) c.Assert(compareVersions(0.20, 0, 0.20), qt.Equals, 0) c.Assert(compareVersions(0.20, 0, float32(0.20)), qt.Equals, 0) c.Assert(compareVersions(0.20, 0, float64(0.20)), qt.Equals, 0) c.Assert(compareVersions(0.19, 1, 0.20), qt.Equals, 1) c.Assert(compareVersions(0.19, 3, "0.20.2"), qt.Equals, 1) c.Assert(compareVersions(0.19, 1, 0.01), qt.Equals, -1) c.Assert(compareVersions(0, 1, 3), qt.Equals, 1) c.Assert(compareVersions(0, 1, int32(3)), qt.Equals, 1) c.Assert(compareVersions(0, 1, int64(3)), qt.Equals, 1) c.Assert(compareVersions(0.20, 0, "0.20"), qt.Equals, 0) c.Assert(compareVersions(0.20, 1, "0.20.1"), qt.Equals, 0) c.Assert(compareVersions(0.20, 1, "0.20"), qt.Equals, -1) c.Assert(compareVersions(0.20, 0, "0.20.1"), qt.Equals, 1) c.Assert(compareVersions(0.20, 1, "0.20.2"), qt.Equals, 1) c.Assert(compareVersions(0.21, 1, "0.22.1"), qt.Equals, 1) c.Assert(compareVersions(0.22, 0, "0.22-DEV"), qt.Equals, -1) c.Assert(compareVersions(0.22, 0, "0.22.1-DEV"), qt.Equals, 1) c.Assert(compareVersionsWithSuffix(0.22, 0, "-DEV", "0.22"), qt.Equals, 1) c.Assert(compareVersionsWithSuffix(0.22, 1, "-DEV", "0.22"), qt.Equals, -1) c.Assert(compareVersionsWithSuffix(0.22, 1, "-DEV", "0.22.1-DEV"), qt.Equals, 0) } func TestParseHugoVersion(t *testing.T) { c := qt.New(t) c.Assert(MustParseVersion("0.25").String(), qt.Equals, "0.25") c.Assert(MustParseVersion("0.25.2").String(), qt.Equals, "0.25.2") c.Assert(MustParseVersion("0.25-test").String(), qt.Equals, "0.25-test") c.Assert(MustParseVersion("0.25-DEV").String(), qt.Equals, "0.25-DEV") } func TestGoMinorVersion(t *testing.T) { c := qt.New(t) c.Assert(goMinorVersion("go1.12.5"), qt.Equals, 12) c.Assert(goMinorVersion("go1.14rc1"), qt.Equals, 14) c.Assert(GoMinorVersion() >= 11, qt.Equals, true) }
-1
gohugoio/hugo
8,215
markup/goldmark: Add attributes support for blocks (tables etc.)
Fixes #7548
bep
"2021-02-08T09:42:41Z"
"2021-02-08T18:52:56Z"
1b2472825664763c0b88807b0d193e73553423ec
2681633db8d340d2dc59cf801419874d572fc704
markup/goldmark: Add attributes support for blocks (tables etc.). Fixes #7548
./resources/testdata/golden/gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_400x200_fill_box_bottomleft_2.png
PNG  IHDRIw IDATx u`%6 JI")ҒMY%9"˻D^/vVKr/N|lQ):RHŤ$S u`~uսuouC_wuuկ~woj=8 u? 8HT Q絃#>?…fo #Bϙp*9 `yK$`;?s~܅O2SVuƶ*V@~ૻՉOǃ &`?OSu~<gdgpyt`ikO <t A= cj cd8T ?Cgs([~!AJ-d 7&w .BCyLұ2/ē=*HzD-F&,,y:_{ |SBs5< ds@Q ֘ O䤤h0 #0Z;[Q(rЌ1K_%}ᆺiJAmg8;<`/poCh4BI?g^_#N7A@0 W ;扡EA<Xp*Cm0FMpr(I^0^Ÿ9V,ܩS`8VW$ud.-@ )`dLH=ҧҝҫuELh2i}$4Aze0(RԳz43P phaQq mHc|ŘiqGs4ʄpijJS]恏qT0^7RETπDR " 4/Cam^ٿ9*Qh(EY)Bv+K$*yV!Md-"HO\0Y[´1ڰ,%N $Usk󣏂Jā!bt.ʗuH`ɘQH-g$XpQ2QJ,"Dz7@AWB,ujbQ )30e[A*9Y3`Ԣ)5# e8!'VIDeu{Ix&RJ>lLfR;(``AL_(I);H25m4$Mvq7n4G;p@kUI #qMo|P|&<ax<sF 4 Wxo>دk_0mǚ( 02 hR29b"i,(.Sj41LUgg pDx+B84AB8,O0><:Qq`4_ [email protected]:_|1.@%{o |v-*aXh $J_fműWji<8LL܃pߩ߂I'WHiۦ3r۴GEeD%ŗ-sYt 's&Z Z`QeQ?H4#hDBDhcI܊d \J` "$jaAl@ 3<wEJJH,z1GJ9TI xIQ^Ȼ8Y:XéG9dFJPQ`eŘh[=_ =D[ Yhn.یh%<(H{-_I,~c i &x b#{<`/4o0Tjʵ+ (Ҝ(TQ2^/^AYϼNh cVd*yHxjPnvlPcitALUQGKZU!v%L lX;G{[>nG !j;G<`2<j.Pk "Űq#01PdjveE(!-o1iS+T>+ UǕEjX[DԸC1u9E_٘hVP2ېTt9.^j) ,QCJ,2v0'he 񂃘sL> YKE"oѳZU*A>$Jkpi]JL.DZ\Ъ(9):X r2$8'F~ԎS30dp1_8` dcc`p.-^d/IkxPж,F?Tqa n($:ho{u^E)Om- #q rϢP^X AM{ v$\I2R+?J97ŤoLȕ"գ0Dzr gYDԊYԄa0 PsR/yҝUPHbJUyNb 0*K$ yKQLxzlGebč`?w10}@x"d&jQwLM#,oU % %gXBqAbP{Rz"ۇ< " :0 DsHdDǡ$P+=; .EPt8U1ԐߢZ FV$!Yăi ˁЏ"D2MYT"#@I/C9ϰ^EE!%-U߉T$FDXԖbRր%K(VyȪ pFIRDVOh*K^4Y<T˓P:LwM!Y`Iˢ^rax H3(G 1"DaW tCT)A2h{ V&뫕<dSѪLDk/USZ@mN 8.,#jy]]X-+PySt~-IFyk Ĉ&%qV+d׮izhaGC2YJUq@T`tt$ 2/C`QckhBdhK j, WiFM"ܠޔ0WH%jxBL%0,Ds6;8[W!e$ckH`+-da#qPe0 p&K-_HTTCZ/G9X],<EOh *qt4f3T(%+QK`EYMgt81߰.ׇ4 Wai┵.=4;Jjk4%R<'4YP R\&+Bֿ#]ֲR<[o Bu]HQY5炤&X6oAE4)1/NКbF*_~qGִ KO:J*7b1/=x^%Ιd4;8EoC}k@DdžP%McHR'oNkm&۲K uVLgٟS 4@_Dj"ۿUZh-S Wd14RKt״R+&ibC0 3~xւRqRJpDZ u+d 9%5hiy>1GG+SBs<WӢB.Iu[C8+e*_kX"R 2' k #Ҩ|N&_ F#<ߤo0y˃L(R$C*c"LqG|hK$6ZmKQ#,ظ3O~Xy3щ_ΰ("P\&j>%v]PXÄZ;mxoP:}jc]wl#P"=A€`e~13w?1=8E6 $GWBo[ФH7{`{륄}qY#T $*hũ[IH1jQF/h',yA[&'srT\,䓻2M*hFRߔ1x:7lHɃ 0@`"~D:BjӒȤ?eC*enOq^Fu L 3,҃k"Z8P L5;fC.e=jR/U1Lި46v\YP PawITyi,AH6b󏟄 X5`‡Eڝ(\#י-2X%`"q&8E %[07`LH ڂ4 BA]ciV%$yͪP~v!/W!J5 AL^)] &9ԩP1؀ ɃxZ{Fi}sX%W@DYP\j.TvviiUjPbٳпv Vh>[44󒡮BImLc/ET\,u EЖ>hMY[%åšG,%GSڳW 8[߈M/"`#JG/bSoːlV] N .vGʴ֜u[h"&C Y[ cSƙKhK 5b+ fdEK* +I߭r'`P$<@r}-**VQk >Y6H`1+v'{VV*"J+k)ʯXa[JЪ 4&r!~1 &Ў<Eİ2E ~lFL c#U0So,ǚ@DV`N2H g( ejJU'DPL6^Fhk]RZW|?XCw"{uA S~mda[gjҤA4GTr~`xAwQ^ʑ`Yd'Yd$}^ {$lJiFq \ 2(& "ai`nK!`\^gĊ| RkRXU43 U6T$BGhuUp%k<1HFXWP:\dK#K:Zmc86Q!T*sB%GB&p8P,t0oY#h'w26ZF%9[6YAd4 uDJub{qa6D( 5 x -S~8tA⇲v9Z i :0Mdq< 1A"/v]*Vmy)%&RHebmsd8iG~yy+DHp'(Ƌ\ PY IGϣUto[#, W,3&"|ʅDEW,{֍FzͩǏ{!=wŨ] q ~_iR<`-VXqp51Yb1i`Ə0w |;)@'Ueװ*4Z@E&S`eeȄ<HD.<Vkt"E#)ZtU a.,sQ;kY4H" {D3,`6Z IrCwln_B zN"39+4`ʅlƿ3x.hUU(_[`'ea<Z=2iEU@'5糑OEщV͉;VUcЁUTHLg >ƹE&͛:Ȏ{Vx,'3Lɴ`-+ߙ߶˟ʅZYT-ɗ8'QT)cџƦu\TCQ9DfBү>x~k 'fݲw]ivnệ(m4bU$IUVʠJ:uĢ7/Jv:CmAܜ _%@k.æ6]Y4hwd 4 2F@j-ޥ7L@. &[RU:f(yi:fx qc\(#ō K t5قE(teݏt2y/tц|F/_sG3=qӵUrr Ւ9A#wA+)<}V67d۲\Yo=yp-]nh{ tY09[5@%2|(yjJQ<҂euҗP/ W'I[$Ebh(Rq[N C\C%,3%{] rR(J(t:1K5&&l] i "7K@ar_tʪ_~+dcYBXz$qV"/VʾR\jػnTgڳG['_8CD/S f' [bh_S1һ;\gf['Of/iM?(Rޚz ](QCFu :Q3AI 1:Lؑb*VW AQ<ԀZBKDA 7[oIYAa φh늡C]{je|H$vIcRqfwlg `%ZV\$VaF{׿.6C[C[`?홃S/uHnPrqXX6AlTsX\γzV~lt;Ǿ필+?oU;ѿ4;"Xi3Q&0Ș{&g~&i㹩̑hjEw u(Ug8}s/뤳΋+.3ҡ[ Dj #1 Ѧh Y^+grNd|N[.$%#י6 crv9᝟%^1qڏ͏ݩڣݢ<+xI%PPV]cj\y|SF ?ܢvGgC)ySNm8>PbI5 QS|P$#m)98p3h2.*ER0$P"u`И༰Mde&󓜄I,&obnpW$.ޅ'V.(v؂MTzDgJ2na99 7sl֚.j]s[y=G.γԿ O#{fA+umԳ`9 a9R뗕%z8g)@,2A氫`@$Yx̾/5`D"L䯢P԰p]4!)Eer6 B9ɚ%wAbO@ƒ7 XF'=S^P$3d/3r0wUUm?4SG?bѢ_(gat #V۷']-(Y>:tk+Ax)EYˎ,je+ZLCdBͰ0]~ X\2(?$Lr@7a ˟ʅyF ba%<,P<N5:)f;?Qu:Aaʞ!(D+nO;1157?WG:?H<(YDj0LC-uTV1fܪ +~/n~|<V>ܡ .l )_Ű 9昝ʴsV=EH Me)g8uF-Ԗ Pܗӎ-Lx 54D⅑b&F#֏ LBQETâa˪N:š8r[B BX Y;D B&'kZwvrny7.~|(`lN,5J;" TAJn1eR v1cU(W0y(hcWe nԼ-@i,`]ayT˴t\?Unpu@v DVlN 0'>8YKb;YϠ(AQdW-gL&"fn14$iA8ؤ"cyOp \g1 RSRxH{ 6x_<žtHlfq,Tʧ%"Hh @`bX T<r#WF3s.Ʌ{r;\2?vVHCfR\ âJ,V]ĵU(4]2<Aʼn$b%c(A \#ȀdXEHb>pv`[%=H<P&*eHPT-rVWc墻sygw7#&ß|looax.Q6{,_8S *q.ƐHRʙְcPj:Ʋ7^+Оc °Y9B,#g0DXT0ShUO, x2(5,֐B  |g @S@hL-*<Ð_x8C;̕6$A<\ $:e-8%/z0A'D9ǡCHB[&R~ RT|Lx!3n`j;ڮoV 4f=<‘vnf&i93M<,4QBU41p5}uCrD*ZK!Y/ R{8?GcZ?-$О$Foˑra$8~,<oJ,E J(eDwK]zDw}"x!e\" Tz/VU&XJGD$o A',fty_Wƪ?a|k8"YrF{ENjwerq ω ;9L W -YUM#0j糉zfg\ycL 1d`2t9"Cpu&l=T?׾ΉrWrg͑U.ګ'ڧ:TʠHWD;]P ,Z)4*sr"h(X6Rgٲd3AZXFG$ʜu֩!j1T=(19i!­ `Έ@j.78'=:$6G,pCG1Tn 9 }S FZ5c:J{#)*i<CI#! cĢF@d@Jd`k { kR ɂr%Z9}@Pۻ/eW۳ͧ:9scw{w.id{Wnٿ0u?ޚ>Y΢F?.ۃYhYe󺱢gvd[UǬ y:gvN>:y_k%ZT$ taMRw@WKtXdc2Aˮ]hP:&&Gay^}SwDMgON=uE|bc+o4yjnnX{k` dY.&FOLs<49;67+Mdkpϱ&&sݍHP"c7 jeXyefY۵gO<yc=u)9!T9B4u"*LHDݝ@ qT zݖu}D#zIѪ}|eBct7^j׬ڼo`oo3k s /}n|O~GN襼 7udea=k.i^"~O:kTa]=kAhwf?К?U?77vfU|1r+`'Ee}ӻmo@R+de=+v†wg\889YsУՒt^ )}_4"&N9o++}4]Z^7E񱧾sA+n4 /o۶6}/Xu[}G?ewW8>O9FD?xD ~[ٴ}uEJ#z=CW7n߹ءv=~ϋϞ_*œII*(~ʹ%IIZjƒgxm˺ Z<l)`uB}k«7}ۚ.\Z ̆z.\1xx߫6'|vѧgUMyj%LB5l_5{G<0u %zw3/?_!ktZV^xXK iCjϊ7,C=#;j766^˃ԋ2Qk41pE_ůj'%2nghW1q=}+{NbSW^۷˥Wìty\P e[kGw\9>y4w{`$ɜ^+];n/ڱCy>3cncQŠ^sx;f}5 ׭JU]._b],BDe{/\Wו[Ɲ 2KxVɪ6+d$23(JDK+O>s%RSgNTM*qQ_k ]7SKA+SӑWMRf}[؆5'L-P<D/!8 Ư,mnUX:.]Wg$Aĕ*9g*> "P]ٮ#jwGvG+]{>w}w$|cqXdד(VPKF(HC%3_ڱUJf㿿u 0cU;wR2v$19h/S3'+@HYS >(1f"HAKW6kآo+o~+ՒŴB!P<;)HZmhⒺ ZqĖh`pE*9Z! (5j`?{?޾z*Rmw̷ݗ}ʉ;s?vXd줓|m(h h5 yt»o};/z)-۹yj|Ĺ</N[ELRJb0_ַ>kv#03֚ P9@{ j](_VeD>?_4 '><c"o)mUrR\:!8:,թgō3V W\d▗V4t\f?,1LS'b>%x`).AjP3(zh8z?{\R wz03v.,d5 LEJALHKnyoZ 3FZ9= ucXr6*gE2+e}_gْ[a2Mχ ̭*#lT/.d9"МU7N\0!q/VR}x /2X]w\3uw?Ȭ a }`c(ND KMjk<nWŻo93zҏ>vpYdi5tt⥽ dܨN#&ZsƜ %DKlLϮtӴµa`OJK*~` ̱ {]fY#nK +ϚP}ayι\ŰhD}+/':T8ׄ kX]fL_5[Y$qgR_!%,gĽѪ@@ )~W)e_xHU-rRIiNTv-洀E5f6+OnM֤6FOvqL'x7fūT Ж9=j2S2}5ₛsUH>['a|a &cU"8 N(uzC6_x[vv2v Cl'R«;˶wv.jaĪ ܓYלB"qZW[#! j׬yiڭо a+T0oGr **, L>FNAijh}_麚$epfz/y(gڞe:+smUgpzV8/H)ba} 2"TNjU~} δ5#Fʑ (H砗|v͵C43?ZiV7n]c%Oi# qoz PVt5_}akj`f5303[+{h_<7ʱ9ұ/FGXm47UVJqW?'eI&AXa8V* &:^6^"N~-?UsO|r_Rk߸VLQ`ܻ ʀوQ\{\}v&djkŋO(_G6h I1:2債ա$O<wэFu7.c /@ۮ<ɮ{>ُ?1l;݊\?2r 9޻9}Ɖ.t4VUxmqӈ&@Q<=Z4e>w{v- ^W]Gs!}5<[NEJm(ץ|ʥJ3,INj,)Os|j☜ c>֞:tKzmC8: 5YN(N(37>ʡ*Dsc{`ٲu˗WR:5>O܌O׺qa9ڑWhmYV!gf?B}_+/qx$&rހdV㰩`<R\Z(fDMR.۱[6[hWƞQ?ZɃ/=VyWo)ɤ4%l1xZK&- ȭeLAZ(Z(W@:T7pumZsGn!meמ*‘Hmg8&OG.=fX a ?k3=z,SP{c{?+!<9o~ؑ:;| ]3|o?5)G?\7<㘳դRt'ޫAH)^zن YLdsOUC@HnH$Ժ%&V]\ſ6+j]&Vd?C+]l'^h}咳sԚ FV !&Vt睦Ȍt\=/Y^W_]O>R#*09yZ0 :Ϣ5$S S;/7X]}ǎUpbtaAOy4< T* vg娔A✪Bt2.Ȳ 񱙹hFЩcU`4l@O&(ԊJVbCdZ'Y;+5Î,aSȰ|77Uatclc`  ~nqy,)>ƅʮcH spbLMON 9"OzN+.tf.b8C'NTp@n3HKb`Hmb."Z5XǷDUEn߮kP ƪ[R]qy2v&1lȵ\'[ħjחJ&ݕzµTL8gEgsm#5q@F3TʁJq\8k| H6e~aN3J!͹V56u @x~Sk6IGAwf{0Nw D)vS&{65P_;lɜxdBff< _B@I{kNYrY9`=C;S:=x$V勄&aSО|+q\ w#'&u?w=Uȫ~*zP>djB6bs@V#j9bX.%7`Y_OEBVV@Zh[vwGa3?"VP!O3BhX<D2r /kG$ #A$|_8ӳ쁜kj|42,M!Iյ.TZA-[=Cemu=w^6*1&sM K'P2lI8-xMOyڛ^k ]2쵺>ڞ@6&c58s=kzՄ>>P\:/U9RNZ5)$_⎎!+]ܺ dc[ m5MzG*3唬i# ' ![|WYJv{hHKКF ^?gN<PY1wyKqkuqS<k<Y{x*QDNEw" 8 g@[XyAa8)\E|YNj8aF̍FʚUՒ, {e/՘#)X~ 7ND3U~L9<dW5%}o(! Y;2 X+n/lj.P*y[f~+\5Sa5ӿBN%Uf:@Oܮ%O+7zWW_b5SEH^(R٪3Hߊ{cbxՅrzVYyOyA <%˰ݱ<; ͗N4uYg.Bڥez)!u-^iEibz.kzm&X~vZIN3{bWC-vrɽ.u]q Y]宙EV0 JooTBo侑핿]9wWɼhT,E\yJ8sgZ:*DefqR~ }C ^ykFjzIJT&c!F qj\&0UgE.acz7 AVB*C|z^S WE+t^y~*"U;S $SOX8z{T^AYkU;e/KA+Vvak˪}L*+Ƅ$oi`L^XGaEPy?0DH|~^}}2hІ-LNX-λhZ6rt3VWDwk6wnd~W7/]b@OLYX[/Ff,_命 W'289ݎ-#e(II.L>5{A=W5}M +~TQP+K(enu} ©#)V`rϼ]%ta}5*9=Yw_&& [Bdu檕yG^]Ld`}uɱkw[.9Cܝ6T{N *ԫ@2Z7 _7\就ߺ~`Q)` ~t I99]r#/ܰf̷MCOZ.=<[L ?R8e^G}КKV_30?iKxY+3;Vl`G͕ v~꘹`5f/%t)7SO58IY~ypY=i SI ܼ*4^w\Z8Z3reGwxj=:1zLȲ?xr~뿻yoToa՝XjcӪ }MŜ MԫJ3eOUeRmb]*kvG~C:[w.vz6Twg;2;e$ֈ%oK~ X~o_WV~v2W1l"{vi|`TBI]vݻfdmCWxr!W펎ݻn]޿|يwx]rU5o\56ozMyhifo~^]azaҪa&Bm|y]7]?}|"1<ݐ:'?u.߼}\kd?uö*/gو/:T=&JC0ש[UƟݿ5ìaO͞۞&Ƭl t`UUl8u[+7Nx?6}Tx%ov͌>jEqAAP>$(ZȋP@(L{aMF]r?˵m "JvNL>6bw뷾-?Ks :))s{†_ܸщنUnޞ'9|X\-Gc6wu|}'Z10$rEA],xۺVO?5ûG'έzǵW/QS+AK7)T*d^Deeais{}NWl_Q#:qʎAROS\s{+O2rѭ#Zs'O i@ms42`~xDT\557=:;uo"ߚ(8ns3͵}hwO Z=y}ն ?|kto>c!kX5%x3lY+|" pqk;^PX-c985so"A$<{O@*k&e2PuԑF^M/OEL)0})JZ&~yv~,>1euJߏ҃/cBMؒSf'Կ^&=5uAM#y |{~湄=Mzɹܴqbf-a9O40"N`Gy-KME$Z~LrAMd_Oӝ"&@}OFif?ǘo+b9*| zyO*@U; b6 sR (CaysGSVA23<~۱z+gi(u{zCEzP!(khFk)]nxѻ:x_rEaWa1UR*jmmT4V&齇ܩ3>kyϮ?<3xc~xa!,oQǗ 6|1+Thȃ]/2wFΧ&OU'l9ˇbE(f+|kfzkrhl;x`MțS5B|WM~QÕuD@okf[:]Mo0.e]*rPhWԣk|] Ry ) f.mBk}BsN9}Pl?,[Ru!,s3 <#{'?&pf(<5R-ҤES@ŗ}Ʃ@E8s:߽ c z{ߡoՉzS~c!X?Z5 ],a[HiɔšZrlק^\U$iMB%yab/&vͱ+˕eU}RUT_SL굃pt$q!.h_*@5z2} #OY)e-BQ u٦?_w~̇7ON M7(<>Z+ufŧh"BęP]TX^q@w󱗎Yx{tSq~ ?a=RV6n6 *jC.jyݚ^+SfǞs#eef4SԟvrNOjMĞ Qeq֩kvby]5N?D OCwfU 3|?P-U)Uvz{ϟ~=~~~*$9$۝ŌE?<XLJw?1ћ T}eܯ~[B<=h{l y5"t7vf :r7ŗc(,p:@={0I*9lZ> Hj|~t"|~';~j›}yJk͝:ԑ&~uw}*m%/L_\yO=b!O0箱g?yj%z5F)0$-LE^&pi jfogCN3N/98rߵ&?Чy]x}f<DqHz??'^}ⶕ+&ٲh믩ز;k*=M7)Wԩ7^{WMG_gx)l cEC22i{>޷l[[v_|>x6`TRPab"|}E /d$d6>w?q?q{ۺF/O=GcѠ(tO0:x+y"HYGa\@g)朓;$v۷+/ U hԉS:=ߜ>v/ЬʘƯU9j6uU[Z'^8'&v5K_%^!J\ko\vs♏玀[C믄\1=C IuMFT>8/Upa[j`M/M"|ľ]}?jtp1pu=~bcu}a|el-^lheќ?v}NNO{G79= +s>O~-ܱ_uE[,ɩw}ܷgLzsy&7>J'yz_|f#v_½_~,$hpGz΋.ɋGճV<M ^yv+6m\|cF?r }|؂cs+װoER) = A> ~3-<xBllٻ|]ʬFgm/fO,LΞx'A삅n$$)(#3o}+]wh-6{ #ǾCnҜ?U( ŋʅVrHYWI?&YًqEp GUPĝ7;wVm0Y {SccϏ>VJSrG 6dۇ~D WhNL-q_C@@NeqY`o6Z>|`h8Gֱ'ƞ9vr(![ ܺeí{ow9| v<o% C1A6ܴbh<BCS>8>jaV^蘟:`aXt6ZR* `l7e2rủCEz ,eLˋ5  f2lA۞CWwKG%qsy%5:SR<6!3)]"l #cT!{(F^ _xr./`6}bfO 8۠"l`bڗC{ =hb'fVb= B={žA3)] 2YJh,Gg>^|\^6גv p)2,ED ׳0.~c83( #!>ˢ^&@ c]b9?}SM,CιHݭз9 #h_HxIRctz,y1+b(f`VJJ `RT/CXU!.D>eɸ8(4-)t΀|C`гyFa9"B$N))4XQ'z㻯Ǟo~3SQlLLq+G*s.-0 }L("Ho!_m DayOKe+^d)$({5KEd'%Tg3vE3'B~^i&[”RR{$~T<@Hqc7c'2Ce 2k $ 1m X <5@+̣C z]_d! wDž2dPA!( YX2glN s5(YP\$7^#=-7^>t)27o ,}I2bR'a=y])4i~NBp?cY5Lӫ`# AF ؅GGtv})&Se֍HWQ6V6sr֭TAVQT@dRJ3hwa,%H&d>;Rh6c/KrT4V}D#ܣ*0On e>qȘК4HW<0lciVX5#d4l{CWG]JFo]!VyswOk6{7ݲmWҧ}| 'z`r0 ҩȭ[yZT7 .&52q*x%2FUnO޽N2cKMa)rbfEk &mfBf, cO9:R^6lmJ ?V$~Wܢ<Yǖ̅Zц,dg̀>*3vKϝpiI1WxтA Zl*`GP"]ѸiQav 2\ɏsaE&AHd,>L2x)Atbo4?Te_q}E 7!B a|̼|W b{ ɠX;O־ZW37 "73 fMB*TvM`V*2%^³ ,(!U%tB,*Tf<&ưV(Mf Wh=v,"DuFG4\Ƨ R:IBAwLSXIa0ID 6֕.<d"ƀe|~ Y`wP<xŶ[vl_B2;?ǿS q@ d,DV6d~j= c{JEiKL·g,%cS!AVT7<+B^4R%eZʑNC+c*ާX3d.=-T!b XyHx<_="QVDd =&` ,?da jMYM}rX[aHeYgd,#ve䝔0`cܑCV[=˪_=O N+2IAlMFH.TAsqJvc@1,yF/7P`(ER (p=D U @x;i+ <+()/W4+HS)JzWi]%(;:E"wMbA똶y.2R|f8F)6 0m^=z&#)jzP>(~:3+>F26Bd9;a zG:S0C[ggo֞fݠ:+0, n ͐cQ!1q\;; U$GIez ALAgQBe#]4vLYjh!Lbm"B\-FC-dvѡjuK3l-JNÒ3} A3=NAPR)p+,&m֙F8CYpcz;e5V$hIT=H_(=b)21>ˏdíyS % .֛}Gڟ^B9:6ر'CِL=Ѐ)l"XNC!DQ%8 TVsh C ,VZ,uU9l-jDQ.zhI`ztbFQ +V?fEB)i]DKG荰E%2ehef/#PښFWm,)CCdE4e?S0yx UNOJXp}DD`,6'B%)=_e;\O}+.iОOcG Sk) qfBm7! e,T!Y#ݹ+aBhBQ nbjE0pD7FI'R^Tj-+_ hdOOieͳ.HU !ZC7?Y TB iSA 'PYA5.\WHs4ymKV Ȋs,dY,ʐNrEVPo- SK۔PKvئ/_~kCQD٭;R }Q8|L@2n&sE#0QX3H'6bòt.`/<de\`JJW&mȡ`zSo-@%X< ټ>,$+i%[NMQy&b !q{weȂR-`| k\+cwJǕU"tTRXm‡9bJdz4KsdB?GKi0Jd)ĸZ!OCU mΑAv^#_lVlH1gv?;?~)_sv^t>i_5BF̠UL(9^J$.DTǃLǦSr mC*r88ϵ(՜ D#@ UxA) Z>5pz` ,DgߢE- ZVrS+.|-X8BdҰe<8vn!&V>ҝ21WnWYE,q)Gax(ï s[ T镧Z-/+/ knXeWksnv~G=OM$ s+F{'P:ZU:@&o!S.CeeL >ubC^ BªyG~Ǚ\Kaim+&/ :dIh`j,~g n }r!p5+*mBXʮb b.iR@s 3-5}y а*P8cb)saf1 be"HykHZTC^/r>rе)*f[!4F^wwkOώO<vl.5BN>SgynƆB/"kS ζ)\P\̦) l=m'!/RQ| R fTƭz"NQJGcGA]RzvbVҢҤ c8o`h Xuq: AQPW<1QY̷v2ڹ,{ƝGG :QB$YPRA aC*"pD?m Y)P0,sA61$~!/مٙ?gѢF"בi1/^:#1i1.1O!AlǠPo{ =[#ӼbMA0azz䵆tyDb_aqMb<-mz$IUB,22|-*hCIφJ6[<A.{uӣ4/_qֿ a;Y]Wy`P.br@E 9A)UڷߢB$Y< n.6ZF( u$2^=Yܑ1Ǒ7,nӓt,1! $="/ޔ?f#Ô#B!NR 5a~mꯄՔ[vr$/P U7ȸɰ[bA5'eSJ,Z R,PJ'i)̮ˤK-HY&E'EvBë0̎(dMRԌ(nD`5x!Z+h$cL~b#`0Ny S@ b q Nr "(d%J$oy P2 >OoAK j+ 0H_h&\/3bbm;c!J (eq2A%aEyص4vIM\(qC^9w$Ɂ hp32h1a(>:յ"^\VS47ÎYWR>Ԧzr2GukXdWFp=Aqg'ϕ_,Tou ̟Hl=ЮP"8ޣ l*'6FP֯q+2u9(WlOrBBmKFń0W p+1r_ڴ2wET6=1L(&v aDKfX%>m/lst扁zM]<\3X3״A 7lOO{~x!l&mߗ%PD.wg]B&OAB2} 9NOkQElýSJ- tvC &qj k})$E)cfM * J+P[f;:@3N ]Lz.fe*%q!Q. 4G$d:FG0O [cy+ڡ,h 0jG2oBQTϱ"iJ4 g}HEjx.M* 0IMqfcoxtA"öClhy^/|o-{fdC i%>ĻG<٦i 6tM}Pג %O+rK"THr'=d>yZQI/5"`1Iq eLDNK`V8GEɃ1 5n$t݊ɐ@U+jǣAx6D1^D%5dMѶ rߔ`69pH@v AK:. &A:zD̘5lܶxTA0$U%`V+՘k&^u|&>E+KQUަ?ٞ=O czCs/52goSa &تDtƇBkKCИTgV-bD٥ľG9cvs>;@v?<0F]\REԡ[?X0Aa8Hh lz#*Fip<F(1%~ EVM d3C2U6Fbl)߆'$[B5 d )&Eԩ,(@$EF>~m!2Q I$#ѝJpz/9#orQ?V)!AX1>xWh_kt3Owh~O5$J<KW #i݄dz6{$[2_)!h^PnGϝ2CK8YmHٞ{0#P?jO'Qc&ͯa FT^`ѐ嬌9ъ1^l9rXymAQ@ wQ{׾uEk'"0t~f`o~Ddކ\G*~Ne6T0,*rs â0(P-,NocC7]бxI,ز&twr 6~,{*-mKpXX yVŹAY*b%oejʇ6!1S<օi?,?i`0=4:\ `Ad)fkRg(lܽ%Gy.Zgg< BB|׏`l0\ lL $ "JI( t̜vU9sF[,fݻCuu_IDh.xFv~hU +!NJ#_  IU)%)*e 7Q4%DPpϓ\Mpu ׂC3$ߢɩ%WNe6z.Jl XGZe<1~>ۂF^Pmm-o٨h4~8O PGoR. F",ɏQdN(-ƅ ⷼ0%&pGd ղb"'&P0 SS'"ڞ, -9s?aϻ+f~hs0PVo ࡰ&8H8!_vyb,X8ƑX 9 -(KqvᐆB gAb;$֗()tKnTgVJ~%f_J$>2!HMi3AVpJʷd>kf_Xy!'usWNK}/{i}hyW)<<va*=tGH+9 a2Uit|AEY|Dl &b +!(TB.v9Hɠ@Gy">+qHl!!_LSXޚa4<c-/R;4%p(5{葳X8*iHK$HBX^Knp2Qݝ\PzPSH+wO ژIRgO}C}P")3'뻴Q=b|}d~n4 {wSK75'Q)ro[RX Rz@֠2uQ7R&cw9y.4Գpn+S3b肞/((HHzSXDS=de?E2cXR?bRT _ȎI jĢ b ԤŞ%(U-`GDs.I1WR&E^Jhk(C$ERVHRg5DlXy-y!N5_s(B+n.>YA&ݳW鼶iK;> ;G# /*jnRW-ވ A&c+G6% _}+Nbs^a(( Gl%D))rZ{kɊӉ80Y*SQ=H?Ud1zSѭ7Cg .E]e?LETB(sn$ȇ#PC% b;Ba;BߊHy O!X[&R([>Đ'PR;X&gVBJy3PnK۰Xm=5U{>ߺEn B M5U}*-h!dU4|vhu LPl `/Yx qsf5]pHCNRw;4P b㽟%Y$} ?H%a(Ъ:ۢE*&^jEm }P} ‡xFi!҇A0ab7+$ki!kx@ku@ A+\@&d +yW@'ˉ*T!B;+^ uڞib썕0aP]͛҈S8 O1׾y }N@%H^ Hr7c[B!~GR̗t MߝrbӞ Sf A 0_ww,9}8,Dh^,ĥTIDu@+I¾P p$C2Ntz]apECٌY+.E %2B$Cf="e`=!?P+CLE Jim; 0X0 ly$SM^"*bn.m2V)ٔbظ`QW'rfsw?Y3,{+MQ!f_gaӟrֿ5L-u 5~OCm, P+Urp4J\5:+qs7~;F<@THqzd)![ǎ pW`q4T]8l[a"K)F-v'J($05@[$  aA2 g3ؒ ]I0 e[Kl`1S! 8:tJf' jD2J`(@9d%B1pb  ;.Ejю9BFaA/_#$zB,=(ŊQ~.%ZGf+ݣ& ƠsrK{jI*Vc]jz8 EY am~E=ҔVT>Rsi9sRdqXa1Zp6U2E+_acf+}p)㶉[v4 DD+n"% 1 gpVEl^Aٽ{ #b<?$d ?ٚ{00<ɤ@wo&v*Zg5e)0BT8+T"$|JB$?"&V/9AJzD`1)&qR+ԬY3*CV̴-{.=oFI4Ǡ2 pŬ&:=+n{WK #q(Ip%~E5hǿH9+Ζb?fR~)'!*e#s#%P}M*1]`c|h?^(Z4LҲc= {Q)0%Z&m8x"bEgV%29;pqۨsPkKZA tGhkQ|FZomp9`l@z SeT o$PD ~tٚ_d*DG60'$[dXˈ!DAÛM%p؛v|sOyzXfb=ZyY3)3 3gVda:KԊ(RfW?27nL`[G;qd C(Pй\:5[=}`Ie=V8ŋ)bOƴ* .QnC2C.V[%}ډ1w lӱG'~Ic  &LƋ./x5ϻ妔\ <I #li <U> IioDlQppƻ]đ L'|*kk3cLacu=H(F^Gh%KE>dD+儒Kb&nD ÿRē*^pV8 qL8L!,XdJAe f a]9x񇶔zE{vQs >uaAd|A`eBks̪[ŅNpc<'T-JrpVj5l)x2KNq ^2;XvK^ F/#ϤUUmHa(_/X.SZ;LRb% AHD9#"5) bj :=BLf˸^M\")Zע%:-xX`3, {BgkC!d)p*   !p(,cΎ%lCzP(M _. Y#ʁzHg\kw̆^dv;w,*A88)M cjD*󯻆ZƺcH+.RtL) ]<' 7tCoVž\R !P}DbYY|馇/{zĪ>U֜昄{+©0fƘ"7MֈXuLxaޥwb%"B]I<Rj 6挅6n ɽ <+@wuz~(tJ]k~F₩VxaPk+DqOdQDWHDJ"IQ%F]hz&i]պ2SB`{P_lL*XT XwW,f,b%銅Ԡ,EHkߪ[j:C/jEJ @ö=9uщק5'y/Pd%ä'%m{p0օTE!!EPgL,apK"8.FziREEXU}t[;TNZ^oKS]00Wq@45clrA]כdSzK}i*WdU%$|Rɬb&9;> 8X3W?35 W|le1VR%KDƯ+B*<G°Q8uNw V@]1_0IZ#Q?ۍ  L t@WFʃzuSC p x q/Xm̷p4! MOX+/lTϹ?âŊߣt4].f{`K:`u@@ꀁf2!_pZXWC Q_C13#wKqyx܍#8n*FJX`/Cw )i=F~GyWmuUWI$n\slҹCJ:4dNO8~Dah S;&,(5fOdqFI2#0a@wWXvʫnXkWyde%RʬNS8)2Vn8zXЩ;X]0rV{7gr_ZyS8ظ+u8+g!*Rwg_B1pg_` #NJjcG]TaURb4=Z6-VNך+6( q]6VWR3J) d*NXJ6bWNݱUVv!&ib`h1 :ub+4 4i3kw\_+X]l%m"f߈axEVBDH$\UEҪ"Ais.7\C F[ M`ɸPRHOhQxk3ZfwzE=x8km;ziĖ͍/Vʾ,|peb Eʩ*E9Ȭu@VR`+'|N ri.ң-|ry.Ye=_J Ī.m?dz MhC/B)Z#L;PQT.aIO+I%S#xE_77E20kHrWݐT>(^q' pCE\yEc0)؝5.3|agDP@&M@CǪh HO g 0КA%]%{Q]Yc$ zDV,p(0͗VRZt5\TɕpN |BqF9ŘpƒQt/NZ4Ui%:зtӦGoogynXfG5נeBm [M 2ygHeJ[ޡDhX[2kzt^ŌD'TSĖ5gՈG腫o&e\5}_Gc\vg֮Pb8C'IIPђH\!B."+gT5-1pGL 5M\TkclQUz%Z8<@GL<^*Ψt|R8% B[aoyk LחS[ &2x-WpW[mWZmJ"ruhM4." S<9! RèeaI64F`9&٦X .71zZeN%QOt2L7mz'֐٨vE-Z W/ΈbD^BKX&67kn;eϿsaOiFxj~IDAT,[*:@/K`I<|C!_) KHiߥC]po}ʕYy:JpO"7ՃPW$rJtjYQ\|"F >ktπajjFB,Op [>]ϵxnpar豢疝܅3.u"Q%VhĈ{'m(DU퀁kP2eHTʓ1T[HpE1!瞆\8zma ܠ* `&+3g]9$̳ o.'PcX tÄu:[!]|pWCdX-! hFf^Gk}@]ppI{ w’Uf!-wubFUTsKcɿzT')HVXG`R` NNPmj8,'eേ+xp귮<7b%^R̟.4M`'_N5R+ή)&ɂQ<E`8# SVX,Z j;5,Ak LVKX1,霡\.b;V}%@787YWl<{S[[1(UGc>jirS.xWTQ0HJC aq첮eALǮm2Z2 రi,IKC)NBX4 hAp+e-l9\QޱDd BE1B;+˯qq\7QU'=use-2km4L&/]eU|x^ eVOjeA+Ko53I'ʸICՎX lUh -6F j[FqyWx :+r{^M  ̯c찮Z)z'Bϋt^ۻxէ)cAqQo<5%|d`tz7ʸQ"v4h$ m`s<Tu n9/N@ERDČP9KFb8]-TL4Kz}i~PZB}qJluxEe.ηC*mC %t GKG7z y %(u Ŕ 1""vPD#l=j_*-pSW]"wZ$aMҮPQ(i2!NlGVqS]`X5޲=S#ڈ1昔957q/;Zڬ&bbj~iggXj9fE=Fi5"4 4Ma~o^^cEMXZ2OB`~ko&&AqIGB4]~vA1j|i6ӹϣmp]kSC96ȏZs5 PR.A[Ɯf靑֎!{3|ߋs5X"`pL+-ofG@]qJ<R*-\xV׿I+@/~2V{J-d*BЎޱ$M $cx`ZCKkX= _M/WG=>kA7Mm,aW. xq<2|Wi.zA,+ JUIqX+#:F]f`q-1 XԂp;2w*l8wA?L+R]ٿdG6mW?q-osOw {0fA|OG]hyK4AKwAz.RZ}f@=z hWw ֣ nhizn{򨚜4 fOhd[17)=+}`vCf "\ѱW٤lla,//9ztnnX,^|хFDOK'9!`$%ՅF+>}7='pUBỏO~"vHvYU bgj&LE{vpSch[FǞȽ.¸㿊,5Ny;MKv/H/Jݣ,>R%I(x i04-4m]J~l.@rx lTFKg_\F@P[cϮ0^pi dkjP6"gPz]gYj7rR~WN, 5m$ڂHo|@<`ACEm dTF޲kcT6YVw4VqWj2Ǖ{6㊄^Ҏ!oz 9Dge3̱v.-X/\~xxgAgc6 [{g?+Z<2aC(J_+9] ,<jƝws yk_^REpΫoS>[8I[%~{_lڛ]OWA#"mP4?=Pk8|S׼>2rƞQwE98u[~:0q3u{`h\g lPS=`F 8JDM Zu_f?%,Z/b"6𓆬}0)FuB{b+KrSIjtd Dt ,š 6Zex|u?5aOĘ@##X]Mk[ďnV]5٣4X8#0ozoM^d˴4ի~;Go{>z6EʫmguA*0]e;pAo*]5A"hk2Qe{X~yu{`Wҙ}H87 @k/]i[' pl4Yᚡw npCI2N5TF-=S?hgϾ꺎_7Vӟ'qPJR<<K9qs牡liGǾe`KWz,<V6:/eS*&+)U%eJ0TVʱµ2uHt5ԠтsGnͯ3x#4LVK3B=J]Jjz)9L2rp8q2{]a# d>cEsrw m#Q4ԁ")tih_svJN.NYzϾ`x%_:#jb4dѦ+&X =&gbIskRVHRt-D۞Yϱ^܌f;_r;5[eJ)Ξʙ; $35Y->Oc+SX1{ K4tJF{vڅڴiu{ի~ud0K|vgw]˜yꁌ /XO+;# 0\LۇE`:[NJCɻC8BaU(ֱup4R*F,o!#:cثWJ">|FO{xTk\D\+ KG<_.SP S""6- Hp^PBÆN D Qd=, |ݟ ͟}T5FKٺ","Jbݣ YשwAe5k`M&#S^~\ ̢^AsX(Wy~1^ a)*rexG>j)cǎBSBUN?ܼ3.>d3YwI2))븤YsQwzz (Kl-.{NstY6Z7 ^?)[EOWP$Le, aFw$_;|˿?q}8oCX"X)dVQXH;rS6ku_ʾ/FeYq眏;ik'ǻj0g=^]gO_zs(so S +[9Bo}v[ afG7CZoq8ne0jw01_91gij}5A3ܞD-Ohu9VV/F0o'Nlݺ5Qi{|9ݵآUE#cdD,?gy pj?QKmv6نh8XX "_o>R. `=cotQKKBf&B,$(V` Ki͒FtR])tsn6BrmA@N$"2jb٨8(r@"C!kgQ<nBd@O]H "L)6!s+2psNܿz{ t]WtIe՛/fp K&>~KRj- g 2$tH "jb_+w*6ZR>\i[~>&XK&更}k֑V~B^\b DFH   9'li? cDOjwJ) G)dƕo;B3P|L$h1 &* WD;~63VaNԼSUĢwxO7rVz' )O-5۫%p#ѾdNp 㘷+F%kA'hben! )ֲ<:F\\xIHąS.U=3.a~,w534s˳&_7yIJ2ߜl, &/8;_=Moەe-8xʥ&mgw *xAsakZlyT83# gX sӍmALg3uޞIa&;ìd5_"1䉾|<ȊeݻgjjZ=0 y-ؾudZ+ bSu)|X']t4Z{gej%_oxu1C##%ٛAT>Ul&<cG~y"cdE:*-H-n0%*lT$[ g%^S5h4,=_EC΋tO9gd) ^B<Tu\B?tI W7>3*"SO0Un./1CCzqi'XbĶ0ADoL}oD <z8am~Yv֙oD8芭ϱ'+Ѱ^.x[w$ UFڻ+u[*6i玓>bou9汷AC_O|t+t2M/ɩoynFo~/, ;UFC{OC<skOI"\IQeWeoQn&-#ŨDqyR|5m\!S?(*&~EJ#,i)T mEt'nsOI6 yIOF8+Fl4 3<q\*?\:C~ N+rW-}#w19!$ƃzD'ZO+jGHJq>g[o'yfiWpѿyyDᡡ??3R;w~r=H7_:xa|?wW׼5z?AU{~w_Z(+-{' qn)]_pK_I8H4ΪoDpʇv1A]sjoI+~F)^NE5MuU2sEeh'ei"L}}bKDzP$gDI0}Ȯ?swa@qS8㭕7>/w.OeEU|T.9X/G͉O5;{rAݝof/WxIRtMrq%37] :qNiS/>tۛ+.|||lxhh~ЭE ʘaԮu'cv*#~ⓟ AP^.x0Ÿ4Y-UAO,ȌW(%X-? u򄒹k)90t(dN$g4 6P*1ZwS>B,E;Jd,6zI8^U!~w"b4˹#A8MOKtJ>'gxs*QG~u-U$4j+mꏰ{#rgERj`͹?1(ţGhf)0zyXb]1?S$<ēO>\,׽uO7af?˿7 nޡ SaGL0x(pjiO (t$U(-rDGLfyIE~uRUY3J&uHz^$&SJy A<W'9.rEbs}q@T_}L8s:Y%GK3ԣU %ܒs.pk&5X*q3ܓ5N8s?,z}D-{ e93A hvdzzOndGk6EDQD?]oGo<ݴ b'k|FLݱ?XSN:33;:2FO,YiU=k8[chX')Y4CR>%!(*٩gfC뼚r]+fU&HɈWM E!䷬숶B Xh(7K=Wcұ qv @ؒy~Ͻ[!Lr:׏EiIpyclhq( X){/YHHc}c@1՜Ou{D@Td\uDÞ^ejt mP?KեC{׮r!(w8f8y/؍6[ cހzJO)1H1+9cz'8E 5Gp<}k9Wl2JByH#K$r2 szC؍7N腲i!fss8y @0x:1 e1 .NYJ 01Sqx'(R+'Gk(Z×rYe@R8o}c} s7Ƅ+ZrXNFQE2?4 8I| ;34<tͯ/}9 J5!vlU#hyͿ~'DrV{8, ӝCĠj96")Ic6v</w751To#.'8g*TBmq4"3WZMSA׮hfyA%Pt\tS jN'=c7@ɆFcu,3k9>žg~^KbX r.Y&@0]嵰ͣ;+愩-]9W'*3ZM|\NVNkv'JhzAo]}{Ï<h@%LG?G>UO@<ǎePZ9@7ҙd 5, ABNҨ^~-O)8RcLو>Ou2j})+bHjvEvXr۩C&BWoZNvUG8eYS8n X 0!~ > gX 8!Sx3+j xo?x[6+<yP.#L>[~Oe~j8kzi~UuO~cض<O:1뺛&&>U1:=VXk'jg( 2(V<  -<X M]Π7>|sS ]q" գ)'_YeDrk|UİX&vrY"L IXy=\Ɖ@^xz%Wɖ}/љW^v<LlqV\i?$:8HJ3\*=c=N@3ϝnq{' kvk6=oxǦmޱc4Mκ]][$iFO Ջ&qҠIy:WnJM!06GQZq $H^ROu<uE\@&= DPFz::9 ?W8,Ȼ\cK-2D̊}W0Bn+ub/DfbGj/۹t_md֕FbB޲Qo>H-@r6&1 v80-?k/{Gƈjwn l{béÐ_a̋ЉWꊪъ[G{y_X>v]K?\28?ygo4o~LH2l?|+v闎iz۶m۵sg[iy#M*N';wt>d(3wld˙XZ)CXrS`Tcɠ-{c)3JvX1ƙ/8™;~Mэx縢 R`Yԕz4s{Xke} dnIHJSwt[!zZ0_Iʭ.58=gp!Udrl%N rh3T !LD⧴!X@p@RG>kj?MkEz?6Å]#{>ޣ"%e8#,˵E#u[}d¦Ƙ .ޑ'A޾&(4rϝpZMX*D/Zx"FRU@>*8G^K"C$.%b8zώtPMJ|bT>2HNey|_['U|E 1֏,Q=Q{4ۼ9Eˉ Z~DJso>fX~J&z=:8(@hʱK9j/~9%B9z/~«{-{?ẖ^)55w#UN< `#mF mݼt RTW{Lq†9N1RXa)@kҖ5ii=P߼H;NKMo KϰNw^)dKG^XBkv`NOV>v^OpѰϟ<q_V+'69MH2+%3W}2%ѯ\VVpeU1geo7O!Qjם痚z>4~槀13.UgWڿU]/?tOK^{x`Jِa+ƻTVHt9Nγ޵Rެ9:~}YVY 驆e+( |2)Sp*2Aã@U?J-9'XV$DIxIkfTseT%l 1(ݷrE#;իߝsf'05<:?mϙǚAX_D&3ce6%3͝>˜۹=km Fޞ᭩QR)8yk+G _#"܃:>9޶矸w*+[kvrS'wyBkl@[SZ! wp&3-9;g!Y)|0*b䂢()@*(3.TYgnsB>B:*NOBpŭWd/ɋ+K@BFi"Tq4g.< ,@i ip_KGyTzJqϛSc͚>i%mm9k֍y/D`a^ѼW̷?훷Mn,`20K'+~o:^;F:8^?v:hUdxsO*SMΥvZJHTH|J/IlCr_X"۟|sTyQI~E=|J*L6^y [{Jxw_ځsfz,N|$B|iE>Yq8__={2aUn +&SL@wʃ;sP9c-Peل$M5cF2KDDz߅g}lԗqb]t*|a0s4f Zk@&@qs˟86'OZ㙆>1<+/`VqDkƝB?]ٗ]4 S+MH^ȩ\~{vpbgo8-w?A0*Nt)uA"H-t `<b=Xp>+TjfA`{`IȤ ÎT~anfRz tPϤU%[,L?mP|6B(PX>̒OvƜϝ~ۮLuG3?o}e 2`煤QoМ'S8[y7Oe+ʮwȧq}~W4_si~>-=QwF$XbM\s'OX<tzNj7>\U ]{WwLܹ%D .QT#Dp?{Sߙ37_BgQXjfZ9=Noe3Xf+,f}YTh>$o%O K2J9sy"8rgʊ\78Ej$|]e,<,ېVv 骓KO7<okϾ`kZW H<}X6!'v琊 e'Nܷ8bB/]8dtakE;߰~#'P'S_8* "h-X@G1c`<;!hL[5Aj#.w2m"Lrx; ZkHW3 j5fQh_Si7^:Y3ZxWDuvQح' 8$} ft隊P:ѿy_۽;,༺UWGv}-DiN>k>cH:|!3~q&b|}d|G)b䢶&V3DQWDPO-A\No[;D)\2nӕu+nޑNpJ(:18G8\A߈8ʈ>}煕Q+vpe}7>Z;YTlUA}ێ%(=aS/cBmI G[yĞJidJa۫{q{*{ʞ܀֎''(̩ѐ%0$-B*UA7ִ?C|ADZkr`\,osac.]24#Ccsڬ:m~V&:]M> qhC|ާH<3PCul GG*/3mDR$B`ŒiuIY$,2Y jqfp8Uyw; -ۋ7Vo*oͶ+\&9~+x]dCW]S/o=ohCeJ]Z)i̬Tc%'<!I<3A 8㵇g(It`_ 斛s;CAst;h]m<>p"H9ƁxzBs" ++b"AOCjW/l#wDMu{_o-h[WG/[.l\xnf g g}[{tX58=s9\RDY%)|;* H&˅ HɀQ};cm q/k 7[瞒a=U4M  ^0!]PVP`ϑːN+){f>}d'WRZj[;Y&OD[#E%!*C_1jFj!|Իާ.yE.hx{t$W} maDgς͵/\WnXm<z~AR#J&y7pWC8K!4 ]09w>L""I%ֆX8hXu< xmWoךNVύO}U;0~Q\,t8ؘgUvӳ hQZqO/#toz*&oڠbAAHC rP'Ȭ@ oh.T=ar,`|MJqt~ [G8\plp*&)<{ovwVȡ%l1AoCEe+)V<xWɍ~T]+qAL'LG޽GkrR􈧃aUh Dz;w.Oo;gR}{e搈=QDU3@6.}HyXXzp6:<Y^mzv r%ϞcE{*:  Uo5=J&z PV"VV jm)T@^0jk&=j{==x˶ڹ0F=ZvU f+;/<]4&  X3yR)[0oN^HP єɗMH*-1 exHtz' Z[*e]E-m_B^-_mU;fp;ü]r1 ar{<dx`.t?3k:?;\Ю۔^>wxǪ dTR}iv0JT 8c%j{. ʢ,uahxE/Ͼ~dw8vgU-(B|5JHrE)B.쾨xͰ{N 㵷"H`*yk?WeӽӄjGwǂ5sHT1{O= õ63PKnc-?OwEt=\l?'*Gf~g}{ vٗ_xy W#ȭ'離k$Jҷ"U1T\PjBVX@ ,zu,5  x]kvX^Mq*mTpL,UgAP`&sJv*eUA я,^!GZ@sqW @3 >eoM;^5d‘e U. {wcN-j afJc7تGJZ9"j+n=~޶+nߓIjO5n;zճJNF6 /Wqa_.Ye+@=4rzA3NNm'!ޜj<>jvV[qT|%oYD8Bpeg;kh񒚧I߱$sU8'X)2wϮog ~pG4E L`/hX'pmӯ @g$jk?]5ѹ~7(o^ _'<Nl_q'e2"!R!dvedB3JYag`~qmz{,I@r4j,t|P^n ?,֒:^k:u;-,[AoK2b@I0yH<&<Fؙc8۱8Fj$)Cl<ܾәOM{SBs5o[^!wUa?/NW,%IDPi+ ٭{*S(͑L Fwc1XP{Nœܙqp_zoti${yz돿?&4/JO) =$tc˺CAIMfiq9 ~|COt֬5ΓW^:_2ZWmtwV,RCJPad 2,:>xkÿ`ʱx&CĤ"PxyAtƇgYm9e|V1|1LU;p?^TI0k&w_vLJE, >2\lq WeL<'߼/|?:O|cĜxA  D6.σL,֏mֽ#DD|T$F')J:P,I`a8lY-L(, m`<>f"!boj͆wӣ"i'Nv7{Pz.J'ԬC:fQޛNBZ9(bmUJ릝Ϟ[{v#~f-j_oL]%$4üBU!ubXV,fi"@If(a񒡁-p-aMۯ|c 'PFGI1YxPc^,8 ; 'ԦfשCoGִ$ U$lvREj0erSkw3-OD8[<O{I|K?Ƿ>8),N)7Bˀeg,׾{h>v}hzn5#X3׀k\NɺfD7`lO\V- &E:`82;IEgH%G4ӷJ_%H Ĭ:|lyg9Gvg@Ub=9珐0! \#/G[%Eɳ@#Y"׌mO^INEvJQQA\#dK˳2|fZ Y/⣤PuuTHB@c TK>R1KlCQ, &7 X䕚!ĐmtT7WTK&Vďy7h~wc#[&`E! *[mE+VQ8.L +6զ ZJ?ϜzLgw'Ep6"Ĉc)G KՋa1M Ҍx*YQݻKr#/ϧ5ZY>l5zƮ}x7]Ev o<oL3^O3$1\ ,k΂"74:4 m+ڑY6hqnu~mt~\tZEj[P/+77Dhj8+C)JbSOŭ% `m 0 <œ<SR%]X,txsu(Kj*kY\,ڏL"&*Ue8a+铷ҭZ 34p!đxS"E&9 IVUHVZ(R0pR8ETYirI0>;hf)e|G!1Cώ3Rp؝J* ra0ϧUYQjuQ˟ԗ6[x4(akIg!+VP~Hdk-\j9zS&lc೼5ˣa{ڝd?\싇2qH1V X`!}}!͉N^gYQҐl=KpvGGkGQt8 & K Rr>:Nps$!!/aI3k[S 峏~k'WVIEꢬhGE_@J*PY 7΅a;lYd[IP؉Qm?gl ԫ,,F4(*EX"󤗧''NePY 47OD۲#ߣsgE&fx8Ωm#Ě;ˊU^4AIG+V,?A~T(2J#4,B%TE@n> 2CH [&; ~<"n\9ThrK-XQf@7j*=$b[ų_FkOcŁHdч{}V @ēx&y4ۣ}o18H{?4t ZVU tҫXqlgۃ蹓${`oGa0|Ekqq)Q5QPt#b(Z)^2,p,"-,'%-ʐ8˻qIvG^^mX,Ve oUO$Q*K- LI]yu1~->JJB [ ǃvݒ|>LD NyXPdq-{ύMA HiVJrP%يBXa9#)3f|+?}';~Rh%%PA%0VXeR-' \`*ʵ mVy:-Bzk E9&!m0#Ke5lb垿(޼*e]xr2DE›pWM Jauc;?6Vk/a MO3$b+;,$1Qko TPPGyg?H{.9݀`mѫXJr[_|չ~nv&O턣yt4sXvnlJ6OV7enKY[2ύ-t9Nuri0M<:{7iI{}@ FnՒFnUg!oa?e׀Qh `t>?,bO,89_?9FS:m(ϊ4 b$!¢H;YɇmUtc/ IO=3XkU-2BB&481`x*,HC̷QG$uBK1I_j0?,V` H\hwb TEApaRd9Uc@)W<b6IP4tר07a2/c=۹+I/HzDd3Eؽnc4pœ_ܗo!<'=V@3zYko `ȵ+?c,Nj &$۽>E ; qlƋן\|%_ojx8 omHx1+!\ߙQByrezP*d|'b><b)g%l1,#<vvZ ,q!`B$|t~CvrٱTwxI }^r$< &$>x}A]P;(-C23HLړ$Q !dpbH60*Uw-$*/X+F\Tb'mDN:^*grUA^VPڳt2eneD.B~~ti7Xs~rtmB°s-xKKE(I+Sݺ`ZARj?kGO#9Os>^ɘԳy,m7?Cqƿ^.k)L}a1 g ijR56y x -Aоy0 1[|bK_ 9nuvXdΎdUĥe-v/No?}Gi̴,Рz']iK7h+?$$d#8TJ3 3!8([r#yKB2YIJHD Xrȅvyl+Yo\2OW0b@T63L9!Qa7aS-J;mqry>ch-G3i}HB,B^H؊E#p[{B`*ykQ]}gt.r/|M_kFWKxj+ɐ8lkwW?{'ǒJCY` Ff笼8PՁjk_sړSthyij?5<C&LϤmCU!1=}sKA_00,$DY%EB[yvˎ.L.&aVpP;dUd!P-T݃|vv|s3 2MXVĔ sE Uw| + Q^ES0j+ Prr*OA;;g>);)J:$)%%*}Tת:dq;MK$~ȰjzlBU:[fd1/m\o^_?E5[" yD)o"sby&"e,e[󭗎.ɭ<^z;F ٘[X=E(5shKk [$gvFwcCfiNSU h4x˱:'If<p࡚WarȇD(h/&ogI筭֫1)( ˆXaQD"oPc8 L Cs+KvlE8zъih%`RhP+ۿ7:|b$r(rC4TK_lCryYb@Ĭd'LR* O`AJ s1"thSH*[4(p'9˥>_r_d)]Gy TYĦ]ZiAKDcU<ؔ/su%ȼ(s?ON>JDpi%uUI(K'_<<?L:W5ִU IHH" a_]\ -uۜs8A^O}ZY6:7qԿҙbǾ%ﯸ{.4沇:]@9"ZzB)rign>1:uxrB> Y U\PqQy;Y `jx ts!x<m'G%:E~gyIC?BT$lfzz/!EUl*BLdx'gBa s#` S%ᒯ]])ҷF0yCP Ph^b,Z`,w3]OA.9 jTs<V~VCl(MMμmDӭh  3"q%ϩU_5z >Rmnj>O2&fȣe`ϢlA~vWүzϰG,6WkoVwю*kȣ g$B{'r}3ߍ1d2jљda8J~r:8s?*<^-BJY'{GO$3D5ey$K4$+6+cuR E)1'Q/8w+XENa.exEldc`D{%; 2[)=ƵB6᳤Fz/-xt/?g&5KŞ0^Y"Rڦf6jn%x7qg(g u>U02CKy)ޖe]3?s kk[, x֩0|צk[LXV3YC3,DOՃ߹c7AN"A|c퐅Au'd.ngG<{><; ޵ sW_m]{'jx[S;jb hkCizC#X:cDky *S[{ڢdy^ڎ^4{}18;sTpݻn o$Nf6]hFl %rQf}XI Cj|=( ٜr`e"F5QE0s}@yd؉2u!Zi+`(ڙhei؅%`8¢5 T*l^MiުVYus߼tjӰd%`M38 ax-o- ;c Q KLέo]뿹;xNt0#y^u;3ЍP k'#β!z]O =^R-|<p ղicJFK}ݻ+n/zec4 0H@\Nd:%Y`2z(: 1PHlsfyt ^In*Ƞn<m`,lwFknex sLFVpGIԙaZCe&eObJ+֮K.=ۄEZB"f-:`bAAgH mIwMbiX r{c.*`73&i!jAv/~wtBVkA6:fZ[52/W%FZ:ǯ|- Bvõ>DE<0_ڬ@1|ttz'|"vWO%twYL4MjHJڕilAQ{`EnG3#Ih'^.935`Td]b Y?MsSSAbỦ ZԀ!uґΐ 0Yi>IAȔP(&CqR༩3T<<ޘl9a[6ՕWŹQ [`#\meW6 f\^6$F 9V޷ T= AjAװK ΎadiS  Lg壕j(`'{>zG6[͵ ɛ]sp0\'.GW!>T|Nv8c=&~SN=$̜Ҹ0o22{V~$oB, q=#J*RmJDK(AFSj%m۵ ^(k323Ec#:#S)B 6WjtJ$fDZR `C%K*>1KKo Upd m"K[[)K5BЭ{5׫@Oׯ^?@J_UO ,|`{ ®bX_-F=x!7PB/o4YYwO+l3.!^8;bןtW~g?Pwϼ ٮQou.܆nd VU;"GVuZYRQj.Hʈ(K-z(Oza[C:l *YsACa5L-hו{m!\ eٰ^-E* :$e; +t?у'~ku.n *VR2RX36/rڑ*`G$U"bj[.ph@O# itVpkWq> ZnkZ !{ rAUDj} ֆr N]NKw/w+<$'^9“6ͤ}k{z*-?r\W[M҃TI2׾hCU c+hZ"E(a6UzZW,zjx ~!bVbCJaVTu^mbB%}U- ^79O#a'Yk*]pV'+\݇i n:_L፻pu͟{2=̯J淯w>c.ZS*]p૾˦-h!C%FfogRC,aT%G&keUe)vyI\ShmK*n[`sՁ#OkOGmB53#"ʠR04Z9,jb5Q-,e1fXE$vWpB9ydcUo[0g&43<,lږ.Uoǹ! Dp"y0oJ k`z,Z,!gv !{^3$kхA 6.*LVxfGg&Wc%z!E=yiyޕ 4z~=d& ڢLJc*`J&<DWЊi=c1f3#l ؍ND!y+FSTӌ -qL_@K,A9>edP0ߡuc! d`KÙ\Qki*#'IyTR-TVS6$ \˾׶jl.X:AV51~W֞(\:hAV 5Y>[gpH/"`҉x}Vx.<{O*/MԀz * w'yYTײzb-Qü3O.u̷qTWg >cʶbgty탕PK $̌qrd]bZU]cG)& iRWRف-aU>2wLtoapdpX@y3}*jXyȵPL=}ZFUT,>l]R~R*D+MIW,^8^ 8BZ@z|pDmws¿?ßzkmֶcJxz_0Ұ*v-ra\ȃ~ܱDd=tnxh"`CX M.vDU_ 'b:/ZYQ 9CZbOԎV-: <[CFP7V/;B9UseW?8beUĢԀ#܂V˿j8GVwA8;p# r nem!oUB] F/T!!;[ '*{E*ߪ[A=R,vNf+jôiƎ> `i9 <2<My,`u<I~d T s60-oye0ˠ/fɘ BdB7np5wu2W~dggd\VT#^vbH.iWqe]/_{F~Vǭ XhVԔG~#gn:ZtP.Tװ2L6Vy|8B@zQ3QaRo0ToT]:yMh3q SBtORj\ żf"FET,`PWzm@5V71ғ`-|Si5K٬ޏNuџU jO4Ua}sLު"y.g#71ODQߒĹu,8x⚻`6|䖿 b(h:"#: cO޸-^)+;o> ڭDf+L 6N[-Q@~ZPhXjcVyǗ>B]5mVb⮶5"ގh\Y̬c=+%bc(20[i>l_k%w8C`N3mOc.Y"K2+uvMLj0>{;3=c>NԁbyE&xs'J`xwܒnBǽh4pP?2x-u <h ='*ic_o96Jb{o햿a-o=8V%M?>8`Wa{cHžځv,`wؔ\ϋu; ^֒+wA_]U&MT>Kvcʇ MLd ꞿg XcJFN9r|rQbEtIaYfֿ1 ]@Oy1Yi'ܸre6ܳf1mٻyMI R{3{c|yp.4R#A& tvX٭  51Vf)w۪4!8A"Ie8/fg6qGܢdTq #{^)_"Um8ӷ;@EزHzԞil36g& _3f t| 3RThUMω1%m&[an22/AS%ƏpgC#P.dU5lWcn/eދEH5{ˌc?^{8'UAǵ:¾PBt&fm.նC$Es܋k۞V@*m`dǫh U E Z[5ƏSv"TsZckO-{e!HV4@SC҂=Z&N҈`f&:u}$3EFk+:\aUNQ5pDŽ5 Z;2my[PUۍVq.Tsz>_+,1[PP_|epvNov6e ewaAk{ `Ynt޹qbć[xq$? ҢqӘݓ#oPu2OILvNWy I8][ÔS["=23aTmL&"$/=;0J;,K<:J"0vVUVH 73Q 8PO.mBh7=Rn?^ilIJ]Ch-fcRp F3fOCVɪC;4ov?Opf~9?q"(hvfh8Jeͻo_}Z}*hWxtuXI)j`~[5(:yٛq4y=/ٯbFu$/nw7*W[|j%ץoXv]+x ŭ8mE?w> /Ay!$j A"}1x&)ٻOzĪӶWˏcnaª,5UjX! &K0\?nRyS^ SۿN7Ⳝ0+FϞ|m;5O/X4fT'U.:3Դ^wr5nEa \BEML.8udtF/BA%SAW(ɠBĝ[Lm+3 ]M %dpbҪaȁj2TP]P7]UB2-zCgB=R+Taw9"b}o\zҞrAyxtiIFiNN>>ʆػy7\jaaI0eE0Ia@1}רy<Snvit3]fm8V{6u`tS==^@rJS$Y0̫e0{C/a %v[U;X.^(KyR#ǘ3*zpW?5uY\Z]@bi޽|!|.g8a^|x{9|SQ Gcn~XF^Dm=>TL G~c,"/!lpA1㍁LdݲMi-Fpy5(׸Ss<e h^Nê S? NQ<x@$Uo˻V\w\̖1Y^ěE^Q;<OIM_BղǷգ3pDYG%sA^W>;ICOlV>~P˗a! ]o/gAߺ&&=̼@Թw.rA_ג0PsS+1 S<szA''Dr!n ļrOH?uvOЧc`WS*gy7 *f"VRk =yr__>$e[5A~X"{?!.]M޼5<\ۇqSށcUַ6< 1" Up轱"AgnWmybyeto+VopuotǩΖR,։qUz;x\sE}f䈌"~@)Rў̞βA |cO/_bTezuB7_pXv תxGRa?,xFG Qn\yf? ƚyIENDB`
PNG  IHDRIw IDATx u`%6 JI")ҒMY%9"˻D^/vVKr/N|lQ):RHŤ$S u`~uսuouC_wuuկ~woj=8 u? 8HT Q絃#>?…fo #Bϙp*9 `yK$`;?s~܅O2SVuƶ*V@~ૻՉOǃ &`?OSu~<gdgpyt`ikO <t A= cj cd8T ?Cgs([~!AJ-d 7&w .BCyLұ2/ē=*HzD-F&,,y:_{ |SBs5< ds@Q ֘ O䤤h0 #0Z;[Q(rЌ1K_%}ᆺiJAmg8;<`/poCh4BI?g^_#N7A@0 W ;扡EA<Xp*Cm0FMpr(I^0^Ÿ9V,ܩS`8VW$ud.-@ )`dLH=ҧҝҫuELh2i}$4Aze0(RԳz43P phaQq mHc|ŘiqGs4ʄpijJS]恏qT0^7RETπDR " 4/Cam^ٿ9*Qh(EY)Bv+K$*yV!Md-"HO\0Y[´1ڰ,%N $Usk󣏂Jā!bt.ʗuH`ɘQH-g$XpQ2QJ,"Dz7@AWB,ujbQ )30e[A*9Y3`Ԣ)5# e8!'VIDeu{Ix&RJ>lLfR;(``AL_(I);H25m4$Mvq7n4G;p@kUI #qMo|P|&<ax<sF 4 Wxo>دk_0mǚ( 02 hR29b"i,(.Sj41LUgg pDx+B84AB8,O0><:Qq`4_ [email protected]:_|1.@%{o |v-*aXh $J_fműWji<8LL܃pߩ߂I'WHiۦ3r۴GEeD%ŗ-sYt 's&Z Z`QeQ?H4#hDBDhcI܊d \J` "$jaAl@ 3<wEJJH,z1GJ9TI xIQ^Ȼ8Y:XéG9dFJPQ`eŘh[=_ =D[ Yhn.یh%<(H{-_I,~c i &x b#{<`/4o0Tjʵ+ (Ҝ(TQ2^/^AYϼNh cVd*yHxjPnvlPcitALUQGKZU!v%L lX;G{[>nG !j;G<`2<j.Pk "Űq#01PdjveE(!-o1iS+T>+ UǕEjX[DԸC1u9E_٘hVP2ېTt9.^j) ,QCJ,2v0'he 񂃘sL> YKE"oѳZU*A>$Jkpi]JL.DZ\Ъ(9):X r2$8'F~ԎS30dp1_8` dcc`p.-^d/IkxPж,F?Tqa n($:ho{u^E)Om- #q rϢP^X AM{ v$\I2R+?J97ŤoLȕ"գ0Dzr gYDԊYԄa0 PsR/yҝUPHbJUyNb 0*K$ yKQLxzlGebč`?w10}@x"d&jQwLM#,oU % %gXBqAbP{Rz"ۇ< " :0 DsHdDǡ$P+=; .EPt8U1ԐߢZ FV$!Yăi ˁЏ"D2MYT"#@I/C9ϰ^EE!%-U߉T$FDXԖbRր%K(VyȪ pFIRDVOh*K^4Y<T˓P:LwM!Y`Iˢ^rax H3(G 1"DaW tCT)A2h{ V&뫕<dSѪLDk/USZ@mN 8.,#jy]]X-+PySt~-IFyk Ĉ&%qV+d׮izhaGC2YJUq@T`tt$ 2/C`QckhBdhK j, WiFM"ܠޔ0WH%jxBL%0,Ds6;8[W!e$ckH`+-da#qPe0 p&K-_HTTCZ/G9X],<EOh *qt4f3T(%+QK`EYMgt81߰.ׇ4 Wai┵.=4;Jjk4%R<'4YP R\&+Bֿ#]ֲR<[o Bu]HQY5炤&X6oAE4)1/NКbF*_~qGִ KO:J*7b1/=x^%Ιd4;8EoC}k@DdžP%McHR'oNkm&۲K uVLgٟS 4@_Dj"ۿUZh-S Wd14RKt״R+&ibC0 3~xւRqRJpDZ u+d 9%5hiy>1GG+SBs<WӢB.Iu[C8+e*_kX"R 2' k #Ҩ|N&_ F#<ߤo0y˃L(R$C*c"LqG|hK$6ZmKQ#,ظ3O~Xy3щ_ΰ("P\&j>%v]PXÄZ;mxoP:}jc]wl#P"=A€`e~13w?1=8E6 $GWBo[ФH7{`{륄}qY#T $*hũ[IH1jQF/h',yA[&'srT\,䓻2M*hFRߔ1x:7lHɃ 0@`"~D:BjӒȤ?eC*enOq^Fu L 3,҃k"Z8P L5;fC.e=jR/U1Lި46v\YP PawITyi,AH6b󏟄 X5`‡Eڝ(\#י-2X%`"q&8E %[07`LH ڂ4 BA]ciV%$yͪP~v!/W!J5 AL^)] &9ԩP1؀ ɃxZ{Fi}sX%W@DYP\j.TvviiUjPbٳпv Vh>[44󒡮BImLc/ET\,u EЖ>hMY[%åšG,%GSڳW 8[߈M/"`#JG/bSoːlV] N .vGʴ֜u[h"&C Y[ cSƙKhK 5b+ fdEK* +I߭r'`P$<@r}-**VQk >Y6H`1+v'{VV*"J+k)ʯXa[JЪ 4&r!~1 &Ў<Eİ2E ~lFL c#U0So,ǚ@DV`N2H g( ejJU'DPL6^Fhk]RZW|?XCw"{uA S~mda[gjҤA4GTr~`xAwQ^ʑ`Yd'Yd$}^ {$lJiFq \ 2(& "ai`nK!`\^gĊ| RkRXU43 U6T$BGhuUp%k<1HFXWP:\dK#K:Zmc86Q!T*sB%GB&p8P,t0oY#h'w26ZF%9[6YAd4 uDJub{qa6D( 5 x -S~8tA⇲v9Z i :0Mdq< 1A"/v]*Vmy)%&RHebmsd8iG~yy+DHp'(Ƌ\ PY IGϣUto[#, W,3&"|ʅDEW,{֍FzͩǏ{!=wŨ] q ~_iR<`-VXqp51Yb1i`Ə0w |;)@'Ueװ*4Z@E&S`eeȄ<HD.<Vkt"E#)ZtU a.,sQ;kY4H" {D3,`6Z IrCwln_B zN"39+4`ʅlƿ3x.hUU(_[`'ea<Z=2iEU@'5糑OEщV͉;VUcЁUTHLg >ƹE&͛:Ȏ{Vx,'3Lɴ`-+ߙ߶˟ʅZYT-ɗ8'QT)cџƦu\TCQ9DfBү>x~k 'fݲw]ivnệ(m4bU$IUVʠJ:uĢ7/Jv:CmAܜ _%@k.æ6]Y4hwd 4 2F@j-ޥ7L@. &[RU:f(yi:fx qc\(#ō K t5قE(teݏt2y/tц|F/_sG3=qӵUrr Ւ9A#wA+)<}V67d۲\Yo=yp-]nh{ tY09[5@%2|(yjJQ<҂euҗP/ W'I[$Ebh(Rq[N C\C%,3%{] rR(J(t:1K5&&l] i "7K@ar_tʪ_~+dcYBXz$qV"/VʾR\jػnTgڳG['_8CD/S f' [bh_S1һ;\gf['Of/iM?(Rޚz ](QCFu :Q3AI 1:Lؑb*VW AQ<ԀZBKDA 7[oIYAa φh늡C]{je|H$vIcRqfwlg `%ZV\$VaF{׿.6C[C[`?홃S/uHnPrqXX6AlTsX\γzV~lt;Ǿ필+?oU;ѿ4;"Xi3Q&0Ș{&g~&i㹩̑hjEw u(Ug8}s/뤳΋+.3ҡ[ Dj #1 Ѧh Y^+grNd|N[.$%#י6 crv9᝟%^1qڏ͏ݩڣݢ<+xI%PPV]cj\y|SF ?ܢvGgC)ySNm8>PbI5 QS|P$#m)98p3h2.*ER0$P"u`И༰Mde&󓜄I,&obnpW$.ޅ'V.(v؂MTzDgJ2na99 7sl֚.j]s[y=G.γԿ O#{fA+umԳ`9 a9R뗕%z8g)@,2A氫`@$Yx̾/5`D"L䯢P԰p]4!)Eer6 B9ɚ%wAbO@ƒ7 XF'=S^P$3d/3r0wUUm?4SG?bѢ_(gat #V۷']-(Y>:tk+Ax)EYˎ,je+ZLCdBͰ0]~ X\2(?$Lr@7a ˟ʅyF ba%<,P<N5:)f;?Qu:Aaʞ!(D+nO;1157?WG:?H<(YDj0LC-uTV1fܪ +~/n~|<V>ܡ .l )_Ű 9昝ʴsV=EH Me)g8uF-Ԗ Pܗӎ-Lx 54D⅑b&F#֏ LBQETâa˪N:š8r[B BX Y;D B&'kZwvrny7.~|(`lN,5J;" TAJn1eR v1cU(W0y(hcWe nԼ-@i,`]ayT˴t\?Unpu@v DVlN 0'>8YKb;YϠ(AQdW-gL&"fn14$iA8ؤ"cyOp \g1 RSRxH{ 6x_<žtHlfq,Tʧ%"Hh @`bX T<r#WF3s.Ʌ{r;\2?vVHCfR\ âJ,V]ĵU(4]2<Aʼn$b%c(A \#ȀdXEHb>pv`[%=H<P&*eHPT-rVWc墻sygw7#&ß|looax.Q6{,_8S *q.ƐHRʙְcPj:Ʋ7^+Оc °Y9B,#g0DXT0ShUO, x2(5,֐B  |g @S@hL-*<Ð_x8C;̕6$A<\ $:e-8%/z0A'D9ǡCHB[&R~ RT|Lx!3n`j;ڮoV 4f=<‘vnf&i93M<,4QBU41p5}uCrD*ZK!Y/ R{8?GcZ?-$О$Foˑra$8~,<oJ,E J(eDwK]zDw}"x!e\" Tz/VU&XJGD$o A',fty_Wƪ?a|k8"YrF{ENjwerq ω ;9L W -YUM#0j糉zfg\ycL 1d`2t9"Cpu&l=T?׾ΉrWrg͑U.ګ'ڧ:TʠHWD;]P ,Z)4*sr"h(X6Rgٲd3AZXFG$ʜu֩!j1T=(19i!­ `Έ@j.78'=:$6G,pCG1Tn 9 }S FZ5c:J{#)*i<CI#! cĢF@d@Jd`k { kR ɂr%Z9}@Pۻ/eW۳ͧ:9scw{w.id{Wnٿ0u?ޚ>Y΢F?.ۃYhYe󺱢gvd[UǬ y:gvN>:y_k%ZT$ taMRw@WKtXdc2Aˮ]hP:&&Gay^}SwDMgON=uE|bc+o4yjnnX{k` dY.&FOLs<49;67+Mdkpϱ&&sݍHP"c7 jeXyefY۵gO<yc=u)9!T9B4u"*LHDݝ@ qT zݖu}D#zIѪ}|eBct7^j׬ڼo`oo3k s /}n|O~GN襼 7udea=k.i^"~O:kTa]=kAhwf?К?U?77vfU|1r+`'Ee}ӻmo@R+de=+v†wg\889YsУՒt^ )}_4"&N9o++}4]Z^7E񱧾sA+n4 /o۶6}/Xu[}G?ewW8>O9FD?xD ~[ٴ}uEJ#z=CW7n߹ءv=~ϋϞ_*œII*(~ʹ%IIZjƒgxm˺ Z<l)`uB}k«7}ۚ.\Z ̆z.\1xx߫6'|vѧgUMyj%LB5l_5{G<0u %zw3/?_!ktZV^xXK iCjϊ7,C=#;j766^˃ԋ2Qk41pE_ůj'%2nghW1q=}+{NbSW^۷˥Wìty\P e[kGw\9>y4w{`$ɜ^+];n/ڱCy>3cncQŠ^sx;f}5 ׭JU]._b],BDe{/\Wו[Ɲ 2KxVɪ6+d$23(JDK+O>s%RSgNTM*qQ_k ]7SKA+SӑWMRf}[؆5'L-P<D/!8 Ư,mnUX:.]Wg$Aĕ*9g*> "P]ٮ#jwGvG+]{>w}w$|cqXdד(VPKF(HC%3_ڱUJf㿿u 0cU;wR2v$19h/S3'+@HYS >(1f"HAKW6kآo+o~+ՒŴB!P<;)HZmhⒺ ZqĖh`pE*9Z! (5j`?{?޾z*Rmw̷ݗ}ʉ;s?vXd줓|m(h h5 yt»o};/z)-۹yj|Ĺ</N[ELRJb0_ַ>kv#03֚ P9@{ j](_VeD>?_4 '><c"o)mUrR\:!8:,թgō3V W\d▗V4t\f?,1LS'b>%x`).AjP3(zh8z?{\R wz03v.,d5 LEJALHKnyoZ 3FZ9= ucXr6*gE2+e}_gْ[a2Mχ ̭*#lT/.d9"МU7N\0!q/VR}x /2X]w\3uw?Ȭ a }`c(ND KMjk<nWŻo93zҏ>vpYdi5tt⥽ dܨN#&ZsƜ %DKlLϮtӴµa`OJK*~` ̱ {]fY#nK +ϚP}ayι\ŰhD}+/':T8ׄ kX]fL_5[Y$qgR_!%,gĽѪ@@ )~W)e_xHU-rRIiNTv-洀E5f6+OnM֤6FOvqL'x7fūT Ж9=j2S2}5ₛsUH>['a|a &cU"8 N(uzC6_x[vv2v Cl'R«;˶wv.jaĪ ܓYלB"qZW[#! j׬yiڭо a+T0oGr **, L>FNAijh}_麚$epfz/y(gڞe:+smUgpzV8/H)ba} 2"TNjU~} δ5#Fʑ (H砗|v͵C43?ZiV7n]c%Oi# qoz PVt5_}akj`f5303[+{h_<7ʱ9ұ/FGXm47UVJqW?'eI&AXa8V* &:^6^"N~-?UsO|r_Rk߸VLQ`ܻ ʀوQ\{\}v&djkŋO(_G6h I1:2債ա$O<wэFu7.c /@ۮ<ɮ{>ُ?1l;݊\?2r 9޻9}Ɖ.t4VUxmqӈ&@Q<=Z4e>w{v- ^W]Gs!}5<[NEJm(ץ|ʥJ3,INj,)Os|j☜ c>֞:tKzmC8: 5YN(N(37>ʡ*Dsc{`ٲu˗WR:5>O܌O׺qa9ڑWhmYV!gf?B}_+/qx$&rހdV㰩`<R\Z(fDMR.۱[6[hWƞQ?ZɃ/=VyWo)ɤ4%l1xZK&- ȭeLAZ(Z(W@:T7pumZsGn!meמ*‘Hmg8&OG.=fX a ?k3=z,SP{c{?+!<9o~ؑ:;| ]3|o?5)G?\7<㘳դRt'ޫAH)^zن YLdsOUC@HnH$Ժ%&V]\ſ6+j]&Vd?C+]l'^h}咳sԚ FV !&Vt睦Ȍt\=/Y^W_]O>R#*09yZ0 :Ϣ5$S S;/7X]}ǎUpbtaAOy4< T* vg娔A✪Bt2.Ȳ 񱙹hFЩcU`4l@O&(ԊJVbCdZ'Y;+5Î,aSȰ|77Uatclc`  ~nqy,)>ƅʮcH spbLMON 9"OzN+.tf.b8C'NTp@n3HKb`Hmb."Z5XǷDUEn߮kP ƪ[R]qy2v&1lȵ\'[ħjחJ&ݕzµTL8gEgsm#5q@F3TʁJq\8k| H6e~aN3J!͹V56u @x~Sk6IGAwf{0Nw D)vS&{65P_;lɜxdBff< _B@I{kNYrY9`=C;S:=x$V勄&aSО|+q\ w#'&u?w=Uȫ~*zP>djB6bs@V#j9bX.%7`Y_OEBVV@Zh[vwGa3?"VP!O3BhX<D2r /kG$ #A$|_8ӳ쁜kj|42,M!Iյ.TZA-[=Cemu=w^6*1&sM K'P2lI8-xMOyڛ^k ]2쵺>ڞ@6&c58s=kzՄ>>P\:/U9RNZ5)$_⎎!+]ܺ dc[ m5MzG*3唬i# ' ![|WYJv{hHKКF ^?gN<PY1wyKqkuqS<k<Y{x*QDNEw" 8 g@[XyAa8)\E|YNj8aF̍FʚUՒ, {e/՘#)X~ 7ND3U~L9<dW5%}o(! Y;2 X+n/lj.P*y[f~+\5Sa5ӿBN%Uf:@Oܮ%O+7zWW_b5SEH^(R٪3Hߊ{cbxՅrzVYyOyA <%˰ݱ<; ͗N4uYg.Bڥez)!u-^iEibz.kzm&X~vZIN3{bWC-vrɽ.u]q Y]宙EV0 JooTBo侑핿]9wWɼhT,E\yJ8sgZ:*DefqR~ }C ^ykFjzIJT&c!F qj\&0UgE.acz7 AVB*C|z^S WE+t^y~*"U;S $SOX8z{T^AYkU;e/KA+Vvak˪}L*+Ƅ$oi`L^XGaEPy?0DH|~^}}2hІ-LNX-λhZ6rt3VWDwk6wnd~W7/]b@OLYX[/Ff,_命 W'289ݎ-#e(II.L>5{A=W5}M +~TQP+K(enu} ©#)V`rϼ]%ta}5*9=Yw_&& [Bdu檕yG^]Ld`}uɱkw[.9Cܝ6T{N *ԫ@2Z7 _7\就ߺ~`Q)` ~t I99]r#/ܰf̷MCOZ.=<[L ?R8e^G}КKV_30?iKxY+3;Vl`G͕ v~꘹`5f/%t)7SO58IY~ypY=i SI ܼ*4^w\Z8Z3reGwxj=:1zLȲ?xr~뿻yoToa՝XjcӪ }MŜ MԫJ3eOUeRmb]*kvG~C:[w.vz6Twg;2;e$ֈ%oK~ X~o_WV~v2W1l"{vi|`TBI]vݻfdmCWxr!W펎ݻn]޿|يwx]rU5o\56ozMyhifo~^]azaҪa&Bm|y]7]?}|"1<ݐ:'?u.߼}\kd?uö*/gو/:T=&JC0ש[UƟݿ5ìaO͞۞&Ƭl t`UUl8u[+7Nx?6}Tx%ov͌>jEqAAP>$(ZȋP@(L{aMF]r?˵m "JvNL>6bw뷾-?Ks :))s{†_ܸщنUnޞ'9|X\-Gc6wu|}'Z10$rEA],xۺVO?5ûG'έzǵW/QS+AK7)T*d^Deeais{}NWl_Q#:qʎAROS\s{+O2rѭ#Zs'O i@ms42`~xDT\557=:;uo"ߚ(8ns3͵}hwO Z=y}ն ?|kto>c!kX5%x3lY+|" pqk;^PX-c985so"A$<{O@*k&e2PuԑF^M/OEL)0})JZ&~yv~,>1euJߏ҃/cBMؒSf'Կ^&=5uAM#y |{~湄=Mzɹܴqbf-a9O40"N`Gy-KME$Z~LrAMd_Oӝ"&@}OFif?ǘo+b9*| zyO*@U; b6 sR (CaysGSVA23<~۱z+gi(u{zCEzP!(khFk)]nxѻ:x_rEaWa1UR*jmmT4V&齇ܩ3>kyϮ?<3xc~xa!,oQǗ 6|1+Thȃ]/2wFΧ&OU'l9ˇbE(f+|kfzkrhl;x`MțS5B|WM~QÕuD@okf[:]Mo0.e]*rPhWԣk|] Ry ) f.mBk}BsN9}Pl?,[Ru!,s3 <#{'?&pf(<5R-ҤES@ŗ}Ʃ@E8s:߽ c z{ߡoՉzS~c!X?Z5 ],a[HiɔšZrlק^\U$iMB%yab/&vͱ+˕eU}RUT_SL굃pt$q!.h_*@5z2} #OY)e-BQ u٦?_w~̇7ON M7(<>Z+ufŧh"BęP]TX^q@w󱗎Yx{tSq~ ?a=RV6n6 *jC.jyݚ^+SfǞs#eef4SԟvrNOjMĞ Qeq֩kvby]5N?D OCwfU 3|?P-U)Uvz{ϟ~=~~~*$9$۝ŌE?<XLJw?1ћ T}eܯ~[B<=h{l y5"t7vf :r7ŗc(,p:@={0I*9lZ> Hj|~t"|~';~j›}yJk͝:ԑ&~uw}*m%/L_\yO=b!O0箱g?yj%z5F)0$-LE^&pi jfogCN3N/98rߵ&?Чy]x}f<DqHz??'^}ⶕ+&ٲh믩ز;k*=M7)Wԩ7^{WMG_gx)l cEC22i{>޷l[[v_|>x6`TRPab"|}E /d$d6>w?q?q{ۺF/O=GcѠ(tO0:x+y"HYGa\@g)朓;$v۷+/ U hԉS:=ߜ>v/ЬʘƯU9j6uU[Z'^8'&v5K_%^!J\ko\vs♏玀[C믄\1=C IuMFT>8/Upa[j`M/M"|ľ]}?jtp1pu=~bcu}a|el-^lheќ?v}NNO{G79= +s>O~-ܱ_uE[,ɩw}ܷgLzsy&7>J'yz_|f#v_½_~,$hpGz΋.ɋGճV<M ^yv+6m\|cF?r }|؂cs+װoER) = A> ~3-<xBllٻ|]ʬFgm/fO,LΞx'A삅n$$)(#3o}+]wh-6{ #ǾCnҜ?U( ŋʅVrHYWI?&YًqEp GUPĝ7;wVm0Y {SccϏ>VJSrG 6dۇ~D WhNL-q_C@@NeqY`o6Z>|`h8Gֱ'ƞ9vr(![ ܺeí{ow9| v<o% C1A6ܴbh<BCS>8>jaV^蘟:`aXt6ZR* `l7e2rủCEz ,eLˋ5  f2lA۞CWwKG%qsy%5:SR<6!3)]"l #cT!{(F^ _xr./`6}bfO 8۠"l`bڗC{ =hb'fVb= B={žA3)] 2YJh,Gg>^|\^6גv p)2,ED ׳0.~c83( #!>ˢ^&@ c]b9?}SM,CιHݭз9 #h_HxIRctz,y1+b(f`VJJ `RT/CXU!.D>eɸ8(4-)t΀|C`гyFa9"B$N))4XQ'z㻯Ǟo~3SQlLLq+G*s.-0 }L("Ho!_m DayOKe+^d)$({5KEd'%Tg3vE3'B~^i&[”RR{$~T<@Hqc7c'2Ce 2k $ 1m X <5@+̣C z]_d! wDž2dPA!( YX2glN s5(YP\$7^#=-7^>t)27o ,}I2bR'a=y])4i~NBp?cY5Lӫ`# AF ؅GGtv})&Se֍HWQ6V6sr֭TAVQT@dRJ3hwa,%H&d>;Rh6c/KrT4V}D#ܣ*0On e>qȘК4HW<0lciVX5#d4l{CWG]JFo]!VyswOk6{7ݲmWҧ}| 'z`r0 ҩȭ[yZT7 .&52q*x%2FUnO޽N2cKMa)rbfEk &mfBf, cO9:R^6lmJ ?V$~Wܢ<Yǖ̅Zц,dg̀>*3vKϝpiI1WxтA Zl*`GP"]ѸiQav 2\ɏsaE&AHd,>L2x)Atbo4?Te_q}E 7!B a|̼|W b{ ɠX;O־ZW37 "73 fMB*TvM`V*2%^³ ,(!U%tB,*Tf<&ưV(Mf Wh=v,"DuFG4\Ƨ R:IBAwLSXIa0ID 6֕.<d"ƀe|~ Y`wP<xŶ[vl_B2;?ǿS q@ d,DV6d~j= c{JEiKL·g,%cS!AVT7<+B^4R%eZʑNC+c*ާX3d.=-T!b XyHx<_="QVDd =&` ,?da jMYM}rX[aHeYgd,#ve䝔0`cܑCV[=˪_=O N+2IAlMFH.TAsqJvc@1,yF/7P`(ER (p=D U @x;i+ <+()/W4+HS)JzWi]%(;:E"wMbA똶y.2R|f8F)6 0m^=z&#)jzP>(~:3+>F26Bd9;a zG:S0C[ggo֞fݠ:+0, n ͐cQ!1q\;; U$GIez ALAgQBe#]4vLYjh!Lbm"B\-FC-dvѡjuK3l-JNÒ3} A3=NAPR)p+,&m֙F8CYpcz;e5V$hIT=H_(=b)21>ˏdíyS % .֛}Gڟ^B9:6ر'CِL=Ѐ)l"XNC!DQ%8 TVsh C ,VZ,uU9l-jDQ.zhI`ztbFQ +V?fEB)i]DKG荰E%2ehef/#PښFWm,)CCdE4e?S0yx UNOJXp}DD`,6'B%)=_e;\O}+.iОOcG Sk) qfBm7! e,T!Y#ݹ+aBhBQ nbjE0pD7FI'R^Tj-+_ hdOOieͳ.HU !ZC7?Y TB iSA 'PYA5.\WHs4ymKV Ȋs,dY,ʐNrEVPo- SK۔PKvئ/_~kCQD٭;R }Q8|L@2n&sE#0QX3H'6bòt.`/<de\`JJW&mȡ`zSo-@%X< ټ>,$+i%[NMQy&b !q{weȂR-`| k\+cwJǕU"tTRXm‡9bJdz4KsdB?GKi0Jd)ĸZ!OCU mΑAv^#_lVlH1gv?;?~)_sv^t>i_5BF̠UL(9^J$.DTǃLǦSr mC*r88ϵ(՜ D#@ UxA) Z>5pz` ,DgߢE- ZVrS+.|-X8BdҰe<8vn!&V>ҝ21WnWYE,q)Gax(ï s[ T镧Z-/+/ knXeWksnv~G=OM$ s+F{'P:ZU:@&o!S.CeeL >ubC^ BªyG~Ǚ\Kaim+&/ :dIh`j,~g n }r!p5+*mBXʮb b.iR@s 3-5}y а*P8cb)saf1 be"HykHZTC^/r>rе)*f[!4F^wwkOώO<vl.5BN>SgynƆB/"kS ζ)\P\̦) l=m'!/RQ| R fTƭz"NQJGcGA]RzvbVҢҤ c8o`h Xuq: AQPW<1QY̷v2ڹ,{ƝGG :QB$YPRA aC*"pD?m Y)P0,sA61$~!/مٙ?gѢF"בi1/^:#1i1.1O!AlǠPo{ =[#ӼbMA0azz䵆tyDb_aqMb<-mz$IUB,22|-*hCIφJ6[<A.{uӣ4/_qֿ a;Y]Wy`P.br@E 9A)UڷߢB$Y< n.6ZF( u$2^=Yܑ1Ǒ7,nӓt,1! $="/ޔ?f#Ô#B!NR 5a~mꯄՔ[vr$/P U7ȸɰ[bA5'eSJ,Z R,PJ'i)̮ˤK-HY&E'EvBë0̎(dMRԌ(nD`5x!Z+h$cL~b#`0Ny S@ b q Nr "(d%J$oy P2 >OoAK j+ 0H_h&\/3bbm;c!J (eq2A%aEyص4vIM\(qC^9w$Ɂ hp32h1a(>:յ"^\VS47ÎYWR>Ԧzr2GukXdWFp=Aqg'ϕ_,Tou ̟Hl=ЮP"8ޣ l*'6FP֯q+2u9(WlOrBBmKFń0W p+1r_ڴ2wET6=1L(&v aDKfX%>m/lst扁zM]<\3X3״A 7lOO{~x!l&mߗ%PD.wg]B&OAB2} 9NOkQElýSJ- tvC &qj k})$E)cfM * J+P[f;:@3N ]Lz.fe*%q!Q. 4G$d:FG0O [cy+ڡ,h 0jG2oBQTϱ"iJ4 g}HEjx.M* 0IMqfcoxtA"öClhy^/|o-{fdC i%>ĻG<٦i 6tM}Pג %O+rK"THr'=d>yZQI/5"`1Iq eLDNK`V8GEɃ1 5n$t݊ɐ@U+jǣAx6D1^D%5dMѶ rߔ`69pH@v AK:. &A:zD̘5lܶxTA0$U%`V+՘k&^u|&>E+KQUަ?ٞ=O czCs/52goSa &تDtƇBkKCИTgV-bD٥ľG9cvs>;@v?<0F]\REԡ[?X0Aa8Hh lz#*Fip<F(1%~ EVM d3C2U6Fbl)߆'$[B5 d )&Eԩ,(@$EF>~m!2Q I$#ѝJpz/9#orQ?V)!AX1>xWh_kt3Owh~O5$J<KW #i݄dz6{$[2_)!h^PnGϝ2CK8YmHٞ{0#P?jO'Qc&ͯa FT^`ѐ嬌9ъ1^l9rXymAQ@ wQ{׾uEk'"0t~f`o~Ddކ\G*~Ne6T0,*rs â0(P-,NocC7]бxI,ز&twr 6~,{*-mKpXX yVŹAY*b%oejʇ6!1S<օi?,?i`0=4:\ `Ad)fkRg(lܽ%Gy.Zgg< BB|׏`l0\ lL $ "JI( t̜vU9sF[,fݻCuu_IDh.xFv~hU +!NJ#_  IU)%)*e 7Q4%DPpϓ\Mpu ׂC3$ߢɩ%WNe6z.Jl XGZe<1~>ۂF^Pmm-o٨h4~8O PGoR. F",ɏQdN(-ƅ ⷼ0%&pGd ղb"'&P0 SS'"ڞ, -9s?aϻ+f~hs0PVo ࡰ&8H8!_vyb,X8ƑX 9 -(KqvᐆB gAb;$֗()tKnTgVJ~%f_J$>2!HMi3AVpJʷd>kf_Xy!'usWNK}/{i}hyW)<<va*=tGH+9 a2Uit|AEY|Dl &b +!(TB.v9Hɠ@Gy">+qHl!!_LSXޚa4<c-/R;4%p(5{葳X8*iHK$HBX^Knp2Qݝ\PzPSH+wO ژIRgO}C}P")3'뻴Q=b|}d~n4 {wSK75'Q)ro[RX Rz@֠2uQ7R&cw9y.4Գpn+S3b肞/((HHzSXDS=de?E2cXR?bRT _ȎI jĢ b ԤŞ%(U-`GDs.I1WR&E^Jhk(C$ERVHRg5DlXy-y!N5_s(B+n.>YA&ݳW鼶iK;> ;G# /*jnRW-ވ A&c+G6% _}+Nbs^a(( Gl%D))rZ{kɊӉ80Y*SQ=H?Ud1zSѭ7Cg .E]e?LETB(sn$ȇ#PC% b;Ba;BߊHy O!X[&R([>Đ'PR;X&gVBJy3PnK۰Xm=5U{>ߺEn B M5U}*-h!dU4|vhu LPl `/Yx qsf5]pHCNRw;4P b㽟%Y$} ?H%a(Ъ:ۢE*&^jEm }P} ‡xFi!҇A0ab7+$ki!kx@ku@ A+\@&d +yW@'ˉ*T!B;+^ uڞib썕0aP]͛҈S8 O1׾y }N@%H^ Hr7c[B!~GR̗t MߝrbӞ Sf A 0_ww,9}8,Dh^,ĥTIDu@+I¾P p$C2Ntz]apECٌY+.E %2B$Cf="e`=!?P+CLE Jim; 0X0 ly$SM^"*bn.m2V)ٔbظ`QW'rfsw?Y3,{+MQ!f_gaӟrֿ5L-u 5~OCm, P+Urp4J\5:+qs7~;F<@THqzd)![ǎ pW`q4T]8l[a"K)F-v'J($05@[$  aA2 g3ؒ ]I0 e[Kl`1S! 8:tJf' jD2J`(@9d%B1pb  ;.Ejю9BFaA/_#$zB,=(ŊQ~.%ZGf+ݣ& ƠsrK{jI*Vc]jz8 EY am~E=ҔVT>Rsi9sRdqXa1Zp6U2E+_acf+}p)㶉[v4 DD+n"% 1 gpVEl^Aٽ{ #b<?$d ?ٚ{00<ɤ@wo&v*Zg5e)0BT8+T"$|JB$?"&V/9AJzD`1)&qR+ԬY3*CV̴-{.=oFI4Ǡ2 pŬ&:=+n{WK #q(Ip%~E5hǿH9+Ζb?fR~)'!*e#s#%P}M*1]`c|h?^(Z4LҲc= {Q)0%Z&m8x"bEgV%29;pqۨsPkKZA tGhkQ|FZomp9`l@z SeT o$PD ~tٚ_d*DG60'$[dXˈ!DAÛM%p؛v|sOyzXfb=ZyY3)3 3gVda:KԊ(RfW?27nL`[G;qd C(Pй\:5[=}`Ie=V8ŋ)bOƴ* .QnC2C.V[%}ډ1w lӱG'~Ic  &LƋ./x5ϻ妔\ <I #li <U> IioDlQppƻ]đ L'|*kk3cLacu=H(F^Gh%KE>dD+儒Kb&nD ÿRē*^pV8 qL8L!,XdJAe f a]9x񇶔zE{vQs >uaAd|A`eBks̪[ŅNpc<'T-JrpVj5l)x2KNq ^2;XvK^ F/#ϤUUmHa(_/X.SZ;LRb% AHD9#"5) bj :=BLf˸^M\")Zע%:-xX`3, {BgkC!d)p*   !p(,cΎ%lCzP(M _. Y#ʁzHg\kw̆^dv;w,*A88)M cjD*󯻆ZƺcH+.RtL) ]<' 7tCoVž\R !P}DbYY|馇/{zĪ>U֜昄{+©0fƘ"7MֈXuLxaޥwb%"B]I<Rj 6挅6n ɽ <+@wuz~(tJ]k~F₩VxaPk+DqOdQDWHDJ"IQ%F]hz&i]պ2SB`{P_lL*XT XwW,f,b%銅Ԡ,EHkߪ[j:C/jEJ @ö=9uщק5'y/Pd%ä'%m{p0օTE!!EPgL,apK"8.FziREEXU}t[;TNZ^oKS]00Wq@45clrA]כdSzK}i*WdU%$|Rɬb&9;> 8X3W?35 W|le1VR%KDƯ+B*<G°Q8uNw V@]1_0IZ#Q?ۍ  L t@WFʃzuSC p x q/Xm̷p4! MOX+/lTϹ?âŊߣt4].f{`K:`u@@ꀁf2!_pZXWC Q_C13#wKqyx܍#8n*FJX`/Cw )i=F~GyWmuUWI$n\slҹCJ:4dNO8~Dah S;&,(5fOdqFI2#0a@wWXvʫnXkWyde%RʬNS8)2Vn8zXЩ;X]0rV{7gr_ZyS8ظ+u8+g!*Rwg_B1pg_` #NJjcG]TaURb4=Z6-VNך+6( q]6VWR3J) d*NXJ6bWNݱUVv!&ib`h1 :ub+4 4i3kw\_+X]l%m"f߈axEVBDH$\UEҪ"Ais.7\C F[ M`ɸPRHOhQxk3ZfwzE=x8km;ziĖ͍/Vʾ,|peb Eʩ*E9Ȭu@VR`+'|N ri.ң-|ry.Ye=_J Ī.m?dz MhC/B)Z#L;PQT.aIO+I%S#xE_77E20kHrWݐT>(^q' pCE\yEc0)؝5.3|agDP@&M@CǪh HO g 0КA%]%{Q]Yc$ zDV,p(0͗VRZt5\TɕpN |BqF9ŘpƒQt/NZ4Ui%:зtӦGoogynXfG5נeBm [M 2ygHeJ[ޡDhX[2kzt^ŌD'TSĖ5gՈG腫o&e\5}_Gc\vg֮Pb8C'IIPђH\!B."+gT5-1pGL 5M\TkclQUz%Z8<@GL<^*Ψt|R8% B[aoyk LחS[ &2x-WpW[mWZmJ"ruhM4." S<9! RèeaI64F`9&٦X .71zZeN%QOt2L7mz'֐٨vE-Z W/ΈbD^BKX&67kn;eϿsaOiFxj~IDAT,[*:@/K`I<|C!_) KHiߥC]po}ʕYy:JpO"7ՃPW$rJtjYQ\|"F >ktπajjFB,Op [>]ϵxnpar豢疝܅3.u"Q%VhĈ{'m(DU퀁kP2eHTʓ1T[HpE1!瞆\8zma ܠ* `&+3g]9$̳ o.'PcX tÄu:[!]|pWCdX-! hFf^Gk}@]ppI{ w’Uf!-wubFUTsKcɿzT')HVXG`R` NNPmj8,'eേ+xp귮<7b%^R̟.4M`'_N5R+ή)&ɂQ<E`8# SVX,Z j;5,Ak LVKX1,霡\.b;V}%@787YWl<{S[[1(UGc>jirS.xWTQ0HJC aq첮eALǮm2Z2 రi,IKC)NBX4 hAp+e-l9\QޱDd BE1B;+˯qq\7QU'=use-2km4L&/]eU|x^ eVOjeA+Ko53I'ʸICՎX lUh -6F j[FqyWx :+r{^M  ̯c찮Z)z'Bϋt^ۻxէ)cAqQo<5%|d`tz7ʸQ"v4h$ m`s<Tu n9/N@ERDČP9KFb8]-TL4Kz}i~PZB}qJluxEe.ηC*mC %t GKG7z y %(u Ŕ 1""vPD#l=j_*-pSW]"wZ$aMҮPQ(i2!NlGVqS]`X5޲=S#ڈ1昔957q/;Zڬ&bbj~iggXj9fE=Fi5"4 4Ma~o^^cEMXZ2OB`~ko&&AqIGB4]~vA1j|i6ӹϣmp]kSC96ȏZs5 PR.A[Ɯf靑֎!{3|ߋs5X"`pL+-ofG@]qJ<R*-\xV׿I+@/~2V{J-d*BЎޱ$M $cx`ZCKkX= _M/WG=>kA7Mm,aW. xq<2|Wi.zA,+ JUIqX+#:F]f`q-1 XԂp;2w*l8wA?L+R]ٿdG6mW?q-osOw {0fA|OG]hyK4AKwAz.RZ}f@=z hWw ֣ nhizn{򨚜4 fOhd[17)=+}`vCf "\ѱW٤lla,//9ztnnX,^|хFDOK'9!`$%ՅF+>}7='pUBỏO~"vHvYU bgj&LE{vpSch[FǞȽ.¸㿊,5Ny;MKv/H/Jݣ,>R%I(x i04-4m]J~l.@rx lTFKg_\F@P[cϮ0^pi dkjP6"gPz]gYj7rR~WN, 5m$ڂHo|@<`ACEm dTF޲kcT6YVw4VqWj2Ǖ{6㊄^Ҏ!oz 9Dge3̱v.-X/\~xxgAgc6 [{g?+Z<2aC(J_+9] ,<jƝws yk_^REpΫoS>[8I[%~{_lڛ]OWA#"mP4?=Pk8|S׼>2rƞQwE98u[~:0q3u{`h\g lPS=`F 8JDM Zu_f?%,Z/b"6𓆬}0)FuB{b+KrSIjtd Dt ,š 6Zex|u?5aOĘ@##X]Mk[ďnV]5٣4X8#0ozoM^d˴4ի~;Go{>z6EʫmguA*0]e;pAo*]5A"hk2Qe{X~yu{`Wҙ}H87 @k/]i[' pl4Yᚡw npCI2N5TF-=S?hgϾ꺎_7Vӟ'qPJR<<K9qs牡liGǾe`KWz,<V6:/eS*&+)U%eJ0TVʱµ2uHt5ԠтsGnͯ3x#4LVK3B=J]Jjz)9L2rp8q2{]a# d>cEsrw m#Q4ԁ")tih_svJN.NYzϾ`x%_:#jb4dѦ+&X =&gbIskRVHRt-D۞Yϱ^܌f;_r;5[eJ)Ξʙ; $35Y->Oc+SX1{ K4tJF{vڅڴiu{ի~ud0K|vgw]˜yꁌ /XO+;# 0\LۇE`:[NJCɻC8BaU(ֱup4R*F,o!#:cثWJ">|FO{xTk\D\+ KG<_.SP S""6- Hp^PBÆN D Qd=, |ݟ ͟}T5FKٺ","Jbݣ YשwAe5k`M&#S^~\ ̢^AsX(Wy~1^ a)*rexG>j)cǎBSBUN?ܼ3.>d3YwI2))븤YsQwzz (Kl-.{NstY6Z7 ^?)[EOWP$Le, aFw$_;|˿?q}8oCX"X)dVQXH;rS6ku_ʾ/FeYq眏;ik'ǻj0g=^]gO_zs(so S +[9Bo}v[ afG7CZoq8ne0jw01_91gij}5A3ܞD-Ohu9VV/F0o'Nlݺ5Qi{|9ݵآUE#cdD,?gy pj?QKmv6نh8XX "_o>R. `=cotQKKBf&B,$(V` Ki͒FtR])tsn6BrmA@N$"2jb٨8(r@"C!kgQ<nBd@O]H "L)6!s+2psNܿz{ t]WtIe՛/fp K&>~KRj- g 2$tH "jb_+w*6ZR>\i[~>&XK&更}k֑V~B^\b DFH   9'li? cDOjwJ) G)dƕo;B3P|L$h1 &* WD;~63VaNԼSUĢwxO7rVz' )O-5۫%p#ѾdNp 㘷+F%kA'hben! )ֲ<:F\\xIHąS.U=3.a~,w534s˳&_7yIJ2ߜl, &/8;_=Moەe-8xʥ&mgw *xAsakZlyT83# gX sӍmALg3uޞIa&;ìd5_"1䉾|<ȊeݻgjjZ=0 y-ؾudZ+ bSu)|X']t4Z{gej%_oxu1C##%ٛAT>Ul&<cG~y"cdE:*-H-n0%*lT$[ g%^S5h4,=_EC΋tO9gd) ^B<Tu\B?tI W7>3*"SO0Un./1CCzqi'XbĶ0ADoL}oD <z8am~Yv֙oD8芭ϱ'+Ѱ^.x[w$ UFڻ+u[*6i玓>bou9汷AC_O|t+t2M/ɩoynFo~/, ;UFC{OC<skOI"\IQeWeoQn&-#ŨDqyR|5m\!S?(*&~EJ#,i)T mEt'nsOI6 yIOF8+Fl4 3<q\*?\:C~ N+rW-}#w19!$ƃzD'ZO+jGHJq>g[o'yfiWpѿyyDᡡ??3R;w~r=H7_:xa|?wW׼5z?AU{~w_Z(+-{' qn)]_pK_I8H4ΪoDpʇv1A]sjoI+~F)^NE5MuU2sEeh'ei"L}}bKDzP$gDI0}Ȯ?swa@qS8㭕7>/w.OeEU|T.9X/G͉O5;{rAݝof/WxIRtMrq%37] :qNiS/>tۛ+.|||lxhh~ЭE ʘaԮu'cv*#~ⓟ AP^.x0Ÿ4Y-UAO,ȌW(%X-? u򄒹k)90t(dN$g4 6P*1ZwS>B,E;Jd,6zI8^U!~w"b4˹#A8MOKtJ>'gxs*QG~u-U$4j+mꏰ{#rgERj`͹?1(ţGhf)0zyXb]1?S$<ēO>\,׽uO7af?˿7 nޡ SaGL0x(pjiO (t$U(-rDGLfyIE~uRUY3J&uHz^$&SJy A<W'9.rEbs}q@T_}L8s:Y%GK3ԣU %ܒs.pk&5X*q3ܓ5N8s?,z}D-{ e93A hvdzzOndGk6EDQD?]oGo<ݴ b'k|FLݱ?XSN:33;:2FO,YiU=k8[chX')Y4CR>%!(*٩gfC뼚r]+fU&HɈWM E!䷬숶B Xh(7K=Wcұ qv @ؒy~Ͻ[!Lr:׏EiIpyclhq( X){/YHHc}c@1՜Ou{D@Td\uDÞ^ejt mP?KեC{׮r!(w8f8y/؍6[ cހzJO)1H1+9cz'8E 5Gp<}k9Wl2JByH#K$r2 szC؍7N腲i!fss8y @0x:1 e1 .NYJ 01Sqx'(R+'Gk(Z×rYe@R8o}c} s7Ƅ+ZrXNFQE2?4 8I| ;34<tͯ/}9 J5!vlU#hyͿ~'DrV{8, ӝCĠj96")Ic6v</w751To#.'8g*TBmq4"3WZMSA׮hfyA%Pt\tS jN'=c7@ɆFcu,3k9>žg~^KbX r.Y&@0]嵰ͣ;+愩-]9W'*3ZM|\NVNkv'JhzAo]}{Ï<h@%LG?G>UO@<ǎePZ9@7ҙd 5, ABNҨ^~-O)8RcLو>Ou2j})+bHjvEvXr۩C&BWoZNvUG8eYS8n X 0!~ > gX 8!Sx3+j xo?x[6+<yP.#L>[~Oe~j8kzi~UuO~cض<O:1뺛&&>U1:=VXk'jg( 2(V<  -<X M]Π7>|sS ]q" գ)'_YeDrk|UİX&vrY"L IXy=\Ɖ@^xz%Wɖ}/љW^v<LlqV\i?$:8HJ3\*=c=N@3ϝnq{' kvk6=oxǦmޱc4Mκ]][$iFO Ջ&qҠIy:WnJM!06GQZq $H^ROu<uE\@&= DPFz::9 ?W8,Ȼ\cK-2D̊}W0Bn+ub/DfbGj/۹t_md֕FbB޲Qo>H-@r6&1 v80-?k/{Gƈjwn l{béÐ_a̋ЉWꊪъ[G{y_X>v]K?\28?ygo4o~LH2l?|+v闎iz۶m۵sg[iy#M*N';wt>d(3wld˙XZ)CXrS`Tcɠ-{c)3JvX1ƙ/8™;~Mэx縢 R`Yԕz4s{Xke} dnIHJSwt[!zZ0_Iʭ.58=gp!Udrl%N rh3T !LD⧴!X@p@RG>kj?MkEz?6Å]#{>ޣ"%e8#,˵E#u[}d¦Ƙ .ޑ'A޾&(4rϝpZMX*D/Zx"FRU@>*8G^K"C$.%b8zώtPMJ|bT>2HNey|_['U|E 1֏,Q=Q{4ۼ9Eˉ Z~DJso>fX~J&z=:8(@hʱK9j/~9%B9z/~«{-{?ẖ^)55w#UN< `#mF mݼt RTW{Lq†9N1RXa)@kҖ5ii=P߼H;NKMo KϰNw^)dKG^XBkv`NOV>v^OpѰϟ<q_V+'69MH2+%3W}2%ѯ\VVpeU1geo7O!Qjם痚z>4~槀13.UgWڿU]/?tOK^{x`Jِa+ƻTVHt9Nγ޵Rެ9:~}YVY 驆e+( |2)Sp*2Aã@U?J-9'XV$DIxIkfTseT%l 1(ݷrE#;իߝsf'05<:?mϙǚAX_D&3ce6%3͝>˜۹=km Fޞ᭩QR)8yk+G _#"܃:>9޶矸w*+[kvrS'wyBkl@[SZ! wp&3-9;g!Y)|0*b䂢()@*(3.TYgnsB>B:*NOBpŭWd/ɋ+K@BFi"Tq4g.< ,@i ip_KGyTzJqϛSc͚>i%mm9k֍y/D`a^ѼW̷?훷Mn,`20K'+~o:^;F:8^?v:hUdxsO*SMΥvZJHTH|J/IlCr_X"۟|sTyQI~E=|J*L6^y [{Jxw_ځsfz,N|$B|iE>Yq8__={2aUn +&SL@wʃ;sP9c-Peل$M5cF2KDDz߅g}lԗqb]t*|a0s4f Zk@&@qs˟86'OZ㙆>1<+/`VqDkƝB?]ٗ]4 S+MH^ȩ\~{vpbgo8-w?A0*Nt)uA"H-t `<b=Xp>+TjfA`{`IȤ ÎT~anfRz tPϤU%[,L?mP|6B(PX>̒OvƜϝ~ۮLuG3?o}e 2`煤QoМ'S8[y7Oe+ʮwȧq}~W4_si~>-=QwF$XbM\s'OX<tzNj7>\U ]{WwLܹ%D .QT#Dp?{Sߙ37_BgQXjfZ9=Noe3Xf+,f}YTh>$o%O K2J9sy"8rgʊ\78Ej$|]e,<,ېVv 骓KO7<okϾ`kZW H<}X6!'v琊 e'Nܷ8bB/]8dtakE;߰~#'P'S_8* "h-X@G1c`<;!hL[5Aj#.w2m"Lrx; ZkHW3 j5fQh_Si7^:Y3ZxWDuvQح' 8$} ft隊P:ѿy_۽;,༺UWGv}-DiN>k>cH:|!3~q&b|}d|G)b䢶&V3DQWDPO-A\No[;D)\2nӕu+nޑNpJ(:18G8\A߈8ʈ>}煕Q+vpe}7>Z;YTlUA}ێ%(=aS/cBmI G[yĞJidJa۫{q{*{ʞ܀֎''(̩ѐ%0$-B*UA7ִ?C|ADZkr`\,osac.]24#Ccsڬ:m~V&:]M> qhC|ާH<3PCul GG*/3mDR$B`ŒiuIY$,2Y jqfp8Uyw; -ۋ7Vo*oͶ+\&9~+x]dCW]S/o=ohCeJ]Z)i̬Tc%'<!I<3A 8㵇g(It`_ 斛s;CAst;h]m<>p"H9ƁxzBs" ++b"AOCjW/l#wDMu{_o-h[WG/[.l\xnf g g}[{tX58=s9\RDY%)|;* H&˅ HɀQ};cm q/k 7[瞒a=U4M  ^0!]PVP`ϑːN+){f>}d'WRZj[;Y&OD[#E%!*C_1jFj!|Իާ.yE.hx{t$W} maDgς͵/\WnXm<z~AR#J&y7pWC8K!4 ]09w>L""I%ֆX8hXu< xmWoךNVύO}U;0~Q\,t8ؘgUvӳ hQZqO/#toz*&oڠbAAHC rP'Ȭ@ oh.T=ar,`|MJqt~ [G8\plp*&)<{ovwVȡ%l1AoCEe+)V<xWɍ~T]+qAL'LG޽GkrR􈧃aUh Dz;w.Oo;gR}{e搈=QDU3@6.}HyXXzp6:<Y^mzv r%ϞcE{*:  Uo5=J&z PV"VV jm)T@^0jk&=j{==x˶ڹ0F=ZvU f+;/<]4&  X3yR)[0oN^HP єɗMH*-1 exHtz' Z[*e]E-m_B^-_mU;fp;ü]r1 ar{<dx`.t?3k:?;\Ю۔^>wxǪ dTR}iv0JT 8c%j{. ʢ,uahxE/Ͼ~dw8vgU-(B|5JHrE)B.쾨xͰ{N 㵷"H`*yk?WeӽӄjGwǂ5sHT1{O= õ63PKnc-?OwEt=\l?'*Gf~g}{ vٗ_xy W#ȭ'離k$Jҷ"U1T\PjBVX@ ,zu,5  x]kvX^Mq*mTpL,UgAP`&sJv*eUA я,^!GZ@sqW @3 >eoM;^5d‘e U. {wcN-j afJc7تGJZ9"j+n=~޶+nߓIjO5n;zճJNF6 /Wqa_.Ye+@=4rzA3NNm'!ޜj<>jvV[qT|%oYD8Bpeg;kh񒚧I߱$sU8'X)2wϮog ~pG4E L`/hX'pmӯ @g$jk?]5ѹ~7(o^ _'<Nl_q'e2"!R!dvedB3JYag`~qmz{,I@r4j,t|P^n ?,֒:^k:u;-,[AoK2b@I0yH<&<Fؙc8۱8Fj$)Cl<ܾәOM{SBs5o[^!wUa?/NW,%IDPi+ ٭{*S(͑L Fwc1XP{Nœܙqp_zoti${yz돿?&4/JO) =$tc˺CAIMfiq9 ~|COt֬5ΓW^:_2ZWmtwV,RCJPad 2,:>xkÿ`ʱx&CĤ"PxyAtƇgYm9e|V1|1LU;p?^TI0k&w_vLJE, >2\lq WeL<'߼/|?:O|cĜxA  D6.σL,֏mֽ#DD|T$F')J:P,I`a8lY-L(, m`<>f"!boj͆wӣ"i'Nv7{Pz.J'ԬC:fQޛNBZ9(bmUJ릝Ϟ[{v#~f-j_oL]%$4üBU!ubXV,fi"@If(a񒡁-p-aMۯ|c 'PFGI1YxPc^,8 ; 'ԦfשCoGִ$ U$lvREj0erSkw3-OD8[<O{I|K?Ƿ>8),N)7Bˀeg,׾{h>v}hzn5#X3׀k\NɺfD7`lO\V- &E:`82;IEgH%G4ӷJ_%H Ĭ:|lyg9Gvg@Ub=9珐0! \#/G[%Eɳ@#Y"׌mO^INEvJQQA\#dK˳2|fZ Y/⣤PuuTHB@c TK>R1KlCQ, &7 X䕚!ĐmtT7WTK&Vďy7h~wc#[&`E! *[mE+VQ8.L +6զ ZJ?ϜzLgw'Ep6"Ĉc)G KՋa1M Ҍx*YQݻKr#/ϧ5ZY>l5zƮ}x7]Ev o<oL3^O3$1\ ,k΂"74:4 m+ڑY6hqnu~mt~\tZEj[P/+77Dhj8+C)JbSOŭ% `m 0 <œ<SR%]X,txsu(Kj*kY\,ڏL"&*Ue8a+铷ҭZ 34p!đxS"E&9 IVUHVZ(R0pR8ETYirI0>;hf)e|G!1Cώ3Rp؝J* ra0ϧUYQjuQ˟ԗ6[x4(akIg!+VP~Hdk-\j9zS&lc೼5ˣa{ڝd?\싇2qH1V X`!}}!͉N^gYQҐl=KpvGGkGQt8 & K Rr>:Nps$!!/aI3k[S 峏~k'WVIEꢬhGE_@J*PY 7΅a;lYd[IP؉Qm?gl ԫ,,F4(*EX"󤗧''NePY 47OD۲#ߣsgE&fx8Ωm#Ě;ˊU^4AIG+V,?A~T(2J#4,B%TE@n> 2CH [&; ~<"n\9ThrK-XQf@7j*=$b[ų_FkOcŁHdч{}V @ēx&y4ۣ}o18H{?4t ZVU tҫXqlgۃ蹓${`oGa0|Ekqq)Q5QPt#b(Z)^2,p,"-,'%-ʐ8˻qIvG^^mX,Ve oUO$Q*K- LI]yu1~->JJB [ ǃvݒ|>LD NyXPdq-{ύMA HiVJrP%يBXa9#)3f|+?}';~Rh%%PA%0VXeR-' \`*ʵ mVy:-Bzk E9&!m0#Ke5lb垿(޼*e]xr2DE›pWM Jauc;?6Vk/a MO3$b+;,$1Qko TPPGyg?H{.9݀`mѫXJr[_|չ~nv&O턣yt4sXvnlJ6OV7enKY[2ύ-t9Nuri0M<:{7iI{}@ FnՒFnUg!oa?e׀Qh `t>?,bO,89_?9FS:m(ϊ4 b$!¢H;YɇmUtc/ IO=3XkU-2BB&481`x*,HC̷QG$uBK1I_j0?,V` H\hwb TEApaRd9Uc@)W<b6IP4tר07a2/c=۹+I/HzDd3Eؽnc4pœ_ܗo!<'=V@3zYko `ȵ+?c,Nj &$۽>E ; qlƋן\|%_ojx8 omHx1+!\ߙQByrezP*d|'b><b)g%l1,#<vvZ ,q!`B$|t~CvrٱTwxI }^r$< &$>x}A]P;(-C23HLړ$Q !dpbH60*Uw-$*/X+F\Tb'mDN:^*grUA^VPڳt2eneD.B~~ti7Xs~rtmB°s-xKKE(I+Sݺ`ZARj?kGO#9Os>^ɘԳy,m7?Cqƿ^.k)L}a1 g ijR56y x -Aоy0 1[|bK_ 9nuvXdΎdUĥe-v/No?}Gi̴,Рz']iK7h+?$$d#8TJ3 3!8([r#yKB2YIJHD Xrȅvyl+Yo\2OW0b@T63L9!Qa7aS-J;mqry>ch-G3i}HB,B^H؊E#p[{B`*ykQ]}gt.r/|M_kFWKxj+ɐ8lkwW?{'ǒJCY` Ff笼8PՁjk_sړSthyij?5<C&LϤmCU!1=}sKA_00,$DY%EB[yvˎ.L.&aVpP;dUd!P-T݃|vv|s3 2MXVĔ sE Uw| + Q^ES0j+ Prr*OA;;g>);)J:$)%%*}Tת:dq;MK$~ȰjzlBU:[fd1/m\o^_?E5[" yD)o"sby&"e,e[󭗎.ɭ<^z;F ٘[X=E(5shKk [$gvFwcCfiNSU h4x˱:'If<p࡚WarȇD(h/&ogI筭֫1)( ˆXaQD"oPc8 L Cs+KvlE8zъih%`RhP+ۿ7:|b$r(rC4TK_lCryYb@Ĭd'LR* O`AJ s1"thSH*[4(p'9˥>_r_d)]Gy TYĦ]ZiAKDcU<ؔ/su%ȼ(s?ON>JDpi%uUI(K'_<<?L:W5ִU IHH" a_]\ -uۜs8A^O}ZY6:7qԿҙbǾ%ﯸ{.4沇:]@9"ZzB)rign>1:uxrB> Y U\PqQy;Y `jx ts!x<m'G%:E~gyIC?BT$lfzz/!EUl*BLdx'gBa s#` S%ᒯ]])ҷF0yCP Ph^b,Z`,w3]OA.9 jTs<V~VCl(MMμmDӭh  3"q%ϩU_5z >Rmnj>O2&fȣe`ϢlA~vWүzϰG,6WkoVwю*kȣ g$B{'r}3ߍ1d2jљda8J~r:8s?*<^-BJY'{GO$3D5ey$K4$+6+cuR E)1'Q/8w+XENa.exEldc`D{%; 2[)=ƵB6᳤Fz/-xt/?g&5KŞ0^Y"Rڦf6jn%x7qg(g u>U02CKy)ޖe]3?s kk[, x֩0|צk[LXV3YC3,DOՃ߹c7AN"A|c퐅Au'd.ngG<{><; ޵ sW_m]{'jx[S;jb hkCizC#X:cDky *S[{ڢdy^ڎ^4{}18;sTpݻn o$Nf6]hFl %rQf}XI Cj|=( ٜr`e"F5QE0s}@yd؉2u!Zi+`(ڙhei؅%`8¢5 T*l^MiުVYus߼tjӰd%`M38 ax-o- ;c Q KLέo]뿹;xNt0#y^u;3ЍP k'#β!z]O =^R-|<p ղicJFK}ݻ+n/zec4 0H@\Nd:%Y`2z(: 1PHlsfyt ^In*Ƞn<m`,lwFknex sLFVpGIԙaZCe&eObJ+֮K.=ۄEZB"f-:`bAAgH mIwMbiX r{c.*`73&i!jAv/~wtBVkA6:fZ[52/W%FZ:ǯ|- Bvõ>DE<0_ڬ@1|ttz'|"vWO%twYL4MjHJڕilAQ{`EnG3#Ih'^.935`Td]b Y?MsSSAbỦ ZԀ!uґΐ 0Yi>IAȔP(&CqR༩3T<<ޘl9a[6ՕWŹQ [`#\meW6 f\^6$F 9V޷ T= AjAװK ΎadiS  Lg壕j(`'{>zG6[͵ ɛ]sp0\'.GW!>T|Nv8c=&~SN=$̜Ҹ0o22{V~$oB, q=#J*RmJDK(AFSj%m۵ ^(k323Ec#:#S)B 6WjtJ$fDZR `C%K*>1KKo Upd m"K[[)K5BЭ{5׫@Oׯ^?@J_UO ,|`{ ®bX_-F=x!7PB/o4YYwO+l3.!^8;bןtW~g?Pwϼ ٮQou.܆nd VU;"GVuZYRQj.Hʈ(K-z(Oza[C:l *YsACa5L-hו{m!\ eٰ^-E* :$e; +t?у'~ku.n *VR2RX36/rڑ*`G$U"bj[.ph@O# itVpkWq> ZnkZ !{ rAUDj} ֆr N]NKw/w+<$'^9“6ͤ}k{z*-?r\W[M҃TI2׾hCU c+hZ"E(a6UzZW,zjx ~!bVbCJaVTu^mbB%}U- ^79O#a'Yk*]pV'+\݇i n:_L፻pu͟{2=̯J淯w>c.ZS*]p૾˦-h!C%FfogRC,aT%G&keUe)vyI\ShmK*n[`sՁ#OkOGmB53#"ʠR04Z9,jb5Q-,e1fXE$vWpB9ydcUo[0g&43<,lږ.Uoǹ! Dp"y0oJ k`z,Z,!gv !{^3$kхA 6.*LVxfGg&Wc%z!E=yiyޕ 4z~=d& ڢLJc*`J&<DWЊi=c1f3#l ؍ND!y+FSTӌ -qL_@K,A9>edP0ߡuc! d`KÙ\Qki*#'IyTR-TVS6$ \˾׶jl.X:AV51~W֞(\:hAV 5Y>[gpH/"`҉x}Vx.<{O*/MԀz * w'yYTײzb-Qü3O.u̷qTWg >cʶbgty탕PK $̌qrd]bZU]cG)& iRWRف-aU>2wLtoapdpX@y3}*jXyȵPL=}ZFUT,>l]R~R*D+MIW,^8^ 8BZ@z|pDmws¿?ßzkmֶcJxz_0Ұ*v-ra\ȃ~ܱDd=tnxh"`CX M.vDU_ 'b:/ZYQ 9CZbOԎV-: <[CFP7V/;B9UseW?8beUĢԀ#܂V˿j8GVwA8;p# r nem!oUB] F/T!!;[ '*{E*ߪ[A=R,vNf+jôiƎ> `i9 <2<My,`u<I~d T s60-oye0ˠ/fɘ BdB7np5wu2W~dggd\VT#^vbH.iWqe]/_{F~Vǭ XhVԔG~#gn:ZtP.Tװ2L6Vy|8B@zQ3QaRo0ToT]:yMh3q SBtORj\ żf"FET,`PWzm@5V71ғ`-|Si5K٬ޏNuџU jO4Ua}sLު"y.g#71ODQߒĹu,8x⚻`6|䖿 b(h:"#: cO޸-^)+;o> ڭDf+L 6N[-Q@~ZPhXjcVyǗ>B]5mVb⮶5"ގh\Y̬c=+%bc(20[i>l_k%w8C`N3mOc.Y"K2+uvMLj0>{;3=c>NԁbyE&xs'J`xwܒnBǽh4pP?2x-u <h ='*ic_o96Jb{o햿a-o=8V%M?>8`Wa{cHžځv,`wؔ\ϋu; ^֒+wA_]U&MT>Kvcʇ MLd ꞿg XcJFN9r|rQbEtIaYfֿ1 ]@Oy1Yi'ܸre6ܳf1mٻyMI R{3{c|yp.4R#A& tvX٭  51Vf)w۪4!8A"Ie8/fg6qGܢdTq #{^)_"Um8ӷ;@EزHzԞil36g& _3f t| 3RThUMω1%m&[an22/AS%ƏpgC#P.dU5lWcn/eދEH5{ˌc?^{8'UAǵ:¾PBt&fm.նC$Es܋k۞V@*m`dǫh U E Z[5ƏSv"TsZckO-{e!HV4@SC҂=Z&N҈`f&:u}$3EFk+:\aUNQ5pDŽ5 Z;2my[PUۍVq.Tsz>_+,1[PP_|epvNov6e ewaAk{ `Ynt޹qbć[xq$? ҢqӘݓ#oPu2OILvNWy I8][ÔS["=23aTmL&"$/=;0J;,K<:J"0vVUVH 73Q 8PO.mBh7=Rn?^ilIJ]Ch-fcRp F3fOCVɪC;4ov?Opf~9?q"(hvfh8Jeͻo_}Z}*hWxtuXI)j`~[5(:yٛq4y=/ٯbFu$/nw7*W[|j%ץoXv]+x ŭ8mE?w> /Ay!$j A"}1x&)ٻOzĪӶWˏcnaª,5UjX! &K0\?nRyS^ SۿN7Ⳝ0+FϞ|m;5O/X4fT'U.:3Դ^wr5nEa \BEML.8udtF/BA%SAW(ɠBĝ[Lm+3 ]M %dpbҪaȁj2TP]P7]UB2-zCgB=R+Taw9"b}o\zҞrAyxtiIFiNN>>ʆػy7\jaaI0eE0Ia@1}רy<Snvit3]fm8V{6u`tS==^@rJS$Y0̫e0{C/a %v[U;X.^(KyR#ǘ3*zpW?5uY\Z]@bi޽|!|.g8a^|x{9|SQ Gcn~XF^Dm=>TL G~c,"/!lpA1㍁LdݲMi-Fpy5(׸Ss<e h^Nê S? NQ<x@$Uo˻V\w\̖1Y^ěE^Q;<OIM_BղǷգ3pDYG%sA^W>;ICOlV>~P˗a! ]o/gAߺ&&=̼@Թw.rA_ג0PsS+1 S<szA''Dr!n ļrOH?uvOЧc`WS*gy7 *f"VRk =yr__>$e[5A~X"{?!.]M޼5<\ۇqSށcUַ6< 1" Up轱"AgnWmybyeto+VopuotǩΖR,։qUz;x\sE}f䈌"~@)Rў̞βA |cO/_bTezuB7_pXv תxGRa?,xFG Qn\yf? ƚyIENDB`
-1
gohugoio/hugo
8,215
markup/goldmark: Add attributes support for blocks (tables etc.)
Fixes #7548
bep
"2021-02-08T09:42:41Z"
"2021-02-08T18:52:56Z"
1b2472825664763c0b88807b0d193e73553423ec
2681633db8d340d2dc59cf801419874d572fc704
markup/goldmark: Add attributes support for blocks (tables etc.). Fixes #7548
./resources/testdata/golden/gopher-hero8_huaa0cd7d2cfc14ff32a57f171896f2285_13327_200x0_resize_bge3e615_box_2.png
PNG  IHDRnPLTE}}}|}~}~}~}~~~~;C~@ܸCn"pX-ᔯڗӾ8MyƮcI{#ڬ6=ד,0b;Uyxw!ܹ٠<EEEЗ͹__^Ⓙ888&1 ևߠn+,+VFlkj¦#ʔ$ir7UĦH~)2~"#^KAણOOO.% 3~ǹ{gB5.>>>jkk'~r]P `vӼt/00yzz#1:eW,λn_o>~^Fct[\\Ǯ#wg5JWRsͭwfIJμ=VeG}Q@8˺sýԳ9[䴣2tRNS@@0`` P0 pPp`@0 pP@' IDATxܝwVM#~'-C.$M-hq:.'-f4Sf<f'Þtg+^J/͙/{;W=s_FnlZ} QnvGv˨m%UKRÐJI2DmVUO}IUkJm+6G{`ͰJJyX6C}azE mQHF#oNi"E"0UmM e#" [p4W;K#b2lw058ѻq54;bs98zr5Qq{<05o#9<$/9!6ak¸덙!mae؍u1Y}W~KF=bL$5AA LTDZ֝$q.]'T}[j|bLa>_׿NwW8$ |ɱd0Y+ϴeO&W0aQⓔQY?RZ1r gOm_߿џu7^A `Z7`g'V{^QWK ?RRUnPe<عƯNWIj`?70c} \(L+'4] ~XzrJsf2 ݔ$MK P]J.4(!,aEhY,wI$Y0 f2y:1s(ê jv5L~+ C5DʽiEhעUPY"kvE @Yk՚9L簛/(G)p_QS~XZzu~W;/N(KUؙ5,- *gROtӘNw<0v%LO_̓-"WciUBְsοo#r-UTcqټ}p?FfjCс%œۉ蓝D~$ O*F%ƴ^_~t5a2"R'M좨oVM`{ <v fE~8Ej[帗8lVѫBdQU"i.AVM?<~?M<֋=D=syrvO*I-"C~Ìs^ԚObgk`]ƺpBk"Cyc^"I4 iDxgμr*U^Z9v t RN!nUs۫n嗉Db޷|y.RR!1*!cHm7g/}q({)a1sوELB!Ix$"ȗ'=E:f(Ѹ6n<Mp-[bsOQǵ]h䞧6hA4պ)zj6(X ڕN]=we#x?yO-b^H)[hhϾ*zTiX)$OI "V唧z#$4U<bks=FKBZgѲ_>3?=pdTIlD-ZNrAs>S+ !slr}ն!ws$4qS#P. JC;ԧ "Œ(pU<e%WU|btxxȇCCLJU BLN t֡UD[ г$r\c/UUZ`^xUvNy;ӡ w5[[GTNwUMQcK̩YwPh-B3<tVO:C؁+^OLf]j1ź7`ɂg 1@%7G,ۦS~# 2F{U{y%r|aKUG/"I¡# }NK,s.nsDGHWkE?~܇/m=޲9 Q/-Y1(ͯ0}k([>QQ4 E0P[^ ,\,+dSrl[)*Ղl.ߺA~PMIX^[Yb`8kRk׮XGq]?AܩCkkBZf\ M#'H|MdsPxL?(?E. ;H;=f=yv(,~ӏ7ۉ}.pd d/>Ԋ|2D@6/E߬ڌ"Qpzx##aoZ$.Bd@$kك./Ƞ xw?Z駮K.0GD ΗgUt |1@ ^ {&DLL_4[HWJVƿG ֔i#T7Yu^d0g@n)J A-Mտ Zdɵ&ktHCvkvy|),˵Z:FObR+4<r*s|HDk%}\,kHYQJ`] d`禫Jj6K< /W|֢ 3H[c $k"aT15yP l"8r*M|8ï<oR Є@DhTIJcm9h==Or!I]^T2c9ԪT%tp߫@bN~VJ<Rv,"SީPqZ|-7-Wev Ir]H1ܭ3ːX5}>Ud[A6%4.YlaHFJ< :*K"a.UzGFY~nre)R$m8\ʖ*y93ödBWk2"ZkBw$Uo <C-ves:2Ȁĝ4'g!/u'Igrw8v`ʦ%Lzҿ80}8ʙ[!@Rق\ [N"JׂY0H5nv"p>&ྱR1{LMM$'WpV} C׉?u`Ç.O9:*5lcG9Yu˦q5ŭkC @q*yȔ[GMptNʭxZKC [VLs|p155e=Q- [;fSE5(fk)vnxy;u LEBum~14͚lD;u+{6JܭuƮ^o`P[ȃ10uv[ˌkVhn;zM aB?<3VM62op~ّQ7gLa$ Lx[5Ycnt/Aީj>;Ыh@W0f.ޓP7{ 3C,'F-ؑostv 5!V+G-rdj"7Ve}i^ SQo=2E(oMwby*ײ(A34{;׈ZDn.wshAVP?ѻ]]+GDZn*pPIi;;F-"I'?ق'ݝq[ĩlwf;k!ݡ3*]qX%(>"1Bkuz Ի > or#щpX$AW{DYA~z #nA(~E,B 清H`g Z9v'+VԪq,rd1 1E<=Z$@zGqݪȠN5Ac`y[d 쬮@8-f}9!>F\Yq^(ѷZ9*5`Gj4 w8})р`PE$TYz"UWHtP[u5FnwCM¬tΥ sj>E` ʞf|䄹:hמ?@hA QAMF_aj РYO 6SIwBAhg>Vܑ;:"" T+}q%uNm' 7+0J{8-o$p0$6Z (0YĵOK+L_& Y"sv&l)[v&SipVIr3*sGsAf'4T`j&sB0HF{1nCΥO%$daKtz 0/;YT9M."$t4 9Ҏ;Wi\ 俗)yJdZ@kw, *,B9$q3Nr!bSlI򼯒e9IEh8BBD7$f"RuLŶv,Zoᱨy*j5D*wI,P6̫e_'W!<kbG"6yRdO1q4!gb mqw. ["|2z Qs:J׊bV$ړ:cF<$#= uP~-x-Cq T 5ͅ8H,ݸQ?VU T׭9u!&уNi5y;v]&ϩ f#Ovl(4n9>RGj>m7z'Jhݘ_'~DZ0TW"PIENDB`
PNG  IHDRnPLTE}}}|}~}~}~}~~~~;C~@ܸCn"pX-ᔯڗӾ8MyƮcI{#ڬ6=ד,0b;Uyxw!ܹ٠<EEEЗ͹__^Ⓙ888&1 ևߠn+,+VFlkj¦#ʔ$ir7UĦH~)2~"#^KAણOOO.% 3~ǹ{gB5.>>>jkk'~r]P `vӼt/00yzz#1:eW,λn_o>~^Fct[\\Ǯ#wg5JWRsͭwfIJμ=VeG}Q@8˺sýԳ9[䴣2tRNS@@0`` P0 pPp`@0 pP@' IDATxܝwVM#~'-C.$M-hq:.'-f4Sf<f'Þtg+^J/͙/{;W=s_FnlZ} QnvGv˨m%UKRÐJI2DmVUO}IUkJm+6G{`ͰJJyX6C}azE mQHF#oNi"E"0UmM e#" [p4W;K#b2lw058ѻq54;bs98zr5Qq{<05o#9<$/9!6ak¸덙!mae؍u1Y}W~KF=bL$5AA LTDZ֝$q.]'T}[j|bLa>_׿NwW8$ |ɱd0Y+ϴeO&W0aQⓔQY?RZ1r gOm_߿џu7^A `Z7`g'V{^QWK ?RRUnPe<عƯNWIj`?70c} \(L+'4] ~XzrJsf2 ݔ$MK P]J.4(!,aEhY,wI$Y0 f2y:1s(ê jv5L~+ C5DʽiEhעUPY"kvE @Yk՚9L簛/(G)p_QS~XZzu~W;/N(KUؙ5,- *gROtӘNw<0v%LO_̓-"WciUBְsοo#r-UTcqټ}p?FfjCс%œۉ蓝D~$ O*F%ƴ^_~t5a2"R'M좨oVM`{ <v fE~8Ej[帗8lVѫBdQU"i.AVM?<~?M<֋=D=syrvO*I-"C~Ìs^ԚObgk`]ƺpBk"Cyc^"I4 iDxgμr*U^Z9v t RN!nUs۫n嗉Db޷|y.RR!1*!cHm7g/}q({)a1sوELB!Ix$"ȗ'=E:f(Ѹ6n<Mp-[bsOQǵ]h䞧6hA4պ)zj6(X ڕN]=we#x?yO-b^H)[hhϾ*zTiX)$OI "V唧z#$4U<bks=FKBZgѲ_>3?=pdTIlD-ZNrAs>S+ !slr}ն!ws$4qS#P. JC;ԧ "Œ(pU<e%WU|btxxȇCCLJU BLN t֡UD[ г$r\c/UUZ`^xUvNy;ӡ w5[[GTNwUMQcK̩YwPh-B3<tVO:C؁+^OLf]j1ź7`ɂg 1@%7G,ۦS~# 2F{U{y%r|aKUG/"I¡# }NK,s.nsDGHWkE?~܇/m=޲9 Q/-Y1(ͯ0}k([>QQ4 E0P[^ ,\,+dSrl[)*Ղl.ߺA~PMIX^[Yb`8kRk׮XGq]?AܩCkkBZf\ M#'H|MdsPxL?(?E. ;H;=f=yv(,~ӏ7ۉ}.pd d/>Ԋ|2D@6/E߬ڌ"Qpzx##aoZ$.Bd@$kك./Ƞ xw?Z駮K.0GD ΗgUt |1@ ^ {&DLL_4[HWJVƿG ֔i#T7Yu^d0g@n)J A-Mտ Zdɵ&ktHCvkvy|),˵Z:FObR+4<r*s|HDk%}\,kHYQJ`] d`禫Jj6K< /W|֢ 3H[c $k"aT15yP l"8r*M|8ï<oR Є@DhTIJcm9h==Or!I]^T2c9ԪT%tp߫@bN~VJ<Rv,"SީPqZ|-7-Wev Ir]H1ܭ3ːX5}>Ud[A6%4.YlaHFJ< :*K"a.UzGFY~nre)R$m8\ʖ*y93ödBWk2"ZkBw$Uo <C-ves:2Ȁĝ4'g!/u'Igrw8v`ʦ%Lzҿ80}8ʙ[!@Rق\ [N"JׂY0H5nv"p>&ྱR1{LMM$'WpV} C׉?u`Ç.O9:*5lcG9Yu˦q5ŭkC @q*yȔ[GMptNʭxZKC [VLs|p155e=Q- [;fSE5(fk)vnxy;u LEBum~14͚lD;u+{6JܭuƮ^o`P[ȃ10uv[ˌkVhn;zM aB?<3VM62op~ّQ7gLa$ Lx[5Ycnt/Aީj>;Ыh@W0f.ޓP7{ 3C,'F-ؑostv 5!V+G-rdj"7Ve}i^ SQo=2E(oMwby*ײ(A34{;׈ZDn.wshAVP?ѻ]]+GDZn*pPIi;;F-"I'?ق'ݝq[ĩlwf;k!ݡ3*]qX%(>"1Bkuz Ի > or#щpX$AW{DYA~z #nA(~E,B 清H`g Z9v'+VԪq,rd1 1E<=Z$@zGqݪȠN5Ac`y[d 쬮@8-f}9!>F\Yq^(ѷZ9*5`Gj4 w8})р`PE$TYz"UWHtP[u5FnwCM¬tΥ sj>E` ʞf|䄹:hמ?@hA QAMF_aj РYO 6SIwBAhg>Vܑ;:"" T+}q%uNm' 7+0J{8-o$p0$6Z (0YĵOK+L_& Y"sv&l)[v&SipVIr3*sGsAf'4T`j&sB0HF{1nCΥO%$daKtz 0/;YT9M."$t4 9Ҏ;Wi\ 俗)yJdZ@kw, *,B9$q3Nr!bSlI򼯒e9IEh8BBD7$f"RuLŶv,Zoᱨy*j5D*wI,P6̫e_'W!<kbG"6yRdO1q4!gb mqw. ["|2z Qs:J׊bV$ړ:cF<$#= uP~-x-Cq T 5ͅ8H,ݸQ?VU T׭9u!&уNi5y;v]&ϩ f#Ovl(4n9>RGj>m7z'Jhݘ_'~DZ0TW"PIENDB`
-1
gohugoio/hugo
8,215
markup/goldmark: Add attributes support for blocks (tables etc.)
Fixes #7548
bep
"2021-02-08T09:42:41Z"
"2021-02-08T18:52:56Z"
1b2472825664763c0b88807b0d193e73553423ec
2681633db8d340d2dc59cf801419874d572fc704
markup/goldmark: Add attributes support for blocks (tables etc.). Fixes #7548
./docs/resources/_gen/images/content-management/image-processing/sunset_hu875bbbed66c1db46c12ef98a97f76229_34584_300x0_resize_q10_catmullrom.jpg
P7<F<2PFAFZUP_xȂxnnxUZZxix낂," }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?EPERL)h( (J)hZ((Z((-PbR@ LSKE%PQKE6()h)h )h)h( (JZ(Z((Z((ZZmPQKE%%:Z((RER@PER@PRER@ E-QKE%PQKK@ E-bPbRLRbF(Rb1NKEEKEREQ@-PE-QE-%PE-R@PQKK@ E-PbPbRъn(;PqF)hS)Qu REQE-QK@ KE-%PE-RQKER@ KE-&( 1KE&(-PbR@ 1KE7bmPQK@RE-QKER@PRK@ E-QKE%-JZ(Z(ZJ)hJ)h6Z(R@qE-R)qE-1K)h \QKELQZ((-\bbofREa)h((`. ((`(RXJJZJ. JZJw3Ky; 乥CJw=sFj/0zR--Cz_0{Ұ^`K*0@{CcRqҭnĉ(R)@(nu E3unvE3uE74f)8RM4\i4 u%4&c[mihDKޖM}hKސPZM֙@:(@#6ihgxor]֏0zTɼK_ҡE]y֓ڡ '\R*PhcxxQʃBHB*Ps2Sq*4Ⓤ0QQG%/س=!>Z|\̜i8CE; vii(!ii4s@I@ EPEP (Q@ IE ZAE-%PEPEPKJ(((( ( JZJuZ( B)h4QKE6u%% JZJZ))hQ@ E-QF(Q@ )((4RQK@Q@PIK@ EP@ G43:;R Z(@RQERJ/SE zQ^PbJLQNKE%-PE%Q@Q@
P7<F<2PFAFZUP_xȂxnnxUZZxix낂," }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?EPERL)h( (J)hZ((Z((-PbR@ LSKE%PQKE6()h)h )h)h( (JZ(Z((Z((ZZmPQKE%%:Z((RER@PER@PRER@ E-QKE%PQKK@ E-bPbRLRbF(Rb1NKEEKEREQ@-PE-QE-%PE-R@PQKK@ E-PbPbRъn(;PqF)hS)Qu REQE-QK@ KE-%PE-RQKER@ KE-&( 1KE&(-PbR@ 1KE7bmPQK@RE-QKER@PRK@ E-QKE%-JZ(Z(ZJ)hJ)h6Z(R@qE-R)qE-1K)h \QKELQZ((-\bbofREa)h((`. ((`(RXJJZJ. JZJw3Ky; 乥CJw=sFj/0zR--Cz_0{Ұ^`K*0@{CcRqҭnĉ(R)@(nu E3unvE3uE74f)8RM4\i4 u%4&c[mihDKޖM}hKސPZM֙@:(@#6ihgxor]֏0zTɼK_ҡE]y֓ڡ '\R*PhcxxQʃBHB*Ps2Sq*4Ⓤ0QQG%/س=!>Z|\̜i8CE; vii(!ii4s@I@ EPEP (Q@ IE ZAE-%PEPEPKJ(((( ( JZJuZ( B)h4QKE6u%% JZJZ))hQ@ E-QF(Q@ )((4RQK@Q@PIK@ EP@ G43:;R Z(@RQERJ/SE zQ^PbJLQNKE%-PE%Q@Q@
-1
gohugoio/hugo
8,215
markup/goldmark: Add attributes support for blocks (tables etc.)
Fixes #7548
bep
"2021-02-08T09:42:41Z"
"2021-02-08T18:52:56Z"
1b2472825664763c0b88807b0d193e73553423ec
2681633db8d340d2dc59cf801419874d572fc704
markup/goldmark: Add attributes support for blocks (tables etc.). Fixes #7548
./docs/content/en/functions/lang.Merge.md
--- title: lang.Merge description: "Merge missing translations from other languages." godocref: "" workson: [] date: 2018-03-16 categories: [functions] keywords: [multilingual] menu: docs: parent: "functions" toc: false signature: ["lang.Merge FROM TO"] workson: [] hugoversion: relatedfuncs: [] deprecated: false draft: false aliases: [] comments: --- As an example: ```bash {{ $pages := .Site.RegularPages | lang.Merge $frSite.RegularPages | lang.Merge $enSite.RegularPages }} ``` Will "fill in the gaps" in the current site with, from left to right, content from the French site, and lastly the English. A more practical example is to fill in the missing translations from the other languages: ```bash {{ $pages := .Site.RegularPages }} {{ range .Site.Home.Translations }} {{ $pages = $pages | lang.Merge .Site.RegularPages }} {{ end }} ```
--- title: lang.Merge description: "Merge missing translations from other languages." godocref: "" workson: [] date: 2018-03-16 categories: [functions] keywords: [multilingual] menu: docs: parent: "functions" toc: false signature: ["lang.Merge FROM TO"] workson: [] hugoversion: relatedfuncs: [] deprecated: false draft: false aliases: [] comments: --- As an example: ```bash {{ $pages := .Site.RegularPages | lang.Merge $frSite.RegularPages | lang.Merge $enSite.RegularPages }} ``` Will "fill in the gaps" in the current site with, from left to right, content from the French site, and lastly the English. A more practical example is to fill in the missing translations from the other languages: ```bash {{ $pages := .Site.RegularPages }} {{ range .Site.Home.Translations }} {{ $pages = $pages | lang.Merge .Site.RegularPages }} {{ end }} ```
-1
gohugoio/hugo
8,215
markup/goldmark: Add attributes support for blocks (tables etc.)
Fixes #7548
bep
"2021-02-08T09:42:41Z"
"2021-02-08T18:52:56Z"
1b2472825664763c0b88807b0d193e73553423ec
2681633db8d340d2dc59cf801419874d572fc704
markup/goldmark: Add attributes support for blocks (tables etc.). Fixes #7548
./.git/hooks/pre-commit.sample
#!/bin/sh # # An example hook script to verify what is about to be committed. # Called by "git commit" with no arguments. The hook should # exit with non-zero status after issuing an appropriate message if # it wants to stop the commit. # # To enable this hook, rename this file to "pre-commit". if git rev-parse --verify HEAD >/dev/null 2>&1 then against=HEAD else # Initial commit: diff against an empty tree object against=$(git hash-object -t tree /dev/null) fi # If you want to allow non-ASCII filenames set this variable to true. allownonascii=$(git config --bool hooks.allownonascii) # Redirect output to stderr. exec 1>&2 # Cross platform projects tend to avoid non-ASCII filenames; prevent # them from being added to the repository. We exploit the fact that the # printable range starts at the space character and ends with tilde. if [ "$allownonascii" != "true" ] && # Note that the use of brackets around a tr range is ok here, (it's # even required, for portability to Solaris 10's /usr/bin/tr), since # the square bracket bytes happen to fall in the designated range. test $(git diff --cached --name-only --diff-filter=A -z $against | LC_ALL=C tr -d '[ -~]\0' | wc -c) != 0 then cat <<\EOF Error: Attempt to add a non-ASCII file name. This can cause problems if you want to work with people on other platforms. To be portable it is advisable to rename the file. If you know what you are doing you can disable this check using: git config hooks.allownonascii true EOF exit 1 fi # If there are whitespace errors, print the offending file names and fail. exec git diff-index --check --cached $against --
#!/bin/sh # # An example hook script to verify what is about to be committed. # Called by "git commit" with no arguments. The hook should # exit with non-zero status after issuing an appropriate message if # it wants to stop the commit. # # To enable this hook, rename this file to "pre-commit". if git rev-parse --verify HEAD >/dev/null 2>&1 then against=HEAD else # Initial commit: diff against an empty tree object against=$(git hash-object -t tree /dev/null) fi # If you want to allow non-ASCII filenames set this variable to true. allownonascii=$(git config --bool hooks.allownonascii) # Redirect output to stderr. exec 1>&2 # Cross platform projects tend to avoid non-ASCII filenames; prevent # them from being added to the repository. We exploit the fact that the # printable range starts at the space character and ends with tilde. if [ "$allownonascii" != "true" ] && # Note that the use of brackets around a tr range is ok here, (it's # even required, for portability to Solaris 10's /usr/bin/tr), since # the square bracket bytes happen to fall in the designated range. test $(git diff --cached --name-only --diff-filter=A -z $against | LC_ALL=C tr -d '[ -~]\0' | wc -c) != 0 then cat <<\EOF Error: Attempt to add a non-ASCII file name. This can cause problems if you want to work with people on other platforms. To be portable it is advisable to rename the file. If you know what you are doing you can disable this check using: git config hooks.allownonascii true EOF exit 1 fi # If there are whitespace errors, print the offending file names and fail. exec git diff-index --check --cached $against --
-1
gohugoio/hugo
8,215
markup/goldmark: Add attributes support for blocks (tables etc.)
Fixes #7548
bep
"2021-02-08T09:42:41Z"
"2021-02-08T18:52:56Z"
1b2472825664763c0b88807b0d193e73553423ec
2681633db8d340d2dc59cf801419874d572fc704
markup/goldmark: Add attributes support for blocks (tables etc.). Fixes #7548
./docs/resources/_gen/images/news/0.73.0-relnotes/hugo-73-featured_hu7b5b76bcc722e972da8ed35f022034d1_186170_640x0_resize_catmullrom_2.png
PNG  IHDR@=8PLTE:K\#/BS>Pc !6HZ at ^qCUi!.>  'Xk}-@R1CVTgy3FXj|[n  oASeI\p(3<M_  %0#.,>O  !*u{Qdugy-:I,:D' L_r $ +Ňm~%W`kR[e:Lbɀ +6& %3?w" )7AGYj)-$(3?"dvT^h]fr CKTZcnFNVr/:FXnJRU#@NZ PXb6I_9E#MU_&)ĐHPZ=JT,9Tev^jxDR]69 -1$.4?15)<MHU`&0AGJ8FU<BEKS]"7Hfx4BP/:CJO9>#dnxir{*/"*5lvN\j@L$INONUY{LYcq{Qar3?I#6=<JMF|;DN.7'Vi{W]b'(udjqCL0$"FI?(5EAD(:F6@-RY];H,PP=>D:69.KS340"^T6(.. GR) '+^^6.66(VP2^chB=2N`vĠRSLbZ?=7'VW>łee?OL,TY011+LF6B=!/+KC(suy[QDqmB'"|zqNZYQe]MofNfk3p^?uL՚V隣+ ZF.xdribx̳[Z˸tqJ9iEbM53 KBNIDATxoPg:kF*)EjUQ+lQv\qyd=V!_ j;m|5ד#eJ-dO#62Yc6I*kf]婧%0dΣӏZʫ|}c.TJ*B5)d^Seg4UNO\ "ri5tC pG08 ?}H>vSф#Lp&Hk<B$ | ^bpb =4I :0WtQGXD))*ݾF`.KA1ى P$Q$BD@f2i(=yƍ[7?~{2;u[7_{?}ѣv>vѣ$O/ѣơC5_ި?Xx4qQ_wqŋ.ɷZNuuw*qz?尷G!hMLkyhi;$('Ljm6iltV;Q!OןFS@aؕq2TR$@4 %Ji3z4Exh4TJƨ;msQࠔ%:vGoGA EA%8PDB(BYc)L7oܺu/L&7'''^oeH赣VGm!{{:rC8{cX*w0]zq߸47kl_a Ԕ bþ;vwww|g'Ʈ;vvwYT3* rFk,їW=: vK$o/ps3 u0z`4 G/7yF 6,hAI%-Dp6@ՆvY{Ņ  J*-Y* p4 Y@p,%($3(,K@Kg&''޸yݾy~27'᛫Ky~&z{e'vtooE^opw| >`kcz ƼW /]y +px]mջ)޹;v)⢪4t4;ԎHCݓ'6uJgl` :Qg u&Fk(g q=#~ǏO`*V&XZ"4IqѰÁx I/Ud&#3hsCGD61$:HA q\O0 9@BPYHpK&&'޽yO}v$&'ɫ|suG~}?+;߯nվ46c(/^W ct/4KI_ko),jEuu[\\?twEpguu1  MW_=w_dDyA3)$H^Лm*G8@@߿}=pIs`#ȇ 4teHˈ0 8 ,GR,7+!N\أ9s(HKKX5y"Dc&"=t!"|.`A1 "4C{7n\}tƭbTNfԣ_sI,\KV囅o˓=m(`.nX_`V@ .m^%5ŭ6&ڄpjS 8Oi..ՓǞ^/b_=W |ӕ*: #Iz<<248n`0~4zW`]mCGG3=qt#  A 3<3 xFwF^SG"Yi[>D$I<MS$8u=H@(Ϧ308Fd`P(rhN޼?ywuzIPFS~qg?~<7W{36 ?xM;(vp`.[SH%)`<wC7M{|Zп⧨VYG[quۿ~w4}9~'j՜nAhlj=q8:.74$O>cG8Ƿێ}zrhGs0 (  KU^lD(;IPznOM{6]1tYkK A1=Dr0 Gh4d21$.2 X:AҀc3b69L^/~ Hd󅙙+K <-vG1{oA6lnev6\f_%oWR`06G</_C!WQ@^,ď=9PTnP lAR8#v쫯F<~ۧwo%c'bXa@m V'$IpXd!ٳ3VkNQIqG$#6K `8!ȅ8$BIP" !djr_}qӛn}Ϸj.|uzqlfff|ܽ?ۢ}i|noo1~sk׬ ^nm~v% -^zaW(6]wsۊůZ)E@ݱ˷咽\H}Wt5{U6rDX4y& DRWDYD١m:ds0ei-gIBcR ɲA$!ڰm϶C- 53`Y&8r $IqAE8 .%99Y$LA"ddW0I$P"3zZ8~xn~zo?[ 8/y "x Vr{͇W^`_TšC57RM vU wn>/JbO}QD _\0fO6]$X$a2Z3cP B_Y]@8@՛x,fIVzGDzd" TTs (JîCP,x:phҘ(=E(f$"Rb@ML0$ +2l: BRb:u,̹]c%~5Hh8J{=~ㆅnm>{Znr(+`GTKsbw ZB*:l?ñ m{jNj FFUvYiGXts!ǭ&󌀐.c\4TA&ެRf35,Dz"&>dV@,aXUzB4hB!3) mza^ w=@JB !GVS$$;X K,/fgŒ(^-i6+|/''gcc؇\A콎#| ﷉ܰY5J{!+'kE֭BXfOH`Y]]|U+ewQqGm<nϱQW'N6 TS1#"pG" ˇg<q:f  A!ST'@ iUڿ7O28F1$ݠL!FTæh4`0upAd4fKl"Dq@ t`&Ȥ9k2 %bGcމ 761631:8~=赣~vkG?zT(wskX+?:'ܝ;yߙ;:\p+~?VXl o][)$M*mMpo>˰u_>wSSGUxE A×"QG8Fe0. IXR <TUN$X$cj q/ Oj 3{F39X@͞ UhrL$*Xڦz^BAypl(A!.l0E1AQ.)AQ`,dY.- P\&Lf~iHO`RN޺尷sxML͌MML-^}0Y蚌׵?>~ù`k;G:g?~_6w߶,_Ѽ.求/U|S>l\~:]W .c\M'طQM }XQ;|_u2BQD <`FJi{FR=mjQn@(,4kq%C"`茶P P." ^T$AV]$Yqݦ֚&N`$IHf f4Ir,A",ihB$f%r4hV$eKi  68I%l:b %٬x̯۲o/fp|qf||qK=Yͯ/?.2hz.ٳ½kG=t(;R8w!ԡM_N"[6W 򒷲RpݵBʼ<n($նsQEojꎻzw(byǙJx*(yϠ5<4Q$#v#(A yZN"0zly<F[RMA}5 jQkSZE(W svI($XDI!8'Lvnb$F}M!9fx7;)ӗbF,D(I @iyH@"b4I&3xp/ý>_+8<<1116>8663xefffqqiZnmmj_xյg}>}â’-m+/_{\Y;xM g]V1v&g:om3ymU—<xo_;uZQzx#T H]#DM$n0hۍ!J 4#pG3GIOG8ΐ$)1-F/h6]SV6s`4KkM<jN&p6;'*EDl'J<c21]$7mFq $oA#@0,(BA: B !Dѡ4&b2IW'uz;{1zc1zg?_[]|oWW\]Jni\niUtoplZZ.<??teanέ` =/wV^ҿ򸭬`'!|PVrkr ^ۤ cvh1::/(^|sWQ.޽{J(aԩiRaU*ʠURqʆcj$xd/6dyL45$It)}ihD zZY1PfMvҬ7 !1i$ڣЂJ8Ɯ@Y6$#(P?8#E8"IL $f Xa2}}}-ޖa\N  O [=8>?rew3 ,cK3 K6|OWז/.=~6GTmBRп<{;~iޑϟ?߲y/8r0o0}Æ 7n9ܔA<{ŻŻ (S( Z;UMkQptе$5یRij*'f1BD 3MvtJ4f42QԙkUrhPfAZ^$t%D*Ŧ)HwGyNa8n};(".l% h0Nd<@1+H$!de0yu߾^oK[kqZ1pax||ps=;yggiq, .޻z/{ϟc\]^X]^ȭ.,ݻWpgܵpٵ;^sh~nnq斟-_w܂0V7`{9~xz'|}^S[&쿳e/bBQw2y[aUT4a7Q T )DkRL aJI,.8B"/Zen%&OM=Fh%2tfFiFV1{*U@%CjB*An*D B\Zj5#G!C$$`ѧi$R]9K$'! E$Pda&#t6+N&I3IIlY}^;'P8 O,v_ٳNv݃ΓKK3ӋL/.<[__(\<9w:4'ܡObV֖{[rnw8fVfWV ɶ{P n}kN١w@^Ӿ}}'K^=Ux4<ǃb9TZLnU8P]VY8fuaVl$iߣ*gojMFR*=J:Qð% j*-/W64q=dkܶMW+K Z TzNt.cJBDSI8׳<dUc@'GNb,Dhj8C f!"pp~*@ %> Ӝ `@l(f$/f!I& LNroONb3_z}yYg&&f&,Vj=SⲸſ433:padõs'g3#[^4:^[{>8xnk-έUٳgR^///rn}\ߒBpC+?ل ru_g%^Нi;ӣ(t[ ]]Պe۱nEMMJ6bQcI⩨Pn6U6}Zb1vs,QN#I"$iLr m5m!|Og֘Y~sAaY¤1b@:b04K.p&2&!/xB!#IfE!CT4$$%_?Nf@F,B"qI.31\l6 $8t&#ɫ0yR6)f''&:{}>oKKKgȧa@y8N_gγ83[,鴸ǧ. 9ݖq=8tϸ\ǗWWVƧsszQ|ny~Yn 0~}7 y&S[ɶrn97x>قn}kӃGcP nx|mmmm]]] .r*K{UMQ MU*c hyIB\4 <(Kl%J1 5g.teFotjF8)'9d t8" CPXGXدM, 7GO<fYc{C%lJ3 H ",?cTVӧoq=Mݗ샤$>0`&M$f8M<HX$e"D"l2<2y?vۻOrGfbblxfjuzNiu:^mqzN=qZ7;GQ6m\r=>thi|}r:0>>Z~rfuua|lߟK\n[;fy?Ok s"87ߕڬsyľ׃sW y_n_Q;e~Sɣ`ƅQXȨu5Z(I&S,A3ݠf3kUfA#5Z *uccJkؔ&Q!ZI 1!dPY>UITH#|9vx*↺d@c 63Q&=# IxYRJ?I *fQ zA$!B$'qD24D "RɌ8G?exn"?jZ'ֳ Vu:-N;vZƝXNS.ɷQyr:.wOܖ{#sKkk333Gf, 3XVpŷ,~[ZZ\Znysg-㯞=ՑWV ,taήmXy}ٍWoP7K(/V'Eevo[!T)dpu(U7¬i \n`&;JU `6vYx^ 9{搭 ͲReNlFݞ=j= mZ* ڪIV^Z Ѷx|2;MiZ47Ste$r\ ǁ#`"/!8bJEIt"M$iJ0MB HT:׿b˖a\y}>gqZD쓧^F&VV'zւ5[凧N:5Snmq\.+.n~{sq#w,ON.;sSKk-lyںl8skskk;W62P}~cm#p7w pvyjc_nY&}ò6V(. EQcb+k*uhDB$5]0rMjbfMӘxD;A(#vmRIp&lt:f6B] `jN5G6Ѩbc:e"YBiӖH2QlD.Nw4p4vD(JY !uP' "Kd f0NNN޽x~6%f'ˏ|fea2>)e :VfP^\juZܖ>|$={}k)<F.X?r{˸2oqQ4?>87=xޕ<-sw}'מsgppeevveovnkgO__7.-+a+!rlɫSYubB=mmym|Q'bMA`nVY3NW2J5J>Ěm&`bGs1I`I$4XDH|y; =FmS* Ip<Ѫn7fG k-n憯:J㴉HEH[lb*DIQp<G4 M^ (@%6#4 . 9@p0L&''>}|~gwSw׿33Xz^>g&0`N:&gbgqb"tZ-γggϞRhlq߸ kbvnx?W <72T˭/.--B<[__מ}!Z^^_}Z?t>ۻsyfe1*ď'pbC׉UTT(ںwMv EEZifҤ ,@inG(VK1m5픽FG$Ov(xXKp\"ɤ5H RVi<:Z3JK,s&]*&p4B(Q*mt.?inДA9Q6@5_Hࣂt8 "AJ"f`F$ @>J7$3(f>wWoܸI/?hbf|s3:敷dvbv[d(e*ӈ?yOucbP1k~/,7VGv ^w\AL`s#>A⹥{sW֖sgϾnBnm~yyym-:xK A|Qcg1}}٩al *^*;wVWuuw)***|X]Tjf'5 ?Pm5:cc m4%pMMv[email protected] r.ݦmbX^P/U6Qi8>Qgt1LAA@TOQ9DWa)i`I T<6eH/;DGG,p4+By$@C8(@)B$aCK@1M(3 7|sƃ4L3/; yKoKgog'vb9rOpSO͌Y^A+V^Y+e[X)Ymb:eq:G-.w]'wsK'G <qťuQs9[=[^=_<~E7jb (|&{2_@p{a]QSV(RփSq-Qj PjV#jiS2h学 ?"hmZ@!m A!gxoO6FNoӤAJdB=#m(K'&=zH/JM%t$/XG0"A]ČkAH?F AdR\*tBl dn~w3ɻIepGÇ;;qda/: p,^߄k|-m-mnooϊ<e=%|"&V?)lA?ߏQw]n׸?xܕAϝ<wtȹK֋֧F>>wrppiitnyndPpMͮfggWf_W/ 8۷Qmfo뛪?>ܳYUl.Z==CEe=LE=<K:cDʵxMyלi<6 mISD)þ-Q:=%p& <$R^NV#Rm#q/!(nBĉH`Jd1.{*$"#O0%(AD3ȃLVʊY!0A333"L%o~s+%ޝLf2;N_E6TvbpZb&fŲ)< )'gYcv-Ꮾq<-04?y䕓'G:y bȽs#>ʽ__)*Z_<\^ -9x~oovk7d^BO}S^n۷(}j9Vww==e== EOF'T oW_سT2EJzkJmLDXd2QELuU Z#ۤtf4#VS|"i44%Z'th3]@e֛(S-*$LJFeylIODG x@X@#8$J(I0,% S0)BD8Ȉ8@&L߿w&'W?>j˿Ζ^؈;;e1tZ,avuuwwwz}N[ kBg>X0"+KnR-,\rƟ7hw_r??x=xdɿ;w{rޕk8Y<1m^ y<FZpP(ނb-SFbnWឞj `a? 3Hbu:@Z El:3jYk5Lp…R᥈l51Ij\'"D@AgTX"f4XHI5&&`44GQ$fYe6["Qc 4"q%v0!! C!8IB!I",}A=JĬ@@(e%$I9G L(&0u~?uAr_~ԹosޖN'bXo :[|V՝O>/L^;Ăgqbvя Ǹݘ9?x%??ydO9~ 8ߚ\6n87_oc%gVFN)**~۷ւr-STWT('񻺺ʰs~QVdL"&Zdy4gxiٚxJWS1A+kbյr=]nTVi$)1uM BR%63g#f@Yޠ' 5Jr4mѴRI <ǖ!р8MjlgiY)R (!! IB<B\4 Xȳ0 1dL&L֭oo޺_egKg !.{ՠχ=W.}>ӋgV,-fEy{MgY~S. ,X,[8 ~~qiKKGv߿#;فϿsqhv~v~h[2l !^lZ _ñ=om?*Q Z,we]\OBn 17LSIj􌀐F]g*Ok=*@m~GxtjmHUZe˕FbM{OZަ7'Ju{tF9F{ljs,Ēv9s) 8" ,9OhP%!8IN%y#RkHJBI،q,@q4 b I`sNgwͻso~ѰWw/Ƭ瓁t-^q-rWvwc.0+c\%Y,2G1eFϊKD Er,.K.5 O~0iKo#ҥKwk#;v)t(wtǎ+VgP} 85lb;6*߲6O=/{[>|GѦ(^QQM-(EZ!,+ .2 x&Ly U /\9ml<(QK'BUQo=Z7_t921GjM,ѨT!yo5gΘѩm0MrbB8\@xIr8y_JPBP%IGdA"˜O.a4I"lMȧT'Woݸyzcr7mٷo߾ν-->_,`K*kbg\ʽҝ!v^zff&ݽ^Ga{ff2&glcⲌa[,n#.|wt{בw߽4:?\ üFر:weJ#١F,ො84Xͤuȵ"rcK]b{YEEYu['p>o)c*mv=m==+ MJ8@(\^lթHDV մM&3G,Y!9F*`8?f.Vtx3/ ҥtȦ!yi6hqVkTf:D&G4M11ay(# x_nAF JYQ (H#$"6,%QDr,aPbeM'BtFLr͛7n}$6a_ޖ}Z[/_<Yf]#gW^7ˉzNIqfXÖ<}waAċqيXe;uvOFw9ywaܱw!ye .Xoq~vV&o38/C'n!,-ؾ5V=== eՊNQ(.UTsp$mmfLQ3/EuU<,eLyi(G$#u*USNRШ$몴i")Hە6!F36gxϠ3ʵx 80iZCFh\5jz<fMpZ80&qzmJ.d ))=~u۷>~vHYdG </h hO<#FleA:A2+".I&wo|d_~ep Tgg2R^ X/v<brї?(0)::-mɻqCkf/ $]Q#G9}u׻^*ԉ@:<2%K/Bqv>ʏ-:oD[/]E2[=',-=rCFxk;vK)jHIm)1816477G$ 5ih"b\[N5!F@ UUnVjHvS^$B}C1DRiiVm+(%Il$A$"YC">ztNf%F$ؘLMlH)5!`~a@!MPą qAx$Ib n. (^ϑ4 @e9Q9. \>yz[Zp$b ʝl{;[l>Y+}|Z\V9qNyiuZO[#΂vC6؇g 7992==5: xۿw:rS:?%0{{_Yi5pvv/#6d /+087rDO б{mmm]OnV`7~S=<T(zNp[Y[W[Oh%DJc 8`MZs|GC)F[NQZVYR b*U)xr]^'M iecDĵ%B!=E:AM(TCr†)7$ ksƨ36RCl!fFCOv׃(+0C$b$q促,X@SIP̊H曫Q"y՟"P>(-{1ؒ}z}{<>ol^k|ǬcVE,NkG>{U>S <XOL^nudt~ԩ]G1Gd ]GF X@Y.a ?F>\iKf^q }y^^9lFfOf0`uu=]]VW-g!2sp[[[ˊ"f!AO3 RSAJ]J&eQiS&;*uFMI2?VWP"?“MKfZlȦ/ј,}h3GjeA.JE8fXJQ i=!FITp0f뼔L <"$ 2$J<Ȁ$((¢qC0s"P43ߘLd&#-{v{#+^;|{z7[/]8xδ;o _LN=uSgfMO>z}^۲!8la.>wu=viv>U pӟ/)$;~ۿC[=x>Fق62~Ss'z*7ee oڮՊ(STVZvamm]]m'zN;6E8A<0 jQmh(RkM@jA[FƠ%RV 6c4նJԓTbku,6T< u*ADB4zU*k.5ZCteG9pêc`˿N78xIq;$CI<8z")۩p!CGD'gd2YdH $>j9ypggKoΖiӇGgۺ{ںrw'S91oblL>F)#==ʰQn,rڙ?RKEyknCW>%o]FŮ{dtt;KYXu^~56 [%G9ns o <rp[[Mֽ**y,mjy@uu"͆ZɒM4ƫzd8|_#d$'˸RWpK*5ڭn\Tiq٦k U Kkݣ#&Z #;106'N*dY23Is+;gj٩9-ϯs %G|y~I'G[]^ 5v3J<֖N3k1#-m'X5DZ$\q+QK4l)a (td6b`,`qH/%6'MH dt\QO=|@A8-P^ZUb!*i"cӳkT'4':Os ʂ,˳,*JMZM\ׄ+sC3AB ߫T17gS aB8 ٸdS5N#/," ig2dhf'֫`$NN‚̅ F$@& _=r…&ǟ93Gz귿g[4>~/I߬F4LL{)r;$H8 E1pc:қJ5ٚI m5܊by3M׋!I"(lbF% EQu~%<$q;/'H\ (%/MS,6EEoJYSH63Un$$% ]R#SG>$iީ\7X4-diժTՙ#Y>65&UTᲒd3,,neyRJE\zvsLhp0( &`@`d8p!417 7DЖ@ ƅS 6c0=2f 4u<º9Fd _x!rn9k2 \a3W^};o]cA;>%.g@5^3ps$ GҙLcϭ@|Չ봛^ɤS| e4+bMV s8,$Fqd3F}Ud6:Fv\pZYydYVv_ hZi8*zz4& Ct0Ѿ@)6я8.5Ť:.ꂨxJ+V>NH~zZ>*@P3W⵪5A+5Yj ߪJek] ] ڀ I Gpbf ]Ihxnb&mðS2>61s:FziFx ' ?i$=!QlXw'C= =r ]0a9r/9rG{g@@zoO׼0пnKQl?L{{I7ۍps;췁a 2H:hn FUj4IgniEIV]ް s0 ,Yr!fdlK0xˣeKSI˪%yOSPf$9 R1)#8k&V:8uUK,X^S81K+UhtBYZ |򣩘MdK|ep U]jJWSNʢpQW.N;$kgg UM559I^_8d!eDk,˕nA .jr+憯 ߙqC '`\041>77Mx rLr_'U's F==C J1'7\Rip W__y_=woy $M7V}*m N5jx6u4:t$I9m7HR&I$PTL>+--h^yy׋bNJ)1YּPNSFh'kMH$FI\P)&оR "$dY]j5X(ԕrHYdYZ)ĕ0 :Aq\*MOϊJ.b0LsJSMW_8ʄj (Jr r( J67_6<NLL(U9X \Ds-pxb<9O΍om76\ۀN͌Mca-X}:a`xP34gf4`&_ 4!CCOkhߤC,NXxW}fGW?? Fg8_vAk5ڟDFLc&D" tG#}TspC+ӞilO7444bsiNFY&ed= +a^땨ĎDI(5AIdw\p \Ӌ4?#ݗcXLWZl6 *>: ,gL5MT0YYqB//Pd%Z8W㼦!jUMUH1: BjJqMʱղ g'Acy^ PeY(ߪV jrYn&7M#ЕA#N aİgp9 Lt!pׯola0<E80<]4*Ұ8x0?djx2ٓ8(\𽡞ɺG9௞%~whhmd8uG?}y?ѻ~G~_׭0>?|ײ 0=ɤӑH47 VLc:iDN5?0zXv50-iIQ6bb[,@=뼧sCPIb,yyFGj},PJMnm DffӁ':X;$M$8ivrZ5iYE.\v>vjdR܉NUY4ݩwM* S q}V j`զP#EAs(W`i]vw\.*Q׮Ӿph87 1[s3цpCH8ZP͌;1q}l ll`d1,wPi} <'C.y'vy/L aFbC  {gǟϾ|`-%( ^W8 6H Lg2PАnOg`Iac;3pՋbhT4B|YJ\.)$GJCQ̋an_"@1 m K#A PfIX,fM4<&/V}U $3H%̖s| 㹣iڇ\N|4(TbtE>;ࢪ8sTw5Zp(vw5Y^X;Ԗ 2 B*"_ɢ[يevV" 77 _ 18gZN333Q! GH8 c~8寷Ɗc$ׁFh2 'b H]c>i6=0(ž<I8^`& ̅ǁ'zg3߾?;FWO5i]F(`e~hxؘ>uvOC^ۉp&w2kUgYh HĭB9EfM%0̋R' 0 GSh<.tJd@lg)/h$MM P.+Yl ىRdưeI ,fUeU XJ8qXIUE d. NW"BMH2yPUu2;;%WxYAdZ-1_Dnլ2 o '&"H υ \/̄B!hsTC:#(<k>`0:6IcsTCC@(L:p|}հ&a>\ĩP G _8rWA06J|o}ѻ_CG? .f:h3BofhJ7]7OJw774FC}%Tfc4)Q>x^lrw|uz4iE%&$a^Aq$ _)GQCl֝eR2*kuQ d#vei!d\`QMB<*!akxi*neQk™TJ(kժXSkښ*d9Nr Ղ\UjNjjA"(ߪrR(jZak+^ 6gBƠt4n777rhy^qd8>71>>6LF=|G&ׯ 3a|v|`;Ze{`x>|]/\8̑?[G}啫>ѓYw~6 _]@'66kd T(#Мngq4A. oGGGLӇ>&ǨDKʉƛ&ώv# _ɂجV⥖Ue$hPo̲&1:E%B8aE;Y^N1S#t[Y~مQM/d,d)% & /֊aT3'XR*ڕ  wڭ(N'g"S ^7g\s|UUU'(vtYޓ*B* 2PDRUBA.Bo;[Un'.tc8`db<oFCpW4v|$ b1$'b1 G@ o' ;|A3==AB8 p{'.<N.qhheR6…g3ǟ9~+{--ϮF`i (`[=uup:cT 3 , 7TLiz^23wl_ 1K&,u(VR0W+ B)dr;GQIB$kRhz$.s, =\o p,\giPEQ0LZ ėfQ0k6s&@ &WM Ch"o7B4s<.0[P=ay ![j^IgUAԫp_jZjP5?D( rRj [vwk"zS$TO'ffBzMf/`="00;&a-&p2L&'ō"$0y8H#И'7P< `^'l㐌9X^C Yz??yI Gr_~篿3zV/u ]6'0QiL3Ydyb9jSZM1&`u+%(s),aX ݲN΍:$ q8| 0tYzNje% Ĕ;ho];l6UʢIy|(J-SMXJYf]FDvUyBUEF򼮪 48.h*".v'x'DYV J򄺫jW3OBAW A.UYeYЫjJEw Z[(Tr+3c0  3XPh8# ]8iH C G%+k GsEbpPFXoōo=p}3Pk_=㫛eX>,A6Ο"O<7 p7dB-LN> 4ǯ~g?ϾD~{5>WWW]# C:ܸlN%Ә9BFFSzt -vkݱX4$QeayJTI Z[1(&c*Q43B\G#(`,sc$܊#}*+!Bc4m'9/JIH)kI$vV/8YeɖMfFuȚ8.OȢ "k5 *ӡbJӳP(TBE\j𦛂[VB&*͛׮ C CW` )ad"# < / Cp2"b da5444:5 ! !!t@ϺVx|)Fp^ZYX\a&{燎_wdo_A,דl-S3L[1#l0J{^X09u*&H٣UuW ='Koɖ,;˘ S'GQ'`0Jhz1Kfo9X =$a`P|n:*ںLfjf͈BϷM$; dUq',;T :g_]^ 2LJ[dx\4* SдjU,:YHqR,(^WlUUU5's,S,./\ؽ[[*Zek9cCܳ0O‘dDp$*B@xA<5np0$h,`}z_<~>](Rz'܎<tL~aara200uW?jK?qku5vl;ti]G2F#`C)d])3ts&}A+yNE0*T6KP$IQ/(A+"X@BP3Xْ%ih0t;9v<_pZ'Ϻg}X:i"-lGV݉D"E_Esf˘UrN4\(S r;UW 4]SeQoZAq\EĤW*WUqV-ŝNF5xNGPa:'jP݅FdJkf@*՟0dBq7 ha( 蛈&0&dTz"=of`i IƆ"<錀_WEHB˟< , b g ݛ\Xe2:uu=~s::`dt&ax mLWJ1Ia ĬZ0[ܩt0@JL61Q!e2<BhzāϺ\^b̒$Q&)xF<}/aROlip(F'N$SSo\,Z̍(SC|Jˮe.P #/a΢\j VH1 "b2DNj%PYUU3%F)V(. b\.DmjͥKW]Cx 33hxbVA7f8j4G@d2_fSp؟,&dq?4~zCCR"Bmި@q gL1z^xd>k /XO\cs~z<q!u $} FPj#޽؝1PL;Y\YYxWy/M-/ESz(m`v;AV>k}iIBQlp(r:Dj@)MUiцQ\ΙI'q]^fK HZ*%fr~ه$1ty2Nń,ډ ݂41Ua .Vw,&% 8O8qNncI ՜$#Z R(E J"dWB0Thh`dw!b# x"h:mj$|^W4@b?BFX>;#b(fw a9ohzN<_praG:cn&''&O67$|o/wAB#d/]G&nHwwLʥ˗/,f.]:ԚXu+AM(E<ϧ(lj6YPqJ$Al(mW0v) 3!(;]B,J5q"tt:泫1]0̲՝R): I+1<+ %,v)2His'E$٫"Y hY, #Pd#HNl wvTAeQM4ϲh\-dA d-Y\U*B^[Zt nxxx04dMIHz\t L"4@S#hO4pbq!(ӫ"T>Пzz3P`84܂O<>3© z'L2].C$andQL7е7Ӌ++\Zt˗./>wn!/Zr<8/:%)ٸO L˪8MR6Dra$Q;i$z)3ŔabbmRDcᣖw|tTfz5'rTzS&a1m4|u% M$%ŝJn8!tН$l awMDN2j'%3 /Vyvmj:r)Nx\Ц,dJ*2OP7$ ,TP6 ZDJ&Wn*K {ss+WB 'ff&ǣ+$P;S2# >`p`=43c ?š~Ȣ $y82B 3g \~+ubS\lF,6kBؕʴg+ fO]tyiťsK{ϝ;x^'P(:Z:0(0hŕ1a(=v k ɆbM; rcgM$ӺLl fqFIjlnYBty>r%l^do2eD,-e@Љ3)Y$S_9qή:C·6;SbS"aK2Ygy<: ьΗ8/\ Ղ TQ(8_\m[ [ryol _6 041>66DW#Io'ft1| FK/4Lϐ@__, mܿFY 4axH=H3߰(ƥg;z%ݿ#كXҕilke:uXI_E,[<}NsϞ=w7c}R6;7PMC)yl;IKKB6l {dz5UU0F; "B/DYL/kԎ$%8d6[8Zm79y E%IZZHVJ%. 򤻗K%J)kN'kBaJ[kuI:q^b||]嵚/s,;bYdd|*:²\ؕ,jE]_/*ܪTjҵ+B'`8C3c8ut9`6Bp$\?1q*|TsʇQ&onw/obf[h]CF\J^ h[w]ؾP]Ox\x#iԓt  VO>}WO^\\\dNww~sjzDVb> ðDVG>ZQèe̅. XPY .jɓJUz#R6=B+9Tb)@QBQJ,bsx):(h+%a^%Xވ;ISz}9UH+x^׫KkqnsⲦ᧧֦<)y6Q*IV;ZLvrk:&D.ZemV V[P6jPdYPwjU jE­BRs{[7.WCk+ff]]EDp4nlSJ=JG ",G9JMpFpn-==~P 3"/*͞@Cty3' O}}O?h\mE@QN/. ֝=w9w4>{iC_?믟={E2saNBڡ;5Ӂ;J%PG'GZYrڤQ[)>ۊa%d^VăHP=#.#)jzpDa]PctTBZL##A֊90|+",k!y\tZEIT  yʪ/H5,4i%kSY)Ւ'ɩ\%yY^]r<kX hsve`UZPr͸Ò:ugfVMɵͽ{{{.]LA8: 0d0͑d8ܜΤ 3(G&ɤFjjH87Q{6?iw03D0P!y.tu3i"x?qd]3O԰=3b7g={sΞ= Ν=w칳ggϞ= ۡݖezj$`J]9xֽ6K90FGVK\}M$Ό@JPģ oyהu i%Ry up$RN4[K,);jvy;q̛U+N++9W8IQR8ٵ)XR($˚ɏr [Q eYU **YVgx|i->Wuksu{sk{ok𵹹^ksܵkp$Yn8p>zQ8 &N |AH`2Y|0Iq ~a-?1=09 v'O/5<=nXq{ŮF9 ^@ر@^?}x'u= P@ yYX@ Ʀ<-a_(bhp}}'`QӘҼţAr-K'ۊV0p!%HɁ`ز P3ӫلfDUIrݘxP"YfsM,rA%dm ϱTٵYUr$H\ BM-j*rUaPs{[*olmY^7㥥P(t+pۡ|'5J~tDĸ&TF" h U#1@`FaFH#X7qpuFц6@0vאFn2ucc > >ۊe}edy١Rg] jъR=##ʴ@m*Q2r=a><qV+iM#YUPkNB>SOe9+ju.Kh9,\vD)J!';Q:DI6$st6#QSZH񨌅 FrUyY5Y8$DI\kXy[X!rS\[qH\X[wwe8* . |mmރ o|ȏgʛp3^ rn?s'W^WBd2IAL d05D H$=r lGH N0$٭h4ZL*&s`s E~ dX ~s "LxI.Ϝ<jO?zvS[ŋAXyBKbs^zKnju@Р:y x jmmlq2 N󳭣(HKSZɁb%:$vޅ2Z 0z!fb/fB&w:N긝$bem֊Qe5S,*G|Лfrf7hES`JD\giAU j}v%DLQ%\z!6\«UMgsJyAr| ZQ6 V 2UU7y=NǶޘKdls5gwrXM6߼s>]|m+~gK‘pz%p8ry"NGg&` Ɲ#sYd$,F3!6J]4bLr?+&Nj"`S@X׫3b0\Bwf?P8 pZc[]/6AmLcw7p]$p1}$Y0B a.*aG##J0Nb1{CQXŔIF@LIZft̓3n[)qvQOA&WbMa&Ih'NkC8YNP>gPI Ɉ,8(ZUSbrUWqDayAE@)s+qmEH4q^u7rMd$fr&هO ^P ?EUԂ, riCyz?uí\ 6Nne9w[[[{xn\ھqnNys6'T^vyss1^ Eӑht"TC:n'FIFah$0&X]x+9cE8-mLB[2n2dd?O=_ '^x?4?s'ɓ'OZ.vuF1ʤӋm4|bw)/BQ:֡5rVW"`7Њ}e6;7XX&axgnr2-rj5If'{vk<G6s #1R%ͮ[;;%iERFF)i5(dI._j̣)j`*hZAP *߫:I.jU6*IbBp3I@<c<q[nkuEQ^ȑqE=zOV"bawwi^x]-juWݻovzU>xcx>|w>ƍ[[;o}zkts\3KH$3g74ֆp$ܢ*LѸDP7qc;14 3~q+&yx<l/^y_dɓGu蓧 g/_^^=hY2Ozݯwu,DDk;ȿ<vP%h%xdxOl&SR:oڛz p3}dwS״>w#{gMifmZMyq4Kag6X+ERnA pr¤>1Eu8Χjz5WZ^f\eMe%\xωvN.rΗr[P*q\^ŵٵw?|j & ߿7 >gp޾w?7nݻu͏s[|ǹ휲[߻[7淗JtVR[z$NWd441Y+h= H}r g0C+lLcp5 Q8Gh 7^VL?#~ܵk3 k4ޝ̯`` ;C.|ZWT7Ѕf :`}->{@_$vܩ)3ijӫɸd^FCXndoq3N-ezl- 9G24ITCtcFcD;bA()(%ʊn^PK"EQ5Mł]ʳD/ϴ( ^uN\p{Nqwk {7߬xY,眢 nqw>x_={|0}gw>x{px>To~G?\{gkT^޾{7gݚ7o^?o-#QLΌO~Wґz2<p8Nw4úQ>hG33Ƀjc?Y`$s/̟߬.͛s'd$4>/=|?cgOgOor:oŮnjz`deeK/ߓ)<Kmu\Y:SFQ7$<x\FQdsz/U`Lp1c')Msӛe="}42Ebq{thqev<Ӫӆ0jgY4A(Emҫj&ݠU Wvj`zJ%tM5އdfNl<gEU-ʂsvϑ$_Ml͏?' $ˢ\8V G\> @>{Çǟ}<{o~Ǐ?{7*ޘ˭~߻{և?{?D"A(G77NfQ@5qa'& p{ 'C[Ɂf/-mvߘ.䏞8m7@r+ss'[oy}xxXOߺ2mŕ˗BsSО寑{9˵:bbz#Y{ޅ(kwPdw:Z^#<]szN!DnORlMuê3FѴ) 8Rօ-2:#D7[M,W B)R8 [xIZ+?.rAH7gi{3hy3^櫲8;?zf_ _VA6`xwO?ǟ‡Ǐ?~?x㇛;[N~_}|s+Dtbfxbnnbxnfnl&48#nHؐ48?иb19>a$bXp2qz7ga7\YZZvh2-n DO4??go߸u{bWw&`^ G OS?'o\!/5L&hqtSA.up.ԋv贛}}6$x41$dBөb-&,fcMJ/@0p-#D=8*}'5sjuW-`T=XE'H'.Iz'(˕2Bd)fli55$⼬y8OO~u_=vwƚO{ܽ b}ǏϿO?~_|wo=ǟ/nm^IDATG $ṙp$G C"ÁQ-(Npshp|csׇQ=s0<y?PT޼r%2)N&axyo[>֍zyk_^\<[wnwyYW뛛K9q2.PݽFK>1$v{@ L$iXF[]E> .ʒ>Ry8yj;0>'^SÚFVWzQ4=&`촱$kIk'Mt[,6=BW<oL@($M qjmdΖ٩R6|C!2$/36Iŧc6+N>GBaDp 7rcC>xޯ~/~/:/?{{ksWB?ass#VHpT~0iԤɉPhnf|bik77/k/oo.Cɷ&֭׮ _[ھ].bys˗w7> ˋmmp~e%ݕ:Z̬> ;o |P&J٬j}ʰM&vx[[. eΟ(y:<Z8%<VG KZM&exkʋa9K+R&Z4Ј3[|81ٹNMHQ 6z#;q$P%q^(da9.^yYrS9:O$ rF)'z.[Ŕ5Çck=zW>ݿ} >xNv| H??_~ŗ_◿/p_|ŧx^9111#Hd%14Z0ڦpgؘ]ܵ+{뵛[mKpsΟ]߸~i{{9?28ZZ۾t}y9'ͽ͛lWf_~vN[u_[Zxie{1ӝt`w; ӗ@F$[*Y:T"٩g]^ 13N0̅$|8P]ΑnlaM6l7Yn/q]N_%y mu r*S@L+;:ʬ%)㱯‰z2;5ӱөqdf9P<IeQ 8/2a]y/b v'ْT 5nG߿wѣ۷۷{߽_(ޅ&n݅ r?}| ?߇n{eo_|O"^LDWV$ #Fw$ mrtLGM$kM#=t wwiq771n ~QĊPXkWZ}4r]%0fs[cx%qIf"*(+3*us鳷fwikV$>ewE>kZ_zW4Y)݇olWW|>??x~\<z=>fV>g/ePIi& xwF(KS-&-3ovv}6ucq;*}?|IǿǗ,v)zL'o~q[czևK/-2fAj:Վ42Y{'RJ:t%g8ЬXl. ȒYc DVӽ1NQaԬ;MA5w^aD!({{i4<a3nH_"%H EC%N#^///۳82 ~]_<ϟg x^-V??z7߷׿W]^>{T^WYYϬWo>~8pfo?zpهpu||wv/gfm8oLǧ- yx-?7+/O?o_x(0VapK&dI <Ur{jӬfQ?^ypٍS7~f?׽ 5Ywz_5nLp!/'7c>#wxd+h:ߏ`>X'Mqj['j1c]gVאml<@lT6fP#utcV&|G@xê8FqN悡&5foBX" }zk v\N,A|9<acTe!^^^ ޽(eG~;8 =JpWU6^:AOI>+k/ąxiۭU?}{ܝ .3FOe}?:?|po~>̿7=|<3<'.<|<p'{pNJiI~{mm0dVv\(]f2B&|pf+m4C.of *&JX-0w:ð16bYϤSũRijqjjz0P Q0Oc$X6Xa |`$Hzf#9R c1~:0:&{6R-)GͷFq8NG'K YәoGPрj즍hnPt? 訆46nfCS.f<;6|<26ZB C:O|>"!&2T;(+|zx+(qWIisbnwN<Ou˹ӟ"?d=hr?W33y>W?z_Ǐ ;e<zvoooŻ7 +%!NyZlmm-w=~TP` \($&}Rx$_D+_*Taorz<nǎh?t!R2Ʃx *jT*-Cs]\l~ƇȪG^</n|Kg6C!Ӥm7n/n?MHҙ)f=w2X0vYƯrҏ߂o޼CMS xǽakF߳.[C\f!lK% LݯeI"p;F1s&[Kc1ia0IGma0$s#|Gk+X\?&,݋?^y-Ŧrm~ÏGOK`u׿nşÊA~*"I XZ˧vwwwS+Lje}%]e C|]_- oۋDZ5<#qaxq]+r>/UI &< B,V(Хw0o 叭)<s<<llBh iŤC` L!>N>0!SϞݘ;qcoo\i#O>э8 l|L 12~)<sDh#8zSkFn/#Pj4& `Foۺ|bt$b}s`0L7oX{FUt!K/YcH?hxM)zN`4L&37‡yO`s3ipqvko9 ^`#IUuhӫ LY]:ozTN.1y?wOO]~#Ev`0dQRH߄<;|mE[Af1gY0OR7S/˭UZӯosB~Gټ7*>13Kc ZclR[[(dDBHR0S~?L aqajqq8ȱxe*_7(Ĕup(dJ!<0ŭܼ,?OM߲;mO 79 6dmumLX xP`h0Ljqͧn&t-<{Jt =,m4'/AG$|I<p}\Ӊ G ;a/|\jhHKbU,~nbQl4dHjddGjpJMŢԔDQl˯ՕWWuٛ7oo..޼>kO$r'vSQj}x4%I:zW5fmd(k5)5Ţ\O䮬}>oP@.6aw&S(IaW?:WVgOOxO?y?]4D?ܔClMӇi g l,V׶8X3 E1۳= Et4Ed2SjQ >x/nF5n>01I`_BFm0I2q[xr:2766Le6SеXqk޸{@7~T;D0 GC}' f3Y$IJ$^DFG{ya5h1Q FAb>]U6Q<=,P;`u8qR(TK(v#I:j (~E𩿒OOYq|%ZBuggdбY|l EmfEGɤԸ볋SI%-Ä0a2y.yxTLFQەr-Y ;Vf<E)dU('<wT닳z A{~;ZvU~rbc,9ãC</(&8<ea|e kk8ͤ4`ZyF(?l" 0#da0-8 ɧd&n!XWwqayΗon\Ci֍ [p0sdO=L$Iq9Lc(e0l ɺpXC= rAQ}qF#Tkv;p]1q#pyn.8ܟOXF͸n7:M&܈O( M ddZ f8_ Rjpvq&bTgS|N|pv:ӋS8[]7E(ldX/Q o..NySP_Ջl3K&\:<\}/? rAWk\Vk<fd2|&C|a&TdvkJf(_Jt~ׯ|Zr=nzn!v6vƲg76 -8 eR&ZBގ1H L(O L) <K in~>I~aaNf7wS WqX5+kD ~ñotfFA&a`uo & ӛ@h;p0-rjtN^VܸF1-I̅s_>0S>$\({! |wl%:{hLns$TKmUsl!".=)u;={Ul*k0O@a]lʧӁ,W\ "8(6dq+uxXjeq saӓѫSm-f-ոɖgS10 W" z\euGpq֣QGG٣dxdMRRtR /KT8+^4PCFpsrxcv1pݎ bZ~;HP$@AMS~OQТXє 0TbL2<C1/90M={6=d] Ó_i'q[7n\7uffLkG]5·G밹zdž5^2d(9;jaFIj)Bq I!\9q $D(< I!tnǖ"Kx̌Ó+7,.d3b-4NI^ڝvS5hH,WBv抧@ggW^5 Q.^6ņ(u(J۷`Ҁ,6NŁ,bS%(+ph@bޞNQ)y.I ?*OE : uY?q;Amo 8R6HMkZ3=-m6|6pl ٬5u78;b~&7? {@b׭3LKrdΛ4;t8HPNq ecx:M(P~F1Wg}','77a:fd9<ڜO3EXMMOOL-..}AZ_kA'i~_޻͛ojGu:-y̎13M7C׿Ў~1dsZ~G֑IK6old;vddl|E͉rqd >Ƙ{A4<Vk khlGMӸ7Ä2 ώtzI}$L8I)Yn%T)b!IR#9 Φ*ʃ,5&4ԐoQ$IR9X;ȳ@.K' EI|(Ñӳz]:mI'9pe Y͢1a44cǩ!~Ot3= \ś~Vk5|V.lrYGb \: @gEO0)7zo~2-v-[hvm-'(!}l6AK,N[ Ō8VTP8?4ͤӇgc,0rKn& 0|B͡9j L:SZMMOħ`'OX ~Ўv^C!+707ok8G펍kߏ)sdi@=ZƆun<<,FDcCVZI괃*' aR/cѰOF0PZ֘5Vvm}ߎ<}~ʆ7}topo.c!Xz8F(&q-0&wTf#۞ @Gov:\ņLf@`aUq)e mAcl Y6p1uOadx=~2xJ<ցd(́jlj`L}S")'2Պ5cv|ج~?c{&OTm4B%3vf&(ǟf!MtW[2n&ӛaO:Of7dLB'&v!lj%%i4vhj;ILqN"41/▝".ns@;ڝN^yNp|48 9-E0h:it 0? l'lehh3Ap_<_h`t̼C0O~i{ș,*m)I g NEIl4OGFCvGt:RsԸE4:Nc KtR'K(wR#hd\)t*_r͎k ]osِyUlt,4ag?}To/׎ro//$^Sr\Nf2INqJ0 ai&}D<Qᰢ(ee 5|6J![`фvX kk,8bɝ a#w'I(( b!Aaʭ%LI'\0<5,vәijӥx|gT)^1OYTDrQxMT; Mr\T:Mk6 "td|,6g*I](5ta.kQ(4Ҷ( A IJV˛GINriݬb9A"PBizBKfMmӧ؎ZNr\YQ:,q6D!A'FCrGt^:'7$^ghʭrY)Wv)^v$+Ut֬%QXz]V(!b6)bknqk zPwq!6 KR8tPo&;bYEET/NRpߗE^a}*s<x`-m$c݆{bkp2˲Pra#N&<UiGr'-*B1b$W=Uӌ_8L&9/%GGMw:ߝ(݅,Mݘz6 }7L'wR-W˹\R/sՓ>i"8nƗTJ)' >|rܩVm WFU);hwFF(rN(S/'DUUr\i('jZmw:JY Ws\U@%/~S 1\4H8s"uKIy)P7Y%ir+y^(\V:, Pj4x&WEQx jy\)*W4Į—SARTj7rJIfFI/o ?3ng9()3GRKr@k|ڗAt?{ <?zLaB+*y~G8-bxβkjS<V>x!мxb q S| _*  s\/e2je| 9~&r۝Lvͬ0S'_NLLOLOO՛Z1\K4~ @.f֙f3n-E"KKn!d.wUI$~N|m"H^Y>jk!G $xR%¹\";q媝6ߜGD~I'h:f+l pq|-FNe})^JDΟ$rW\;@\bm.9ӑXJZBRrFŰZ.; -*!EQVUhQZ,X:֎׎c/{\X\}8%XjʽQ.ݘVVq!/h+gi6F4H\UZD+FbS{v Uövg׀Cxm g٧[rr3j8B\2\JD$ʽAMIU KWG\0:=qwƍ)@Di:?!157kS;ٵ's,>bд-2bhfΌw"6#6 FAk% 26Ip $}d0"D8D nlGф-BU;0Q% "$(=6AZC@>qZ|eyI D"l1FihnDH̼9ɽ|2׮vN"TGD})6.EIl,˒,%uE'a@n65QEQeQؕkR-<廼UjPKсaVVR|+vZ<@ 3^){l$-</}sQV~VnlKQ| m+?oQy<` < B/lgcDZX÷qPh:|=xr:U8.bk##6?J[Qr4'wJ׻Ky _Ujt^#2Y7{{|3\xlS!p.lf\"CPduOn.ፍe` Dh?``p0ݎѭ*ǵ ADG&HXBۈQ=8=XDh31Gp<\ZH 2>!d0L^,źX  hH)I$ *i;J 6Yv:XCR6+'+ɲ,vEm4]Q,xEZdZ4!S7Ȱ2zqqS~_씫UҭdV㳩]>y`hI))RdL9 h3#RDec6,.6cR vB2J]2eg(Tx]\^*xy冤(ܹn*3݉o?~U*޽w'L<~KdPYTxg"m#;c۰c]hF' >E>y`Gh5 F(t$AB$`d1Q \ {L.Ksa@N-> 0-T1 899Uj-Ԛ:l U,?Yq )Nks*2<2(e@Q@Ir$5brT M$L&-Nև_|9T(6kZd6٬J#ۀ;jP n:xTZ\h^&Ǡnbx) ]`cb-eY'JW)@7 B ޴\-#y^_D%5^d2 -M隺ZH=>{W]oyoԋ=7_/|z qC%4#cZ-mp̎tBArs9.N2l4  "Pc?qQjD".g AGpIzEi iZGGp\a8Asj*#tqK-,~A+&X5\m!rte8b"Ce8G_ ,.@*D&H* N䋋mVQ$H_-,{> V[VZ ׺LKS@B+.R l˴(bYZl- X$V*%eFXق*WhকH$*5,)% it:O<?_ wo>?<{7{84/,N`k1^3cݎ z d9r|$9MgهLo9"C@Q&7cHW'D,N20t>t!zLEzю '1l&P઄d8( ZQ&OOZB)jDYj4zUcM%$z]@1Yx%Q"T<8_C[%)fsxfn NQ vFv.*x&A\ΤVK|>_(l>fT $c<O>glj2 0 8D+^%R* !6AHdRI\6n17\HUZxOČc2/AIDo">'?t\d&gCo A 6B$P1L-!rd N|N$IG($}/z;pA)I&)2Hv cvRdR0Lٹ6,IpwNlf+WMUᘝ\u`ڍ&8^2O8OR* IuSFMV9r\5`/+zD%I0J* ծ{kP]%ɤx%ₒWB/ZTe `Ot:Me)te4Nr2L.9'  .ʳ\Vr<9M wxȧ҂O]Uo5#ęk9ilI=jtFEs>r\s>P`[otBU 6<IӉb1h8v_.Mp<bqACAυX,eH;I%baԣF#j5H @ $1u"Hs@Xapjv 6GGGG ;X6JM<DuhE^$uISY_z,_v4գ$ )!5Y쁪 l=r|T!UjTT&+ . |TȯZy'V 40~>"5J1ye *-|>oLӌzq<Ka2.dK%wʧN`ukM8f[Ȝ4Y]&U51j4>IOoCPK?](C'M~5}FҰ$H$YGsߒl->t6 .A}vή}9h4zP$IT1;F(SN2H &rA!Nyq65P @@%0 WCPnSj62: ,րGa@t^l[rrO+JV938ȵ^O=X+<]R|[t+]x*nk|*!|)oD2 3&O[: Nf@Q-`-&-PڨЂ)I3-* X ZeҰ3P*T[!*7~xoܸcvF7GlK#2#}.Ϣkof( FV=P;qQIGM&d4ZY`( hApLSJ$l \ d0#^G !a0 Qn1 1$a"H  ~ p:q`CBb*rQl6&L, T,UzZ绲ՃlAO{7grWx^.~O@L ޭU*]«YxV*Jv^[+]KTJ/Vj͔`5(ݔ (R+ʷ(g|P`kA2 60i53r&OЭzLz8u5!܅77]82G@#%m$b=-.Ţ׎qyT!f[(E@=Gф&j5&!J@3[D—H҇f fC,>dBzCZ@;%* @;JEv5~'0BI("np}9.IkAǀ@/,;&f,22.KeC^-Lӓ~z#T?w^w!>nϱ*h⭜C+|>8(dR/WwvR Wʤ*+x|TO8 VI(3բPȩXa`)@qURd,IHaq hQӥml.'T@AӢI+h^e 4L7DoZMV:i5U}@MU@3-3a%|N+"eBjW۴ZA"4sGQԏ~D$AN@s@W@,0t4\<:j56) 䉒|  9SReEv{nZW~ۓ~O/.Uzsu[bW) Z~TVv=wkaS]S+{33+|OVvZ 8s<*>/MKL)^|[x. ^ʗJ/-[B>ZP΀Jq!t<NJpC@phÐkfvT=]>E"סilT prR^=VrAA hIp9%KK@%۩g#Z- Ю9=0QFn4Q( 8}T1AܪUA;r$6GGpqU2/)$*jrqxF r_zy"(rOg]h\V9WoJEmw|G 4x&w@QܭD7]YYY]ٍD=Y@P⫩J%쮮WVW À;{ӥ8 L&ɔZL s@`AKPJGi p{]wg_3hǡtAD13>n0؈^?i#Z~v@ ZUNZ{Vu5`$| i3Fh i`CE`4P((* `?:UZpP-a`;GU2$s9p t: ( F#fyt!J <sbiW}"wSTfw{C.TJj<T![~6 4XV@FՕh4z/A7_]]]YWV!+t_|;]BFW+++`r\gRR\(@9zz:5t,NBH58v`iRр"p 4v*4: BnG` Y^v, -1 h0gQP@vE0`qL  Czo4MVގAETG'j  TDxuڀE ҷpSB?R5&j5E횫]sr|oJeRnW;Jn͏yWvS<|;\]YYGgf¥^Zw lmyC[^ot}=<Y]x2Z[Y]]]]zJt}ueooegBHj|u[YYYodj|e=/XZKOK%xgJpqÙ.._A7n6@ݱ 1DccfV36hPF5YZ-Fdc5 bYRq )a! F+Ywg;<,sNP,ц46鴹66U+mdY@lYkwy@Hy=GWÛ^rLu!C7u([uTB gʀ8z![~0;{]~ދ/lh33 [~t= ~[At%}03;0N F=(JixQ8N}p]ⰺfָ̰y82BAac#Z#;Nh/0*ܧGVUab4|`@R1 F'Pc h4ZQJ @@K='= $)99Dt@ À@tm3rP YKfmf x"Z >u(ƫ5x(`Pu@8X{^W )rUA·<w]b +UmXր[[P^otk!ĭG Ogfg\ﭯ\]]y<3ݚ]YYYY_>ڂo~w+: q}ee޷;;q.1&>3:8paiwo}8ᆴNΩьB@vͨ1ZӪ@ӈf̌k+-:Sxl *:O|NcbF:N5\GTQ _w`6YT&UR*{YUj aH*Jw{O?w+.?7 <8 áBQ#W&ce}e{dwʺ;=??띙]XX]0 my`k+`vv`VgaQ 8C! Ϯ=8Խw^+ ?{wkn[KK?pnjQWpGcص#drrҪA@Vv-;] + 1#{llHFMV= "7@Q D!ϕ:IZqI'0 ;;mv6U>jAa (`֠ /%`&y^ʽ7嫬uOrF+^XE3p^UU Fg?R TB{5BWCz33+{0ښGxʌYήE_݋^xa ;;xo LUɛx !O#mݻw=]u*77iF4c6M@V{7 #*) T@C cQ 4pu`쑥q<aݮ޿AMu(uvhZQ]3!]BPIҩ2DqȟK kFlrH1Pjf,TۅFUwwՎa c[9XT@*](]p?~~eug SHt UEʍUUie}}k£YkOh%:> BztvvG[Y/ уA1xљoWK ;;;wwvZP ݉mO <YdgϮݺ9n65ZKidžSZwERfy ӌivVrpY I3ь.--ٖ@m MՙKKKcQ,?0\(GVE&L0 so `DQ6B>;P) H00ǹ9.ԶyGGGd']7 :5>vS38I*FvoޜÝ(T0z0|gկfgfY/TBpFp]^/8zf; x䫯?{d^֌w;;_>y|kv}o/̨O_xP-<ܻ@ݝowv};4`WB ~{% 3o4E`µON! ( >Ԍi hK'';>:d,-`4*C\R06(j #2 aqa0#$*{$ `` n!o~^qKfGɬچǿQDB% `jXy @8nU*0Z ?@!4]ggU[zUf) ƨg![كG_}“,ك'<YAx}At/|ho^WnO?۹37xvoogbRS}3U۪ Rn|\g 2V@BFTcfݭ;c |gLE*6Ά hؠ@Ň^ZZ@ԨNp6L(Y!0( =u? S{dԡa"&j&99n;*m%xu],xjTj8".7=co:vEފW>~<T($plJ|xfXw믿z4;Pf [/,,<y2Ÿ=8zg=zgw_~ݯ/^Z]x2;df=@PvT};3ަ~>cJoB+Hݹ;36׺|6P@KKHl0;6 n*Lv]@= Є~; aGKL@I5l!:өN&pt.|3mnr&q٣d4 R| @^~@J0tWû k~|vF* ߻T@B >غ2-1 ׻upO,,|haaaz'}7H/>O_w駟~~_ݯ_oŋ_>W=G[gCՃ _l&kԟ!Z ~g9#hDTgEb$U){*E[)IeR"6luL("  Uݒ:KX,xAd272W}x߯Hm%u~y}&|xg_ 0 3> E t4Bi#׷W  9'1O"_wH (ΉC@gp HD>g񿈿" ïȀ g_c>0ׯ^ {}^| Ȉ<::zY8>>>Hp/ ԾV߂~Ub$҉8 tx(8wi'v⠶LxxmIMT)$r+/j\.'mUSU?,(Ȋ(Z:ӹL&&sJՉ s5k5 "0sHmQ\><`9OG9E4gyLA)*t{} S Q@?{Lnw  G'$?)F^  `y~~giǷ4PRԼ 04??hoyG˟-h|F̙?|>)qįW+׫79F;;/>zy|p~p^xytPjW27zDVO[,ɴqmiCSNXU;j:ݩb:WLc)RSjt:%(vvJzvZۂ ӱtؑ:ڳ{vXpÊ-{؂˥\V^_]uLܞL0Gp<tu 92 v4r`|#ͼ|i0JE퐇htw<|>tv`?-wyE tMs<pҸ+y2@zىK^C|$:'/xWc#7ǯW_cW׀8}Y}{dZpm:DL"?lQoc  َ FN{"|aڑ1PbtTQUT VTT:EQHEODUR$е&Jҡ$ e͖eM +MVDAtMԞ"ۺ>gzm.ӭvf{/)v/^p.XCM4ya|52kzzz@a~@@h$ P~B<(=FA}Hj@xNY R;Ih4/wvw1)<ԃ^#k;;D<KC! ALnZW篾>~2)^^Acpp\F;zOelHQ,O#9_0gt/A<p9n;^Rk(JNJ(TS ˒Ybi}biL2pd C۶^'tD(VsV^ZXȠ3 2zi Uan Vw5&NnP F* 0,q+};D;42c.yN4 i7: D|i(uPHq^&8p^,@tvv }R Q$_~ 5Fd'.Ah>&ω|/ %NeIR{㨌#q'^ HXI0tbʈM]8|k >VU1NX,q,+"뺮ٶlgjA4~>~7FV7*@۲\r* ^.ckTjVzT~S9 ŕL\cip䜤,nwpfi7p++D)[  ˳n7g`I iBAt@~" CLY  ^z׮!?9 b~4ء?lC ^)F#rn{0;DGN /QM 5C vڝv`zۚndE$IJ* IjXLTETZUlY+&ɚ Pʲlk&˚&ëiY}sWFVEpdVي$*J((emMJj{\&J5lrWB]<X'X$<Yu4Ԁxbh% 3HQ<]0`髶˘eguAV"E`dFyc>%}y$@'>|v؅߸ ^{Hc7 C?1r g$?J z Áhc0Oi'OtPqivmPz*J,EY$QMSౘNI=EaYe0|?练`wwtn \dpd}êTtGVKRTnd@z WT8pyfj8 LsC '3 . bss8"y6qPpL)Yard$Б`W}KyPhii)r;z>,<7?s𶶆py1>͇d^}ר7JWodrǎ vrP(I~p'<Go?v=ux5~t;ž]" A)ZR4Zt1 嚪Ŕ*uҝbک;N*hI؀D]$5U(E )ŭab۲VmByu˲Lԇá9#SusdYԑDULjj{R&mJu'' '''@nտ!ԠO4Ä(QHQC^4M:24A4 M²xRy"<ͺ~҃ƟEMh?h~&1<J0 "L2ҋ;u-aKz `"pAz>Bzgk^/ I2 F6o$͛7D/{pp1:գB04j'IԢ(x<!EUTEi'6|*`6FC-sk&-+(J (nMeIk5TQ5YVTA (2]3J0Q1#>k:pke2x&gmg:swN\nBcGAL{+ րndv_~Kô*G\B y|>/ yl ?rpy%Ǐ}}/64I Po^y7pNObG(|LW&;*xP>t~_=*zm0mZM%bZNUb%S@T:N`SM;؂:؎PF<$ (*:%"/+>@f^ӬV! /X>,y0HY H2Lnoo{{;/ݨRoKҸŲCo<؈F i x2p88;|@aF]DexL4 .x^@ w/D1рOxq&o_gywϟ/ /0Íg7ݿq W` RK'm v%;>!6lۣAGb"(c~(.ӱb:X&UTUUPm= lfQEFeMؠ "U* ufL>e ^CT,2xQdCkj" ${z+/d♓z}aΝ'7'JFV & `#k5 􄴰JXƏ:a@( ~R9 %`` րԀO6/Hoi\<>;ȏ+>^{g_|Ç2]b/6676>;}@=ؙByLţBˉjUik\/J b {ʪ$)()ڝݓ m[jzR;%9퉊"I"ˊ j{5ਗ਼Ȋ"gRzu 0`cQPy ~iƨw5,shZ45FdAj5ItfU+X=YscY5y2Z€<9qH. \07Y7C 𝈿U qGipbB8N5 v8`~lB5gH}@oީ1af@w4b& f<}Gkؠ /g͛s{|X]칼, W:8 !^QB Tw$RӒ+b*6$ONjD5]l9vmc5Qj1% EUMb*'R-WNJ@YȤWQE7/J)Cơ92eL}hZ\MG4Y2MpoP䶷' s;% <Pm1*̲)v4{BwX?iL40~cA''oM37LI 0<M,i !H$ o)䙟";h/ o{gA ?|x2KP8h GA\t:> GNS%OD]XI#\T% *r8YדtT6Tnv[DIp$fVtEtMFG\Y4"-?' aŴp+JVPRR>үɈnaο8v7O;d8[ 8ޏ TNr4;<@s,Ms~t$tpiIx F9 Ȅi,;-@@=< %t -|LQ|G@{mWo~|paCP=vr{2ˣP't:`&Pm)QPi`-bXq" "@Uꉢ!* \遚J|E0؏Xu5- u}?}! =I4YQ2 qo U> qb3ǹ#Jx!Âu' *5dyM{PaX7 d0`fۓ'E3HQ:HA0X.Be'!!ظ56aޜۗW;?x<p!L&vZgdգ8AӋ# t(Jb-6TMU4 ='z G{RO20RUQp$) T )+e:6]wo&}`L?LcdVLVdiv(=]/R)N_]P_Հm~@E͇nsEfY=yJ?.x@AFur< nwxq`jG EIÏvB#/x^NhB&bȀyA ǏD& ><==q ~xAt ǡA$7k[%Ȣy co;ӊn+qr|$RtXSUAT8':DT@{-ے(H\..$EĚ(}IѲ"A$JBV#"liY[C:DZ}Ț&H{=ej3Óɍz)PF=4W/($ɤ_8f@?r Q̓ph 0pY$8J/C@HQ3 A#Q04^k4"sót 0>x\ 6psr^~QɎ-M€?@ )c$wNN"AYhqP(tVU^ӱr*r9FBx: ̇rLӢ$I(YZj:Nݩlɶ{+CEVI/}(H">$ƌ62,}#绻Aww|DRNV;mv.Ue2lrIY]J_}& a,(oAxH`خ&t8MO4843aY~)f'⢟ ÀpwOO\8ʑ&4 -_*MOϹi$s <> /$ߎ)Zz>}E/.ycL{#P&)77nl<n?5.sGth nAGpT|ʙX9MDZj[Lc@2q(^1VEt#CʒlUm[㹜*XZM@j5Eӳ6d4Va4e>g؈aY\X_X/Jmxn|Bό@'kN@i0<bd<4Y%h NN>̓/)7qa1$tCN$! }YKGؗ"Iמ>]wd%AK><}X!N@ox_I)ݿOT}oO?8<c n[P+g<Xl;#8,7$><F*8jk<&y@dt1UEb1 #lYL]S[vSz=A1ULj ZM?2(odBmfod&W7߷a6I j-~+.՝"aՅd0C<9qPPDŽB++PeQ pϲ<NgP <nd)P 8 i~: r\g4q+S,$.jAgˌ8Ą[[cn׼(Ď˅O~ϟח:u3?yq7߼c$/p!lH#x*Zɐ_+?1A 24pOLs1s+r@~8.JB[툢(J[=@xz$H"I CSg!alGt盆EF&AwvnG"iMo@anNT7h{K2۹J'WX/p s{n/ݾ v#b&BssM݀{neS`gax6`ɗ?c?Vix3O Oyl-nאָk@%s=3!q*AВo@: l=}o}h@w;c 8 ڐy?r _ʱNox|Iq c[KxŔ*vD<NlD-2TVIl`rf`$EJEGt6ݼC^ SeMt1u]^(|wA2_U5/^n;R^[},o!@ҩג \ B]q~Vn^Bq~EM!00  N;?=7's`pi R! A܂Ops. 6e8<eL; H!.dOp G]r$g{%>:8C􇈃HP\#@bwB9f[H0OoÿPX,RrbQt lfN P1vEOQĔBk"gOe-9 5e4yf$@&4F2~۷ i2ճL Pmo2LsRCx@1__{$ip++@_]`@@ mx$iv`秮N G1W ðbDNBd-Àd&w/L4fͲnP ^_! ]YR>[6t 4H8}sCEowԵ P%).}$ oc@8#niUMn,*h$F?N׮&5Q䞤R)ITQLSdEj貮Z"3L>2,7MdʿkU` E92MkTv(*zm?pyTZpj?Oic?V8S2iD34 05OQ6dYOt4GK?Ga4LpY74KDIu#h4wvְ=k,qޥH^o~\ߐF4q0Yxv~իcx͋t"fVFǓXՂJQƜI<1Rt8NaETUD:AII0۸CMTAj]mifN!ҡhtӴXeښV6|̃6\g P~&r˔s۵\ɍAAUoV.0 {r;1h 3SS?'ifsy3n7YD O9ҝҼsvPB#n3p ,T4uzh {Cd6b{pD"'R3gG7ߜ ܇4=U o 1ÃrE|4<#q;i4zxEhKTDmKLtPIؚnÑ9%1UYlŶ+h*= TnZMd07MwჼePAUv \o߾E&$a䠛ltM-Ț꫁zT??QN%p $)3A`:cr xVH8s;D1 vaqQshL@st7 ( xnΙn@yGcpʌ쉎y& \__Y[s^#| *>|<ǘ`7q \ n-WNqy^WBAiUĈ}+ݹtj@ls3X(AtJl mEeO&pTvgC]m "Mzk M]:d|Q,74] Hfٴp Ltty{XFm v|?7 "u~oTd[: eY?hr{Z  90?Qz+pNSS ~P `w ^AS"<5 i"JœHP.n)Í,qp8SDи2v1 P @z}|d޻91!؂vd/^|s~~pP_Ղw`x |G9'kvH-bV& Ĝq\I<}gQ-S(SEQEtNGmYյسG#sdTd[Q/4]?WL032@G/~6~>9H^-y{r waVLYL}$G,7NN@ɡmg}=ؤc(<ma~? ?3b7%xzk@ܜeY7d vL]ùAP OZ!b@^hOi Yfwvvv;c l |}FQa$ի7x=ߋx:綜&`8҉xeg?njbz,9v#ek8bG`:R j$iTURiQ5!IaeX{ _ڶmKŔt{8" rVAEH)Q΂auNb A~x6`w `kwp/\ bla4?T*`nߗN&1.L ĉ<. 8?~a6)raF@Yr8y?Y<t939gs 'Qpyz\Ry"HV#o{k8yDpvvvyÛN` |p!/^]^bC[H-$X2j,iH&Mh.UO7\T(dVȖ*mhh# c =jlVF50!˫?b@S4r標o$|\\&0 ݳK3@`5&|oUP\p;<ef/.K1&xlE>J<C&k8<ON 瞙lw;A4)rt#tó/#V9\(lwS Y9KF#(H%[[kkOATKGk_<}|)"]91Ä!(q@/f66FW=D{qonЪZ:=Zr\neʠ4ҘlSJ"ɸ$btJLQ: $ UId[5A!G{JGC#={P͊iʶn5M`LЌGM˰v<ێo{ Dҵr }3#| b/2 wިpZ0 ̍+#ԁKR~݃Na$gpǡV#=>K (fͺ%HvODžq Eb0wf2|4ìP!_8~|1`8BQ~A鈇x<XR=Z[_C.%%Iԥ%Bc?<;;1&ԀqE^=;=?q^p2Wq"2Y8.=KcGB*Z^)#2Ŕ(*BO,bV+Dd[L"߉=Cpo(4fzv"Q۝m-bo8CFaĵU]Am n95i?;@Y拁s~mt] <c.@} #P $|*+_)&2UDXRPFN3pRkqKq5b nia/:C!cݼ?! nywii\|6 B+ O|HdRTd܇BX2F#GֶP{=Z ?w{JYoɷDdDRs0$|7_o9=}q~p<Ar.$gT.`ڠOt:նL&pk qܼV(hrZIHcPR4Mʊ$FEC%u:f"=}dpw6c"_@q+Uh6>ɷ$/|{rj1 .25YZj\1Yh' @X8Y=J'$/o] T(DNrs3̠4qcra8 <Og1)LM9(̓fcmٹt.̃G9rGy|K+wɹOg>JTԃ5B";$Cڣt˛_<wL0(s,<>'%w ᎏ_r1ĖH`\HT;j]:SYTUբ*ImUʹb۱X[aT8t:"-0 u[~ْ(JRg9JnT@969YIˍF=ҌlX1yl9w$6v]g.י ?u|kqlǕEشHKg2zT/2t鏴eۥ''UNd8Pʴn\o”J.?m`Rc).yRB]7?^O3~{n,3ɵ<fil094)nmT(t{b"E<[' yl֞om-=Z~6n^ c&>~Es7yAq*'2-bX,/֪`)'[6=%Ķx,KmIUU4'8|m#U)IT%*v'Qmۦ54};7W4L[ٺeU*,'ᐣL7ZV0F$|wu]&wQ~]ggc ^^Пl0bd&cMΒS(\%`}Ric\n3B} _G~@)<X(-BuEv%ݥÜYa<ɲ9aʚq{4n0 Kr~'J y<(Cs:r.FHg>噟*B Y[ZSϟ//p v|w`Ar.Ǐ=ؼrbBZ壣S^z+k^j֊LZV {Ph!K0t YZ4a,Țmgvө&5zNO7+C[^oc4v>8s& *YFrn2ob%H./.߾}wvy1&gt.ƅ3?\v (ko쾻mXUfaa5ACG o`ub!%=y{}~igV8\F4q.=7vϰ<;SQCY om~R2\4ʻ埚n<O'sl$ N{QRhu|6Eه0g*,.. !}hDŽ=> 6Ib$cz| Nǖ,9WPr$ʅjV۽v/W4MSGFQv:36pSzBT=UlwTg-e!eji:TW#Q`~4V8^|G'vgޑ3wA7"f3Mf3h$Fb~& ;x]s,b]drpAH|<[{ۙOAl?S˲ZB Y'}ՑSt'.XR*̻gE9ͳQ'sdQQvzϭ"F4JsTi bf3^Aى'8?N୛Q"x%: pѣPŗ4SG}> WQIDAT ͎<K6?~<?O}7o~Bȹ$mMrO lg5YҮ9i$긴gҢ(J$I`qa${x&VDlk{G4ndӟO}~'XPiVd%l懲,teXqN݋wggggdrB$A|Do>۷݋3WLv- hYSE+QtWWWV\ndvxJW6d] dS*ųQvܜ0D8mⰩ`%J<| T0^8`R RrYB9O9\[Y AhH9uEDǏ1qק/_~}/_& Pqx$ؔ5V@(䞦:( j1(馮YEŋEU{H6@iR3=IGbt5~״'Ro`/o~l6Ńd#FJ>vqvyy;b0^5QwAr798;{?6)?L\:Xѳ^|;S­<L8,}Bڄh97] j` ˲S~P(aim}+B}7ɢ1$n<F WF bC(4MGP#P>@yG}52yϿ,H̲sR>}uoo;h^L:qEܣvJXMumAQQ1ULUb*4]OVókز r\M!]Һ*=7F=+~eT5LĴ񂣶=CM`GD1ݽ}Řn2`>uɝ\P 1}vҏH&&tYTM8XN&ww*pxɺctYbҍq+7N}@ҏvE P҃(8.egh 3D׷S dxK3 x0Pl#,M`D,4܌JwfF<`~yNk$u?ag]r7ߜ݆ҿ|X?pfNKP>V;5bd9KLT۲lD1tYu@I&JI Idu eUL>Wt%`KFݼk,F? A0i+#?5/aV)69}dYF{qL6F3|Lo@b0!.ދ L%j;G/wAnwXp(lx=+I4\kO $proK%O1h!FQw~~d<4ey{wvC0)7OG(\x9\&y|/bVx@0 sF(+Eιǟ-Ϯo^_h:Ĝ%,SrW8?&g_"}e*`#$'jZvz- =EdZ:SN2ea϶mˊݳ5EcE( Yb#4, KhT( ^R*Zl3၌ o趦pdS\A7Q߰6*C7g>U].$%w lY;J%+kVL#[W ,ݹzrpM}Wد_ q`YacQYzg8Z (zSlv)2ppuϹ* TQ'L4rv0 (&t5--H$Fx ~OA?>^e1IEy 巿l"*%RY 4o N[Ю BL&)*lV>%RxG1A\#/&=<AQFfѷ*,tL-bgkC4XnF'%gAI8 >{7F dm4`AAƳwć\"7p-֐.\gE h +MRCdmQ,- AbZ IeFF.-(ŝID9 O֬?, 1BHa+EEBPT$D. ǁ  BKޝr*/xhnֻLrD f'gI+zyv^z<>8/hLAnDRۂ\Ux:^]͔[*;E - Sײ |, bVPD*l5`@p#hdZFw`IXuNFf7(kM|ȏ4I@0͛PC]>;;#|l4nf..v/ M$IjY%>cS25AƢGk#pDלzBsQ+=‹[~&쟚s֓^z,?SE"y(1uh ƅ,?`yy )hy*"(`Eyij"GX?7KFq]^z7޼~sNHuR"^;T,]? 6МV,%ieဪ3-b,WYVpʇÐ("VJmgh_wnf7cy42#0M׋a|r0\XV.s7+ dK |  '$<xL.<#!hZ'?b;HZ^*V}͝xp )hǂN?8q,'sJx1c] Q'KM q!Rha\/p_D 14{/ (<Cy( @QHu癏pc &$,a} Ip gb;ǑxE;;>/xdysyvst/ /#/ʉ*N̘JE[VR-ˤә81HR$$ Xw5 ˰`=*o7>'q.ZG\s-k0޾ }Ҋ/%.n6 -ì2f>HL6?ȂF_`/3:Lxpw|wT Ӊ^{"5-YYHybz'$$hMOMa#< C-nwy~M;33d0OWVV<5_sd];snr~0*JG934?[< o 㐘a<󔟚Po*p%Zhk} uHEώ]2R!nb:eg$2ۗ/}Y'6v;i()divZz;RT1N2uU4G[?+?RѳէJVG?m-# OqT*M3ƻY9]wO'؉\2 ϓF)ɢ] ֒ɛX!!;8;s]M"׻wo@gЉ\^-Kz~ڏ4 Yao3f@RN$SEfj&Lyvye,ݻ7ŃB[+[a.bOpa{dGK‘JBr;E6sx +P ݾy(0 lv0ZC!Dk<'8Q%/^\g~d6sO7N_~/^x <JO"Gugi~$[5EOzh* b5^N$l4L1YAe&c57$yӟf>E JObZA2߽&57ɛ | EJ]gxEMsvv+i6v޽x) A#GGP^$N6ym'm$9Kzpt80㟙r#dZ30p򸵾oWb;xYK23? J+<!#4uCc<R E9Mb:C&ϟ?b<YK8/g77N_*6\(E¿ZEE$Ք ,٥4(n@^aZۡ.gqdU~3\Gβ\q$`|h8q~F.`[\ ;7P! 5Hv`>v>H\ w<#[5g`q"9Psl'`4Vi8kSWZɕ~~2!GLm\0vISSSS Ab(OMg>qaWGŭӝu0%_>yHdFh_`,G.q<PoCyikdCP]>_\,D$ c3ɟN϶{N|pPhbzUN8NQS%5EC3bM*&fF֏?/~4GA62Ȓ=MjrFc$ >4>]tlGl~vo>8S^eZ`|y[$gfeo5\ ȝ!%%0|r{q5do,ojZV[=]_=93=d@yp Dz(~£1Q34c*T(ݽķŭ"H}?!s=7qNPۘ> ]ntdG+Wy,o/ߎD'F;k;xd$c}AzÇmXxכNOO9?x[_ GN꺩kW4R+RYfC=[obL<ŶY[[ndYT1GGM+&c- Pik,uTMM+9;Q5L Y~w`7l7n6Dt-Ƕ3?^j$}u") @;4A5߻wgC޽{K Dp+|>$+!#bYMB}?'}*5"D||&Cqn'B"< nNjgxf*ZZ \ߚ-jǨߏ`yOs㶴5D$xe$ <&{YqI#:Fp <orXYYCFh\s{~G N I^STG\l{[l< Bee'.T%QѓG[Ȳ*J:֊:j[ǂE]DufZlbUY) 룏_V>${5r!S]4y5Vu9#CH=YFɛG͟޺|M?o9i<p#؂Er#$H<CH.n@gaMo$4_+;wVƶqf{fI h)2Z")v"Ȣ -˭Н"e)&-BFͼ&IJdXI1а،{zq~`^ ..b݇_jt9w<QqO{W;s?O`W08D?)ɲ,˲8ȅ%ZeR JEaUf87lTIVy]%>ƙkD(JicF<QNPLPk&4. R`w?DLL >p՗B_m:ug8sSExJutcctbZ[\V4|o+g~7o˿@b7zI)kziG3v.mG3L043L2@JÇSs$Bwm]R&n& It877Gf ,B1r{3шq2qԥgH@f=szQVnOl,_|:nq'Z[$?O#ݗTCǸmQ I ,OHIb#2@9 )l;_18(["Of; 0ͨʀgEq e |0gY&+PȴL-N3ZH &:5$As< 2tlD5ٳ_>/?ogb,@rQ>O`$k93Y]8|:>1Q=;J#ќϿ~_}ߌl\4i}8)íipg)ٚog241|&s`Jd4q+xr`777SJ,L; 'X9ALL-fqs3Ү'kF3gsc}m`?}K._xҥwPG~x:~f"`hhH> NjfyPE&e.-XZ`tC5l2lC+:붭뺾(-jHG0EdȢDBIx6TASAp|X[-I*vvpRaRpccpӯ~6nBoܽqݷ/[kb$Cg>핕}b.SloX*?U,FH[;QvD_,RooU'&M\9>>Gh{\&+pd$XgٳhfD i2ubi5==,<྅ 쒭hv`A18,%KRiZ;3X"I"H BI[\t~6<c+?[ғtgy\us .򋪾Opê";,c&@Q8N-#JP*tMy+lcqQ¿xoQe) h dz?NT+)JW PaŴLTTEa$#t,j8{.eF3φ474|PGj<zuę~ovdv|olп[=}:P 柷vn Hq0)*5w)jrh&JCrLݎ梙\l!uf7'O<G"~,=lJ(7wN34g@ú@m1%9xZ(%D=K=Z[9Q)|mRi+5U}/^f K6W&._-Jgz8c\*ES,`<_x:X˖F2-l/ض]u{UðC7ѥFVxE[ i'fQ'بf`W Ø%𞀓`0#HD>h~l(m6worn P)LTCI"]][o4Ν6Z] [," sTlu ErbX$Xv.\lqwy>~ty{=%koRTiLQ9;#*+!<Ia3HZT/37_ g-]:љ&[[_Ylf{Uo?a^81Qnغ|g6{}>p_]]]\\ڶ;6V(,+U %iV5+jض*.2:Ϧ,0DB4`FeiE0'I"-ZqHX4N qG^D|kdB>]tY|~~C.o| ? Tb1@Ny{:?;[50oϫ6vm{EHacpiuzrh4bY,b&gz5Y᳞gzzz=|'7|γRY1}c Zl$*=!PsXD׍@#<cFBPcVDKx9W*ݙ)ڛrbbK}_\JzcP'g3̵{cx^U 0+x/c[y6,F ekNͶ,PZS7{땊jƪ3v8$,0Řh$_X^E.+ɢ( /,'@D 㔍6M08@փBBrT }p/^W38{}ͷk|c>Xc#F1~1SH|0lTcs76FW}Tjllͷohk#zd3޷2зߌsDihkx[z݆/}zz={3Szds3iG\i!*%44=CaR_bgK97Wz61g\LssdJs%ğI^v^ۺ.o]|_*yw>t靟~}T=]\]]8`>DE/e,ϫ*K3mP;<,XM`ad"UPU[VZΐ&LBc8)fĀ$ N\X a*<$ Ͷ5\O%3 9ő@VsC7ٜOˏxOZ޺v{̟*RF طַ؏o4b?xR) "?Hokƾ1?C |[[U,¿0l%ڤy~?iO%3h.l?̡82,=,='ףQ4tfz\.&idimc BGksh͒^=cabzǤa'w@_t\zFXk1pkkk T3|hu|2|_x?n,8q/ cqE TNxL۶mcA$i諆n,˼ vSUU]`Y HL15XqYL" P ‚ɪK8 m7D oLJj|m Nm4x 5w֚'~oޛ߾=>1zmSژo}ǿ*5$"F"96fCR~ zX\'FB $x:0!w[Cd&ӎbr2$Ü[&<ɴ#H;pNĊGJ3s И=#H%4{!b%1xݑ .e4sνuI=Zo7WG/^Z|˗Zޚ?u_R ߗ cQ5J.yIʼnZe.+:qaPᯪFRQA)+p,`0%;aE2im:8+$X4F#/+8, &T.\8;\[utxx8?0 _y77o~Ư>7zcV_copp?[Y[=^mA&Sh' "!'H"% >)>A:ڪ?|3yQ0um065}8 !BC@HbH:DIF,CjJ3sNexf( x`ȴ[email protected]doCx'΍ώOV׷7mlK[zVsU6՝"Oa+ "]^E"/rU,-۴lۮTtPW tXeۂ!ee3LKEP#EN`0N3i14Q ,JH3 Æ:P>_ԙ_D41> ݃.oTR?Jm7'Ug'f'FfF#ֈafmmebK:3}~Bc"B 2p`H0[/nԢmD2##@yʳgJ۴1{a}"oQx$!CkAzM4sgx! ϩm8bޔծ޻7Wܦ)JJu:11>^][.z0zzXV}Ĺ,K.as}}o,ۆh\lt%I"#p|@T,+_BRCy]%# ]*n[Y(h(BZQ )i%j8Ϧè Z"aYU 2R(ø@`ݬ @LRm,xiIW~ɷdM 5bx x #7ODl^_=7::zfsdnFE@V<B%~sH@lX:W-ڹHdDURo%3sz 'd `jz1{/ߒA7?!a!&]x:%ḇ༟QQP9Ý +ѭ__>޿t./op,HO H*jD8OJI"0OD</, v!_l۶ղa*2蜪#9-'PafT  Vlpթ8YfBSFaL 9 x 'Nؤ<g.GCgQo6k|4#Tи{p[fgD҅Xnx C6IrB]e*۷?o抃{qibspEH$:hIaG! ɵFL}: 05M_ib,%03xJlHrK%'#殄;! UCYwv? &h=U.l#ND8Gm]xGĉƪ(lX&@@b;,K,Y$3, ¶f6g뺭3(f9QP i@B$JvdF8$ěz8a&5 c@-n<% 6N l@?8/4|~xxA/Ֆ>ooWW|3SX#F.U˱9 pUchw 1`HD iE $¢6 e>"9i7 kehė8J_'K%$%hGF%AELT+xM&{;c(Xƙ/_AM,hQqq29,j@8&zA 4.vRR*( eAEC((VaEE:` ѭnME ' LCICKK}Z,jK< T:{ݏ7V|Hjb1? Mb 4D|o;j$QPZE*:ϑD3\lwb@zZVWVVz=+%3\Ipmv;f`/$ u0u`H!igi=GT]r՘;BRϣ$߃l폭o\\Z|ykZ]o6ܹGFZzG <Yw`^ NQ, 6(ɲ cYNkBhzERdYVqAA%eM# /# p,fFIͲ!Ԧ2 i C ١B(4Dz+ZVkQta~6;`)p~ښA bX@<~bR)H+#;Ԡ1F%Hh`qj}{;>fތ3((g\ڴg"P (. M$Ks@!6Lh0d*J =,9N|OT ϴZM`yk$ޙ]~g/_~孭s=qONO˪=ayKgEMp4 q m `2p]Pe6әVp"fi)I+,p8uVAu( L*a\i&h :2pT{(~/*Zm\裏>ZcH6?T;ݯnɷ6k[)jCD= d+H^ǘ4'P_lp1UcLt#zގ+G :Vr!әv4ih''4V: i"*Q :L&C ,)ϑNvDŽ,%2wJ}VV綶/]7MTWt>!N0 5 _T@d92φ¬Edzbf9\VmCltmyl#!ɚQҬ(3f"*0@@D'4a1( m%Sc8U4aMSsЉDZaT…PZTYTj!l=ʚOk*\pk]'oSENbQ;BM4%y@'!/Z7 /Ƌv_/0wω: nizM#O$r-JOZifJɹi:d uN2c{}b[?=, Zh/nvOLyS1H}^UU^xr*2Xq%dNyBiNzuC(*`Vfi뢪 BNg "7̲HR<˲$L bH=!%Bd#0/!dx8_ Նjg זjKK%,ϝ/,ݽߍ7ƺƋ0?W'FOo'ZLц9^j{N،S47䝑D.zg&pas q QzrSL.NtAE0o;q:\zp9ާ3X#= 7OZ-o_#6o\غxg.]\V{SA`a*0YN2#UdNe!kӴD8RW40eUD)i}>,"q3 p8mYF`hPK P(\-<< |a 77W|x(Åo>B>Жc~Wg_ a|HT`ejFo~RzѰzX9ž#^cI $|$`L954MӃIZbi2Re<]:ԹgGEGsAbks:|nkk:X6jsfJ{=S#U#.I7u^Bp %H+ $IYTY**B*#\`P4 ZвD!f8t) ʑNu!D^b&i V˲ pc4I$b~ =Tv:58G-Ξ aNy$L^ #>"*| $l_nAnA9?z!pIAR`S rbRh:R"N*f H!r$5HxrcE 뺇Ɔ4CMF1<'<Ńlyέ ͸\NWMΔffy ߹Lksmbkso,/o9sfkcb|mgW}u1 Ib|QKdeFd`Y^D^AL&l@eAi. ^@(H>Y320bE Ȥq%(Jh8^+ji@g GqR͡KK}t8ߩ|t:GKKyb jw~KGso1*|c t͎`du .kQLca4r1qȠy| ?Ulb L ?L,5~XWqkŞIɨBM)/sۮ݋n l3 vT8 ?I*C$%z>1;qm,Ɇ;|%~PZ4 U˜EvΨY )\jy8Y92ћ"LPH$*!5(^LS帲*f&42*nPTI x&*jߚp1-+¸G'f1!nx6e~TGNZm髯p҇o,/oHl#{h 'q7}]UH$]19"vN(r @EMﰸu:rfrsB7M#C"umMk%ZV.dߏW'MmoO|t~\qd7 N%dYV'('K@Xq2'[BZb˶pXfzR0 v!&imA G`Y0'PDU8fV2&W)NQ!YRUB$ ¡0! Kt<k?tyy̹k~?XX7>Oi樽ḏؘ̙3;h&#^ԌH"$c" 8 (Px墴v( QzcFi3^і9O3XBGLִ0t1$#Ě]+5v="(=\jluZNW{T'_20̩!da89@nyA("-1Hdh^ubM0WL2iZ"+?PnM#y+SHgiסᅅ|NgT[ j_h-ףoc ܚ[菖@焄H A^BA/Wċz%Z(RzE3Σw6ȡQ'<\".$ :d!NĖ92̣j7ۑM\پٮg,_ JAI ʴ4ݖ 7  y) JR@Iͩ*ئZmBlQ*ؖeZ6ԲeXa6c$1^-SAMi-$h*idi5iVY9aY6V&5`ZU:Ng~~ii4Rէyscڷҷ[[À.ks 닇Xjc^Ca__FD))ĜBJʅ'/R\rs82/A`E mnMנk;=cS2i/ӠYyGʼd"2Q^{T!mv53s3CzeT08qk+]qi17EN H, Ȣ%2@ BP0 r.@ 6LBPXQPeeÉ")Y ,+xlKL+B='$ kP aDBI„;ᰞwxKC<8ݻ|.E5X@G@N @d`lDhk).1of|b$s[]]M1iNJDaWJ26bH $]M>2GF͑bknw6%"lpRTNjoqn\u ee1 )I8Q<ǢEECU2,Uq)Qg Z h[elҝI e8&8f̘@M"6ԅN#Oi"}fc @BZq hL'x(!ES z%_G?<<xv`w͍qo{N8q< B2 u0y6)=LQq`ju"]c^!z S:) *Qt~]E9 ]Jgs*J簃Q9GzISgɅ#[JZhB+[)%3v_oe`e'C4{L``jS 2\ATFaؚ lY~*(,gAP,c-$ @ޑ FD2c YqBK2O=ž4-S %0#V¡Qf&~|wytkfswwݭb1G~ `O~˃I @ω\$I\S8b=AoZrbz&+2:Ff9qvzIR,6#hVa3sWư "'TU%YEB6.$>.'KJ<rVPƴ2Y`U ]Whr6-5Hh0f2`-p"mdap*ȪLNҊIc`O$ ,}C3;T;_vv}|fDV70#(s-Jz.9}4?M# L9@*! A4aRņwҡ 3qNЅ  $#^gM a["4anz:tJvѳR<7㔆gJ7Q}Eԅh1j[8u'0%r<y2@ۧʲ** U892/rȪ,KVB2jhfj8b,Sa !LBYF %C/Y!ˤq; N͒  M05h^t:J:<<fBәՖ?:<\Zj6kvnܽA{dh| }1[x;fn0#ĂNk]9j)BK(.:}L&PB`|v-灪joh GNCsTuL;JHfݹ3S sWUJ"#^8|uLmqmdvZ09|WOdN氀q\pv/`<Ng1-AaTYL,hJR,[ PA2ƇSKh c$N=/d9)R &\Kkaj$^)>$ Ӻkt Jxa3]BٳKڍZ޸6:;{ p6p  `7@-_vPr }d)"tҎc mа&]ss$ m u=4D%P]+68Q'tBI燼E:tK'3ôu{{if6Nl%3V=CJ=W_=y7XT98 P˦`jfy^b$r(,3*c"(85PMbY iMLP$:!a/\Za4c(FEG. 5D"el,βd|'5t;|> WὣᡡN׷ѓ\>0#i V0$G{cݠK,DNHWNsn8rݎ%CGVU$Z-78!SHSr36ߒ-#H&gt̜; h ?{8L@^@@VNe9I'Q?U9ꢱ(X, 8 훢%*$1MT @ Z t>S0 p*p%E`pa)t8w_{Gzx8_wGD_[Z}o_qq\oUW\X(xmϋH" m:]ak)_'jֺn=in">d/~+s85$n hSQ!OHVDGieZv=i2WRUUVUFU1B8̤Y)(ISJ<˲/Zr,$f~q[e `JF4%EQ4M3*^sw~/`-9`^^{zlbɘφ ?n谳[k6uܨ sj]\BLzi&8YCZTF9A]Ŋ"y8LoCs٨q]!kuN&33uruӨwuh Kt48@=I%1O!='b$,r(érYi1/J8)P`q+#۶4,lA08 3U(Xv"6Đn8ZD|X_u= 4CƤta]rJvruy+{|(Hh-2P٭ w:7wubEe<9 Ӎ;19u)ybjCyHOt@BdtS`.`Fr4sYKmj̸,b|hB.ʡh4Bs$ é@ u6C) FYY.l, ,&JQmDYLCyYtҘfLKadFPcL61T΢kS aoma!<+x\k5*Je!\ujãNѣRƍ7}?՛UgEخ71 ׭O \"rKWbHMUwD[t(KѣU=gA'IH^n;$MTWbE_8y9CJ@NX>855ʜ @yIe˪`@QD*9*ĝ|5%Va Sh8;AQ8qD2c8^xodꎲs^kCpX{tyxT։.c@XA_e^тЉo Wr]ƏEx2AZY&|qW{nJxTu7:zȉSg.d V($/5n897S87b[ VXp(Me "W8 4,eN+ˁ"+@  bMqVFjv`@c2dj-K:PyP4A+J8< Vtt8V€?Q*Qmi EGG?>:?7_7g66NO}4(Pc{,WIݘҘA#C⩉؁RWuEMN]%ЩAŜ&H2tR^sdN"-vN6'KOZt8940S2n4WE1@ȉPd) pp<KWAKԲf+<]@ ]\ (C[MLu&Kj%l&,1DVBέ Va`Jz5N3^%#` xl<gx#Ι敏0Fw?aVV qtkx\ɠӶ<Mdf<&h@f2ؕ81d7y=5deW?gy^+hpe˲,qjթWWqӥp#>:BH`l8T0٦/L!dj`-[ A tFaUTIB XO+'(-ivhB֔4#88)N_ 76åN# wo}MN̎twm`pd5*[%z-bɮ紞PW5Tcࢵ8Zc4tR.\Ǖj2y$h.d6C ǕTVC%\T )̹u8~GEFg"t,RS@ BTLU Dc*$>p1Rm!m#QhXrpJYijea1/l6KhȂW`5R 9]oZVSW{x|Ns訒o+|;z<z9spV[h~<Jȉ'psH{wn@ya_%+m%܋FOpbߝ=D=hݠ9w]bis(pdj2zdrOwhv%QRJJv(0i,K(rYY$$TnjfQ-szYEP4**h PeY$,+(i]&'lE.2:m0i%-4D"ɲl<ŝU}oyrT);G:Dxxxï7R#B<1X?Y| <?$`|]1a1{`7i cޚ]U:S<ǑVve/b+.PzV!96;\B;3na.q.ŸMiZe8Z iHѬq s"cu~KNnn *[:X@lu 'J" ΂9ͦaT JEt}&uM3m[T*; Je1b =?T*p'">#XGw{K˿|ݷ?xVcruhhvڹCX^ a`{-%1GBoĎ;&ҏuckv2ID>}K0vӆDp,}ӎΠAn?1aәVdɁ6ˊX8AyY.Lܫrzz02SQ] 6 ] OfYNP4C9AUL- {{ fQ&BA(dg%MN0@m}/-uH GĦGGZ-" <7v |M 캑o2.?F |4z\SK7Q:pjc&rݚɴ# , H2\cVxɗO&q %VL9 K" Bg Eg B@E >XmprfHǦÊf8!l8-( hD' ){͓7'''㓓lV9Z׎*jS BGƻ樃:CꅟF̭[oߚD`--u㏇4Z prbk]x^M-bؼWB9wLHmB+ˮ5m撥4M\VղfYg Apн$ CqI&` hĤ`bVmPx-۶3 K#[YQ`.1 ^ P Qe!8JY}HVN{{+pV+GQtt;=z?wvn{˯;P"zn ةc]Cr83D:ċ8ISXc 3Rj:2w/ FW)sugiHaBP%*fwz,@Y~|8$x 0#HSS"JV9iyek^hb*NF:#-0d%ajN'@3 CD_%{{doo/ͣ d;<Q['w~M\kΈY<p}t}j3}uwsTA8Roۓv1zZ*If m1 Xiԗq:ߣ?ٮWב &dp" \6%3܌oXN٬(J<+*eSS$#Ü1 * *gYVMj8c4 d ZZ4҈Zb:FR|VYNs0x1U*Ns9<K/zo#~{fZ90 7I({Q"4W~`ϓtqDpQ f酎65贷 cꢮl0dKOXdgo?ף+!]4Wo'K3zN%$Qd@,.LWy^`!,̒PEQ  ~NZ2mC% \%A6D+@*CBeoUBG`d|2w*|>̃1<{gF<?vfl,VCFGouS/V|?UpIq߀+H=C߱>/yl5}NM&c4H,z*%ޔ2I1m+,|^xpGKZO?|o>﷟<ù8E`8sTo|ɼ @E,C "8tZ9?d SmЅJ^7 `+1LHɪC.C`h1E_=.t+SQ^Wi+FG(݃ٮ@#:9'~ .|]_ A*c GWCDʹBtxߔ/EwfĝS]ۆjӭ_|qW<?OK%\7+W`}|*Y*J@rNj$򒊅lV`ȱ*'s >bX@h N@OLisYda2yCޒԖ * rԩ!$+Akc1ͅJQN26>=8j~̓;#?;B<]e$[M[F#I"]2BuW Ruݶ%z~Th1uXi ?C#f'gLUc'(PI8:Z~Wo?>_r{}:r'_?x*0(K*rYH`q%c ,IK)pHX yʜBAgtM Ua ,Ér]F+0|ET&^3kE)D!IA腟>˗_ޙӯ m<r55jTݢ_6oHFv 9_l\mxC*:#%F#H;N̤W*YQI]v7C+zO?ۣ/>ͷ~3j⩛_OzP*r|$AeE,J1Uhe[rFmn04s 5za:Y5SQ A>߬`%B vVa}'=y H0^k6;{G{{}˧Oǧ_yǧ\;$̎v F*}CLb}9DQ*O8LpqqNuvAoW3яnNWPth3pVZnf&˴߽zzW<m/_zp僛|q'Z\77K=΂#+[jYVE^r (KPE^)q/$KHr*XNRA&ec)s8EtZI= i @%x-CQ ; /`<YͣNsoD9zzponmگ_{mco~WN_{<[FN DO{މy?d`;p5I3k<v'rn^ Awg~yJ(^YS]Ww<~q]f7o|eW^b~ŕS/''rS7wNK=UȆZ. )(NG˃e7YlɸHnFSeYȤ/K" vP lIcA.V&xUtPa,30aԤV*=\e{d՝NN<:xt/уg˯rljǬ +xNr%'#e⩏ٕ1W}Jñ&NcvΩ *ن;XW V*$:^Gy1SktNS^>u , ?<zo7_~'/K_~{ےxƔ2+ƒT̕EYqEoYRegF=*j8A0l ժh؆hG2/" 1)E#t]$*uNSpHtRY Jdo<̦0pϟ7"sT;zW̎v-4@|Fi+c®c6˞^(¹Ӹ<nhnXرqAtnQi+<^x5^l3sEBƫLJ(+n<O<S_/ttܸ僧{7\<ufaj2gX% 0y5,$)gE0 k`&creKT;f^\Y YJ2ey0| s *PQam^3{9;4,-^幱<79 oogiU?^fçO>xpח9zV^$hY?OqҘ1vӮzSڛїc܀%!.#La8 Ɯ~(1|h;4 HC2StBj;gBI YZr)!W~pu{:yK_z3M<˲|08555XİNmI'bkBiTrYZV F7 (t3PeU pβD1&|xR~iV-}:{՛`nB7ɮ<l*h;睃хk)nEEr#ٚ 9QeMq굋'4?8>W a Ae?!c^K6DQ?#cww0e#j?gp0éSIH||wt+W>r_|݃-TUUJxYpK@2'R%lTe  f0Ap*"`Ɇ6e.DhIp2e,X6dY'M^aut}yX_}{qYvqqu⾅f 5~k!+8ai|vT=/?TH_1c;#J.eԖ(.sc@yh lrwGE489Y>"ߣqpwx۾"oΟ? ,._|菝+7?+7OꝼGvN#X@,è$'X*'J$eQ,c"31 ,K<"-βqtn*0X}^+77ylGQ.;TF䱱RP%UF_][wfoɩ` H,^__ N|AG]O}zt7O8{X#EFnQxv GշޝBH5Iud<5ܑ.cn- :Lv1nadƩW!<<zp\7=rT!r/,1ũ$ŧ*p,+Iҥr"0b@e5+WYwoUd 8 E&9h"Y|R)hBE) {ͧͽx˧z{q\o|{7+##OkӏO?>M mdW^ye LۜB#aQt؍_H8-##%lF̛!ψ=fm<muT0mxq܏W)d#y>ASWϟ?7ܼ7{wVoS {ئtv}||\\@lϽHg"y˂Am(eXM%S!V5ZC3ú "Ƒ,'Dà$\&lRu](Cmgz=?}8|y|[Cd}Y[M*J, JM?^  ~酗v`8D6A3 tt.wܹ% mbmRTDD"(ü6ݻ╋S±KCCx͔R.CŶP\vli_}====݁5r!3HqK$S5# yz ;iA/b䵙ͧw5[[*i.=ϬjwԹ $3IT6.e}O۷骆{7o ݡ aI%N|\ qqe\~8ùmV?pX~2qWL(]tXVz~KV)SeE3Ql6w([ Q+PR ݴ9~*  O5 #b8 $2ɕJ%G2b^ G=Xo/oa0ǧӤ;M";IH kᬮS&N!j_ӛlP.vO78 @ fנۦ+'6$m϶i-1Q/JZV;vP-|x' 1</R<.ekZ6^]vna$~\9VB? v(Q [(VVb*Z áT*ŦR~R};_~;dfhɺaa0:'V73T4i{W!}{{C\1`8IxD.H{Ce"̖juv7QgPZ~E. jd$&~uzVFWJ9Y;Ԇ x q;}o^kۊHjT,/+[5"$L-CymFj%9e ?{`? @f1&'r6Q%DHw~qxpy[qtS&+C6[-aI&M-sT.g>-/* "P`G"E,~R Hw_ﵽow_o\9R}HDT 6CC8 D ]8[^J;F2QW 0Mk@-AܯCvlVD OOP߸cZ ޺  A-+L~zf]m ӱ3)*6}Y2_Y#t0 Qj;o[kRގBHP.d,BMTj|%r!_#Jt<ϻ  k[o4[dՁϔa覈j@oeF"ŋw_-RJ}kD_~-_oDV`(堠LQ(MQ C#R~8z=oPh޽rT@/=HRPw*]Vxq~8y13t:]VXŃGcͫQv[k, tQ;0Lc#D94tts\\Z5U$2e}IFS 4/C=?s}ɳ$^Ky%ZGyH`mq8nwe"Fypދ"1):d+& law_}({{7i)*dP `9AH L4^w*Fh4z[æLxBQPo9% LR\3azCPV.C22vŀ1tPׅ/V$T. !P"Xk:@'q&}s *)ҿyjSR>zjm 'tU Ʈ D(QU7e])A-t}oﰧ o_kIvg|6+Ce.^˲Oe{DOI8d2L&9Qeha1)9݈7qs)-yH~Yl+EYīl \ , "poᄊ)}B޶Ph1 pq28aP 6!*+#>Oivź8:c1S, 7%1#P43C#,:X;zI*7 J)pf`-Q`#j̨$MVK<^VN<%{ܲEsKYμJyQG~M;j˖mj8J]㓓d 2JAWp$![&|rՒXQd6@nP[)ei*E\~~nwj&;߸ť@~FAҤM̈́4O8...^vmo}s~S-XvaA $\$ -r3[-ў'va5ʢ#Dj ګ]zjUF=r.U!mV$zƵnmo:'V7hgp}Yq*lSUڕ۲MqѶMT܋m{nۋێw<;99 lwIqT*t]$dں֗%jZ& =q5hSg|?ߧh~_έ{rne`K V z4 Q:JQDBaSbh\E޽{{CP."7Á!@BŶ\h_oho[\-룃c13ޘo]baʂqk{DbSQޠ&5'ʹXءQTZ|Zkl^ۂmDٺzXÆlX=$U]N;4LͺyyObpxE$BxMB_<[(kjGAWc$. %o00|Ȣw~iw[Q8L+Jhyػ*K@z9pb(d"& /1!*M$(%~pP+6)k<T;t7Իͽp(JAO.q 0á}ݻwo>x_;nŜ]^+.VqN3J7;* VeկWu#itZy$YUܸqL1la~xd$<"dx+ Ubgs۶J<EWgO]8O.Ws#?rhCY-ò-(Ajz4 Pe0Tj?<8So_T١6S(Tb9IDV:HXO4C,XL~S8? s .K$Ip)K[khf81g$ŕJ(HNrv"—. d؀U_``,bAJ*Ϛުg Ϭ;Pou>c|@?[ZgvTĉ jB~o,O- DK]$B#1 àhEa ,XPPLt8ƿww`7.=xpo¡\yv.1X$ pb (-H%P[s 0T$NN:bV J[VW~Ӂc]Ø* ե|FL-:F#?M6Wwߞ{}xZPwU~JgF1{K"Gpkqxlٲg//G-fO-qig[:_qR\!5  ~u CXAAAxXX!Vx,^ 𷀘J,{4[r8T>;n?sĹr> H$8ND(AۚBT.%r)KD"r GsP⾽o^;4TmN# RdK**]1 J*)c.!ĥ/LO eRޱNԡPZHrA7(VӨGd4-x?Q|ze`I gԽ- }ųzjeV6/ąׯ/zWK}t4TJ `Ѐ)B;ggKdþ?EnHP`$?qo.S嗷]x8̓o'o;s^e9@{<,e2E(e-}Pw) Rb.KEP"EE"PphqkښBt;P青al01 uub D>Х+c{MSVZ_VǛu_~>ިQJXBX-i^&G,_gOΖ~ly8޶m9qg˟{Zyx/\իW_zͥKC"1Z`[pBP 4'~2FV݋ [1Q_86[gLݸ;o߂4~p̍]THDW 5 z!効\05>%JDbRC.^oϘQjV^@eob>* :.I]^]pE&NbtMnL V^NNY}vq*N<珿ăo=~p믿ggN=e˶wy~ 9-J_yR,X 6^pOSW^z?.-MI8/ypt7P4B mXhBt@ǂVb EQ4K{w/OwO/O-޿<ܾ;/s|p ‡߿¥W˿*Fٻ)ZO%R8's,rDHی .=[^{;E~ +u nC5ؠGtP3oN57Pǎ0*6$TNlU7lTTq^k7WV<땕xxcN>w^ⶳ[-=`d60* 4fkLM}oׯ_ϹxWZ(C:2X-Ŋ͊I3†: Zw#E̼7--M}ɍ> ehesν+]pooܿ¹>>SJXLD'8I\\*`eDin+텓BLHlԞq;c?pm*e&1ӘxK;iZHܰKXb\z$%}c*!J6XpU׀Qg}<|ʓ?_u۷wwO&r驫KKKKG/T&'!B:SܕkW^2rIvAn&h8` :EQi6@yRwɒo"u'믾޹Kgn^|ͥK.;wν~惱zuWl*OIDAT'q) E_ik޽!#m z61ј9Xjwt¢)"2I5TtUܡBCOfmE)կx#}ZWV 51r:jYWox`ѣ/>he[n=~roϟ<q/냗xT'STyhS q\xrxZj1Bgw!Av V@E) ^PI2aaJՓLzhM zwlv;wyǷ?x.-x|ϟ~o~\:sұ7NXuܙOORZH8KBP΅BͽHyBR;k]{2fA+*Y.gW]ha .ƺb]80tW_PzU5FwZYS D!#ҡUJd(($\L^:#/fg6lzl?ʣ'K<_oy|ѣMgKx*uqԕ\צ>t6xA)8K|SWfҸbEق .UqP D- E$>UX,C@`$t8Ŋ.ݻw6w ܺ y<۷߾s_\-/-]_#KəK;wd¥3.tZ` e%9P+==ock67 V=vj%PKx逧񭎮RudMԸ~s6kXo:}zmLVyn٠ V?4LT:~3//=\Yͭ|Ƿ?ݕڤ$le+xnq¸KRO K"xIrZ9/ǒ~v˳2 i8< >N\XOMEaAЉxX&%7l}z<{ywPpsΝO?o޽ᄏ?^ۿ/~ry·fq<}bnʅw^057GHmi6 s+snVjG.JjZD(̀gp`%-@E8\UɌdF\ƞDn<;GgEĝcmU}d(Qktw+y'ïo?~'/|'5Y9_O\X¢ =9T R\K.%\2LAhA7XHpW]փaH'IPY=TJwk|VzwlT-.c}+(;./[^ys=@ ABB/B̍b/|r!Ā@*2}^Er|VkՌt+*mg i`=5Ä ] uNV^MnFUrZ.~""#"t7.p*.;˗=b|r׮b4K:;Te Ҹq6eY%0I],I؏ aw.jXQ ,EkObhXgƃw]w fk4KZڅy|˕'wpyK˟--] ޿|OSš^|";OIa\9X*E_woooy^K}>iF$!?W niXT8 A Qw5OY^VW8nzdzGǎ1/bk.a:^lQǭw!ZEy~3 Aq?h~<hGASq|V2 r $R 0c/ qr!J/kš S4\cM&nb(Ehli]:APp߽;NN،}t_&3:^S{Lj}qg7[F~uBy1ëNM]9ǏS<(Ul w߿\f64; jإ\1'k7ъ] c=[̀Ø8c l_mP!5 Ds:|zU=R'V"!JvK.O>٬T.lVΓiGH8r6$6vr[eAhwTp4ul`hxȱ w A!H@уP`,~TiC2CAә>חNGG</&E}j^P׫ZR,Yp.a\behvTt|T_sΣfh$s#/߿lݟ}|Ns' D]~}fUk4?֒$M8]%Q@?7CU,U]EF=8LO)P8Bh+6ך6+ck&(:EP;82xΔ.{=zw $ |讐D"-qxM!gуdsgw)Tc] J1 mYMVaE! )J0~Ï`Ew:[y-=iInǥ]{vV˵b.*-DDRʕJXgWJ Jo!FU[Ls Lb0_XnV uU6W\ֱ&4]G07.Hc:vA5ۏsAY/[ M2F?N3Ͽ q/?Ň6W˩Ը,I<‹$(/M֞=XɕZ^:'# =A@`1^!52Xigh&`0䄤(&Eɢ?,4_DRj}t^e2t絾1t33>^VajJ|=P󉜼x|\^(]}l"6CоkCmbVf#p`'{1 T!5]jseL@uᆞEwN]amkZP=ݱC)Wo>yMFͼ͍VLQ/^}Aл|ϡ,PxɥDQ9!d>f'aB%e7zI\|!ej`Y!؊B2 Yi`aa04~)ผk=cc}}==( әL&}t={\!<ZBkNUҗ.9AE8))LaKpp}p>Nn8ys'4*0!g0sg; > hX::4C9V[loaF*ʇ|7nܼtc [7*;=yf rXY ˅l>'IjD./< y>YBN:qB!䊉,rGW*<* 9yb0) $ڂebF$Ѓw*|Rmt !03::}Ϟ]{=x`mfl>Jj{ippjgɔTp( qt* Shs[sp%pWܵAp͍NM6kEBE []J4c^㲣Z&m'$kx`Ǵ0FtZeǎO|棳ll<78 pӭ|ƍ^>nu1s,(!˸ƒ_˰<.ׁxAbN $ ͼ dRVd"K/9 B0)4`iց(g"pq\yU3 A7A moݞ=Ճo߄x/H0ONNjW#Nv߾\Es'I-XLp(Jm(mK2>z47@Pσ>%b㺍>:BY “kᇱ^S4NLuZX,|xf; ÿą; h #### ` YsǧG,q#a.ܑIg79|~v7ވc3QN_>Ci" (B>zcaylع8 ̜annbUKS</e'q"͝-e (ŤǃuY 6j%kyhRdbVx"Wڳ33X_;Z{v*$'?/?9YDXVS WK\k;)" p\(Mr\mZj߾iSSjzLhVJD]ZP vi\uwi.i -Kl8DtePoGԻG#ջ3#;vwW'ӂw<3ahX󆏶 7<1ϟ١۔|!-`o2a0+rc8!-.^c7 xsP]<9_2/ɜ$  bg"'BE1D !13@/NOB\N99}tl,3:ETz D6ڳz}Û?]\L|" !qhv>c4:da<p@?8ynEG B&#6[.OΆ.p@uB *T; ޮ~.cG&m3]s'_\wvk7aƏVgRw|,ǫ T\.-+^LTj\r zX1AXtɠ+0X,~=!`Uei*E+d~2_x**NzTj/FGK=.UЛ@cR^V}vT-UOݿ͓s,Τ(\ D۷/w!my`U[tfgb&bnIx:*E5HZ1o`A euiC5Qsgէމug=9w|g J>Zk q7k1-fZaF%UP.I 6rS(A#"l@TBf+Xe`Le*e$'2'ND"U-Wz6~"1 Tjd``^"g/L-=<~i1DWFh9dQ[[R*zC(NN:J6nV1j4785Av#?ȰzsO[8GqzN^Pތ;y:`-$An x|=D<[yIBF8MtPnpBEDԪ 4` Vdi+0*< As̻@*T* f$.UPo!O3B^zRهO i!?ej6PHR-l6 N]^xfsc^ R24ѨpGFD@Rxr ļ1{N{[0;ؼz~9:::ͩM3x#gu/!zCn6WP^u8k`A/̯~aFB*ijx^  9' -$HSVXtK IN4diFsva+eXDvAE$9)~GP5ʵ .BWD"Pjek_V/]Փ!h ELۆJc}tuHODA>5<@FE!ûWRc5D:n$WTS|s`[n[+1|>lv܍5`敟 tOގ x rÁWf4lQg#rIgKv=Hد Iđ#G&&4s?[3>>>1) YnŠPs0 bZp#f$pF,ZV MAI`mrrPIltl[R6IruC`z>Խqe|: eXC\3gO{&ݞɌg>V- zJƨRQ-:եbnO6ݍi9vu hbT? Ϝd 6󎑏4d2j6r4NQ_[+tvr8$rl%_p/OԏQ\'=x8 ( `)<_1L"MYai6V ò./yx qTـ=t!m#D.rE)Wʕ"pgo.~$' @ $(KbP¡\.?R.Ցýmؼɨ~Dͨ{QQ!4n=4P]]hvt&\>j<>|XsU38чחN6 #Zq/=vL&\V.#=s*vv$8CaO?qք&j8ݣ{&/U V0!%]`(M#d0&J1aEjR&SbAȊq0 pd( =b PAW(" b1hq!#[\BQ&s$([kww^ynSsptt@}fP^SQvs54TP]B2[CfY1O49WԻ'̱wR@өEsXlxcdXsokD9~J7GwVX|y^B.qyիW\9.~qWs`y K] \.`ɠ P_u8X[αai@D8,$Ap|xBl `FTd %QH.拕\1WTjzzjZ `D*Cr~8iP ThmרQ:N_o=q@\/ ԮOY{>]^fn+:5Cf{D s鞾_cqdžGFLO=Z#'KvCɎ><?y`~P_:ϮR´a ,4zʼ%;Kr6Ox e(x8l8<`Ev8i@ɀ2a4 "a4LlJǑlxإGaGj̝O!"L*l/%dzq ehTpqp[>f4Fw͝>@3l[7&2⬡06v%.h"<49 |5lN ~B[3gG:tE=o9)cdX}r+Z@vɠ!$)U޿X營-rٕj9U ϟ b7$xy24(jgeNVPF b $x8#q] MZ&vȱOnKI]A+.lI CucPI=x gNsPT"te< ̒pX^ T}fi\l8`<Nđ/YNhxs 8Yu0Yƞpsn=CZvtƠG671>D{@c(n鎘"gի<'lv2(N])rܙ B'48@ς%!D$1hdRI. AAH&  ;CnBLY,DZơ0S+ R0Ͳl>/ ='AWPE] AW AA`8{5 _IE sb(ܻ<[JFlU9f;t6hLSʚpc ET՝=5tFS73?T!vhv{t9m~UXz$Ot U?utwz`MGZS9]~؂\QW #x_M)qv5ݮ+S_(vy,x\.IYI2 g1xI C*%ADC,MaCH 4'y${qM5,&A?~ Bq+ Wb@E]G+x@kJ{ʗJzkHHp UluVWqh 5be {[m>ϦU uobnM bn^nשUa8K`LWUTe s7]I>a"Kd9lN"dgAő!| ?2b/E$xd!; @Ύ%p?,L&sw:S}ئh4*s i4[f?:287hCcO@ߚʺG}8W01mcLU31f_5k [π;Ŵo 8զwt4..^9}0Y<[0"j]<_ӵH]Fp!D&<I\TC14b2)siLò +z`e A,lEP6ld@B  !Lxmv{uD)lNYp8 |m4jkEW 5W#W C/ z:i=J}8?z@EWr"*7@}q͟@ Qn`g7 ?K|wwܚsO_۞VF{<oTh>.k|x?E=<~̄MnW7fb  C:h$8~0aX:PX,E:CWP8Će F<($J5OP?x.LR xrߟ-V"VksAVfZ[ZҊV[cCCѱoXN@l48Cg_U 6ʑjDyӷZ:]gpxsue>Gi.;4 {bh| ={Njudž؀kY)K<-vr8xpe0.Jsy1.I/|a!fȱ("aˀ0JIrkyHb*J'.8È '@L9\v_$ :#( 'bß}H"w8!EEbZd654ASQVQUu"̩z4Ռ\dʆNU?L{Ǵg1gm| F[&>=a6:nj:Z yttxc*Z$^5hħ@8.Ϲ8i-"P&*.|0 `^_ā (Xo0XOni9 B/wЬL d^+"$ {  f 9aO{Ul?ஷZ[ZZZ"aPש&w<:/O!5Vo@ u%42?3Ɍ BOOf]/U8kmj(@9㲔mM̆G>Ԡ]B| 8vR[8"'WAM\x0*G( ی01l2)Saf9ܲt;G$s+px`=IJ|~2]GBA$DA<LxA,RʑWxrONd4K[6}0תչNFEaԕUAp`SČO@Dt!8d<c e:7b1 {h4fT|NQ]NqM)sxX^4 [YWK]. /-p?J󋕇+hEYiH$Չ4;HD)K0 z<"1HEY1@иf%ArB~AOL}{,$<Y&MxZ]3ִX(pe4Bf?yUbg^o1!@Fj,WȾHJ>U+{T|p@<l܇=F_߫ǽ(Poz|>M#1U?lb+5醳Gcj8dϩE>!'l$.kLʫx_pI* X <anu qа% A!f?&ҟVi#9%_P%ɡJBWx_Yf)lP\fMPQqk"?t4DKgU*/Unmj!z~&IUΟ_I۟;HOӣ=bX'B|f G;/[b1YG*vw hpWZ_>o sJiFEE: EJӼ 1~pD)1IpJ! SZ8<ʇ?ɠ$Q(D elpa8N1.VYy'+ݻb ^ڷ95LP(_,+Q(jzCm״X FEa/=WC)G0i vU|i4d:B6tRd}67*='{9 7uh ⌊?0øF<\ /7*7T'D qөT!)a= ; qX)X~C8))d8a\! J ?TɎx9pYW=)+CQomkkQd2a0y5ck hP*ldVH`B#ClF|BJ*p}$}ڮhk >.KF3h#lŀ R8mO%'? 8c^<ka~/?[Q{ek[Vλ wUֽlQ0l*KæP(c(,Y@`@t8KJBYuت4b@`rtHyΩ#. >bgKm͇߻9R26Fj(Biiii"?[[ޥ"}?nmC[BM|:IF.="0ye]]Oe={rCL?&7h&kGL@NΟ23mJZPWH&1CͲ" jF([,VSpXMj :M[ݻV?Ml2(aiT YxAeAĂʂ*/+?f"PG/X-M/U*VfrgV40bP7[#Mh \Vq*X`m7Fta . mzKs5Aі9F1?Ҟ̞uLYT#r7@UuFKkxO#M&Si&h$)gh:X<!n b t Z8*ny('!JN@#|.s_z/p[[$7@P]SKZ$䪤ײnH`ڢ+  5ОB ձ[Pm w倚&9AɌLg=> n/ʑ '~6]1ow([ qe3.Y=_7m?gׯ y.Bhz{BqTa )T s-8<D9b4JE-+@0n0//`9X(n:P,Dq JDii.O>+>˟S͇훚Z4m߾ kS&6MM6mڄ֢C[Q@'YCځ5a+io*Q@{D:lJ鉉9|9 "dN{2cb;M(_ s})fc_f4ʍ9y̱3;t}}Lߡs'~ܗ1ήz].=f $\qrklxBV\7us's %2ܥ4$xx B&1Y4Zآp.i QBbxR,~ %cKqΩT*ŰI!-sBQZ(rM$n殮<+J%_شiSK VKK&M}h5mԴi;@`@j)M jƦd>|Wf-U[}X&ݗNҙX3ڌNck3=玝q~:ޞIیf(h߇qƉ.flFC3韾8㞱 ;GF-;xt'dV7tx?zK3b!\K ;i֥l y)BeB ᯹dZM\OYk_$)  e?°RR%dz-P  ](ۃ0p` &ZDő)ryi!9ѓ{O-Jj}O}NZ Fv07)]KRi|މIFg_\Y?Y)5|@q۹=ԚNl߹}Oη7ٌ>[kK歝;wK '74ltft=>>;FivKݾLft{ft;z a3Fѿ#űMۻ%e_ ]&ǻxɎuͷ<oLpG)dӔFLp.ŦP[Ar1 +48 K2dfxX: &=DH4T\<+pOf\ygOVλ*Z[4[ojھ};#6 d-6ljRGz j+&<$|\E W>zk,/Q dFwnod3ww[[3ڎ@s/ƥp21 mFL<4P @@.!Jk޵ u3.UDSBy u ҿV5u+R)dq0~PG3 `:pZ6ɑl4Ca'0 C2LũK+++,,\~}̦oՄ1!MM[6AB& uXS%RaSgbڈ ֳSZ 賥Upe<Ļ-̦Mu6Ϭ6X!f~>If {c^8-gn=S(e2nah0_yD,v<3 JUT2MPodX~jFV..FS,m[hD݁uPd9p  ΰb8="ŊBc (g8.\rxʓ+I4[õj`igfS[[Z1k)Jdބ^_'zSPJT )t|~ Hmi0V l,}}>g3"(5`D#mӍl'19ޘq 2O SAOs Jx`~6.iV- .7Pob,B<R4ˤ0da<ɤIJC;ha2Aqط#͓"*v G @\KT/r{>z r>IS5Ŷb>AR.-MyT4i[Bu{kӦ:[ZI&%B}F" 덒d]ql4q-8V0E*%M>LKw%Ctbv@źz|i1/>fݺ*ԁx? J){ LĆɂOspo0Q0UX)f=Hty%%Zt2RV@E8 /PI9yieѣ'VV}#1F)*M\ewѷ wzoZ6ǑJԂ N]jdnma,.XjX-蔲HHJB?O6Uy])x!~t$]Ec~ĚFYJ0Mx6/y͡s*|24M{RTh*ŸFqX(=4;'S,> G pN6y<#KKL@,ͥJsQRY@`ن:ЇE`^94"JPò, f02K`{Os@uy{OzQ$] 5n+44@V`ze!fF1M]3Mw86_^_/w~[ t:\"SYQNՋZ=n@[pa\%3?UV>&B1ë l:XQGavV2 "_<bk!;6iA?U5\#òV?p&O&0K$cEQ|w-CKNON0J$2S7rd<XQ( z9ز293aW~x:u/, 7??77/./_v.;"8xo9xd[-nm>9 ?2\ BpN_Iq0S^Zr $VoѸK'&аl7v`A|agALpaq$K$+`p>`7rㅡfro 45X]ŚYNqTuǑ$En O[Fg@lmdfi/F3d3@\?ЏJ|/!A| KQ8lܩ*+en0LND.<r '_&5oGv'4K3q 5۟_E޾fL 6hxcF>Ne! @Q39L% ,Sfnӂ3oy{wwIEԨ\j*B?xzbx1/$GR:!F˲4M~x F1d2&b\%\'&2eRptƁj1BS6Q*%Nje' 喆:Cgi>>d\?[/78Ax⡰({<چnh}[Ѿ~LApXE{XXrd E^ܞ`L 3lQy^ryșF`] a"+Sɦ~ԛ,&I~Ǔj5w]47DQ^ݺafQo2'iOie8--g-IpYiO %0`i+T,D9 Oumy6| 3} TL@WIQ.\Txɒn>;6m5O06#;J{u>.GF$Es]zoN=!hYk&ձC,8,#ϛZ4KOu4^OY0 ( !y|bs|uDCM.ܢ9 -q)Rq;`8?Mv=RUƻ'㩫:Qnh(akvĩ}onFRY>gۚ,L50ߟ>[)5tQJFCN( 0$J"MSWM?Ԭ ]@ysyuDNm6#&aur&ɲ,7UAz@_iח## ->?*FqB,%_62`= +jǿ-,`x uR"C|{2*W9ۯ?ȁS _RL!7 ?;6WƆ1%A[FmmwdcDo$QearDQdiE.-Zx/8ڐ0 Y : ֗QrMo<^CY,*Cד`v-gQE~=nlޘQ~5. r :\ZG0:<|@d/*U k+dCpÖ 7*v)s1rrsaɧ~ÿ~~of Sr -Qkh,Ö́Eᔖ:)'#@W\& 9irzwDaW$W %nÌp;(&l6ꨲOgղ9[{ވ8ɒ=[0!aކAZ8$['W=*;a)qk[b4nP !»>:O2,6R̯'1,, e__o5z_o^uL D}@k(۰ ^65y[&߁&`EiQ9&WWIn׎ӝr-sA`MJ.Eی&i_;ƪ(n9qQDA@ mU<Huɲ]?40. C-~{7?uXzN0"KG£uA̭ʇpC?oQf[r{*x1xp X䙝36<2|vagZ^Ǻm7wǻ'o.虗@`>]RAH4Q`ހa蚙 Q}arqq\\DQr3nXi5mh(40LҦiY:Jqq< =GudYAA mFEvɛUQ ֥UZes;Ae|W.J=#va)ʑUBcY#S*SݓMwrpWY}v%qsеۏ7(a 檢NR: %\$1t@6kTgntz) a$՝m\XT Ca4shP.ȱ Ynh_B9py'9kH2VnTYruY&j{Z.1[.=t ^⟐^hJIųqʨwq_;8~w^e7gÃUϵjRSVX]_׆țٸ<m;M";2]O\rR cǰpy~uc_EIɐBF>GjO0 dvp8\@# RՃ{ w;(t$-.KrZ6{D'&[`(~R;ŭRְ5K#v.W6lJj-ٿXA)j]cg%̒5FMC~ˮhә0uS *m#/{*\Q?رm6!Vc!BR UJȸ 2gtu@-:rP}Ě;G{<0L!U+Al.d\,$xLo#ҍ5 \ΟĀe *b!YkFUR9F/R6{mntcsʂ7 V{ υ5Kg !jkh:U8 c(aeXLb؊*#$ʰ*@Q]MfE^y4 ײ45Ӌz!:{5Aj0[O,1yK\)oAPTZ/s|<fp _7;n<dMNj_~>i:cC!2CMuP$Mg4v^.q0j4K<g0PdYnee,#evArmHr35 ]W3i5:M[faу7:B,dj Aģɂ\^OLa?,ƜNj1<En0B@`گ®s8+e7Ga1]-/\}q{ޜ36nOW8錺[@R3> HYYcn aKc+y 5%X*Va4h*ng0-WlfΧC9ORCm7myrxQ'~O6)@B`Ӝw|k#xWn:yZٰi!f.+N/xvvV{ XW|?ANifw-XD 1o.ׂ?VhϦ6v갥6 .êV_pHlMǣtjtrx0á$S$.`(8N` C=E~Oʒ&V0y#%ap#>+w YbcvNNDg5_-Z +F9vGD\%CyNӔtFOr6\K%f'$6v`H,la<  #40$h4jQly5G 'L}w D` $I</eF/+vGB1OK<H5GK|[.OH kḷW:/Uk͟Z1H|qvp:.1xOY%=qBQw Rn)`|Pq%bU$IQ.ݟa :ϗfsқ4'f9iNf\.+Va‡C!_P]B>fAL?`g[4ޒYCO,LNrU9,S?x;A w5vO9}q{ngԀ\_FYn;vjS[4=< !Q!kc6 ܦGd9<MxamՆt(LxGVK x. OlMR-&|7irS'`Jx-e-r;Yv [fl}%U5Ǽ>joxgV4 3h&-q^4wCk:%w0 rq'a"bM] eb.!d>/\@7Z?PsXDBЧ8B1)0 y1{^X/(1iE˜/Ń##R6[j]J-k ֮IvR"v+ݓIa?zB>z.c1mh,7-iư6Pnس$N'{Wfa]$EfwFrF`$c \C ز4K0ЖeEUE")xYaao2Q]:cLJg$+c;x9*J(Umп h~WP^9 0d? ]DTKʣV|{9Ӎx>h rtA ya6ٜ ?*IENDB`
PNG  IHDR@=8PLTE:K\#/BS>Pc !6HZ at ^qCUi!.>  'Xk}-@R1CVTgy3FXj|[n  oASeI\p(3<M_  %0#.,>O  !*u{Qdugy-:I,:D' L_r $ +Ňm~%W`kR[e:Lbɀ +6& %3?w" )7AGYj)-$(3?"dvT^h]fr CKTZcnFNVr/:FXnJRU#@NZ PXb6I_9E#MU_&)ĐHPZ=JT,9Tev^jxDR]69 -1$.4?15)<MHU`&0AGJ8FU<BEKS]"7Hfx4BP/:CJO9>#dnxir{*/"*5lvN\j@L$INONUY{LYcq{Qar3?I#6=<JMF|;DN.7'Vi{W]b'(udjqCL0$"FI?(5EAD(:F6@-RY];H,PP=>D:69.KS340"^T6(.. GR) '+^^6.66(VP2^chB=2N`vĠRSLbZ?=7'VW>łee?OL,TY011+LF6B=!/+KC(suy[QDqmB'"|zqNZYQe]MofNfk3p^?uL՚V隣+ ZF.xdribx̳[Z˸tqJ9iEbM53 KBNIDATxoPg:kF*)EjUQ+lQv\qyd=V!_ j;m|5ד#eJ-dO#62Yc6I*kf]婧%0dΣӏZʫ|}c.TJ*B5)d^Seg4UNO\ "ri5tC pG08 ?}H>vSф#Lp&Hk<B$ | ^bpb =4I :0WtQGXD))*ݾF`.KA1ى P$Q$BD@f2i(=yƍ[7?~{2;u[7_{?}ѣv>vѣ$O/ѣơC5_ި?Xx4qQ_wqŋ.ɷZNuuw*qz?尷G!hMLkyhi;$('Ljm6iltV;Q!OןFS@aؕq2TR$@4 %Ji3z4Exh4TJƨ;msQࠔ%:vGoGA EA%8PDB(BYc)L7oܺu/L&7'''^oeH赣VGm!{{:rC8{cX*w0]zq߸47kl_a Ԕ bþ;vwww|g'Ʈ;vvwYT3* rFk,їW=: vK$o/ps3 u0z`4 G/7yF 6,hAI%-Dp6@ՆvY{Ņ  J*-Y* p4 Y@p,%($3(,K@Kg&''޸yݾy~27'᛫Ky~&z{e'vtooE^opw| >`kcz ƼW /]y +px]mջ)޹;v)⢪4t4;ԎHCݓ'6uJgl` :Qg u&Fk(g q=#~ǏO`*V&XZ"4IqѰÁx I/Ud&#3hsCGD61$:HA q\O0 9@BPYHpK&&'޽yO}v$&'ɫ|suG~}?+;߯nվ46c(/^W ct/4KI_ko),jEuu[\\?twEpguu1  MW_=w_dDyA3)$H^Лm*G8@@߿}=pIs`#ȇ 4teHˈ0 8 ,GR,7+!N\أ9s(HKKX5y"Dc&"=t!"|.`A1 "4C{7n\}tƭbTNfԣ_sI,\KV囅o˓=m(`.nX_`V@ .m^%5ŭ6&ڄpjS 8Oi..ՓǞ^/b_=W |ӕ*: #Iz<<248n`0~4zW`]mCGG3=qt#  A 3<3 xFwF^SG"Yi[>D$I<MS$8u=H@(Ϧ308Fd`P(rhN޼?ywuzIPFS~qg?~<7W{36 ?xM;(vp`.[SH%)`<wC7M{|Zп⧨VYG[quۿ~w4}9~'j՜nAhlj=q8:.74$O>cG8Ƿێ}zrhGs0 (  KU^lD(;IPznOM{6]1tYkK A1=Dr0 Gh4d21$.2 X:AҀc3b69L^/~ Hd󅙙+K <-vG1{oA6lnev6\f_%oWR`06G</_C!WQ@^,ď=9PTnP lAR8#v쫯F<~ۧwo%c'bXa@m V'$IpXd!ٳ3VkNQIqG$#6K `8!ȅ8$BIP" !djr_}qӛn}Ϸj.|uzqlfff|ܽ?ۢ}i|noo1~sk׬ ^nm~v% -^zaW(6]wsۊůZ)E@ݱ˷咽\H}Wt5{U6rDX4y& DRWDYD١m:ds0ei-gIBcR ɲA$!ڰm϶C- 53`Y&8r $IqAE8 .%99Y$LA"ddW0I$P"3zZ8~xn~zo?[ 8/y "x Vr{͇W^`_TšC57RM vU wn>/JbO}QD _\0fO6]$X$a2Z3cP B_Y]@8@՛x,fIVzGDzd" TTs (JîCP,x:phҘ(=E(f$"Rb@ML0$ +2l: BRb:u,̹]c%~5Hh8J{=~ㆅnm>{Znr(+`GTKsbw ZB*:l?ñ m{jNj FFUvYiGXts!ǭ&󌀐.c\4TA&ެRf35,Dz"&>dV@,aXUzB4hB!3) mza^ w=@JB !GVS$$;X K,/fgŒ(^-i6+|/''gcc؇\A콎#| ﷉ܰY5J{!+'kE֭BXfOH`Y]]|U+ewQqGm<nϱQW'N6 TS1#"pG" ˇg<q:f  A!ST'@ iUڿ7O28F1$ݠL!FTæh4`0upAd4fKl"Dq@ t`&Ȥ9k2 %bGcމ 761631:8~=赣~vkG?zT(wskX+?:'ܝ;yߙ;:\p+~?VXl o][)$M*mMpo>˰u_>wSSGUxE A×"QG8Fe0. IXR <TUN$X$cj q/ Oj 3{F39X@͞ UhrL$*Xڦz^BAypl(A!.l0E1AQ.)AQ`,dY.- P\&Lf~iHO`RN޺尷sxML͌MML-^}0Y蚌׵?>~ù`k;G:g?~_6w߶,_Ѽ.求/U|S>l\~:]W .c\M'طQM }XQ;|_u2BQD <`FJi{FR=mjQn@(,4kq%C"`茶P P." ^T$AV]$Yqݦ֚&N`$IHf f4Ir,A",ihB$f%r4hV$eKi  68I%l:b %٬x̯۲o/fp|qf||qK=Yͯ/?.2hz.ٳ½kG=t(;R8w!ԡM_N"[6W 򒷲RpݵBʼ<n($նsQEojꎻzw(byǙJx*(yϠ5<4Q$#v#(A yZN"0zly<F[RMA}5 jQkSZE(W svI($XDI!8'Lvnb$F}M!9fx7;)ӗbF,D(I @iyH@"b4I&3xp/ý>_+8<<1116>8663xefffqqiZnmmj_xյg}>}â’-m+/_{\Y;xM g]V1v&g:om3ymU—<xo_;uZQzx#T H]#DM$n0hۍ!J 4#pG3GIOG8ΐ$)1-F/h6]SV6s`4KkM<jN&p6;'*EDl'J<c21]$7mFq $oA#@0,(BA: B !Dѡ4&b2IW'uz;{1zc1zg?_[]|oWW\]Jni\niUtoplZZ.<??teanέ` =/wV^ҿ򸭬`'!|PVrkr ^ۤ cvh1::/(^|sWQ.޽{J(aԩiRaU*ʠURqʆcj$xd/6dyL45$It)}ihD zZY1PfMvҬ7 !1i$ڣЂJ8Ɯ@Y6$#(P?8#E8"IL $f Xa2}}}-ޖa\N  O [=8>?rew3 ,cK3 K6|OWז/.=~6GTmBRп<{;~iޑϟ?߲y/8r0o0}Æ 7n9ܔA<{ŻŻ (S( Z;UMkQptе$5یRij*'f1BD 3MvtJ4f42QԙkUrhPfAZ^$t%D*Ŧ)HwGyNa8n};(".l% h0Nd<@1+H$!de0yu߾^oK[kqZ1pax||ps=;yggiq, .޻z/{ϟc\]^X]^ȭ.,ݻWpgܵpٵ;^sh~nnq斟-_w܂0V7`{9~xz'|}^S[&쿳e/bBQw2y[aUT4a7Q T )DkRL aJI,.8B"/Zen%&OM=Fh%2tfFiFV1{*U@%CjB*An*D B\Zj5#G!C$$`ѧi$R]9K$'! E$Pda&#t6+N&I3IIlY}^;'P8 O,v_ٳNv݃ΓKK3ӋL/.<[__(\<9w:4'ܡObV֖{[rnw8fVfWV ɶ{P n}kN١w@^Ӿ}}'K^=Ux4<ǃb9TZLnU8P]VY8fuaVl$iߣ*gojMFR*=J:Qð% j*-/W64q=dkܶMW+K Z TzNt.cJBDSI8׳<dUc@'GNb,Dhj8C f!"pp~*@ %> Ӝ `@l(f$/f!I& LNroONb3_z}yYg&&f&,Vj=SⲸſ433:padõs'g3#[^4:^[{>8xnk-έUٳgR^///rn}\ߒBpC+?ل ru_g%^Нi;ӣ(t[ ]]Պe۱nEMMJ6bQcI⩨Pn6U6}Zb1vs,QN#I"$iLr m5m!|Og֘Y~sAaY¤1b@:b04K.p&2&!/xB!#IfE!CT4$$%_?Nf@F,B"qI.31\l6 $8t&#ɫ0yR6)f''&:{}>oKKKgȧa@y8N_gγ83[,鴸ǧ. 9ݖq=8tϸ\ǗWWVƧsszQ|ny~Yn 0~}7 y&S[ɶrn97x>قn}kӃGcP nx|mmmm]]] .r*K{UMQ MU*c hyIB\4 <(Kl%J1 5g.teFotjF8)'9d t8" CPXGXدM, 7GO<fYc{C%lJ3 H ",?cTVӧoq=Mݗ샤$>0`&M$f8M<HX$e"D"l2<2y?vۻOrGfbblxfjuzNiu:^mqzN=qZ7;GQ6m\r=>thi|}r:0>>Z~rfuua|lߟK\n[;fy?Ok s"87ߕڬsyľ׃sW y_n_Q;e~Sɣ`ƅQXȨu5Z(I&S,A3ݠf3kUfA#5Z *uccJkؔ&Q!ZI 1!dPY>UITH#|9vx*↺d@c 63Q&=# IxYRJ?I *fQ zA$!B$'qD24D "RɌ8G?exn"?jZ'ֳ Vu:-N;vZƝXNS.ɷQyr:.wOܖ{#sKkk333Gf, 3XVpŷ,~[ZZ\Znysg-㯞=ՑWV ,taήmXy}ٍWoP7K(/V'Eevo[!T)dpu(U7¬i \n`&;JU `6vYx^ 9{搭 ͲReNlFݞ=j= mZ* ڪIV^Z Ѷx|2;MiZ47Ste$r\ ǁ#`"/!8bJEIt"M$iJ0MB HT:׿b˖a\y}>gqZD쓧^F&VV'zւ5[凧N:5Snmq\.+.n~{sq#w,ON.;sSKk-lyںl8skskk;W62P}~cm#p7w pvyjc_nY&}ò6V(. EQcb+k*uhDB$5]0rMjbfMӘxD;A(#vmRIp&lt:f6B] `jN5G6Ѩbc:e"YBiӖH2QlD.Nw4p4vD(JY !uP' "Kd f0NNN޽x~6%f'ˏ|fea2>)e :VfP^\juZܖ>|$={}k)<F.X?r{˸2oqQ4?>87=xޕ<-sw}'מsgppeevveovnkgO__7.-+a+!rlɫSYubB=mmym|Q'bMA`nVY3NW2J5J>Ěm&`bGs1I`I$4XDH|y; =FmS* Ip<Ѫn7fG k-n憯:J㴉HEH[lb*DIQp<G4 M^ (@%6#4 . 9@p0L&''>}|~gwSw׿33Xz^>g&0`N:&gbgqb"tZ-γggϞRhlq߸ kbvnx?W <72T˭/.--B<[__מ}!Z^^_}Z?t>ۻsyfe1*ď'pbC׉UTT(ںwMv EEZifҤ ,@inG(VK1m5픽FG$Ov(xXKp\"ɤ5H RVi<:Z3JK,s&]*&p4B(Q*mt.?inДA9Q6@5_Hࣂt8 "AJ"f`F$ @>J7$3(f>wWoܸI/?hbf|s3:敷dvbv[d(e*ӈ?yOucbP1k~/,7VGv ^w\AL`s#>A⹥{sW֖sgϾnBnm~yyym-:xK A|Qcg1}}٩al *^*;wVWuuw)***|X]Tjf'5 ?Pm5:cc m4%pMMv[email protected] r.ݦmbX^P/U6Qi8>Qgt1LAA@TOQ9DWa)i`I T<6eH/;DGG,p4+By$@C8(@)B$aCK@1M(3 7|sƃ4L3/; yKoKgog'vb9rOpSO͌Y^A+V^Y+e[X)Ymb:eq:G-.w]'wsK'G <qťuQs9[=[^=_<~E7jb (|&{2_@p{a]QSV(RփSq-Qj PjV#jiS2h学 ?"hmZ@!m A!gxoO6FNoӤAJdB=#m(K'&=zH/JM%t$/XG0"A]ČkAH?F AdR\*tBl dn~w3ɻIepGÇ;;qda/: p,^߄k|-m-mnooϊ<e=%|"&V?)lA?ߏQw]n׸?xܕAϝ<wtȹK֋֧F>>wrppiitnyndPpMͮfggWf_W/ 8۷Qmfo뛪?>ܳYUl.Z==CEe=LE=<K:cDʵxMyלi<6 mISD)þ-Q:=%p& <$R^NV#Rm#q/!(nBĉH`Jd1.{*$"#O0%(AD3ȃLVʊY!0A333"L%o~s+%ޝLf2;N_E6TvbpZb&fŲ)< )'gYcv-Ꮾq<-04?y䕓'G:y bȽs#>ʽ__)*Z_<\^ -9x~oovk7d^BO}S^n۷(}j9Vww==e== EOF'T oW_سT2EJzkJmLDXd2QELuU Z#ۤtf4#VS|"i44%Z'th3]@e֛(S-*$LJFeylIODG x@X@#8$J(I0,% S0)BD8Ȉ8@&L߿w&'W?>j˿Ζ^؈;;e1tZ,avuuwwwz}N[ kBg>X0"+KnR-,\rƟ7hw_r??x=xdɿ;w{rޕk8Y<1m^ y<FZpP(ނb-SFbnWឞj `a? 3Hbu:@Z El:3jYk5Lp…R᥈l51Ij\'"D@AgTX"f4XHI5&&`44GQ$fYe6["Qc 4"q%v0!! C!8IB!I",}A=JĬ@@(e%$I9G L(&0u~?uAr_~ԹosޖN'bXo :[|V՝O>/L^;Ăgqbvя Ǹݘ9?x%??ydO9~ 8ߚ\6n87_oc%gVFN)**~۷ւr-STWT('񻺺ʰs~QVdL"&Zdy4gxiٚxJWS1A+kbյr=]nTVi$)1uM BR%63g#f@Yޠ' 5Jr4mѴRI <ǖ!р8MjlgiY)R (!! IB<B\4 Xȳ0 1dL&L֭oo޺_egKg !.{ՠχ=W.}>ӋgV,-fEy{MgY~S. ,X,[8 ~~qiKKGv߿#;فϿsqhv~v~h[2l !^lZ _ñ=om?*Q Z,we]\OBn 17LSIj􌀐F]g*Ok=*@m~GxtjmHUZe˕FbM{OZަ7'Ju{tF9F{ljs,Ēv9s) 8" ,9OhP%!8IN%y#RkHJBI،q,@q4 b I`sNgwͻso~ѰWw/Ƭ瓁t-^q-rWvwc.0+c\%Y,2G1eFϊKD Er,.K.5 O~0iKo#ҥKwk#;v)t(wtǎ+VgP} 85lb;6*߲6O=/{[>|GѦ(^QQM-(EZ!,+ .2 x&Ly U /\9ml<(QK'BUQo=Z7_t921GjM,ѨT!yo5gΘѩm0MrbB8\@xIr8y_JPBP%IGdA"˜O.a4I"lMȧT'Woݸyzcr7mٷo߾ν-->_,`K*kbg\ʽҝ!v^zff&ݽ^Ga{ff2&glcⲌa[,n#.|wt{בw߽4:?\ üFر:weJ#١F,ො84Xͤuȵ"rcK]b{YEEYu['p>o)c*mv=m==+ MJ8@(\^lթHDV մM&3G,Y!9F*`8?f.Vtx3/ ҥtȦ!yi6hqVkTf:D&G4M11ay(# x_nAF JYQ (H#$"6,%QDr,aPbeM'BtFLr͛7n}$6a_ޖ}Z[/_<Yf]#gW^7ˉzNIqfXÖ<}waAċqيXe;uvOFw9ywaܱw!ye .Xoq~vV&o38/C'n!,-ؾ5V=== eՊNQ(.UTsp$mmfLQ3/EuU<,eLyi(G$#u*USNRШ$몴i")Hە6!F36gxϠ3ʵx 80iZCFh\5jz<fMpZ80&qzmJ.d ))=~u۷>~vHYdG </h hO<#FleA:A2+".I&wo|d_~ep Tgg2R^ X/v<brї?(0)::-mɻqCkf/ $]Q#G9}u׻^*ԉ@:<2%K/Bqv>ʏ-:oD[/]E2[=',-=rCFxk;vK)jHIm)1816477G$ 5ih"b\[N5!F@ UUnVjHvS^$B}C1DRiiVm+(%Il$A$"YC">ztNf%F$ؘLMlH)5!`~a@!MPą qAx$Ib n. (^ϑ4 @e9Q9. \>yz[Zp$b ʝl{;[l>Y+}|Z\V9qNyiuZO[#΂vC6؇g 7992==5: xۿw:rS:?%0{{_Yi5pvv/#6d /+087rDO б{mmm]OnV`7~S=<T(zNp[Y[W[Oh%DJc 8`MZs|GC)F[NQZVYR b*U)xr]^'M iecDĵ%B!=E:AM(TCr†)7$ ksƨ36RCl!fFCOv׃(+0C$b$q促,X@SIP̊H曫Q"y՟"P>(-{1ؒ}z}{<>ol^k|ǬcVE,NkG>{U>S <XOL^nudt~ԩ]G1Gd ]GF X@Y.a ?F>\iKf^q }y^^9lFfOf0`uu=]]VW-g!2sp[[[ˊ"f!AO3 RSAJ]J&eQiS&;*uFMI2?VWP"?“MKfZlȦ/ј,}h3GjeA.JE8fXJQ i=!FITp0f뼔L <"$ 2$J<Ȁ$((¢qC0s"P43ߘLd&#-{v{#+^;|{z7[/]8xδ;o _LN=uSgfMO>z}^۲!8la.>wu=viv>U pӟ/)$;~ۿC[=x>Fق62~Ss'z*7ee oڮՊ(STVZvamm]]m'zN;6E8A<0 jQmh(RkM@jA[FƠ%RV 6c4նJԓTbku,6T< u*ADB4zU*k.5ZCteG9pêc`˿N78xIq;$CI<8z")۩p!CGD'gd2YdH $>j9ypggKoΖiӇGgۺ{ںrw'S91oblL>F)#==ʰQn,rڙ?RKEyknCW>%o]FŮ{dtt;KYXu^~56 [%G9ns o <rp[[Mֽ**y,mjy@uu"͆ZɒM4ƫzd8|_#d$'˸RWpK*5ڭn\Tiq٦k U Kkݣ#&Z #;106'N*dY23Is+;gj٩9-ϯs %G|y~I'G[]^ 5v3J<֖N3k1#-m'X5DZ$\q+QK4l)a (td6b`,`qH/%6'MH dt\QO=|@A8-P^ZUb!*i"cӳkT'4':Os ʂ,˳,*JMZM\ׄ+sC3AB ߫T17gS aB8 ٸdS5N#/," ig2dhf'֫`$NN‚̅ F$@& _=r…&ǟ93Gz귿g[4>~/I߬F4LL{)r;$H8 E1pc:қJ5ٚI m5܊by3M׋!I"(lbF% EQu~%<$q;/'H\ (%/MS,6EEoJYSH63Un$$% ]R#SG>$iީ\7X4-diժTՙ#Y>65&UTᲒd3,,neyRJE\zvsLhp0( &`@`d8p!417 7DЖ@ ƅS 6c0=2f 4u<º9Fd _x!rn9k2 \a3W^};o]cA;>%.g@5^3ps$ GҙLcϭ@|Չ봛^ɤS| e4+bMV s8,$Fqd3F}Ud6:Fv\pZYydYVv_ hZi8*zz4& Ct0Ѿ@)6я8.5Ť:.ꂨxJ+V>NH~zZ>*@P3W⵪5A+5Yj ߪJek] ] ڀ I Gpbf ]Ihxnb&mðS2>61s:FziFx ' ?i$=!QlXw'C= =r ]0a9r/9rG{g@@zoO׼0пnKQl?L{{I7ۍps;췁a 2H:hn FUj4IgniEIV]ް s0 ,Yr!fdlK0xˣeKSI˪%yOSPf$9 R1)#8k&V:8uUK,X^S81K+UhtBYZ |򣩘MdK|ep U]jJWSNʢpQW.N;$kgg UM559I^_8d!eDk,˕nA .jr+憯 ߙqC '`\041>77Mx rLr_'U's F==C J1'7\Rip W__y_=woy $M7V}*m N5jx6u4:t$I9m7HR&I$PTL>+--h^yy׋bNJ)1YּPNSFh'kMH$FI\P)&оR "$dY]j5X(ԕrHYdYZ)ĕ0 :Aq\*MOϊJ.b0LsJSMW_8ʄj (Jr r( J67_6<NLL(U9X \Ds-pxb<9O΍om76\ۀN͌Mca-X}:a`xP34gf4`&_ 4!CCOkhߤC,NXxW}fGW?? Fg8_vAk5ڟDFLc&D" tG#}TspC+ӞilO7444bsiNFY&ed= +a^땨ĎDI(5AIdw\p \Ӌ4?#ݗcXLWZl6 *>: ,gL5MT0YYqB//Pd%Z8W㼦!jUMUH1: BjJqMʱղ g'Acy^ PeY(ߪV jrYn&7M#ЕA#N aİgp9 Lt!pׯola0<E80<]4*Ұ8x0?djx2ٓ8(\𽡞ɺG9௞%~whhmd8uG?}y?ѻ~G~_׭0>?|ײ 0=ɤӑH47 VLc:iDN5?0zXv50-iIQ6bb[,@=뼧sCPIb,yyFGj},PJMnm DffӁ':X;$M$8ivrZ5iYE.\v>vjdR܉NUY4ݩwM* S q}V j`զP#EAs(W`i]vw\.*Q׮Ӿph87 1[s3цpCH8ZP͌;1q}l ll`d1,wPi} <'C.y'vy/L aFbC  {gǟϾ|`-%( ^W8 6H Lg2PАnOg`Iac;3pՋbhT4B|YJ\.)$GJCQ̋an_"@1 m K#A PfIX,fM4<&/V}U $3H%̖s| 㹣iڇ\N|4(TbtE>;ࢪ8sTw5Zp(vw5Y^X;Ԗ 2 B*"_ɢ[يevV" 77 _ 18gZN333Q! GH8 c~8寷Ɗc$ׁFh2 'b H]c>i6=0(ž<I8^`& ̅ǁ'zg3߾?;FWO5i]F(`e~hxؘ>uvOC^ۉp&w2kUgYh HĭB9EfM%0̋R' 0 GSh<.tJd@lg)/h$MM P.+Yl ىRdưeI ,fUeU XJ8qXIUE d. NW"BMH2yPUu2;;%WxYAdZ-1_Dnլ2 o '&"H υ \/̄B!hsTC:#(<k>`0:6IcsTCC@(L:p|}հ&a>\ĩP G _8rWA06J|o}ѻ_CG? .f:h3BofhJ7]7OJw774FC}%Tfc4)Q>x^lrw|uz4iE%&$a^Aq$ _)GQCl֝eR2*kuQ d#vei!d\`QMB<*!akxi*neQk™TJ(kժXSkښ*d9Nr Ղ\UjNjjA"(ߪrR(jZak+^ 6gBƠt4n777rhy^qd8>71>>6LF=|G&ׯ 3a|v|`;Ze{`x>|]/\8̑?[G}啫>ѓYw~6 _]@'66kd T(#Мngq4A. oGGGLӇ>&ǨDKʉƛ&ώv# _ɂجV⥖Ue$hPo̲&1:E%B8aE;Y^N1S#t[Y~مQM/d,d)% & /֊aT3'XR*ڕ  wڭ(N'g"S ^7g\s|UUU'(vtYޓ*B* 2PDRUBA.Bo;[Un'.tc8`db<oFCpW4v|$ b1$'b1 G@ o' ;|A3==AB8 p{'.<N.qhheR6…g3ǟ9~+{--ϮF`i (`[=uup:cT 3 , 7TLiz^23wl_ 1K&,u(VR0W+ B)dr;GQIB$kRhz$.s, =\o p,\giPEQ0LZ ėfQ0k6s&@ &WM Ch"o7B4s<.0[P=ay ![j^IgUAԫp_jZjP5?D( rRj [vwk"zS$TO'ffBzMf/`="00;&a-&p2L&'ō"$0y8H#И'7P< `^'l㐌9X^C Yz??yI Gr_~篿3zV/u ]6'0QiL3Ydyb9jSZM1&`u+%(s),aX ݲN΍:$ q8| 0tYzNje% Ĕ;ho];l6UʢIy|(J-SMXJYf]FDvUyBUEF򼮪 48.h*".v'x'DYV J򄺫jW3OBAW A.UYeYЫjJEw Z[(Tr+3c0  3XPh8# ]8iH C G%+k GsEbpPFXoōo=p}3Pk_=㫛eX>,A6Ο"O<7 p7dB-LN> 4ǯ~g?ϾD~{5>WWW]# C:ܸlN%Ә9BFFSzt -vkݱX4$QeayJTI Z[1(&c*Q43B\G#(`,sc$܊#}*+!Bc4m'9/JIH)kI$vV/8YeɖMfFuȚ8.OȢ "k5 *ӡbJӳP(TBE\j𦛂[VB&*͛׮ C CW` )ad"# < / Cp2"b da5444:5 ! !!t@ϺVx|)Fp^ZYX\a&{燎_wdo_A,דl-S3L[1#l0J{^X09u*&H٣UuW ='Koɖ,;˘ S'GQ'`0Jhz1Kfo9X =$a`P|n:*ںLfjf͈BϷM$; dUq',;T :g_]^ 2LJ[dx\4* SдjU,:YHqR,(^WlUUU5's,S,./\ؽ[[*Zek9cCܳ0O‘dDp$*B@xA<5np0$h,`}z_<~>](Rz'܎<tL~aara200uW?jK?qku5vl;ti]G2F#`C)d])3ts&}A+yNE0*T6KP$IQ/(A+"X@BP3Xْ%ih0t;9v<_pZ'Ϻg}X:i"-lGV݉D"E_Esf˘UrN4\(S r;UW 4]SeQoZAq\EĤW*WUqV-ŝNF5xNGPa:'jP݅FdJkf@*՟0dBq7 ha( 蛈&0&dTz"=of`i IƆ"<錀_WEHB˟< , b g ݛ\Xe2:uu=~s::`dt&ax mLWJ1Ia ĬZ0[ܩt0@JL61Q!e2<BhzāϺ\^b̒$Q&)xF<}/aROlip(F'N$SSo\,Z̍(SC|Jˮe.P #/a΢\j VH1 "b2DNj%PYUU3%F)V(. b\.DmjͥKW]Cx 33hxbVA7f8j4G@d2_fSp؟,&dq?4~zCCR"Bmި@q gL1z^xd>k /XO\cs~z<q!u $} FPj#޽؝1PL;Y\YYxWy/M-/ESz(m`v;AV>k}iIBQlp(r:Dj@)MUiцQ\ΙI'q]^fK HZ*%fr~ه$1ty2Nń,ډ ݂41Ua .Vw,&% 8O8qNncI ՜$#Z R(E J"dWB0Thh`dw!b# x"h:mj$|^W4@b?BFX>;#b(fw a9ohzN<_praG:cn&''&O67$|o/wAB#d/]G&nHwwLʥ˗/,f.]:ԚXu+AM(E<ϧ(lj6YPqJ$Al(mW0v) 3!(;]B,J5q"tt:泫1]0̲՝R): I+1<+ %,v)2His'E$٫"Y hY, #Pd#HNl wvTAeQM4ϲh\-dA d-Y\U*B^[Zt nxxx04dMIHz\t L"4@S#hO4pbq!(ӫ"T>Пzz3P`84܂O<>3© z'L2].C$andQL7е7Ӌ++\Zt˗./>wn!/Zr<8/:%)ٸO L˪8MR6Dra$Q;i$z)3ŔabbmRDcᣖw|tTfz5'rTzS&a1m4|u% M$%ŝJn8!tН$l awMDN2j'%3 /Vyvmj:r)Nx\Ц,dJ*2OP7$ ,TP6 ZDJ&Wn*K {ss+WB 'ff&ǣ+$P;S2# >`p`=43c ?š~Ȣ $y82B 3g \~+ubS\lF,6kBؕʴg+ fO]tyiťsK{ϝ;x^'P(:Z:0(0hŕ1a(=v k ɆbM; rcgM$ӺLl fqFIjlnYBty>r%l^do2eD,-e@Љ3)Y$S_9qή:C·6;SbS"aK2Ygy<: ьΗ8/\ Ղ TQ(8_\m[ [ryol _6 041>66DW#Io'ft1| FK/4Lϐ@__, mܿFY 4axH=H3߰(ƥg;z%ݿ#كXҕilke:uXI_E,[<}NsϞ=w7c}R6;7PMC)yl;IKKB6l {dz5UU0F; "B/DYL/kԎ$%8d6[8Zm79y E%IZZHVJ%. 򤻗K%J)kN'kBaJ[kuI:q^b||]嵚/s,;bYdd|*:²\ؕ,jE]_/*ܪTjҵ+B'`8C3c8ut9`6Bp$\?1q*|TsʇQ&onw/obf[h]CF\J^ h[w]ؾP]Ox\x#iԓt  VO>}WO^\\\dNww~sjzDVb> ðDVG>ZQèe̅. XPY .jɓJUz#R6=B+9Tb)@QBQJ,bsx):(h+%a^%Xވ;ISz}9UH+x^׫KkqnsⲦ᧧֦<)y6Q*IV;ZLvrk:&D.ZemV V[P6jPdYPwjU jE­BRs{[7.WCk+ff]]EDp4nlSJ=JG ",G9JMpFpn-==~P 3"/*͞@Cty3' O}}O?h\mE@QN/. ֝=w9w4>{iC_?믟={E2saNBڡ;5Ӂ;J%PG'GZYrڤQ[)>ۊa%d^VăHP=#.#)jzpDa]PctTBZL##A֊90|+",k!y\tZEIT  yʪ/H5,4i%kSY)Ւ'ɩ\%yY^]r<kX hsve`UZPr͸Ò:ugfVMɵͽ{{{.]LA8: 0d0͑d8ܜΤ 3(G&ɤFjjH87Q{6?iw03D0P!y.tu3i"x?qd]3O԰=3b7g={sΞ= Ν=w칳ggϞ= ۡݖezj$`J]9xֽ6K90FGVK\}M$Ό@JPģ oyהu i%Ry up$RN4[K,);jvy;q̛U+N++9W8IQR8ٵ)XR($˚ɏr [Q eYU **YVgx|i->Wuksu{sk{ok𵹹^ksܵkp$Yn8p>zQ8 &N |AH`2Y|0Iq ~a-?1=09 v'O/5<=nXq{ŮF9 ^@ر@^?}x'u= P@ yYX@ Ʀ<-a_(bhp}}'`QӘҼţAr-K'ۊV0p!%HɁ`ز P3ӫلfDUIrݘxP"YfsM,rA%dm ϱTٵYUr$H\ BM-j*rUaPs{[*olmY^7㥥P(t+pۡ|'5J~tDĸ&TF" h U#1@`FaFH#X7qpuFц6@0vאFn2ucc > >ۊe}edy١Rg] jъR=##ʴ@m*Q2r=a><qV+iM#YUPkNB>SOe9+ju.Kh9,\vD)J!';Q:DI6$st6#QSZH񨌅 FrUyY5Y8$DI\kXy[X!rS\[qH\X[wwe8* . |mmރ o|ȏgʛp3^ rn?s'W^WBd2IAL d05D H$=r lGH N0$٭h4ZL*&s`s E~ dX ~s "LxI.Ϝ<jO?zvS[ŋAXyBKbs^zKnju@Р:y x jmmlq2 N󳭣(HKSZɁb%:$vޅ2Z 0z!fb/fB&w:N긝$bem֊Qe5S,*G|Лfrf7hES`JD\giAU j}v%DLQ%\z!6\«UMgsJyAr| ZQ6 V 2UU7y=NǶޘKdls5gwrXM6߼s>]|m+~gK‘pz%p8ry"NGg&` Ɲ#sYd$,F3!6J]4bLr?+&Nj"`S@X׫3b0\Bwf?P8 pZc[]/6AmLcw7p]$p1}$Y0B a.*aG##J0Nb1{CQXŔIF@LIZft̓3n[)qvQOA&WbMa&Ih'NkC8YNP>gPI Ɉ,8(ZUSbrUWqDayAE@)s+qmEH4q^u7rMd$fr&هO ^P ?EUԂ, riCyz?uí\ 6Nne9w[[[{xn\ھqnNys6'T^vyss1^ Eӑht"TC:n'FIFah$0&X]x+9cE8-mLB[2n2dd?O=_ '^x?4?s'ɓ'OZ.vuF1ʤӋm4|bw)/BQ:֡5rVW"`7Њ}e6;7XX&axgnr2-rj5If'{vk<G6s #1R%ͮ[;;%iERFF)i5(dI._j̣)j`*hZAP *߫:I.jU6*IbBp3I@<c<q[nkuEQ^ȑqE=zOV"bawwi^x]-juWݻovzU>xcx>|w>ƍ[[;o}zkts\3KH$3g74ֆp$ܢ*LѸDP7qc;14 3~q+&yx<l/^y_dɓGu蓧 g/_^^=hY2Ozݯwu,DDk;ȿ<vP%h%xdxOl&SR:oڛz p3}dwS״>w#{gMifmZMyq4Kag6X+ERnA pr¤>1Eu8Χjz5WZ^f\eMe%\xωvN.rΗr[P*q\^ŵٵw?|j & ߿7 >gp޾w?7nݻu͏s[|ǹ휲[߻[7淗JtVR[z$NWd441Y+h= H}r g0C+lLcp5 Q8Gh 7^VL?#~ܵk3 k4ޝ̯`` ;C.|ZWT7Ѕf :`}->{@_$vܩ)3ijӫɸd^FCXndoq3N-ezl- 9G24ITCtcFcD;bA()(%ʊn^PK"EQ5Mł]ʳD/ϴ( ^uN\p{Nqwk {7߬xY,眢 nqw>x_={|0}gw>x{px>To~G?\{gkT^޾{7gݚ7o^?o-#QLΌO~Wґz2<p8Nw4úQ>hG33Ƀjc?Y`$s/̟߬.͛s'd$4>/=|?cgOgOor:oŮnjz`deeK/ߓ)<Kmu\Y:SFQ7$<x\FQdsz/U`Lp1c')Msӛe="}42Ebq{thqev<Ӫӆ0jgY4A(Emҫj&ݠU Wvj`zJ%tM5އdfNl<gEU-ʂsvϑ$_Ml͏?' $ˢ\8V G\> @>{Çǟ}<{o~Ǐ?{7*ޘ˭~߻{և?{?D"A(G77NfQ@5qa'& p{ 'C[Ɂf/-mvߘ.䏞8m7@r+ss'[oy}xxXOߺ2mŕ˗BsSО寑{9˵:bbz#Y{ޅ(kwPdw:Z^#<]szN!DnORlMuê3FѴ) 8Rօ-2:#D7[M,W B)R8 [xIZ+?.rAH7gi{3hy3^櫲8;?zf_ _VA6`xwO?ǟ‡Ǐ?~?x㇛;[N~_}|s+Dtbfxbnnbxnfnl&48#nHؐ48?иb19>a$bXp2qz7ga7\YZZvh2-n DO4??go߸u{bWw&`^ G OS?'o\!/5L&hqtSA.up.ԋv贛}}6$x41$dBөb-&,fcMJ/@0p-#D=8*}'5sjuW-`T=XE'H'.Iz'(˕2Bd)fli55$⼬y8OO~u_=vwƚO{ܽ b}ǏϿO?~_|wo=ǟ/nm^IDATG $ṙp$G C"ÁQ-(Npshp|csׇQ=s0<y?PT޼r%2)N&axyo[>֍zyk_^\<[wnwyYW뛛K9q2.PݽFK>1$v{@ L$iXF[]E> .ʒ>Ry8yj;0>'^SÚFVWzQ4=&`촱$kIk'Mt[,6=BW<oL@($M qjmdΖ٩R6|C!2$/36Iŧc6+N>GBaDp 7rcC>xޯ~/~/:/?{{ksWB?ass#VHpT~0iԤɉPhnf|bik77/k/oo.Cɷ&֭׮ _[ھ].bys˗w7> ˋmmp~e%ݕ:Z̬> ;o |P&J٬j}ʰM&vx[[. eΟ(y:<Z8%<VG KZM&exkʋa9K+R&Z4Ј3[|81ٹNMHQ 6z#;q$P%q^(da9.^yYrS9:O$ rF)'z.[Ŕ5Çck=zW>ݿ} >xNv| H??_~ŗ_◿/p_|ŧx^9111#Hd%14Z0ڦpgؘ]ܵ+{뵛[mKpsΟ]߸~i{{9?28ZZ۾t}y9'ͽ͛lWf_~vN[u_[Zxie{1ӝt`w; ӗ@F$[*Y:T"٩g]^ 13N0̅$|8P]ΑnlaM6l7Yn/q]N_%y mu r*S@L+;:ʬ%)㱯‰z2;5ӱөqdf9P<IeQ 8/2a]y/b v'ْT 5nG߿wѣ۷۷{߽_(ޅ&n݅ r?}| ?߇n{eo_|O"^LDWV$ #Fw$ mrtLGM$kM#=t wwiq771n ~QĊPXkWZ}4r]%0fs[cx%qIf"*(+3*us鳷fwikV$>ewE>kZ_zW4Y)݇olWW|>??x~\<z=>fV>g/ePIi& xwF(KS-&-3ovv}6ucq;*}?|IǿǗ,v)zL'o~q[czևK/-2fAj:Վ42Y{'RJ:t%g8ЬXl. ȒYc DVӽ1NQaԬ;MA5w^aD!({{i4<a3nH_"%H EC%N#^///۳82 ~]_<ϟg x^-V??z7߷׿W]^>{T^WYYϬWo>~8pfo?zpهpu||wv/gfm8oLǧ- yx-?7+/O?o_x(0VapK&dI <Ur{jӬfQ?^ypٍS7~f?׽ 5Ywz_5nLp!/'7c>#wxd+h:ߏ`>X'Mqj['j1c]gVאml<@lT6fP#utcV&|G@xê8FqN悡&5foBX" }zk v\N,A|9<acTe!^^^ ޽(eG~;8 =JpWU6^:AOI>+k/ąxiۭU?}{ܝ .3FOe}?:?|po~>̿7=|<3<'.<|<p'{pNJiI~{mm0dVv\(]f2B&|pf+m4C.of *&JX-0w:ð16bYϤSũRijqjjz0P Q0Oc$X6Xa |`$Hzf#9R c1~:0:&{6R-)GͷFq8NG'K YәoGPрj즍hnPt? 訆46nfCS.f<;6|<26ZB C:O|>"!&2T;(+|zx+(qWIisbnwN<Ou˹ӟ"?d=hr?W33y>W?z_Ǐ ;e<zvoooŻ7 +%!NyZlmm-w=~TP` \($&}Rx$_D+_*Taorz<nǎh?t!R2Ʃx *jT*-Cs]\l~ƇȪG^</n|Kg6C!Ӥm7n/n?MHҙ)f=w2X0vYƯrҏ߂o޼CMS xǽakF߳.[C\f!lK% LݯeI"p;F1s&[Kc1ia0IGma0$s#|Gk+X\?&,݋?^y-Ŧrm~ÏGOK`u׿nşÊA~*"I XZ˧vwwwS+Lje}%]e C|]_- oۋDZ5<#qaxq]+r>/UI &< B,V(Хw0o 叭)<s<<llBh iŤC` L!>N>0!SϞݘ;qcoo\i#O>э8 l|L 12~)<sDh#8zSkFn/#Pj4& `Foۺ|bt$b}s`0L7oX{FUt!K/YcH?hxM)zN`4L&37‡yO`s3ipqvko9 ^`#IUuhӫ LY]:ozTN.1y?wOO]~#Ev`0dQRH߄<;|mE[Af1gY0OR7S/˭UZӯosB~Gټ7*>13Kc ZclR[[(dDBHR0S~?L aqajqq8ȱxe*_7(Ĕup(dJ!<0ŭܼ,?OM߲;mO 79 6dmumLX xP`h0Ljqͧn&t-<{Jt =,m4'/AG$|I<p}\Ӊ G ;a/|\jhHKbU,~nbQl4dHjddGjpJMŢԔDQl˯ՕWWuٛ7oo..޼>kO$r'vSQj}x4%I:zW5fmd(k5)5Ţ\O䮬}>oP@.6aw&S(IaW?:WVgOOxO?y?]4D?ܔClMӇi g l,V׶8X3 E1۳= Et4Ed2SjQ >x/nF5n>01I`_BFm0I2q[xr:2766Le6SеXqk޸{@7~T;D0 GC}' f3Y$IJ$^DFG{ya5h1Q FAb>]U6Q<=,P;`u8qR(TK(v#I:j (~E𩿒OOYq|%ZBuggdбY|l EmfEGɤԸ볋SI%-Ä0a2y.yxTLFQەr-Y ;Vf<E)dU('<wT닳z A{~;ZvU~rbc,9ãC</(&8<ea|e kk8ͤ4`ZyF(?l" 0#da0-8 ɧd&n!XWwqayΗon\Ci֍ [p0sdO=L$Iq9Lc(e0l ɺpXC= rAQ}qF#Tkv;p]1q#pyn.8ܟOXF͸n7:M&܈O( M ddZ f8_ Rjpvq&bTgS|N|pv:ӋS8[]7E(ldX/Q o..NySP_Ջl3K&\:<\}/? rAWk\Vk<fd2|&C|a&TdvkJf(_Jt~ׯ|Zr=nzn!v6vƲg76 -8 eR&ZBގ1H L(O L) <K in~>I~aaNf7wS WqX5+kD ~ñotfFA&a`uo & ӛ@h;p0-rjtN^VܸF1-I̅s_>0S>$\({! |wl%:{hLns$TKmUsl!".=)u;={Ul*k0O@a]lʧӁ,W\ "8(6dq+uxXjeq saӓѫSm-f-ոɖgS10 W" z\euGpq֣QGG٣dxdMRRtR /KT8+^4PCFpsrxcv1pݎ bZ~;HP$@AMS~OQТXє 0TbL2<C1/90M={6=d] Ó_i'q[7n\7uffLkG]5·G밹zdž5^2d(9;jaFIj)Bq I!\9q $D(< I!tnǖ"Kx̌Ó+7,.d3b-4NI^ڝvS5hH,WBv抧@ggW^5 Q.^6ņ(u(J۷`Ҁ,6NŁ,bS%(+ph@bޞNQ)y.I ?*OE : uY?q;Amo 8R6HMkZ3=-m6|6pl ٬5u78;b~&7? {@b׭3LKrdΛ4;t8HPNq ecx:M(P~F1Wg}','77a:fd9<ڜO3EXMMOOL-..}AZ_kA'i~_޻͛ojGu:-y̎13M7C׿Ў~1dsZ~G֑IK6old;vddl|E͉rqd >Ƙ{A4<Vk khlGMӸ7Ä2 ώtzI}$L8I)Yn%T)b!IR#9 Φ*ʃ,5&4ԐoQ$IR9X;ȳ@.K' EI|(Ñӳz]:mI'9pe Y͢1a44cǩ!~Ot3= \ś~Vk5|V.lrYGb \: @gEO0)7zo~2-v-[hvm-'(!}l6AK,N[ Ō8VTP8?4ͤӇgc,0rKn& 0|B͡9j L:SZMMOħ`'OX ~Ўv^C!+707ok8G펍kߏ)sdi@=ZƆun<<,FDcCVZI괃*' aR/cѰOF0PZ֘5Vvm}ߎ<}~ʆ7}topo.c!Xz8F(&q-0&wTf#۞ @Gov:\ņLf@`aUq)e mAcl Y6p1uOadx=~2xJ<ցd(́jlj`L}S")'2Պ5cv|ج~?c{&OTm4B%3vf&(ǟf!MtW[2n&ӛaO:Of7dLB'&v!lj%%i4vhj;ILqN"41/▝".ns@;ڝN^yNp|48 9-E0h:it 0? l'lehh3Ap_<_h`t̼C0O~i{ș,*m)I g NEIl4OGFCvGt:RsԸE4:Nc KtR'K(wR#hd\)t*_r͎k ]osِyUlt,4ag?}To/׎ro//$^Sr\Nf2INqJ0 ai&}D<Qᰢ(ee 5|6J![`фvX kk,8bɝ a#w'I(( b!Aaʭ%LI'\0<5,vәijӥx|gT)^1OYTDrQxMT; Mr\T:Mk6 "td|,6g*I](5ta.kQ(4Ҷ( A IJV˛GINriݬb9A"PBizBKfMmӧ؎ZNr\YQ:,q6D!A'FCrGt^:'7$^ghʭrY)Wv)^v$+Ut֬%QXz]V(!b6)bknqk zPwq!6 KR8tPo&;bYEET/NRpߗE^a}*s<x`-m$c݆{bkp2˲Pra#N&<UiGr'-*B1b$W=Uӌ_8L&9/%GGMw:ߝ(݅,Mݘz6 }7L'wR-W˹\R/sՓ>i"8nƗTJ)' >|rܩVm WFU);hwFF(rN(S/'DUUr\i('jZmw:JY Ws\U@%/~S 1\4H8s"uKIy)P7Y%ir+y^(\V:, Pj4x&WEQx jy\)*W4Į—SARTj7rJIfFI/o ?3ng9()3GRKr@k|ڗAt?{ <?zLaB+*y~G8-bxβkjS<V>x!мxb q S| _*  s\/e2je| 9~&r۝Lvͬ0S'_NLLOLOO՛Z1\K4~ @.f֙f3n-E"KKn!d.wUI$~N|m"H^Y>jk!G $xR%¹\";q媝6ߜGD~I'h:f+l pq|-FNe})^JDΟ$rW\;@\bm.9ӑXJZBRrFŰZ.; -*!EQVUhQZ,X:֎׎c/{\X\}8%XjʽQ.ݘVVq!/h+gi6F4H\UZD+FbS{v Uövg׀Cxm g٧[rr3j8B\2\JD$ʽAMIU KWG\0:=qwƍ)@Di:?!157kS;ٵ's,>bд-2bhfΌw"6#6 FAk% 26Ip $}d0"D8D nlGф-BU;0Q% "$(=6AZC@>qZ|eyI D"l1FihnDH̼9ɽ|2׮vN"TGD})6.EIl,˒,%uE'a@n65QEQeQؕkR-<廼UjPKсaVVR|+vZ<@ 3^){l$-</}sQV~VnlKQ| m+?oQy<` < B/lgcDZX÷qPh:|=xr:U8.bk##6?J[Qr4'wJ׻Ky _Ujt^#2Y7{{|3\xlS!p.lf\"CPduOn.ፍe` Dh?``p0ݎѭ*ǵ ADG&HXBۈQ=8=XDh31Gp<\ZH 2>!d0L^,źX  hH)I$ *i;J 6Yv:XCR6+'+ɲ,vEm4]Q,xEZdZ4!S7Ȱ2zqqS~_씫UҭdV㳩]>y`hI))RdL9 h3#RDec6,.6cR vB2J]2eg(Tx]\^*xy冤(ܹn*3݉o?~U*޽w'L<~KdPYTxg"m#;c۰c]hF' >E>y`Gh5 F(t$AB$`d1Q \ {L.Ksa@N-> 0-T1 899Uj-Ԛ:l U,?Yq )Nks*2<2(e@Q@Ir$5brT M$L&-Nև_|9T(6kZd6٬J#ۀ;jP n:xTZ\h^&Ǡnbx) ]`cb-eY'JW)@7 B ޴\-#y^_D%5^d2 -M隺ZH=>{W]oyoԋ=7_/|z qC%4#cZ-mp̎tBArs9.N2l4  "Pc?qQjD".g AGpIzEi iZGGp\a8Asj*#tqK-,~A+&X5\m!rte8b"Ce8G_ ,.@*D&H* N䋋mVQ$H_-,{> V[VZ ׺LKS@B+.R l˴(bYZl- X$V*%eFXق*WhকH$*5,)% it:O<?_ wo>?<{7{84/,N`k1^3cݎ z d9r|$9MgهLo9"C@Q&7cHW'D,N20t>t!zLEzю '1l&P઄d8( ZQ&OOZB)jDYj4zUcM%$z]@1Yx%Q"T<8_C[%)fsxfn NQ vFv.*x&A\ΤVK|>_(l>fT $c<O>glj2 0 8D+^%R* !6AHdRI\6n17\HUZxOČc2/AIDo">'?t\d&gCo A 6B$P1L-!rd N|N$IG($}/z;pA)I&)2Hv cvRdR0Lٹ6,IpwNlf+WMUᘝ\u`ڍ&8^2O8OR* IuSFMV9r\5`/+zD%I0J* ծ{kP]%ɤx%ₒWB/ZTe `Ot:Me)te4Nr2L.9'  .ʳ\Vr<9M wxȧ҂O]Uo5#ęk9ilI=jtFEs>r\s>P`[otBU 6<IӉb1h8v_.Mp<bqACAυX,eH;I%baԣF#j5H @ $1u"Hs@Xapjv 6GGGG ;X6JM<DuhE^$uISY_z,_v4գ$ )!5Y쁪 l=r|T!UjTT&+ . |TȯZy'V 40~>"5J1ye *-|>oLӌzq<Ka2.dK%wʧN`ukM8f[Ȝ4Y]&U51j4>IOoCPK?](C'M~5}FҰ$H$YGsߒl->t6 .A}vή}9h4zP$IT1;F(SN2H &rA!Nyq65P @@%0 WCPnSj62: ,րGa@t^l[rrO+JV938ȵ^O=X+<]R|[t+]x*nk|*!|)oD2 3&O[: Nf@Q-`-&-PڨЂ)I3-* X ZeҰ3P*T[!*7~xoܸcvF7GlK#2#}.Ϣkof( FV=P;qQIGM&d4ZY`( hApLSJ$l \ d0#^G !a0 Qn1 1$a"H  ~ p:q`CBb*rQl6&L, T,UzZ绲ՃlAO{7grWx^.~O@L ޭU*]«YxV*Jv^[+]KTJ/Vj͔`5(ݔ (R+ʷ(g|P`kA2 60i53r&OЭzLz8u5!܅77]82G@#%m$b=-.Ţ׎qyT!f[(E@=Gф&j5&!J@3[D—H҇f fC,>dBzCZ@;%* @;JEv5~'0BI("np}9.IkAǀ@/,;&f,22.KeC^-Lӓ~z#T?w^w!>nϱ*h⭜C+|>8(dR/WwvR Wʤ*+x|TO8 VI(3բPȩXa`)@qURd,IHaq hQӥml.'T@AӢI+h^e 4L7DoZMV:i5U}@MU@3-3a%|N+"eBjW۴ZA"4sGQԏ~D$AN@s@W@,0t4\<:j56) 䉒|  9SReEv{nZW~ۓ~O/.Uzsu[bW) Z~TVv=wkaS]S+{33+|OVvZ 8s<*>/MKL)^|[x. ^ʗJ/-[B>ZP΀Jq!t<NJpC@phÐkfvT=]>E"סilT prR^=VrAA hIp9%KK@%۩g#Z- Ю9=0QFn4Q( 8}T1AܪUA;r$6GGpqU2/)$*jrqxF r_zy"(rOg]h\V9WoJEmw|G 4x&w@QܭD7]YYY]ٍD=Y@P⫩J%쮮WVW À;{ӥ8 L&ɔZL s@`AKPJGi p{]wg_3hǡtAD13>n0؈^?i#Z~v@ ZUNZ{Vu5`$| i3Fh i`CE`4P((* `?:UZpP-a`;GU2$s9p t: ( F#fyt!J <sbiW}"wSTfw{C.TJj<T![~6 4XV@FՕh4z/A7_]]]YWV!+t_|;]BFW+++`r\gRR\(@9zz:5t,NBH58v`iRр"p 4v*4: BnG` Y^v, -1 h0gQP@vE0`qL  Czo4MVގAETG'j  TDxuڀE ҷpSB?R5&j5E횫]sr|oJeRnW;Jn͏yWvS<|;\]YYGgf¥^Zw lmyC[^ot}=<Y]x2Z[Y]]]]zJt}ueooegBHj|u[YYYodj|e=/XZKOK%xgJpqÙ.._A7n6@ݱ 1DccfV36hPF5YZ-Fdc5 bYRq )a! F+Ywg;<,sNP,ц46鴹66U+mdY@lYkwy@Hy=GWÛ^rLu!C7u([uTB gʀ8z![~0;{]~ދ/lh33 [~t= ~[At%}03;0N F=(JixQ8N}p]ⰺfָ̰y82BAac#Z#;Nh/0*ܧGVUab4|`@R1 F'Pc h4ZQJ @@K='= $)99Dt@ À@tm3rP YKfmf x"Z >u(ƫ5x(`Pu@8X{^W )rUA·<w]b +UmXր[[P^otk!ĭG Ogfg\ﭯ\]]y<3ݚ]YYYY_>ڂo~w+: q}ee޷;;q.1&>3:8paiwo}8ᆴNΩьB@vͨ1ZӪ@ӈf̌k+-:Sxl *:O|NcbF:N5\GTQ _w`6YT&UR*{YUj aH*Jw{O?w+.?7 <8 áBQ#W&ce}e{dwʺ;=??띙]XX]0 my`k+`vv`VgaQ 8C! Ϯ=8Խw^+ ?{wkn[KK?pnjQWpGcص#drrҪA@Vv-;] + 1#{llHFMV= "7@Q D!ϕ:IZqI'0 ;;mv6U>jAa (`֠ /%`&y^ʽ7嫬uOrF+^XE3p^UU Fg?R TB{5BWCz33+{0ښGxʌYήE_݋^xa ;;xo LUɛx !O#mݻw=]u*77iF4c6M@V{7 #*) T@C cQ 4pu`쑥q<aݮ޿AMu(uvhZQ]3!]BPIҩ2DqȟK kFlrH1Pjf,TۅFUwwՎa c[9XT@*](]p?~~eug SHt UEʍUUie}}k£YkOh%:> BztvvG[Y/ уA1xљoWK ;;;wwvZP ݉mO <YdgϮݺ9n65ZKidžSZwERfy ӌivVrpY I3ь.--ٖ@m MՙKKKcQ,?0\(GVE&L0 so `DQ6B>;P) H00ǹ9.ԶyGGGd']7 :5>vS38I*FvoޜÝ(T0z0|gկfgfY/TBpFp]^/8zf; x䫯?{d^֌w;;_>y|kv}o/̨O_xP-<ܻ@ݝowv};4`WB ~{% 3o4E`µON! ( >Ԍi hK'';>:d,-`4*C\R06(j #2 aqa0#$*{$ `` n!o~^qKfGɬچǿQDB% `jXy @8nU*0Z ?@!4]ggU[zUf) ƨg![كG_}“,ك'<YAx}At/|ho^WnO?۹37xvoogbRS}3U۪ Rn|\g 2V@BFTcfݭ;c |gLE*6Ά hؠ@Ň^ZZ@ԨNp6L(Y!0( =u? S{dԡa"&j&99n;*m%xu],xjTj8".7=co:vEފW>~<T($plJ|xfXw믿z4;Pf [/,,<y2Ÿ=8zg=zgw_~ݯ/^Z]x2;df=@PvT};3ަ~>cJoB+Hݹ;36׺|6P@KKHl0;6 n*Lv]@= Є~; aGKL@I5l!:өN&pt.|3mnr&q٣d4 R| @^~@J0tWû k~|vF* ߻T@B >غ2-1 ׻upO,,|haaaz'}7H/>O_w駟~~_ݯ_oŋ_>W=G[gCՃ _l&kԟ!Z ~g9#hDTgEb$U){*E[)IeR"6luL("  Uݒ:KX,xAd272W}x߯Hm%u~y}&|xg_ 0 3> E t4Bi#׷W  9'1O"_wH (ΉC@gp HD>g񿈿" ïȀ g_c>0ׯ^ {}^| Ȉ<::zY8>>>Hp/ ԾV߂~Ub$҉8 tx(8wi'v⠶LxxmIMT)$r+/j\.'mUSU?,(Ȋ(Z:ӹL&&sJՉ s5k5 "0sHmQ\><`9OG9E4gyLA)*t{} S Q@?{Lnw  G'$?)F^  `y~~giǷ4PRԼ 04??hoyG˟-h|F̙?|>)qįW+׫79F;;/>zy|p~p^xytPjW27zDVO[,ɴqmiCSNXU;j:ݩb:WLc)RSjt:%(vvJzvZۂ ӱtؑ:ڳ{vXpÊ-{؂˥\V^_]uLܞL0Gp<tu 92 v4r`|#ͼ|i0JE퐇htw<|>tv`?-wyE tMs<pҸ+y2@zىK^C|$:'/xWc#7ǯW_cW׀8}Y}{dZpm:DL"?lQoc  َ FN{"|aڑ1PbtTQUT VTT:EQHEODUR$е&Jҡ$ e͖eM +MVDAtMԞ"ۺ>gzm.ӭvf{/)v/^p.XCM4ya|52kzzz@a~@@h$ P~B<(=FA}Hj@xNY R;Ih4/wvw1)<ԃ^#k;;D<KC! ALnZW篾>~2)^^Acpp\F;zOelHQ,O#9_0gt/A<p9n;^Rk(JNJ(TS ˒Ybi}biL2pd C۶^'tD(VsV^ZXȠ3 2zi Uan Vw5&NnP F* 0,q+};D;42c.yN4 i7: D|i(uPHq^&8p^,@tvv }R Q$_~ 5Fd'.Ah>&ω|/ %NeIR{㨌#q'^ HXI0tbʈM]8|k >VU1NX,q,+"뺮ٶlgjA4~>~7FV7*@۲\r* ^.ckTjVzT~S9 ŕL\cip䜤,nwpfi7p++D)[  ˳n7g`I iBAt@~" CLY  ^z׮!?9 b~4ء?lC ^)F#rn{0;DGN /QM 5C vڝv`zۚndE$IJ* IjXLTETZUlY+&ɚ Pʲlk&˚&ëiY}sWFVEpdVي$*J((emMJj{\&J5lrWB]<X'X$<Yu4Ԁxbh% 3HQ<]0`髶˘eguAV"E`dFyc>%}y$@'>|v؅߸ ^{Hc7 C?1r g$?J z Áhc0Oi'OtPqivmPz*J,EY$QMSౘNI=EaYe0|?练`wwtn \dpd}êTtGVKRTnd@z WT8pyfj8 LsC '3 . bss8"y6qPpL)Yard$Б`W}KyPhii)r;z>,<7?s𶶆py1>͇d^}ר7JWodrǎ vrP(I~p'<Go?v=ux5~t;ž]" A)ZR4Zt1 嚪Ŕ*uҝbک;N*hI؀D]$5U(E )ŭab۲VmByu˲Lԇá9#SusdYԑDULjj{R&mJu'' '''@nտ!ԠO4Ä(QHQC^4M:24A4 M²xRy"<ͺ~҃ƟEMh?h~&1<J0 "L2ҋ;u-aKz `"pAz>Bzgk^/ I2 F6o$͛7D/{pp1:գB04j'IԢ(x<!EUTEi'6|*`6FC-sk&-+(J (nMeIk5TQ5YVTA (2]3J0Q1#>k:pke2x&gmg:swN\nBcGAL{+ րndv_~Kô*G\B y|>/ yl ?rpy%Ǐ}}/64I Po^y7pNObG(|LW&;*xP>t~_=*zm0mZM%bZNUb%S@T:N`SM;؂:؎PF<$ (*:%"/+>@f^ӬV! /X>,y0HY H2Lnoo{{;/ݨRoKҸŲCo<؈F i x2p88;|@aF]DexL4 .x^@ w/D1рOxq&o_gywϟ/ /0Íg7ݿq W` RK'm v%;>!6lۣAGb"(c~(.ӱb:X&UTUUPm= lfQEFeMؠ "U* ufL>e ^CT,2xQdCkj" ${z+/d♓z}aΝ'7'JFV & `#k5 􄴰JXƏ:a@( ~R9 %`` րԀO6/Hoi\<>;ȏ+>^{g_|Ç2]b/6676>;}@=ؙByLţBˉjUik\/J b {ʪ$)()ڝݓ m[jzR;%9퉊"I"ˊ j{5ਗ਼Ȋ"gRzu 0`cQPy ~iƨw5,shZ45FdAj5ItfU+X=YscY5y2Z€<9qH. \07Y7C 𝈿U qGipbB8N5 v8`~lB5gH}@oީ1af@w4b& f<}Gkؠ /g͛s{|X]칼, W:8 !^QB Tw$RӒ+b*6$ONjD5]l9vmc5Qj1% EUMb*'R-WNJ@YȤWQE7/J)Cơ92eL}hZ\MG4Y2MpoP䶷' s;% <Pm1*̲)v4{BwX?iL40~cA''oM37LI 0<M,i !H$ o)䙟";h/ o{gA ?|x2KP8h GA\t:> GNS%OD]XI#\T% *r8YדtT6Tnv[DIp$fVtEtMFG\Y4"-?' aŴp+JVPRR>үɈnaο8v7O;d8[ 8ޏ TNr4;<@s,Ms~t$tpiIx F9 Ȅi,;-@@=< %t -|LQ|G@{mWo~|paCP=vr{2ˣP't:`&Pm)QPi`-bXq" "@Uꉢ!* \遚J|E0؏Xu5- u}?}! =I4YQ2 qo U> qb3ǹ#Jx!Âu' *5dyM{PaX7 d0`fۓ'E3HQ:HA0X.Be'!!ظ56aޜۗW;?x<p!L&vZgdգ8AӋ# t(Jb-6TMU4 ='z G{RO20RUQp$) T )+e:6]wo&}`L?LcdVLVdiv(=]/R)N_]P_Հm~@E͇nsEfY=yJ?.x@AFur< nwxq`jG EIÏvB#/x^NhB&bȀyA ǏD& ><==q ~xAt ǡA$7k[%Ȣy co;ӊn+qr|$RtXSUAT8':DT@{-ے(H\..$EĚ(}IѲ"A$JBV#"liY[C:DZ}Ț&H{=ej3Óɍz)PF=4W/($ɤ_8f@?r Q̓ph 0pY$8J/C@HQ3 A#Q04^k4"sót 0>x\ 6psr^~QɎ-M€?@ )c$wNN"AYhqP(tVU^ӱr*r9FBx: ̇rLӢ$I(YZj:Nݩlɶ{+CEVI/}(H">$ƌ62,}#绻Aww|DRNV;mv.Ue2lrIY]J_}& a,(oAxH`خ&t8MO4843aY~)f'⢟ ÀpwOO\8ʑ&4 -_*MOϹi$s <> /$ߎ)Zz>}E/.ycL{#P&)77nl<n?5.sGth nAGpT|ʙX9MDZj[Lc@2q(^1VEt#CʒlUm[㹜*XZM@j5Eӳ6d4Va4e>g؈aY\X_X/Jmxn|Bό@'kN@i0<bd<4Y%h NN>̓/)7qa1$tCN$! }YKGؗ"Iמ>]wd%AK><}X!N@ox_I)ݿOT}oO?8<c n[P+g<Xl;#8,7$><F*8jk<&y@dt1UEb1 #lYL]S[vSz=A1ULj ZM?2(odBmfod&W7߷a6I j-~+.՝"aՅd0C<9qPPDŽB++PeQ pϲ<NgP <nd)P 8 i~: r\g4q+S,$.jAgˌ8Ą[[cn׼(Ď˅O~ϟח:u3?yq7߼c$/p!lH#x*Zɐ_+?1A 24pOLs1s+r@~8.JB[툢(J[=@xz$H"I CSg!alGt盆EF&AwvnG"iMo@anNT7h{K2۹J'WX/p s{n/ݾ v#b&BssM݀{neS`gax6`ɗ?c?Vix3O Oyl-nאָk@%s=3!q*AВo@: l=}o}h@w;c 8 ڐy?r _ʱNox|Iq c[KxŔ*vD<NlD-2TVIl`rf`$EJEGt6ݼC^ SeMt1u]^(|wA2_U5/^n;R^[},o!@ҩג \ B]q~Vn^Bq~EM!00  N;?=7's`pi R! A܂Ops. 6e8<eL; H!.dOp G]r$g{%>:8C􇈃HP\#@bwB9f[H0OoÿPX,RrbQt lfN P1vEOQĔBk"gOe-9 5e4yf$@&4F2~۷ i2ճL Pmo2LsRCx@1__{$ip++@_]`@@ mx$iv`秮N G1W ðbDNBd-Àd&w/L4fͲnP ^_! ]YR>[6t 4H8}sCEowԵ P%).}$ oc@8#niUMn,*h$F?N׮&5Q䞤R)ITQLSdEj貮Z"3L>2,7MdʿkU` E92MkTv(*zm?pyTZpj?Oic?V8S2iD34 05OQ6dYOt4GK?Ga4LpY74KDIu#h4wvְ=k,qޥH^o~\ߐF4q0Yxv~իcx͋t"fVFǓXՂJQƜI<1Rt8NaETUD:AII0۸CMTAj]mifN!ҡhtӴXeښV6|̃6\g P~&r˔s۵\ɍAAUoV.0 {r;1h 3SS?'ifsy3n7YD O9ҝҼsvPB#n3p ,T4uzh {Cd6b{pD"'R3gG7ߜ ܇4=U o 1ÃrE|4<#q;i4zxEhKTDmKLtPIؚnÑ9%1UYlŶ+h*= TnZMd07MwჼePAUv \o߾E&$a䠛ltM-Ț꫁zT??QN%p $)3A`:cr xVH8s;D1 vaqQshL@st7 ( xnΙn@yGcpʌ쉎y& \__Y[s^#| *>|<ǘ`7q \ n-WNqy^WBAiUĈ}+ݹtj@ls3X(AtJl mEeO&pTvgC]m "Mzk M]:d|Q,74] Hfٴp Ltty{XFm v|?7 "u~oTd[: eY?hr{Z  90?Qz+pNSS ~P `w ^AS"<5 i"JœHP.n)Í,qp8SDи2v1 P @z}|d޻91!؂vd/^|s~~pP_Ղw`x |G9'kvH-bV& Ĝq\I<}gQ-S(SEQEtNGmYյسG#sdTd[Q/4]?WL032@G/~6~>9H^-y{r waVLYL}$G,7NN@ɡmg}=ؤc(<ma~? ?3b7%xzk@ܜeY7d vL]ùAP OZ!b@^hOi Yfwvvv;c l |}FQa$ի7x=ߋx:綜&`8҉xeg?njbz,9v#ek8bG`:R j$iTURiQ5!IaeX{ _ڶmKŔt{8" rVAEH)Q΂auNb A~x6`w `kwp/\ bla4?T*`nߗN&1.L ĉ<. 8?~a6)raF@Yr8y?Y<t939gs 'Qpyz\Ry"HV#o{k8yDpvvvyÛN` |p!/^]^bC[H-$X2j,iH&Mh.UO7\T(dVȖ*mhh# c =jlVF50!˫?b@S4r標o$|\\&0 ݳK3@`5&|oUP\p;<ef/.K1&xlE>J<C&k8<ON 瞙lw;A4)rt#tó/#V9\(lwS Y9KF#(H%[[kkOATKGk_<}|)"]91Ä!(q@/f66FW=D{qonЪZ:=Zr\neʠ4ҘlSJ"ɸ$btJLQ: $ UId[5A!G{JGC#={P͊iʶn5M`LЌGM˰v<ێo{ Dҵr }3#| b/2 wިpZ0 ̍+#ԁKR~݃Na$gpǡV#=>K (fͺ%HvODžq Eb0wf2|4ìP!_8~|1`8BQ~A鈇x<XR=Z[_C.%%Iԥ%Bc?<;;1&ԀqE^=;=?q^p2Wq"2Y8.=KcGB*Z^)#2Ŕ(*BO,bV+Dd[L"߉=Cpo(4fzv"Q۝m-bo8CFaĵU]Am n95i?;@Y拁s~mt] <c.@} #P $|*+_)&2UDXRPFN3pRkqKq5b nia/:C!cݼ?! nywii\|6 B+ O|HdRTd܇BX2F#GֶP{=Z ?w{JYoɷDdDRs0$|7_o9=}q~p<Ar.$gT.`ڠOt:նL&pk qܼV(hrZIHcPR4Mʊ$FEC%u:f"=}dpw6c"_@q+Uh6>ɷ$/|{rj1 .25YZj\1Yh' @X8Y=J'$/o] T(DNrs3̠4qcra8 <Og1)LM9(̓fcmٹt.̃G9rGy|K+wɹOg>JTԃ5B";$Cڣt˛_<wL0(s,<>'%w ᎏ_r1ĖH`\HT;j]:SYTUբ*ImUʹb۱X[aT8t:"-0 u[~ْ(JRg9JnT@969YIˍF=ҌlX1yl9w$6v]g.י ?u|kqlǕEشHKg2zT/2t鏴eۥ''UNd8Pʴn\o”J.?m`Rc).yRB]7?^O3~{n,3ɵ<fil094)nmT(t{b"E<[' yl֞om-=Z~6n^ c&>~Es7yAq*'2-bX,/֪`)'[6=%Ķx,KmIUU4'8|m#U)IT%*v'Qmۦ54};7W4L[ٺeU*,'ᐣL7ZV0F$|wu]&wQ~]ggc ^^Пl0bd&cMΒS(\%`}Ric\n3B} _G~@)<X(-BuEv%ݥÜYa<ɲ9aʚq{4n0 Kr~'J y<(Cs:r.FHg>噟*B Y[ZSϟ//p v|w`Ar.Ǐ=ؼrbBZ壣S^z+k^j֊LZV {Ph!K0t YZ4a,Țmgvө&5zNO7+C[^oc4v>8s& *YFrn2ob%H./.߾}wvy1&gt.ƅ3?\v (ko쾻mXUfaa5ACG o`ub!%=y{}~igV8\F4q.=7vϰ<;SQCY om~R2\4ʻ埚n<O'sl$ N{QRhu|6Eه0g*,.. !}hDŽ=> 6Ib$cz| Nǖ,9WPr$ʅjV۽v/W4MSGFQv:36pSzBT=UlwTg-e!eji:TW#Q`~4V8^|G'vgޑ3wA7"f3Mf3h$Fb~& ;x]s,b]drpAH|<[{ۙOAl?S˲ZB Y'}ՑSt'.XR*̻gE9ͳQ'sdQQvzϭ"F4JsTi bf3^Aى'8?N୛Q"x%: pѣPŗ4SG}> WQIDAT ͎<K6?~<?O}7o~Bȹ$mMrO lg5YҮ9i$긴gҢ(J$I`qa${x&VDlk{G4ndӟO}~'XPiVd%l懲,teXqN݋wggggdrB$A|Do>۷݋3WLv- hYSE+QtWWWV\ndvxJW6d] dS*ųQvܜ0D8mⰩ`%J<| T0^8`R RrYB9O9\[Y AhH9uEDǏ1qק/_~}/_& Pqx$ؔ5V@(䞦:( j1(馮YEŋEU{H6@iR3=IGbt5~״'Ro`/o~l6Ńd#FJ>vqvyy;b0^5QwAr798;{?6)?L\:Xѳ^|;S­<L8,}Bڄh97] j` ˲S~P(aim}+B}7ɢ1$n<F WF bC(4MGP#P>@yG}52yϿ,H̲sR>}uoo;h^L:qEܣvJXMumAQQ1ULUb*4]OVókز r\M!]Һ*=7F=+~eT5LĴ񂣶=CM`GD1ݽ}Řn2`>uɝ\P 1}vҏH&&tYTM8XN&ww*pxɺctYbҍq+7N}@ҏvE P҃(8.egh 3D׷S dxK3 x0Pl#,M`D,4܌JwfF<`~yNk$u?ag]r7ߜ݆ҿ|X?pfNKP>V;5bd9KLT۲lD1tYu@I&JI Idu eUL>Wt%`KFݼk,F? A0i+#?5/aV)69}dYF{qL6F3|Lo@b0!.ދ L%j;G/wAnwXp(lx=+I4\kO $proK%O1h!FQw~~d<4ey{wvC0)7OG(\x9\&y|/bVx@0 sF(+Eιǟ-Ϯo^_h:Ĝ%,SrW8?&g_"}e*`#$'jZvz- =EdZ:SN2ea϶mˊݳ5EcE( Yb#4, KhT( ^R*Zl3၌ o趦pdS\A7Q߰6*C7g>U].$%w lY;J%+kVL#[W ,ݹzrpM}Wد_ q`YacQYzg8Z (zSlv)2ppuϹ* TQ'L4rv0 (&t5--H$Fx ~OA?>^e1IEy 巿l"*%RY 4o N[Ю BL&)*lV>%RxG1A\#/&=<AQFfѷ*,tL-bgkC4XnF'%gAI8 >{7F dm4`AAƳwć\"7p-֐.\gE h +MRCdmQ,- AbZ IeFF.-(ŝID9 O֬?, 1BHa+EEBPT$D. ǁ  BKޝr*/xhnֻLrD f'gI+zyv^z<>8/hLAnDRۂ\Ux:^]͔[*;E - Sײ |, bVPD*l5`@p#hdZFw`IXuNFf7(kM|ȏ4I@0͛PC]>;;#|l4nf..v/ M$IjY%>cS25AƢGk#pDלzBsQ+=‹[~&쟚s֓^z,?SE"y(1uh ƅ,?`yy )hy*"(`Eyij"GX?7KFq]^z7޼~sNHuR"^;T,]? 6МV,%ieဪ3-b,WYVpʇÐ("VJmgh_wnf7cy42#0M׋a|r0\XV.s7+ dK |  '$<xL.<#!hZ'?b;HZ^*V}͝xp )hǂN?8q,'sJx1c] Q'KM q!Rha\/p_D 14{/ (<Cy( @QHu癏pc &$,a} Ip gb;ǑxE;;>/xdysyvst/ /#/ʉ*N̘JE[VR-ˤә81HR$$ Xw5 ˰`=*o7>'q.ZG\s-k0޾ }Ҋ/%.n6 -ì2f>HL6?ȂF_`/3:Lxpw|wT Ӊ^{"5-YYHybz'$$hMOMa#< C-nwy~M;33d0OWVV<5_sd];snr~0*JG934?[< o 㐘a<󔟚Po*p%Zhk} uHEώ]2R!nb:eg$2ۗ/}Y'6v;i()divZz;RT1N2uU4G[?+?RѳէJVG?m-# OqT*M3ƻY9]wO'؉\2 ϓF)ɢ] ֒ɛX!!;8;s]M"׻wo@gЉ\^-Kz~ڏ4 Yao3f@RN$SEfj&Lyvye,ݻ7ŃB[+[a.bOpa{dGK‘JBr;E6sx +P ݾy(0 lv0ZC!Dk<'8Q%/^\g~d6sO7N_~/^x <JO"Gugi~$[5EOzh* b5^N$l4L1YAe&c57$yӟf>E JObZA2߽&57ɛ | EJ]gxEMsvv+i6v޽x) A#GGP^$N6ym'm$9Kzpt80㟙r#dZ30p򸵾oWb;xYK23? J+<!#4uCc<R E9Mb:C&ϟ?b<YK8/g77N_*6\(E¿ZEE$Ք ,٥4(n@^aZۡ.gqdU~3\Gβ\q$`|h8q~F.`[\ ;7P! 5Hv`>v>H\ w<#[5g`q"9Psl'`4Vi8kSWZɕ~~2!GLm\0vISSSS Ab(OMg>qaWGŭӝu0%_>yHdFh_`,G.q<PoCyikdCP]>_\,D$ c3ɟN϶{N|pPhbzUN8NQS%5EC3bM*&fF֏?/~4GA62Ȓ=MjrFc$ >4>]tlGl~vo>8S^eZ`|y[$gfeo5\ ȝ!%%0|r{q5do,ojZV[=]_=93=d@yp Dz(~£1Q34c*T(ݽķŭ"H}?!s=7qNPۘ> ]ntdG+Wy,o/ߎD'F;k;xd$c}AzÇmXxכNOO9?x[_ GN꺩kW4R+RYfC=[obL<ŶY[[ndYT1GGM+&c- Pik,uTMM+9;Q5L Y~w`7l7n6Dt-Ƕ3?^j$}u") @;4A5߻wgC޽{K Dp+|>$+!#bYMB}?'}*5"D||&Cqn'B"< nNjgxf*ZZ \ߚ-jǨߏ`yOs㶴5D$xe$ <&{YqI#:Fp <orXYYCFh\s{~G N I^STG\l{[l< Bee'.T%QѓG[Ȳ*J:֊:j[ǂE]DufZlbUY) 룏_V>${5r!S]4y5Vu9#CH=YFɛG͟޺|M?o9i<p#؂Er#$H<CH.n@gaMo$4_+;wVƶqf{fI h)2Z")v"Ȣ -˭Н"e)&-BFͼ&IJdXI1а،{zq~`^ ..b݇_jt9w<QqO{W;s?O`W08D?)ɲ,˲8ȅ%ZeR JEaUf87lTIVy]%>ƙkD(JicF<QNPLPk&4. R`w?DLL >p՗B_m:ug8sSExJutcctbZ[\V4|o+g~7o˿@b7zI)kziG3v.mG3L043L2@JÇSs$Bwm]R&n& It877Gf ,B1r{3шq2qԥgH@f=szQVnOl,_|:nq'Z[$?O#ݗTCǸmQ I ,OHIb#2@9 )l;_18(["Of; 0ͨʀgEq e |0gY&+PȴL-N3ZH &:5$As< 2tlD5ٳ_>/?ogb,@rQ>O`$k93Y]8|:>1Q=;J#ќϿ~_}ߌl\4i}8)íipg)ٚog241|&s`Jd4q+xr`777SJ,L; 'X9ALL-fqs3Ү'kF3gsc}m`?}K._xҥwPG~x:~f"`hhH> NjfyPE&e.-XZ`tC5l2lC+:붭뺾(-jHG0EdȢDBIx6TASAp|X[-I*vvpRaRpccpӯ~6nBoܽqݷ/[kb$Cg>핕}b.SloX*?U,FH[;QvD_,RooU'&M\9>>Gh{\&+pd$XgٳhfD i2ubi5==,<྅ 쒭hv`A18,%KRiZ;3X"I"H BI[\t~6<c+?[ғtgy\us .򋪾Opê";,c&@Q8N-#JP*tMy+lcqQ¿xoQe) h dz?NT+)JW PaŴLTTEa$#t,j8{.eF3φ474|PGj<zuę~ovdv|olп[=}:P 柷vn Hq0)*5w)jrh&JCrLݎ梙\l!uf7'O<G"~,=lJ(7wN34g@ú@m1%9xZ(%D=K=Z[9Q)|mRi+5U}/^f K6W&._-Jgz8c\*ES,`<_x:X˖F2-l/ض]u{UðC7ѥFVxE[ i'fQ'بf`W Ø%𞀓`0#HD>h~l(m6worn P)LTCI"]][o4Ν6Z] [," sTlu ErbX$Xv.\lqwy>~ty{=%koRTiLQ9;#*+!<Ia3HZT/37_ g-]:љ&[[_Ylf{Uo?a^81Qnغ|g6{}>p_]]]\\ڶ;6V(,+U %iV5+jض*.2:Ϧ,0DB4`FeiE0'I"-ZqHX4N qG^D|kdB>]tY|~~C.o| ? Tb1@Ny{:?;[50oϫ6vm{EHacpiuzrh4bY,b&gz5Y᳞gzzz=|'7|γRY1}c Zl$*=!PsXD׍@#<cFBPcVDKx9W*ݙ)ڛrbbK}_\JzcP'g3̵{cx^U 0+x/c[y6,F ekNͶ,PZS7{땊jƪ3v8$,0Řh$_X^E.+ɢ( /,'@D 㔍6M08@փBBrT }p/^W38{}ͷk|c>Xc#F1~1SH|0lTcs76FW}Tjllͷohk#zd3޷2зߌsDihkx[z݆/}zz={3Szds3iG\i!*%44=CaR_bgK97Wz61g\LssdJs%ğI^v^ۺ.o]|_*yw>t靟~}T=]\]]8`>DE/e,ϫ*K3mP;<,XM`ad"UPU[VZΐ&LBc8)fĀ$ N\X a*<$ Ͷ5\O%3 9ő@VsC7ٜOˏxOZ޺v{̟*RF طַ؏o4b?xR) "?Hokƾ1?C |[[U,¿0l%ڤy~?iO%3h.l?̡82,=,='ףQ4tfz\.&idimc BGksh͒^=cabzǤa'w@_t\zFXk1pkkk T3|hu|2|_x?n,8q/ cqE TNxL۶mcA$i諆n,˼ vSUU]`Y HL15XqYL" P ‚ɪK8 m7D oLJj|m Nm4x 5w֚'~oޛ߾=>1zmSژo}ǿ*5$"F"96fCR~ zX\'FB $x:0!w[Cd&ӎbr2$Ü[&<ɴ#H;pNĊGJ3s И=#H%4{!b%1xݑ .e4sνuI=Zo7WG/^Z|˗Zޚ?u_R ߗ cQ5J.yIʼnZe.+:qaPᯪFRQA)+p,`0%;aE2im:8+$X4F#/+8, &T.\8;\[utxx8?0 _y77o~Ư>7zcV_copp?[Y[=^mA&Sh' "!'H"% >)>A:ڪ?|3yQ0um065}8 !BC@HbH:DIF,CjJ3sNexf( x`ȴ[email protected]doCx'΍ώOV׷7mlK[zVsU6՝"Oa+ "]^E"/rU,-۴lۮTtPW tXeۂ!ee3LKEP#EN`0N3i14Q ,JH3 Æ:P>_ԙ_D41> ݃.oTR?Jm7'Ug'f'FfF#ֈafmmebK:3}~Bc"B 2p`H0[/nԢmD2##@yʳgJ۴1{a}"oQx$!CkAzM4sgx! ϩm8bޔծ޻7Wܦ)JJu:11>^][.z0zzXV}Ĺ,K.as}}o,ۆh\lt%I"#p|@T,+_BRCy]%# ]*n[Y(h(BZQ )i%j8Ϧè Z"aYU 2R(ø@`ݬ @LRm,xiIW~ɷdM 5bx x #7ODl^_=7::zfsdnFE@V<B%~sH@lX:W-ڹHdDURo%3sz 'd `jz1{/ߒA7?!a!&]x:%ḇ༟QQP9Ý +ѭ__>޿t./op,HO H*jD8OJI"0OD</, v!_l۶ղa*2蜪#9-'PafT  Vlpթ8YfBSFaL 9 x 'Nؤ<g.GCgQo6k|4#Tи{p[fgD҅Xnx C6IrB]e*۷?o抃{qibspEH$:hIaG! ɵFL}: 05M_ib,%03xJlHrK%'#殄;! UCYwv? &h=U.l#ND8Gm]xGĉƪ(lX&@@b;,K,Y$3, ¶f6g뺭3(f9QP i@B$JvdF8$ěz8a&5 c@-n<% 6N l@?8/4|~xxA/Ֆ>ooWW|3SX#F.U˱9 pUchw 1`HD iE $¢6 e>"9i7 kehė8J_'K%$%hGF%AELT+xM&{;c(Xƙ/_AM,hQqq29,j@8&zA 4.vRR*( eAEC((VaEE:` ѭnME ' LCICKK}Z,jK< T:{ݏ7V|Hjb1? Mb 4D|o;j$QPZE*:ϑD3\lwb@zZVWVVz=+%3\Ipmv;f`/$ u0u`H!igi=GT]r՘;BRϣ$߃l폭o\\Z|ykZ]o6ܹGFZzG <Yw`^ NQ, 6(ɲ cYNkBhzERdYVqAA%eM# /# p,fFIͲ!Ԧ2 i C ١B(4Dz+ZVkQta~6;`)p~ښA bX@<~bR)H+#;Ԡ1F%Hh`qj}{;>fތ3((g\ڴg"P (. M$Ks@!6Lh0d*J =,9N|OT ϴZM`yk$ޙ]~g/_~孭s=qONO˪=ayKgEMp4 q m `2p]Pe6әVp"fi)I+,p8uVAu( L*a\i&h :2pT{(~/*Zm\裏>ZcH6?T;ݯnɷ6k[)jCD= d+H^ǘ4'P_lp1UcLt#zގ+G :Vr!әv4ih''4V: i"*Q :L&C ,)ϑNvDŽ,%2wJ}VV綶/]7MTWt>!N0 5 _T@d92φ¬Edzbf9\VmCltmyl#!ɚQҬ(3f"*0@@D'4a1( m%Sc8U4aMSsЉDZaT…PZTYTj!l=ʚOk*\pk]'oSENbQ;BM4%y@'!/Z7 /Ƌv_/0wω: nizM#O$r-JOZifJɹi:d uN2c{}b[?=, Zh/nvOLyS1H}^UU^xr*2Xq%dNyBiNzuC(*`Vfi뢪 BNg "7̲HR<˲$L bH=!%Bd#0/!dx8_ Նjg זjKK%,ϝ/,ݽߍ7ƺƋ0?W'FOo'ZLц9^j{N،S47䝑D.zg&pas q QzrSL.NtAE0o;q:\zp9ާ3X#= 7OZ-o_#6o\غxg.]\V{SA`a*0YN2#UdNe!kӴD8RW40eUD)i}>,"q3 p8mYF`hPK P(\-<< |a 77W|x(Åo>B>Жc~Wg_ a|HT`ejFo~RzѰzX9ž#^cI $|$`L954MӃIZbi2Re<]:ԹgGEGsAbks:|nkk:X6jsfJ{=S#U#.I7u^Bp %H+ $IYTY**B*#\`P4 ZвD!f8t) ʑNu!D^b&i V˲ pc4I$b~ =Tv:58G-Ξ aNy$L^ #>"*| $l_nAnA9?z!pIAR`S rbRh:R"N*f H!r$5HxrcE 뺇Ɔ4CMF1<'<Ńlyέ ͸\NWMΔffy ߹Lksmbkso,/o9sfkcb|mgW}u1 Ib|QKdeFd`Y^D^AL&l@eAi. ^@(H>Y320bE Ȥq%(Jh8^+ji@g GqR͡KK}t8ߩ|t:GKKyb jw~KGso1*|c t͎`du .kQLca4r1qȠy| ?Ulb L ?L,5~XWqkŞIɨBM)/sۮ݋n l3 vT8 ?I*C$%z>1;qm,Ɇ;|%~PZ4 U˜EvΨY )\jy8Y92ћ"LPH$*!5(^LS帲*f&42*nPTI x&*jߚp1-+¸G'f1!nx6e~TGNZm髯p҇o,/oHl#{h 'q7}]UH$]19"vN(r @EMﰸu:rfrsB7M#C"umMk%ZV.dߏW'MmoO|t~\qd7 N%dYV'('K@Xq2'[BZb˶pXfzR0 v!&imA G`Y0'PDU8fV2&W)NQ!YRUB$ ¡0! Kt<k?tyy̹k~?XX7>Oi樽ḏؘ̙3;h&#^ԌH"$c" 8 (Px墴v( QzcFi3^і9O3XBGLִ0t1$#Ě]+5v="(=\jluZNW{T'_20̩!da89@nyA("-1Hdh^ubM0WL2iZ"+?PnM#y+SHgiסᅅ|NgT[ j_h-ףoc ܚ[菖@焄H A^BA/Wċz%Z(RzE3Σw6ȡQ'<\".$ :d!NĖ92̣j7ۑM\پٮg,_ JAI ʴ4ݖ 7  y) JR@Iͩ*ئZmBlQ*ؖeZ6ԲeXa6c$1^-SAMi-$h*idi5iVY9aY6V&5`ZU:Ng~~ii4Rէyscڷҷ[[À.ks 닇Xjc^Ca__FD))ĜBJʅ'/R\rs82/A`E mnMנk;=cS2i/ӠYyGʼd"2Q^{T!mv53s3CzeT08qk+]qi17EN H, Ȣ%2@ BP0 r.@ 6LBPXQPeeÉ")Y ,+xlKL+B='$ kP aDBI„;ᰞwxKC<8ݻ|.E5X@G@N @d`lDhk).1of|b$s[]]M1iNJDaWJ26bH $]M>2GF͑bknw6%"lpRTNjoqn\u ee1 )I8Q<ǢEECU2,Uq)Qg Z h[elҝI e8&8f̘@M"6ԅN#Oi"}fc @BZq hL'x(!ES z%_G?<<xv`w͍qo{N8q< B2 u0y6)=LQq`ju"]c^!z S:) *Qt~]E9 ]Jgs*J簃Q9GzISgɅ#[JZhB+[)%3v_oe`e'C4{L``jS 2\ATFaؚ lY~*(,gAP,c-$ @ޑ FD2c YqBK2O=ž4-S %0#V¡Qf&~|wytkfswwݭb1G~ `O~˃I @ω\$I\S8b=AoZrbz&+2:Ff9qvzIR,6#hVa3sWư "'TU%YEB6.$>.'KJ<rVPƴ2Y`U ]Whr6-5Hh0f2`-p"mdap*ȪLNҊIc`O$ ,}C3;T;_vv}|fDV70#(s-Jz.9}4?M# L9@*! A4aRņwҡ 3qNЅ  $#^gM a["4anz:tJvѳR<7㔆gJ7Q}Eԅh1j[8u'0%r<y2@ۧʲ** U892/rȪ,KVB2jhfj8b,Sa !LBYF %C/Y!ˤq; N͒  M05h^t:J:<<fBәՖ?:<\Zj6kvnܽA{dh| }1[x;fn0#ĂNk]9j)BK(.:}L&PB`|v-灪joh GNCsTuL;JHfݹ3S sWUJ"#^8|uLmqmdvZ09|WOdN氀q\pv/`<Ng1-AaTYL,hJR,[ PA2ƇSKh c$N=/d9)R &\Kkaj$^)>$ Ӻkt Jxa3]BٳKڍZ޸6:;{ p6p  `7@-_vPr }d)"tҎc mа&]ss$ m u=4D%P]+68Q'tBI燼E:tK'3ôu{{if6Nl%3V=CJ=W_=y7XT98 P˦`jfy^b$r(,3*c"(85PMbY iMLP$:!a/\Za4c(FEG. 5D"el,βd|'5t;|> WὣᡡN׷ѓ\>0#i V0$G{cݠK,DNHWNsn8rݎ%CGVU$Z-78!SHSr36ߒ-#H&gt̜; h ?{8L@^@@VNe9I'Q?U9ꢱ(X, 8 훢%*$1MT @ Z t>S0 p*p%E`pa)t8w_{Gzx8_wGD_[Z}o_qq\oUW\X(xmϋH" m:]ak)_'jֺn=in">d/~+s85$n hSQ!OHVDGieZv=i2WRUUVUFU1B8̤Y)(ISJ<˲/Zr,$f~q[e `JF4%EQ4M3*^sw~/`-9`^^{zlbɘφ ?n谳[k6uܨ sj]\BLzi&8YCZTF9A]Ŋ"y8LoCs٨q]!kuN&33uruӨwuh Kt48@=I%1O!='b$,r(érYi1/J8)P`q+#۶4,lA08 3U(Xv"6Đn8ZD|X_u= 4CƤta]rJvruy+{|(Hh-2P٭ w:7wubEe<9 Ӎ;19u)ybjCyHOt@BdtS`.`Fr4sYKmj̸,b|hB.ʡh4Bs$ é@ u6C) FYY.l, ,&JQmDYLCyYtҘfLKadFPcL61T΢kS aoma!<+x\k5*Je!\ujãNѣRƍ7}?՛UgEخ71 ׭O \"rKWbHMUwD[t(KѣU=gA'IH^n;$MTWbE_8y9CJ@NX>855ʜ @yIe˪`@QD*9*ĝ|5%Va Sh8;AQ8qD2c8^xodꎲs^kCpX{tyxT։.c@XA_e^тЉo Wr]ƏEx2AZY&|qW{nJxTu7:zȉSg.d V($/5n897S87b[ VXp(Me "W8 4,eN+ˁ"+@  bMqVFjv`@c2dj-K:PyP4A+J8< Vtt8V€?Q*Qmi EGG?>:?7_7g66NO}4(Pc{,WIݘҘA#C⩉؁RWuEMN]%ЩAŜ&H2tR^sdN"-vN6'KOZt8940S2n4WE1@ȉPd) pp<KWAKԲf+<]@ ]\ (C[MLu&Kj%l&,1DVBέ Va`Jz5N3^%#` xl<gx#Ι敏0Fw?aVV qtkx\ɠӶ<Mdf<&h@f2ؕ81d7y=5deW?gy^+hpe˲,qjթWWqӥp#>:BH`l8T0٦/L!dj`-[ A tFaUTIB XO+'(-ivhB֔4#88)N_ 76åN# wo}MN̎twm`pd5*[%z-bɮ紞PW5Tcࢵ8Zc4tR.\Ǖj2y$h.d6C ǕTVC%\T )̹u8~GEFg"t,RS@ BTLU Dc*$>p1Rm!m#QhXrpJYijea1/l6KhȂW`5R 9]oZVSW{x|Ns訒o+|;z<z9spV[h~<Jȉ'psH{wn@ya_%+m%܋FOpbߝ=D=hݠ9w]bis(pdj2zdrOwhv%QRJJv(0i,K(rYY$$TnjfQ-szYEP4**h PeY$,+(i]&'lE.2:m0i%-4D"ɲl<ŝU}oyrT);G:Dxxxï7R#B<1X?Y| <?$`|]1a1{`7i cޚ]U:S<ǑVve/b+.PzV!96;\B;3na.q.ŸMiZe8Z iHѬq s"cu~KNnn *[:X@lu 'J" ΂9ͦaT JEt}&uM3m[T*; Je1b =?T*p'">#XGw{K˿|ݷ?xVcruhhvڹCX^ a`{-%1GBoĎ;&ҏuckv2ID>}K0vӆDp,}ӎΠAn?1aәVdɁ6ˊX8AyY.Lܫrzz02SQ] 6 ] OfYNP4C9AUL- {{ fQ&BA(dg%MN0@m}/-uH GĦGGZ-" <7v |M 캑o2.?F |4z\SK7Q:pjc&rݚɴ# , H2\cVxɗO&q %VL9 K" Bg Eg B@E >XmprfHǦÊf8!l8-( hD' ){͓7'''㓓lV9Z׎*jS BGƻ樃:CꅟF̭[oߚD`--u㏇4Z prbk]x^M-bؼWB9wLHmB+ˮ5m撥4M\VղfYg Apн$ CqI&` hĤ`bVmPx-۶3 K#[YQ`.1 ^ P Qe!8JY}HVN{{+pV+GQtt;=z?wvn{˯;P"zn ةc]Cr83D:ċ8ISXc 3Rj:2w/ FW)sugiHaBP%*fwz,@Y~|8$x 0#HSS"JV9iyek^hb*NF:#-0d%ajN'@3 CD_%{{doo/ͣ d;<Q['w~M\kΈY<p}t}j3}uwsTA8Roۓv1zZ*If m1 Xiԗq:ߣ?ٮWב &dp" \6%3܌oXN٬(J<+*eSS$#Ü1 * *gYVMj8c4 d ZZ4҈Zb:FR|VYNs0x1U*Ns9<K/zo#~{fZ90 7I({Q"4W~`ϓtqDpQ f酎65贷 cꢮl0dKOXdgo?ף+!]4Wo'K3zN%$Qd@,.LWy^`!,̒PEQ  ~NZ2mC% \%A6D+@*CBeoUBG`d|2w*|>̃1<{gF<?vfl,VCFGouS/V|?UpIq߀+H=C߱>/yl5}NM&c4H,z*%ޔ2I1m+,|^xpGKZO?|o>﷟<ù8E`8sTo|ɼ @E,C "8tZ9?d SmЅJ^7 `+1LHɪC.C`h1E_=.t+SQ^Wi+FG(݃ٮ@#:9'~ .|]_ A*c GWCDʹBtxߔ/EwfĝS]ۆjӭ_|qW<?OK%\7+W`}|*Y*J@rNj$򒊅lV`ȱ*'s >bX@h N@OLisYda2yCޒԖ * rԩ!$+Akc1ͅJQN26>=8j~̓;#?;B<]e$[M[F#I"]2BuW Ruݶ%z~Th1uXi ?C#f'gLUc'(PI8:Z~Wo?>_r{}:r'_?x*0(K*rYH`q%c ,IK)pHX yʜBAgtM Ua ,Ér]F+0|ET&^3kE)D!IA腟>˗_ޙӯ m<r55jTݢ_6oHFv 9_l\mxC*:#%F#H;N̤W*YQI]v7C+zO?ۣ/>ͷ~3j⩛_OzP*r|$AeE,J1Uhe[rFmn04s 5za:Y5SQ A>߬`%B vVa}'=y H0^k6;{G{{}˧Oǧ_yǧ\;$̎v F*}CLb}9DQ*O8LpqqNuvAoW3яnNWPth3pVZnf&˴߽zzW<m/_zp僛|q'Z\77K=΂#+[jYVE^r (KPE^)q/$KHr*XNRA&ec)s8EtZI= i @%x-CQ ; /`<YͣNsoD9zzponmگ_{mco~WN_{<[FN DO{މy?d`;p5I3k<v'rn^ Awg~yJ(^YS]Ww<~q]f7o|eW^b~ŕS/''rS7wNK=UȆZ. )(NG˃e7YlɸHnFSeYȤ/K" vP lIcA.V&xUtPa,30aԤV*=\e{d՝NN<:xt/уg˯rljǬ +xNr%'#e⩏ٕ1W}Jñ&NcvΩ *ن;XW V*$:^Gy1SktNS^>u , ?<zo7_~'/K_~{ےxƔ2+ƒT̕EYqEoYRegF=*j8A0l ժh؆hG2/" 1)E#t]$*uNSpHtRY Jdo<̦0pϟ7"sT;zW̎v-4@|Fi+c®c6˞^(¹Ӹ<nhnXرqAtnQi+<^x5^l3sEBƫLJ(+n<O<S_/ttܸ僧{7\<ufaj2gX% 0y5,$)gE0 k`&creKT;f^\Y YJ2ey0| s *PQam^3{9;4,-^幱<79 oogiU?^fçO>xpח9zV^$hY?OqҘ1vӮzSڛїc܀%!.#La8 Ɯ~(1|h;4 HC2StBj;gBI YZr)!W~pu{:yK_z3M<˲|08555XİNmI'bkBiTrYZV F7 (t3PeU pβD1&|xR~iV-}:{՛`nB7ɮ<l*h;睃хk)nEEr#ٚ 9QeMq굋'4?8>W a Ae?!c^K6DQ?#cww0e#j?gp0éSIH||wt+W>r_|݃-TUUJxYpK@2'R%lTe  f0Ap*"`Ɇ6e.DhIp2e,X6dY'M^aut}yX_}{qYvqqu⾅f 5~k!+8ai|vT=/?TH_1c;#J.eԖ(.sc@yh lrwGE489Y>"ߣqpwx۾"oΟ? ,._|菝+7?+7OꝼGvN#X@,è$'X*'J$eQ,c"31 ,K<"-βqtn*0X}^+77ylGQ.;TF䱱RP%UF_][wfoɩ` H,^__ N|AG]O}zt7O8{X#EFnQxv GշޝBH5Iud<5ܑ.cn- :Lv1nadƩW!<<zp\7=rT!r/,1ũ$ŧ*p,+Iҥr"0b@e5+WYwoUd 8 E&9h"Y|R)hBE) {ͧͽx˧z{q\o|{7+##OkӏO?>M mdW^ye LۜB#aQt؍_H8-##%lF̛!ψ=fm<muT0mxq܏W)d#y>ASWϟ?7ܼ7{wVoS {ئtv}||\\@lϽHg"y˂Am(eXM%S!V5ZC3ú "Ƒ,'Dà$\&lRu](Cmgz=?}8|y|[Cd}Y[M*J, JM?^  ~酗v`8D6A3 tt.wܹ% mbmRTDD"(ü6ݻ╋S±KCCx͔R.CŶP\vli_}====݁5r!3HqK$S5# yz ;iA/b䵙ͧw5[[*i.=ϬjwԹ $3IT6.e}O۷骆{7o ݡ aI%N|\ qqe\~8ùmV?pX~2qWL(]tXVz~KV)SeE3Ql6w([ Q+PR ݴ9~*  O5 #b8 $2ɕJ%G2b^ G=Xo/oa0ǧӤ;M";IH kᬮS&N!j_ӛlP.vO78 @ fנۦ+'6$m϶i-1Q/JZV;vP-|x' 1</R<.ekZ6^]vna$~\9VB? v(Q [(VVb*Z áT*ŦR~R};_~;dfhɺaa0:'V73T4i{W!}{{C\1`8IxD.H{Ce"̖juv7QgPZ~E. jd$&~uzVFWJ9Y;Ԇ x q;}o^kۊHjT,/+[5"$L-CymFj%9e ?{`? @f1&'r6Q%DHw~qxpy[qtS&+C6[-aI&M-sT.g>-/* "P`G"E,~R Hw_ﵽow_o\9R}HDT 6CC8 D ]8[^J;F2QW 0Mk@-AܯCvlVD OOP߸cZ ޺  A-+L~zf]m ӱ3)*6}Y2_Y#t0 Qj;o[kRގBHP.d,BMTj|%r!_#Jt<ϻ  k[o4[dՁϔa覈j@oeF"ŋw_-RJ}kD_~-_oDV`(堠LQ(MQ C#R~8z=oPh޽rT@/=HRPw*]Vxq~8y13t:]VXŃGcͫQv[k, tQ;0Lc#D94tts\\Z5U$2e}IFS 4/C=?s}ɳ$^Ky%ZGyH`mq8nwe"Fypދ"1):d+& law_}({{7i)*dP `9AH L4^w*Fh4z[æLxBQPo9% LR\3azCPV.C22vŀ1tPׅ/V$T. !P"Xk:@'q&}s *)ҿyjSR>zjm 'tU Ʈ D(QU7e])A-t}oﰧ o_kIvg|6+Ce.^˲Oe{DOI8d2L&9Qeha1)9݈7qs)-yH~Yl+EYīl \ , "poᄊ)}B޶Ph1 pq28aP 6!*+#>Oivź8:c1S, 7%1#P43C#,:X;zI*7 J)pf`-Q`#j̨$MVK<^VN<%{ܲEsKYμJyQG~M;j˖mj8J]㓓d 2JAWp$![&|rՒXQd6@nP[)ei*E\~~nwj&;߸ť@~FAҤM̈́4O8...^vmo}s~S-XvaA $\$ -r3[-ў'va5ʢ#Dj ګ]zjUF=r.U!mV$zƵnmo:'V7hgp}Yq*lSUڕ۲MqѶMT܋m{nۋێw<;99 lwIqT*t]$dں֗%jZ& =q5hSg|?ߧh~_έ{rne`K V z4 Q:JQDBaSbh\E޽{{CP."7Á!@BŶ\h_oho[\-룃c13ޘo]baʂqk{DbSQޠ&5'ʹXءQTZ|Zkl^ۂmDٺzXÆlX=$U]N;4LͺyyObpxE$BxMB_<[(kjGAWc$. %o00|Ȣw~iw[Q8L+Jhyػ*K@z9pb(d"& /1!*M$(%~pP+6)k<T;t7Իͽp(JAO.q 0á}ݻwo>x_;nŜ]^+.VqN3J7;* VeկWu#itZy$YUܸqL1la~xd$<"dx+ Ubgs۶J<EWgO]8O.Ws#?rhCY-ò-(Ajz4 Pe0Tj?<8So_T١6S(Tb9IDV:HXO4C,XL~S8? s .K$Ip)K[khf81g$ŕJ(HNrv"—. d؀U_``,bAJ*Ϛުg Ϭ;Pou>c|@?[ZgvTĉ jB~o,O- DK]$B#1 àhEa ,XPPLt8ƿww`7.=xpo¡\yv.1X$ pb (-H%P[s 0T$NN:bV J[VW~Ӂc]Ø* ե|FL-:F#?M6Wwߞ{}xZPwU~JgF1{K"Gpkqxlٲg//G-fO-qig[:_qR\!5  ~u CXAAAxXX!Vx,^ 𷀘J,{4[r8T>;n?sĹr> H$8ND(AۚBT.%r)KD"r GsP⾽o^;4TmN# RdK**]1 J*)c.!ĥ/LO eRޱNԡPZHrA7(VӨGd4-x?Q|ze`I gԽ- }ųzjeV6/ąׯ/zWK}t4TJ `Ѐ)B;ggKdþ?EnHP`$?qo.S嗷]x8̓o'o;s^e9@{<,e2E(e-}Pw) Rb.KEP"EE"PphqkښBt;P青al01 uub D>Х+c{MSVZ_VǛu_~>ިQJXBX-i^&G,_gOΖ~ly8޶m9qg˟{Zyx/\իW_zͥKC"1Z`[pBP 4'~2FV݋ [1Q_86[gLݸ;o߂4~p̍]THDW 5 z!効\05>%JDbRC.^oϘQjV^@eob>* :.I]^]pE&NbtMnL V^NNY}vq*N<珿ăo=~p믿ggN=e˶wy~ 9-J_yR,X 6^pOSW^z?.-MI8/ypt7P4B mXhBt@ǂVb EQ4K{w/OwO/O-޿<ܾ;/s|p ‡߿¥W˿*Fٻ)ZO%R8's,rDHی .=[^{;E~ +u nC5ؠGtP3oN57Pǎ0*6$TNlU7lTTq^k7WV<땕xxcN>w^ⶳ[-=`d60* 4fkLM}oׯ_ϹxWZ(C:2X-Ŋ͊I3†: Zw#E̼7--M}ɍ> ehesν+]pooܿ¹>>SJXLD'8I\\*`eDin+텓BLHlԞq;c?pm*e&1ӘxK;iZHܰKXb\z$%}c*!J6XpU׀Qg}<|ʓ?_u۷wwO&r驫KKKKG/T&'!B:SܕkW^2rIvAn&h8` :EQi6@yRwɒo"u'믾޹Kgn^|ͥK.;wν~惱zuWl*OIDAT'q) E_ik޽!#m z61ј9Xjwt¢)"2I5TtUܡBCOfmE)կx#}ZWV 51r:jYWox`ѣ/>he[n=~roϟ<q/냗xT'STyhS q\xrxZj1Bgw!Av V@E) ^PI2aaJՓLzhM zwlv;wyǷ?x.-x|ϟ~o~\:sұ7NXuܙOORZH8KBP΅BͽHyBR;k]{2fA+*Y.gW]ha .ƺb]80tW_PzU5FwZYS D!#ҡUJd(($\L^:#/fg6lzl?ʣ'K<_oy|ѣMgKx*uqԕ\צ>t6xA)8K|SWfҸbEق .UqP D- E$>UX,C@`$t8Ŋ.ݻw6w ܺ y<۷߾s_\-/-]_#KəK;wd¥3.tZ` e%9P+==ock67 V=vj%PKx逧񭎮RudMԸ~s6kXo:}zmLVyn٠ V?4LT:~3//=\Yͭ|Ƿ?ݕڤ$le+xnq¸KRO K"xIrZ9/ǒ~v˳2 i8< >N\XOMEaAЉxX&%7l}z<{ywPpsΝO?o޽ᄏ?^ۿ/~ry·fq<}bnʅw^057GHmi6 s+snVjG.JjZD(̀gp`%-@E8\UɌdF\ƞDn<;GgEĝcmU}d(Qktw+y'ïo?~'/|'5Y9_O\X¢ =9T R\K.%\2LAhA7XHpW]փaH'IPY=TJwk|VzwlT-.c}+(;./[^ys=@ ABB/B̍b/|r!Ā@*2}^Er|VkՌt+*mg i`=5Ä ] uNV^MnFUrZ.~""#"t7.p*.;˗=b|r׮b4K:;Te Ҹq6eY%0I],I؏ aw.jXQ ,EkObhXgƃw]w fk4KZڅy|˕'wpyK˟--] ޿|OSš^|";OIa\9X*E_woooy^K}>iF$!?W niXT8 A Qw5OY^VW8nzdzGǎ1/bk.a:^lQǭw!ZEy~3 Aq?h~<hGASq|V2 r $R 0c/ qr!J/kš S4\cM&nb(Ehli]:APp߽;NN،}t_&3:^S{Lj}qg7[F~uBy1ëNM]9ǏS<(Ul w߿\f64; jإ\1'k7ъ] c=[̀Ø8c l_mP!5 Ds:|zU=R'V"!JvK.O>٬T.lVΓiGH8r6$6vr[eAhwTp4ul`hxȱ w A!H@уP`,~TiC2CAә>חNGG</&E}j^P׫ZR,Yp.a\behvTt|T_sΣfh$s#/߿lݟ}|Ns' D]~}fUk4?֒$M8]%Q@?7CU,U]EF=8LO)P8Bh+6ך6+ck&(:EP;82xΔ.{=zw $ |讐D"-qxM!gуdsgw)Tc] J1 mYMVaE! )J0~Ï`Ew:[y-=iInǥ]{vV˵b.*-DDRʕJXgWJ Jo!FU[Ls Lb0_XnV uU6W\ֱ&4]G07.Hc:vA5ۏsAY/[ M2F?N3Ͽ q/?Ň6W˩Ը,I<‹$(/M֞=XɕZ^:'# =A@`1^!52Xigh&`0䄤(&Eɢ?,4_DRj}t^e2t絾1t33>^VajJ|=P󉜼x|\^(]}l"6CоkCmbVf#p`'{1 T!5]jseL@uᆞEwN]amkZP=ݱC)Wo>yMFͼ͍VLQ/^}Aл|ϡ,PxɥDQ9!d>f'aB%e7zI\|!ej`Y!؊B2 Yi`aa04~)ผk=cc}}==( әL&}t={\!<ZBkNUҗ.9AE8))LaKpp}p>Nn8ys'4*0!g0sg; > hX::4C9V[loaF*ʇ|7nܼtc [7*;=yf rXY ˅l>'IjD./< y>YBN:qB!䊉,rGW*<* 9yb0) $ڂebF$Ѓw*|Rmt !03::}Ϟ]{=x`mfl>Jj{ippjgɔTp( qt* Shs[sp%pWܵAp͍NM6kEBE []J4c^㲣Z&m'$kx`Ǵ0FtZeǎO|棳ll<78 pӭ|ƍ^>nu1s,(!˸ƒ_˰<.ׁxAbN $ ͼ dRVd"K/9 B0)4`iց(g"pq\yU3 A7A moݞ=Ճo߄x/H0ONNjW#Nv߾\Es'I-XLp(Jm(mK2>z47@Pσ>%b㺍>:BY “kᇱ^S4NLuZX,|xf; ÿą; h #### ` YsǧG,q#a.ܑIg79|~v7ވc3QN_>Ci" (B>zcaylع8 ̜annbUKS</e'q"͝-e (ŤǃuY 6j%kyhRdbVx"Wڳ33X_;Z{v*$'?/?9YDXVS WK\k;)" p\(Mr\mZj߾iSSjzLhVJD]ZP vi\uwi.i -Kl8DtePoGԻG#ջ3#;vwW'ӂw<3ahX󆏶 7<1ϟ١۔|!-`o2a0+rc8!-.^c7 xsP]<9_2/ɜ$  bg"'BE1D !13@/NOB\N99}tl,3:ETz D6ڳz}Û?]\L|" !qhv>c4:da<p@?8ynEG B&#6[.OΆ.p@uB *T; ޮ~.cG&m3]s'_\wvk7aƏVgRw|,ǫ T\.-+^LTj\r zX1AXtɠ+0X,~=!`Uei*E+d~2_x**NzTj/FGK=.UЛ@cR^V}vT-UOݿ͓s,Τ(\ D۷/w!my`U[tfgb&bnIx:*E5HZ1o`A euiC5Qsgէމug=9w|g J>Zk q7k1-fZaF%UP.I 6rS(A#"l@TBf+Xe`Le*e$'2'ND"U-Wz6~"1 Tjd``^"g/L-=<~i1DWFh9dQ[[R*zC(NN:J6nV1j4785Av#?ȰzsO[8GqzN^Pތ;y:`-$An x|=D<[yIBF8MtPnpBEDԪ 4` Vdi+0*< As̻@*T* f$.UPo!O3B^zRهO i!?ej6PHR-l6 N]^xfsc^ R24ѨpGFD@Rxr ļ1{N{[0;ؼz~9:::ͩM3x#gu/!zCn6WP^u8k`A/̯~aFB*ijx^  9' -$HSVXtK IN4diFsva+eXDvAE$9)~GP5ʵ .BWD"Pjek_V/]Փ!h ELۆJc}tuHODA>5<@FE!ûWRc5D:n$WTS|s`[n[+1|>lv܍5`敟 tOގ x rÁWf4lQg#rIgKv=Hد Iđ#G&&4s?[3>>>1) YnŠPs0 bZp#f$pF,ZV MAI`mrrPIltl[R6IruC`z>Խqe|: eXC\3gO{&ݞɌg>V- zJƨRQ-:եbnO6ݍi9vu hbT? Ϝd 6󎑏4d2j6r4NQ_[+tvr8$rl%_p/OԏQ\'=x8 ( `)<_1L"MYai6V ò./yx qTـ=t!m#D.rE)Wʕ"pgo.~$' @ $(KbP¡\.?R.Ցýmؼɨ~Dͨ{QQ!4n=4P]]hvt&\>j<>|XsU38чחN6 #Zq/=vL&\V.#=s*vv$8CaO?qք&j8ݣ{&/U V0!%]`(M#d0&J1aEjR&SbAȊq0 pd( =b PAW(" b1hq!#[\BQ&s$([kww^ynSsptt@}fP^SQvs54TP]B2[CfY1O49WԻ'̱wR@өEsXlxcdXsokD9~J7GwVX|y^B.qyիW\9.~qWs`y K] \.`ɠ P_u8X[αai@D8,$Ap|xBl `FTd %QH.拕\1WTjzzjZ `D*Cr~8iP ThmרQ:N_o=q@\/ ԮOY{>]^fn+:5Cf{D s鞾_cqdžGFLO=Z#'KvCɎ><?y`~P_:ϮR´a ,4zʼ%;Kr6Ox e(x8l8<`Ev8i@ɀ2a4 "a4LlJǑlxإGaGj̝O!"L*l/%dzq ehTpqp[>f4Fw͝>@3l[7&2⬡06v%.h"<49 |5lN ~B[3gG:tE=o9)cdX}r+Z@vɠ!$)U޿X營-rٕj9U ϟ b7$xy24(jgeNVPF b $x8#q] MZ&vȱOnKI]A+.lI CucPI=x gNsPT"te< ̒pX^ T}fi\l8`<Nđ/YNhxs 8Yu0Yƞpsn=CZvtƠG671>D{@c(n鎘"gի<'lv2(N])rܙ B'48@ς%!D$1hdRI. AAH&  ;CnBLY,DZơ0S+ R0Ͳl>/ ='AWPE] AW AA`8{5 _IE sb(ܻ<[JFlU9f;t6hLSʚpc ET՝=5tFS73?T!vhv{t9m~UXz$Ot U?utwz`MGZS9]~؂\QW #x_M)qv5ݮ+S_(vy,x\.IYI2 g1xI C*%ADC,MaCH 4'y${qM5,&A?~ Bq+ Wb@E]G+x@kJ{ʗJzkHHp UluVWqh 5be {[m>ϦU uobnM bn^nשUa8K`LWUTe s7]I>a"Kd9lN"dgAő!| ?2b/E$xd!; @Ύ%p?,L&sw:S}ئh4*s i4[f?:287hCcO@ߚʺG}8W01mcLU31f_5k [π;Ŵo 8զwt4..^9}0Y<[0"j]<_ӵH]Fp!D&<I\TC14b2)siLò +z`e A,lEP6ld@B  !Lxmv{uD)lNYp8 |m4jkEW 5W#W C/ z:i=J}8?z@EWr"*7@}q͟@ Qn`g7 ?K|wwܚsO_۞VF{<oTh>.k|x?E=<~̄MnW7fb  C:h$8~0aX:PX,E:CWP8Će F<($J5OP?x.LR xrߟ-V"VksAVfZ[ZҊV[cCCѱoXN@l48Cg_U 6ʑjDyӷZ:]gpxsue>Gi.;4 {bh| ={Njudž؀kY)K<-vr8xpe0.Jsy1.I/|a!fȱ("aˀ0JIrkyHb*J'.8È '@L9\v_$ :#( 'bß}H"w8!EEbZd654ASQVQUu"̩z4Ռ\dʆNU?L{Ǵg1gm| F[&>=a6:nj:Z yttxc*Z$^5hħ@8.Ϲ8i-"P&*.|0 `^_ā (Xo0XOni9 B/wЬL d^+"$ {  f 9aO{Ul?ஷZ[ZZZ"aPש&w<:/O!5Vo@ u%42?3Ɍ BOOf]/U8kmj(@9㲔mM̆G>Ԡ]B| 8vR[8"'WAM\x0*G( ی01l2)Saf9ܲt;G$s+px`=IJ|~2]GBA$DA<LxA,RʑWxrONd4K[6}0תչNFEaԕUAp`SČO@Dt!8d<c e:7b1 {h4fT|NQ]NqM)sxX^4 [YWK]. /-p?J󋕇+hEYiH$Չ4;HD)K0 z<"1HEY1@иf%ArB~AOL}{,$<Y&MxZ]3ִX(pe4Bf?yUbg^o1!@Fj,WȾHJ>U+{T|p@<l܇=F_߫ǽ(Poz|>M#1U?lb+5醳Gcj8dϩE>!'l$.kLʫx_pI* X <anu qа% A!f?&ҟVi#9%_P%ɡJBWx_Yf)lP\fMPQqk"?t4DKgU*/Unmj!z~&IUΟ_I۟;HOӣ=bX'B|f G;/[b1YG*vw hpWZ_>o sJiFEE: EJӼ 1~pD)1IpJ! SZ8<ʇ?ɠ$Q(D elpa8N1.VYy'+ݻb ^ڷ95LP(_,+Q(jzCm״X FEa/=WC)G0i vU|i4d:B6tRd}67*='{9 7uh ⌊?0øF<\ /7*7T'D qөT!)a= ; qX)X~C8))d8a\! J ?TɎx9pYW=)+CQomkkQd2a0y5ck hP*ldVH`B#ClF|BJ*p}$}ڮhk >.KF3h#lŀ R8mO%'? 8c^<ka~/?[Q{ek[Vλ wUֽlQ0l*KæP(c(,Y@`@t8KJBYuت4b@`rtHyΩ#. >bgKm͇߻9R26Fj(Biiii"?[[ޥ"}?nmC[BM|:IF.="0ye]]Oe={rCL?&7h&kGL@NΟ23mJZPWH&1CͲ" jF([,VSpXMj :M[ݻV?Ml2(aiT YxAeAĂʂ*/+?f"PG/X-M/U*VfrgV40bP7[#Mh \Vq*X`m7Fta . mzKs5Aі9F1?Ҟ̞uLYT#r7@UuFKkxO#M&Si&h$)gh:X<!n b t Z8*ny('!JN@#|.s_z/p[[$7@P]SKZ$䪤ײnH`ڢ+  5ОB ձ[Pm w倚&9AɌLg=> n/ʑ '~6]1ow([ qe3.Y=_7m?gׯ y.Bhz{BqTa )T s-8<D9b4JE-+@0n0//`9X(n:P,Dq JDii.O>+>˟S͇훚Z4m߾ kS&6MM6mڄ֢C[Q@'YCځ5a+io*Q@{D:lJ鉉9|9 "dN{2cb;M(_ s})fc_f4ʍ9y̱3;t}}Lߡs'~ܗ1ήz].=f $\qrklxBV\7us's %2ܥ4$xx B&1Y4Zآp.i QBbxR,~ %cKqΩT*ŰI!-sBQZ(rM$n殮<+J%_شiSK VKK&M}h5mԴi;@`@j)M jƦd>|Wf-U[}X&ݗNҙX3ڌNck3=玝q~:ޞIیf(h߇qƉ.flFC3韾8㞱 ;GF-;xt'dV7tx?zK3b!\K ;i֥l y)BeB ᯹dZM\OYk_$)  e?°RR%dz-P  ](ۃ0p` &ZDő)ryi!9ѓ{O-Jj}O}NZ Fv07)]KRi|މIFg_\Y?Y)5|@q۹=ԚNl߹}Oη7ٌ>[kK歝;wK '74ltft=>>;FivKݾLft{ft;z a3Fѿ#űMۻ%e_ ]&ǻxɎuͷ<oLpG)dӔFLp.ŦP[Ar1 +48 K2dfxX: &=DH4T\<+pOf\ygOVλ*Z[4[ojھ};#6 d-6ljRGz j+&<$|\E W>zk,/Q dFwnod3ww[[3ڎ@s/ƥp21 mFL<4P @@.!Jk޵ u3.UDSBy u ҿV5u+R)dq0~PG3 `:pZ6ɑl4Ca'0 C2LũK+++,,\~}̦oՄ1!MM[6AB& uXS%RaSgbڈ ֳSZ 賥Upe<Ļ-̦Mu6Ϭ6X!f~>If {c^8-gn=S(e2nah0_yD,v<3 JUT2MPodX~jFV..FS,m[hD݁uPd9p  ΰb8="ŊBc (g8.\rxʓ+I4[õj`igfS[[Z1k)Jdބ^_'zSPJT )t|~ Hmi0V l,}}>g3"(5`D#mӍl'19ޘq 2O SAOs Jx`~6.iV- .7Pob,B<R4ˤ0da<ɤIJC;ha2Aqط#͓"*v G @\KT/r{>z r>IS5Ŷb>AR.-MyT4i[Bu{kӦ:[ZI&%B}F" 덒d]ql4q-8V0E*%M>LKw%Ctbv@źz|i1/>fݺ*ԁx? J){ LĆɂOspo0Q0UX)f=Hty%%Zt2RV@E8 /PI9yieѣ'VV}#1F)*M\ewѷ wzoZ6ǑJԂ N]jdnma,.XjX-蔲HHJB?O6Uy])x!~t$]Ec~ĚFYJ0Mx6/y͡s*|24M{RTh*ŸFqX(=4;'S,> G pN6y<#KKL@,ͥJsQRY@`ن:ЇE`^94"JPò, f02K`{Os@uy{OzQ$] 5n+44@V`ze!fF1M]3Mw86_^_/w~[ t:\"SYQNՋZ=n@[pa\%3?UV>&B1ë l:XQGavV2 "_<bk!;6iA?U5\#òV?p&O&0K$cEQ|w-CKNON0J$2S7rd<XQ( z9ز293aW~x:u/, 7??77/./_v.;"8xo9xd[-nm>9 ?2\ BpN_Iq0S^Zr $VoѸK'&аl7v`A|agALpaq$K$+`p>`7rㅡfro 45X]ŚYNqTuǑ$En O[Fg@lmdfi/F3d3@\?ЏJ|/!A| KQ8lܩ*+en0LND.<r '_&5oGv'4K3q 5۟_E޾fL 6hxcF>Ne! @Q39L% ,Sfnӂ3oy{wwIEԨ\j*B?xzbx1/$GR:!F˲4M~x F1d2&b\%\'&2eRptƁj1BS6Q*%Nje' 喆:Cgi>>d\?[/78Ax⡰({<چnh}[Ѿ~LApXE{XXrd E^ܞ`L 3lQy^ryșF`] a"+Sɦ~ԛ,&I~Ǔj5w]47DQ^ݺafQo2'iOie8--g-IpYiO %0`i+T,D9 Oumy6| 3} TL@WIQ.\Txɒn>;6m5O06#;J{u>.GF$Es]zoN=!hYk&ձC,8,#ϛZ4KOu4^OY0 ( !y|bs|uDCM.ܢ9 -q)Rq;`8?Mv=RUƻ'㩫:Qnh(akvĩ}onFRY>gۚ,L50ߟ>[)5tQJFCN( 0$J"MSWM?Ԭ ]@ysyuDNm6#&aur&ɲ,7UAz@_iח## ->?*FqB,%_62`= +jǿ-,`x uR"C|{2*W9ۯ?ȁS _RL!7 ?;6WƆ1%A[FmmwdcDo$QearDQdiE.-Zx/8ڐ0 Y : ֗QrMo<^CY,*Cד`v-gQE~=nlޘQ~5. r :\ZG0:<|@d/*U k+dCpÖ 7*v)s1rrsaɧ~ÿ~~of Sr -Qkh,Ö́Eᔖ:)'#@W\& 9irzwDaW$W %nÌp;(&l6ꨲOgղ9[{ވ8ɒ=[0!aކAZ8$['W=*;a)qk[b4nP !»>:O2,6R̯'1,, e__o5z_o^uL D}@k(۰ ^65y[&߁&`EiQ9&WWIn׎ӝr-sA`MJ.Eی&i_;ƪ(n9qQDA@ mU<Huɲ]?40. C-~{7?uXzN0"KG£uA̭ʇpC?oQf[r{*x1xp X䙝36<2|vagZ^Ǻm7wǻ'o.虗@`>]RAH4Q`ހa蚙 Q}arqq\\DQr3nXi5mh(40LҦiY:Jqq< =GudYAA mFEvɛUQ ֥UZes;Ae|W.J=#va)ʑUBcY#S*SݓMwrpWY}v%qsеۏ7(a 檢NR: %\$1t@6kTgntz) a$՝m\XT Ca4shP.ȱ Ynh_B9py'9kH2VnTYruY&j{Z.1[.=t ^⟐^hJIųqʨwq_;8~w^e7gÃUϵjRSVX]_׆țٸ<m;M";2]O\rR cǰpy~uc_EIɐBF>GjO0 dvp8\@# RՃ{ w;(t$-.KrZ6{D'&[`(~R;ŭRְ5K#v.W6lJj-ٿXA)j]cg%̒5FMC~ˮhә0uS *m#/{*\Q?رm6!Vc!BR UJȸ 2gtu@-:rP}Ě;G{<0L!U+Al.d\,$xLo#ҍ5 \ΟĀe *b!YkFUR9F/R6{mntcsʂ7 V{ υ5Kg !jkh:U8 c(aeXLb؊*#$ʰ*@Q]MfE^y4 ײ45Ӌz!:{5Aj0[O,1yK\)oAPTZ/s|<fp _7;n<dMNj_~>i:cC!2CMuP$Mg4v^.q0j4K<g0PdYnee,#evArmHr35 ]W3i5:M[faу7:B,dj Aģɂ\^OLa?,ƜNj1<En0B@`گ®s8+e7Ga1]-/\}q{ޜ36nOW8錺[@R3> HYYcn aKc+y 5%X*Va4h*ng0-WlfΧC9ORCm7myrxQ'~O6)@B`Ӝw|k#xWn:yZٰi!f.+N/xvvV{ XW|?ANifw-XD 1o.ׂ?VhϦ6v갥6 .êV_pHlMǣtjtrx0á$S$.`(8N` C=E~Oʒ&V0y#%ap#>+w YbcvNNDg5_-Z +F9vGD\%CyNӔtFOr6\K%f'$6v`H,la<  #40$h4jQly5G 'L}w D` $I</eF/+vGB1OK<H5GK|[.OH kḷW:/Uk͟Z1H|qvp:.1xOY%=qBQw Rn)`|Pq%bU$IQ.ݟa :ϗfsқ4'f9iNf\.+Va‡C!_P]B>fAL?`g[4ޒYCO,LNrU9,S?x;A w5vO9}q{ngԀ\_FYn;vjS[4=< !Q!kc6 ܦGd9<MxamՆt(LxGVK x. OlMR-&|7irS'`Jx-e-r;Yv [fl}%U5Ǽ>joxgV4 3h&-q^4wCk:%w0 rq'a"bM] eb.!d>/\@7Z?PsXDBЧ8B1)0 y1{^X/(1iE˜/Ń##R6[j]J-k ֮IvR"v+ݓIa?zB>z.c1mh,7-iư6Pnس$N'{Wfa]$EfwFrF`$c \C ز4K0ЖeEUE")xYaao2Q]:cLJg$+c;x9*J(Umп h~WP^9 0d? ]DTKʣV|{9Ӎx>h rtA ya6ٜ ?*IENDB`
-1
gohugoio/hugo
8,215
markup/goldmark: Add attributes support for blocks (tables etc.)
Fixes #7548
bep
"2021-02-08T09:42:41Z"
"2021-02-08T18:52:56Z"
1b2472825664763c0b88807b0d193e73553423ec
2681633db8d340d2dc59cf801419874d572fc704
markup/goldmark: Add attributes support for blocks (tables etc.). Fixes #7548
./docs/content/en/news/0.58.0-relnotes/index.md
--- date: 2019-09-04 title: "Image Processing Galore!" description: "Hugo 0.58 adds the long sought after Exif method plus many useful image filters. And it's faster ..." categories: ["Releases"] --- **Hugo 0.58** adds the long sought after [Exif (docs)](https://gohugo.io/content-management/image-processing/#exif) method on image and a bunch of useful [image filters (docs)](https://gohugo.io/functions/images/#image-filters), courtesy of [@disintegration](https://github.com/disintegration)'s great [Gift](https://github.com/disintegration/gift) image library. This means that you now can do variations of this: ```go-html-template {{ $blurryGrayscale := $myimage.Resize "300x200" | images.Filter images.Grayscale (images.GaussianBlur 8) }} {{ $exif := $myimg.Exif }} ``` It's worth noting that the issue that enabled/triggered the implementation of the above was the simplifications needed to fix [#5903](https://github.com/gohugoio/hugo/issues/5903), which makes sure that type information is preserved when processed via **Hugo Pipes**. E.g. you can now do: ```go-html-template {{ ($myimg | fingerprint ).Width }} ``` And it works as expected. This release is also built with the brand new **Go 1.13** which means that it's also the [fastest Hugo version](https://discourse.gohugo.io/t/hugo-benchmarks-go-1-12-vs-go-1-13/20572/5) to date. This release represents **39 contributions by 5 contributors** to the main Hugo code base.[@bep](https://github.com/bep) leads the Hugo development with a significant amount of contributions, but also a big shoutout to [@niklasfasching](https://github.com/niklasfasching), [@vazrupe](https://github.com/vazrupe), and [@jakejarvis](https://github.com/jakejarvis) for their ongoing contributions. And a big thanks to [@digitalcraftsman](https://github.com/digitalcraftsman) and [@onedrawingperday](https://github.com/onedrawingperday) for their relentless work on keeping the themes site in pristine condition and to [@kaushalmodi](https://github.com/kaushalmodi) for his great work on the documentation site. Many have also been busy writing and fixing the documentation in [hugoDocs](https://github.com/gohugoio/hugoDocs), which has received **8 contributions by 8 contributors**. A special thanks to [@jacebenson](https://github.com/jacebenson), [@digitalcraftsman](https://github.com/digitalcraftsman), [@jernst](https://github.com/jernst), and [@rgwood](https://github.com/rgwood) for their work on the documentation site. Hugo now has: * 37859+ [stars](https://github.com/gohugoio/hugo/stargazers) * 440+ [contributors](https://github.com/gohugoio/hugo/graphs/contributors) * 317+ [themes](http://themes.gohugo.io/) ## Notes * `home.Pages` now behaves like all the other sections, see [#6240](https://github.com/gohugoio/hugo/issues/6240). If you want to list all the regular pages, use `.Site.RegularPages`. * We have added some new image filters to Hugo's image processing. This also means that we have consolidated the resize operations to use the one `gift` library (from the same developer as the one we used before). The operations work as before, but one difference is that we no longer embed color profile information in PNG images, but this should also be a more portable solution. Software that supports color profiles will assume that images without an embedded profile are in the sRGB profile. Software that doesn't support color profiles will use the monitor's profile, which is most likely to be sRGB as well. * We have improved the file cache logic for processed images and only stores them once when the same image is bundled in multiple languages. This means that you may want to run `hugo --gc` to clean your image cache. ## Enhancements ### Templates * Migrate last shortcodes (YouTube and Vimeo) to HTTPS embeds [00297085](https://github.com/gohugoio/hugo/commit/00297085db48cbb7949c9867012f6df38817fc29) [@jakejarvis](https://github.com/jakejarvis) * Use RegularPages for RSS template [88d69936](https://github.com/gohugoio/hugo/commit/88d69936122f82fffc02850516bdb37be3d0892b) [@bep](https://github.com/bep) [#6238](https://github.com/gohugoio/hugo/issues/6238) * Avoid "home page warning" in RSS template [564cf1bb](https://github.com/gohugoio/hugo/commit/564cf1bb11e100891992e9131b271a79ea7fc528) [@bep](https://github.com/bep) [#6238](https://github.com/gohugoio/hugo/issues/6238) ### Core * Adjust Go version specific test [dc3f3df2](https://github.com/gohugoio/hugo/commit/dc3f3df29d2b65532cedc9d321db7c4a38a28d7d) [@bep](https://github.com/bep) [#6304](https://github.com/gohugoio/hugo/issues/6304) * Remove the old and slow site benchmarks [28501ceb](https://github.com/gohugoio/hugo/commit/28501ceb93613729c5971105010dd3c22cfa0f7f) [@bep](https://github.com/bep) * Add a Sass includePaths test [1b5c7e32](https://github.com/gohugoio/hugo/commit/1b5c7e327c7f98cf8e9fff920f3328198f67a598) [@bep](https://github.com/bep) [#6274](https://github.com/gohugoio/hugo/issues/6274) * Change to output non-panic error message if missing shortcode template [fd3d90ce](https://github.com/gohugoio/hugo/commit/fd3d90ced85baaf6941be45b2fe29c25ff755c18) [@vazrupe](https://github.com/vazrupe) [#6075](https://github.com/gohugoio/hugo/issues/6075) * Don't use the global warning logger [ea681603](https://github.com/gohugoio/hugo/commit/ea6816030081b2cffa6c0ae9ca5429a2c6fe2fa5) [@bep](https://github.com/bep) [#6238](https://github.com/gohugoio/hugo/issues/6238) * Allow index.md inside bundles [4b4bdcfe](https://github.com/gohugoio/hugo/commit/4b4bdcfe740d988e4cfb4fee53eced6985576abd) [@bep](https://github.com/bep) [#6208](https://github.com/gohugoio/hugo/issues/6208) * Add a site benchmark [416493b5](https://github.com/gohugoio/hugo/commit/416493b548a9bbaa27758fba9bab50a22b680e9d) [@bep](https://github.com/bep) * Recover and log panics in content init [7f3aab5a](https://github.com/gohugoio/hugo/commit/7f3aab5ac283ecfc7029b680d4c0a34920e728c8) [@bep](https://github.com/bep) [#6210](https://github.com/gohugoio/hugo/issues/6210) * Add some outputs tests [028b9926](https://github.com/gohugoio/hugo/commit/028b992611209b241b1f55def8d47f9188038dc3) [@bep](https://github.com/bep) [#6210](https://github.com/gohugoio/hugo/issues/6210) ### Other * Update to Go 1.13 [b4313011](https://github.com/gohugoio/hugo/commit/b43130115d9e3888d94df9e6f5fc72eba662632f) [@bep](https://github.com/bep) [#6304](https://github.com/gohugoio/hugo/issues/6304) * Cache processed images by their source path [8624b9fe](https://github.com/gohugoio/hugo/commit/8624b9fe9eb81aeb884d36311fb6f85fed98aa43) [@bep](https://github.com/bep) [#6269](https://github.com/gohugoio/hugo/issues/6269) * Remove test artifact [018494f3](https://github.com/gohugoio/hugo/commit/018494f363a32b9e4d3622da6842bc3e59b420b2) [@bep](https://github.com/bep) * Make the "is this a Hugo Module" logic more lenient [43298f02](https://github.com/gohugoio/hugo/commit/43298f028ccdf38e949b573d03d328bf96b998a3) [@bep](https://github.com/bep) [#6299](https://github.com/gohugoio/hugo/issues/6299) * Update to Go 1.11.13 and 1.12.9 [05d83b6c](https://github.com/gohugoio/hugo/commit/05d83b6c08089c20ca1d99bcd224188ed5d127d4) [@bep](https://github.com/bep) [#6228](https://github.com/gohugoio/hugo/issues/6228) * Make home.Pages work like any other section [4898fb3d](https://github.com/gohugoio/hugo/commit/4898fb3d64c856c5e0f324e0dfbf3b60da1d1d3a) [@bep](https://github.com/bep) [#6240](https://github.com/gohugoio/hugo/issues/6240) * Add some fingerprint tests [45d7988f](https://github.com/gohugoio/hugo/commit/45d7988f2d0aa95d1a56f4c66342574075cf2963) [@bep](https://github.com/bep) [#6284](https://github.com/gohugoio/hugo/issues/6284)[#6280](https://github.com/gohugoio/hugo/issues/6280) * Cache Exif data to disk [ce47c21a](https://github.com/gohugoio/hugo/commit/ce47c21a2998630f8edcbd056983d9c59a80b676) [@bep](https://github.com/bep) [#6291](https://github.com/gohugoio/hugo/issues/6291) * Remove metaDataFormat setting [de9cbf61](https://github.com/gohugoio/hugo/commit/de9cbf61954201943a7b170a7d0a8b34afb5942c) [@bep](https://github.com/bep) * Make the Exif benchmark filenames distinct [4f501169](https://github.com/gohugoio/hugo/commit/4f5011692a22762e213e872fd9e39d015141083f) [@bep](https://github.com/bep) * Add Exif benchmark [3becba7a](https://github.com/gohugoio/hugo/commit/3becba7a982f39f67c7ee7cff411eae50931c8cd) [@bep](https://github.com/bep) [#6291](https://github.com/gohugoio/hugo/issues/6291) * Remove unused map type [20bdc69a](https://github.com/gohugoio/hugo/commit/20bdc69a47b851871bdc4d9be6366fa7f51f25db) [@bep](https://github.com/bep) * Add image.Exif [28143397](https://github.com/gohugoio/hugo/commit/28143397d625cce1f89f4161cba97c0dddd9004c) [@bep](https://github.com/bep) [#4600](https://github.com/gohugoio/hugo/issues/4600) * Add a set of image filters [823f53c8](https://github.com/gohugoio/hugo/commit/823f53c861bb49aecc6104e0add39fc3b0729025) [@bep](https://github.com/bep) [#6255](https://github.com/gohugoio/hugo/issues/6255) * Image resource refactor [f9978ed1](https://github.com/gohugoio/hugo/commit/f9978ed16476ca6d233a89669c62c798cdf9db9d) [@bep](https://github.com/bep) [#5903](https://github.com/gohugoio/hugo/issues/5903)[#6234](https://github.com/gohugoio/hugo/issues/6234)[#6266](https://github.com/gohugoio/hugo/issues/6266) * Remove debug check left during development [ad1d6d64](https://github.com/gohugoio/hugo/commit/ad1d6d6406c9b208d4fd4e09d6ad9ef19aa65dbb) [@bep](https://github.com/bep) [#6249](https://github.com/gohugoio/hugo/issues/6249) * Adjust the default paginator for sections [18836a71](https://github.com/gohugoio/hugo/commit/18836a71ce7b671fa71dd1318b99fc661755e94d) [@bep](https://github.com/bep) [#6231](https://github.com/gohugoio/hugo/issues/6231) * Update to Go 1.11.13 and 1.12.9 [f28efd35](https://github.com/gohugoio/hugo/commit/f28efd35820dc4909832c14dfd8ea6812ecead31) [@bep](https://github.com/bep) [#6228](https://github.com/gohugoio/hugo/issues/6228) * Disable "auto tidy" for now [321418f2](https://github.com/gohugoio/hugo/commit/321418f22a4a94b87f01e1403a2f4a71106461fb) [@bep](https://github.com/bep) [#6115](https://github.com/gohugoio/hugo/issues/6115) * Make sure the hugo field is always initialized before it's used [ea9261e8](https://github.com/gohugoio/hugo/commit/ea9261e856c13c1d4ae05fcca08766d410b4b65c) [@vazrupe](https://github.com/vazrupe) [#6193](https://github.com/gohugoio/hugo/issues/6193) ## Fixes ### Core * Fix draft etc. handling of _index.md pages [6ccf50ea](https://github.com/gohugoio/hugo/commit/6ccf50ea7bb291bcbe1d56a4d697a6fd57a9c629) [@bep](https://github.com/bep) [#6222](https://github.com/gohugoio/hugo/issues/6222)[#6210](https://github.com/gohugoio/hugo/issues/6210) * Fix taxonomies vs expired [9475f61a](https://github.com/gohugoio/hugo/commit/9475f61a377fcf23f910cbfd4ddca59261326665) [@bep](https://github.com/bep) [#6213](https://github.com/gohugoio/hugo/issues/6213) ### Other * Update go-org (fix descriptive lists) [8a8d4a6d](https://github.com/gohugoio/hugo/commit/8a8d4a6d97d181f1aaee639d35b198a27bb788e2) [@niklasfasching](https://github.com/niklasfasching) * Update go-org (fix footnotes in headlines) [58d4c0a8](https://github.com/gohugoio/hugo/commit/58d4c0a8be8beefbd7437b17bf7a9a381164d09b) [@niklasfasching](https://github.com/niklasfasching) * Discrepancy typo fix [c5319db9](https://github.com/gohugoio/hugo/commit/c5319db9f13f1dee97db5fbbeae38429a074c7d0) [@coliff](https://github.com/coliff) * Fix mainSections logic [67524c99](https://github.com/gohugoio/hugo/commit/67524c993623871626f0f22e6a2ac705a816a959) [@bep](https://github.com/bep) [#6217](https://github.com/gohugoio/hugo/issues/6217) * Fix live reload mount logic with sub paths [952a3194](https://github.com/gohugoio/hugo/commit/952a3194962dd91f87e5bd227a1591b00c39ff05) [@bep](https://github.com/bep) [#6209](https://github.com/gohugoio/hugo/issues/6209)
--- date: 2019-09-04 title: "Image Processing Galore!" description: "Hugo 0.58 adds the long sought after Exif method plus many useful image filters. And it's faster ..." categories: ["Releases"] --- **Hugo 0.58** adds the long sought after [Exif (docs)](https://gohugo.io/content-management/image-processing/#exif) method on image and a bunch of useful [image filters (docs)](https://gohugo.io/functions/images/#image-filters), courtesy of [@disintegration](https://github.com/disintegration)'s great [Gift](https://github.com/disintegration/gift) image library. This means that you now can do variations of this: ```go-html-template {{ $blurryGrayscale := $myimage.Resize "300x200" | images.Filter images.Grayscale (images.GaussianBlur 8) }} {{ $exif := $myimg.Exif }} ``` It's worth noting that the issue that enabled/triggered the implementation of the above was the simplifications needed to fix [#5903](https://github.com/gohugoio/hugo/issues/5903), which makes sure that type information is preserved when processed via **Hugo Pipes**. E.g. you can now do: ```go-html-template {{ ($myimg | fingerprint ).Width }} ``` And it works as expected. This release is also built with the brand new **Go 1.13** which means that it's also the [fastest Hugo version](https://discourse.gohugo.io/t/hugo-benchmarks-go-1-12-vs-go-1-13/20572/5) to date. This release represents **39 contributions by 5 contributors** to the main Hugo code base.[@bep](https://github.com/bep) leads the Hugo development with a significant amount of contributions, but also a big shoutout to [@niklasfasching](https://github.com/niklasfasching), [@vazrupe](https://github.com/vazrupe), and [@jakejarvis](https://github.com/jakejarvis) for their ongoing contributions. And a big thanks to [@digitalcraftsman](https://github.com/digitalcraftsman) and [@onedrawingperday](https://github.com/onedrawingperday) for their relentless work on keeping the themes site in pristine condition and to [@kaushalmodi](https://github.com/kaushalmodi) for his great work on the documentation site. Many have also been busy writing and fixing the documentation in [hugoDocs](https://github.com/gohugoio/hugoDocs), which has received **8 contributions by 8 contributors**. A special thanks to [@jacebenson](https://github.com/jacebenson), [@digitalcraftsman](https://github.com/digitalcraftsman), [@jernst](https://github.com/jernst), and [@rgwood](https://github.com/rgwood) for their work on the documentation site. Hugo now has: * 37859+ [stars](https://github.com/gohugoio/hugo/stargazers) * 440+ [contributors](https://github.com/gohugoio/hugo/graphs/contributors) * 317+ [themes](http://themes.gohugo.io/) ## Notes * `home.Pages` now behaves like all the other sections, see [#6240](https://github.com/gohugoio/hugo/issues/6240). If you want to list all the regular pages, use `.Site.RegularPages`. * We have added some new image filters to Hugo's image processing. This also means that we have consolidated the resize operations to use the one `gift` library (from the same developer as the one we used before). The operations work as before, but one difference is that we no longer embed color profile information in PNG images, but this should also be a more portable solution. Software that supports color profiles will assume that images without an embedded profile are in the sRGB profile. Software that doesn't support color profiles will use the monitor's profile, which is most likely to be sRGB as well. * We have improved the file cache logic for processed images and only stores them once when the same image is bundled in multiple languages. This means that you may want to run `hugo --gc` to clean your image cache. ## Enhancements ### Templates * Migrate last shortcodes (YouTube and Vimeo) to HTTPS embeds [00297085](https://github.com/gohugoio/hugo/commit/00297085db48cbb7949c9867012f6df38817fc29) [@jakejarvis](https://github.com/jakejarvis) * Use RegularPages for RSS template [88d69936](https://github.com/gohugoio/hugo/commit/88d69936122f82fffc02850516bdb37be3d0892b) [@bep](https://github.com/bep) [#6238](https://github.com/gohugoio/hugo/issues/6238) * Avoid "home page warning" in RSS template [564cf1bb](https://github.com/gohugoio/hugo/commit/564cf1bb11e100891992e9131b271a79ea7fc528) [@bep](https://github.com/bep) [#6238](https://github.com/gohugoio/hugo/issues/6238) ### Core * Adjust Go version specific test [dc3f3df2](https://github.com/gohugoio/hugo/commit/dc3f3df29d2b65532cedc9d321db7c4a38a28d7d) [@bep](https://github.com/bep) [#6304](https://github.com/gohugoio/hugo/issues/6304) * Remove the old and slow site benchmarks [28501ceb](https://github.com/gohugoio/hugo/commit/28501ceb93613729c5971105010dd3c22cfa0f7f) [@bep](https://github.com/bep) * Add a Sass includePaths test [1b5c7e32](https://github.com/gohugoio/hugo/commit/1b5c7e327c7f98cf8e9fff920f3328198f67a598) [@bep](https://github.com/bep) [#6274](https://github.com/gohugoio/hugo/issues/6274) * Change to output non-panic error message if missing shortcode template [fd3d90ce](https://github.com/gohugoio/hugo/commit/fd3d90ced85baaf6941be45b2fe29c25ff755c18) [@vazrupe](https://github.com/vazrupe) [#6075](https://github.com/gohugoio/hugo/issues/6075) * Don't use the global warning logger [ea681603](https://github.com/gohugoio/hugo/commit/ea6816030081b2cffa6c0ae9ca5429a2c6fe2fa5) [@bep](https://github.com/bep) [#6238](https://github.com/gohugoio/hugo/issues/6238) * Allow index.md inside bundles [4b4bdcfe](https://github.com/gohugoio/hugo/commit/4b4bdcfe740d988e4cfb4fee53eced6985576abd) [@bep](https://github.com/bep) [#6208](https://github.com/gohugoio/hugo/issues/6208) * Add a site benchmark [416493b5](https://github.com/gohugoio/hugo/commit/416493b548a9bbaa27758fba9bab50a22b680e9d) [@bep](https://github.com/bep) * Recover and log panics in content init [7f3aab5a](https://github.com/gohugoio/hugo/commit/7f3aab5ac283ecfc7029b680d4c0a34920e728c8) [@bep](https://github.com/bep) [#6210](https://github.com/gohugoio/hugo/issues/6210) * Add some outputs tests [028b9926](https://github.com/gohugoio/hugo/commit/028b992611209b241b1f55def8d47f9188038dc3) [@bep](https://github.com/bep) [#6210](https://github.com/gohugoio/hugo/issues/6210) ### Other * Update to Go 1.13 [b4313011](https://github.com/gohugoio/hugo/commit/b43130115d9e3888d94df9e6f5fc72eba662632f) [@bep](https://github.com/bep) [#6304](https://github.com/gohugoio/hugo/issues/6304) * Cache processed images by their source path [8624b9fe](https://github.com/gohugoio/hugo/commit/8624b9fe9eb81aeb884d36311fb6f85fed98aa43) [@bep](https://github.com/bep) [#6269](https://github.com/gohugoio/hugo/issues/6269) * Remove test artifact [018494f3](https://github.com/gohugoio/hugo/commit/018494f363a32b9e4d3622da6842bc3e59b420b2) [@bep](https://github.com/bep) * Make the "is this a Hugo Module" logic more lenient [43298f02](https://github.com/gohugoio/hugo/commit/43298f028ccdf38e949b573d03d328bf96b998a3) [@bep](https://github.com/bep) [#6299](https://github.com/gohugoio/hugo/issues/6299) * Update to Go 1.11.13 and 1.12.9 [05d83b6c](https://github.com/gohugoio/hugo/commit/05d83b6c08089c20ca1d99bcd224188ed5d127d4) [@bep](https://github.com/bep) [#6228](https://github.com/gohugoio/hugo/issues/6228) * Make home.Pages work like any other section [4898fb3d](https://github.com/gohugoio/hugo/commit/4898fb3d64c856c5e0f324e0dfbf3b60da1d1d3a) [@bep](https://github.com/bep) [#6240](https://github.com/gohugoio/hugo/issues/6240) * Add some fingerprint tests [45d7988f](https://github.com/gohugoio/hugo/commit/45d7988f2d0aa95d1a56f4c66342574075cf2963) [@bep](https://github.com/bep) [#6284](https://github.com/gohugoio/hugo/issues/6284)[#6280](https://github.com/gohugoio/hugo/issues/6280) * Cache Exif data to disk [ce47c21a](https://github.com/gohugoio/hugo/commit/ce47c21a2998630f8edcbd056983d9c59a80b676) [@bep](https://github.com/bep) [#6291](https://github.com/gohugoio/hugo/issues/6291) * Remove metaDataFormat setting [de9cbf61](https://github.com/gohugoio/hugo/commit/de9cbf61954201943a7b170a7d0a8b34afb5942c) [@bep](https://github.com/bep) * Make the Exif benchmark filenames distinct [4f501169](https://github.com/gohugoio/hugo/commit/4f5011692a22762e213e872fd9e39d015141083f) [@bep](https://github.com/bep) * Add Exif benchmark [3becba7a](https://github.com/gohugoio/hugo/commit/3becba7a982f39f67c7ee7cff411eae50931c8cd) [@bep](https://github.com/bep) [#6291](https://github.com/gohugoio/hugo/issues/6291) * Remove unused map type [20bdc69a](https://github.com/gohugoio/hugo/commit/20bdc69a47b851871bdc4d9be6366fa7f51f25db) [@bep](https://github.com/bep) * Add image.Exif [28143397](https://github.com/gohugoio/hugo/commit/28143397d625cce1f89f4161cba97c0dddd9004c) [@bep](https://github.com/bep) [#4600](https://github.com/gohugoio/hugo/issues/4600) * Add a set of image filters [823f53c8](https://github.com/gohugoio/hugo/commit/823f53c861bb49aecc6104e0add39fc3b0729025) [@bep](https://github.com/bep) [#6255](https://github.com/gohugoio/hugo/issues/6255) * Image resource refactor [f9978ed1](https://github.com/gohugoio/hugo/commit/f9978ed16476ca6d233a89669c62c798cdf9db9d) [@bep](https://github.com/bep) [#5903](https://github.com/gohugoio/hugo/issues/5903)[#6234](https://github.com/gohugoio/hugo/issues/6234)[#6266](https://github.com/gohugoio/hugo/issues/6266) * Remove debug check left during development [ad1d6d64](https://github.com/gohugoio/hugo/commit/ad1d6d6406c9b208d4fd4e09d6ad9ef19aa65dbb) [@bep](https://github.com/bep) [#6249](https://github.com/gohugoio/hugo/issues/6249) * Adjust the default paginator for sections [18836a71](https://github.com/gohugoio/hugo/commit/18836a71ce7b671fa71dd1318b99fc661755e94d) [@bep](https://github.com/bep) [#6231](https://github.com/gohugoio/hugo/issues/6231) * Update to Go 1.11.13 and 1.12.9 [f28efd35](https://github.com/gohugoio/hugo/commit/f28efd35820dc4909832c14dfd8ea6812ecead31) [@bep](https://github.com/bep) [#6228](https://github.com/gohugoio/hugo/issues/6228) * Disable "auto tidy" for now [321418f2](https://github.com/gohugoio/hugo/commit/321418f22a4a94b87f01e1403a2f4a71106461fb) [@bep](https://github.com/bep) [#6115](https://github.com/gohugoio/hugo/issues/6115) * Make sure the hugo field is always initialized before it's used [ea9261e8](https://github.com/gohugoio/hugo/commit/ea9261e856c13c1d4ae05fcca08766d410b4b65c) [@vazrupe](https://github.com/vazrupe) [#6193](https://github.com/gohugoio/hugo/issues/6193) ## Fixes ### Core * Fix draft etc. handling of _index.md pages [6ccf50ea](https://github.com/gohugoio/hugo/commit/6ccf50ea7bb291bcbe1d56a4d697a6fd57a9c629) [@bep](https://github.com/bep) [#6222](https://github.com/gohugoio/hugo/issues/6222)[#6210](https://github.com/gohugoio/hugo/issues/6210) * Fix taxonomies vs expired [9475f61a](https://github.com/gohugoio/hugo/commit/9475f61a377fcf23f910cbfd4ddca59261326665) [@bep](https://github.com/bep) [#6213](https://github.com/gohugoio/hugo/issues/6213) ### Other * Update go-org (fix descriptive lists) [8a8d4a6d](https://github.com/gohugoio/hugo/commit/8a8d4a6d97d181f1aaee639d35b198a27bb788e2) [@niklasfasching](https://github.com/niklasfasching) * Update go-org (fix footnotes in headlines) [58d4c0a8](https://github.com/gohugoio/hugo/commit/58d4c0a8be8beefbd7437b17bf7a9a381164d09b) [@niklasfasching](https://github.com/niklasfasching) * Discrepancy typo fix [c5319db9](https://github.com/gohugoio/hugo/commit/c5319db9f13f1dee97db5fbbeae38429a074c7d0) [@coliff](https://github.com/coliff) * Fix mainSections logic [67524c99](https://github.com/gohugoio/hugo/commit/67524c993623871626f0f22e6a2ac705a816a959) [@bep](https://github.com/bep) [#6217](https://github.com/gohugoio/hugo/issues/6217) * Fix live reload mount logic with sub paths [952a3194](https://github.com/gohugoio/hugo/commit/952a3194962dd91f87e5bd227a1591b00c39ff05) [@bep](https://github.com/bep) [#6209](https://github.com/gohugoio/hugo/issues/6209)
-1
gohugoio/hugo
8,215
markup/goldmark: Add attributes support for blocks (tables etc.)
Fixes #7548
bep
"2021-02-08T09:42:41Z"
"2021-02-08T18:52:56Z"
1b2472825664763c0b88807b0d193e73553423ec
2681633db8d340d2dc59cf801419874d572fc704
markup/goldmark: Add attributes support for blocks (tables etc.). Fixes #7548
./hugolib/page__tree.go
// Copyright 2019 The Hugo Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. package hugolib import ( "path" "strings" "github.com/gohugoio/hugo/common/types" "github.com/gohugoio/hugo/resources/page" ) type pageTree struct { p *pageState } func (pt pageTree) IsAncestor(other interface{}) (bool, error) { if pt.p == nil { return false, nil } tp, ok := other.(treeRefProvider) if !ok { return false, nil } ref1, ref2 := pt.p.getTreeRef(), tp.getTreeRef() if ref1 != nil && ref1.key == "/" { return true, nil } if ref1 == nil || ref2 == nil { if ref1 == nil { // A 404 or other similar standalone page. return false, nil } return ref1.n.p.IsHome(), nil } if ref1.key == ref2.key { return true, nil } if strings.HasPrefix(ref2.key, ref1.key) { return true, nil } return strings.HasPrefix(ref2.key, ref1.key+cmBranchSeparator), nil } func (pt pageTree) CurrentSection() page.Page { p := pt.p if p.IsHome() || p.IsSection() { return p } return p.Parent() } func (pt pageTree) IsDescendant(other interface{}) (bool, error) { if pt.p == nil { return false, nil } tp, ok := other.(treeRefProvider) if !ok { return false, nil } ref1, ref2 := pt.p.getTreeRef(), tp.getTreeRef() if ref2 != nil && ref2.key == "/" { return true, nil } if ref1 == nil || ref2 == nil { if ref2 == nil { // A 404 or other similar standalone page. return false, nil } return ref2.n.p.IsHome(), nil } if ref1.key == ref2.key { return true, nil } if strings.HasPrefix(ref1.key, ref2.key) { return true, nil } return strings.HasPrefix(ref1.key, ref2.key+cmBranchSeparator), nil } func (pt pageTree) FirstSection() page.Page { ref := pt.p.getTreeRef() if ref == nil { return pt.p.s.home } key := ref.key if !ref.isSection() { key = path.Dir(key) } _, b := ref.m.getFirstSection(key) if b == nil { return nil } return b.p } func (pt pageTree) InSection(other interface{}) (bool, error) { if pt.p == nil || types.IsNil(other) { return false, nil } tp, ok := other.(treeRefProvider) if !ok { return false, nil } ref1, ref2 := pt.p.getTreeRef(), tp.getTreeRef() if ref1 == nil || ref2 == nil { if ref1 == nil { // A 404 or other similar standalone page. return false, nil } return ref1.n.p.IsHome(), nil } s1, _ := ref1.getCurrentSection() s2, _ := ref2.getCurrentSection() return s1 == s2, nil } func (pt pageTree) Page() page.Page { return pt.p } func (pt pageTree) Parent() page.Page { p := pt.p if p.parent != nil { return p.parent } if pt.p.IsHome() { return nil } tree := p.getTreeRef() if tree == nil || pt.p.Kind() == page.KindTaxonomy { return pt.p.s.home } _, b := tree.getSection() if b == nil { return nil } return b.p } func (pt pageTree) Sections() page.Pages { if pt.p.bucket == nil { return nil } return pt.p.bucket.getSections() }
// Copyright 2019 The Hugo Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. package hugolib import ( "path" "strings" "github.com/gohugoio/hugo/common/types" "github.com/gohugoio/hugo/resources/page" ) type pageTree struct { p *pageState } func (pt pageTree) IsAncestor(other interface{}) (bool, error) { if pt.p == nil { return false, nil } tp, ok := other.(treeRefProvider) if !ok { return false, nil } ref1, ref2 := pt.p.getTreeRef(), tp.getTreeRef() if ref1 != nil && ref1.key == "/" { return true, nil } if ref1 == nil || ref2 == nil { if ref1 == nil { // A 404 or other similar standalone page. return false, nil } return ref1.n.p.IsHome(), nil } if ref1.key == ref2.key { return true, nil } if strings.HasPrefix(ref2.key, ref1.key) { return true, nil } return strings.HasPrefix(ref2.key, ref1.key+cmBranchSeparator), nil } func (pt pageTree) CurrentSection() page.Page { p := pt.p if p.IsHome() || p.IsSection() { return p } return p.Parent() } func (pt pageTree) IsDescendant(other interface{}) (bool, error) { if pt.p == nil { return false, nil } tp, ok := other.(treeRefProvider) if !ok { return false, nil } ref1, ref2 := pt.p.getTreeRef(), tp.getTreeRef() if ref2 != nil && ref2.key == "/" { return true, nil } if ref1 == nil || ref2 == nil { if ref2 == nil { // A 404 or other similar standalone page. return false, nil } return ref2.n.p.IsHome(), nil } if ref1.key == ref2.key { return true, nil } if strings.HasPrefix(ref1.key, ref2.key) { return true, nil } return strings.HasPrefix(ref1.key, ref2.key+cmBranchSeparator), nil } func (pt pageTree) FirstSection() page.Page { ref := pt.p.getTreeRef() if ref == nil { return pt.p.s.home } key := ref.key if !ref.isSection() { key = path.Dir(key) } _, b := ref.m.getFirstSection(key) if b == nil { return nil } return b.p } func (pt pageTree) InSection(other interface{}) (bool, error) { if pt.p == nil || types.IsNil(other) { return false, nil } tp, ok := other.(treeRefProvider) if !ok { return false, nil } ref1, ref2 := pt.p.getTreeRef(), tp.getTreeRef() if ref1 == nil || ref2 == nil { if ref1 == nil { // A 404 or other similar standalone page. return false, nil } return ref1.n.p.IsHome(), nil } s1, _ := ref1.getCurrentSection() s2, _ := ref2.getCurrentSection() return s1 == s2, nil } func (pt pageTree) Page() page.Page { return pt.p } func (pt pageTree) Parent() page.Page { p := pt.p if p.parent != nil { return p.parent } if pt.p.IsHome() { return nil } tree := p.getTreeRef() if tree == nil || pt.p.Kind() == page.KindTaxonomy { return pt.p.s.home } _, b := tree.getSection() if b == nil { return nil } return b.p } func (pt pageTree) Sections() page.Pages { if pt.p.bucket == nil { return nil } return pt.p.bucket.getSections() }
-1
gohugoio/hugo
8,215
markup/goldmark: Add attributes support for blocks (tables etc.)
Fixes #7548
bep
"2021-02-08T09:42:41Z"
"2021-02-08T18:52:56Z"
1b2472825664763c0b88807b0d193e73553423ec
2681633db8d340d2dc59cf801419874d572fc704
markup/goldmark: Add attributes support for blocks (tables etc.). Fixes #7548
./docs/static/images/hosting-and-deployment/deployment-with-wercker/wercker-search.png
PNG  IHDRL pHYsod IDATxYSɾ/G8^+}8qwDGZѱzmc{^6n1y0<X 1ͬ*I%QDZmU)++'Y!BaB!+!BB!+!B(VB!b%B(VB!PBJ!PBźU/?7J:](r 0*s7!"Nd8/?]ƯM8k9 PB(p)._a(}ԉ[+!*֊Kx"uuV J! 7.{Z<soTd|{(t47 }s/J ex 8r6{kt;"ˈ<y>7?G uqo/gq܀nhB.Y5<l[mSuNU߷;o10w~ۢo7r*÷ Ē\e5;(#UAo8vS~{wD/$}RlBźp͸K"7;1Jz\Brk|Ƅ9Qkddg,a)c'ÃCؖڊAp'R2"UfK@Nv$U%wf#ulD)*x{(B8U<vf>4Ȩ׷I馢&w"Ym s*>?t֘eG@Dٞ۝~sB.iBszϳDZ7LzrOEEH.co z?2ܓ5`XR ߞ1BYJ!Cu l^΁nK |_8ӡ5j [ X !b\[%ŷ-M'uL]Yd|0\TVm(Bb% #qܫg7 8?N'K)VB!+Is#ܾx6\1TU>"t.K+! <~4DNɽL>sHl1~9-OP|Gͱwqgu.==J!3Uv)Dx_{т3Pw3tN{ ngM?}9D"l$_8b ^OᯗlX !|)˄սjPFGuocr?vN#4Xۀ3g?@75pb%%J!PBX !BX !BB!+!BB!+!B(VB!b%B(VB!PBJ!PBJ!BX !B!kFr<"nĥ2<_!"*'PÚ U]ވ %H/UEbZ;J(֏;&YEH`J(j8X Xo+åMQFޭ,"ч{Io`Wz 5䥜 !a4e_j1m1QJA]Xcw#B~?b+!L(>={()ڦzETvSI$RC>xUxS{d/.áxT'6Jòxԓ8p0z: =y뺤ǽq`/Gw%lޓ Gߛ1|U9o&p{nxO5ueM#q ڿ3ND&Jcx㵾^y0Wlm_'Ǎk-۱m{Ru!Q/|rn&IhוjyO 9h}zI1WiuSnܰZޡU<|ux+-8nB#<îM'ݯ5ߢ>.uHBD;RیL8]1"<=d+[#h2VL'y%i0r>Udwŕ>=&4snsn:)XxX )qA-iÇl?؆=[D> Y?q\~qČaڡQj E^ql8~DJi GޣsVD;M~N|W=0&G VHXÈ {`Y?f{̉q<"z*wx ÆV[q6lvjUgQ~Gtڧĥ\x17b}":_ ':>ԉL /T: O0!HsX5+!u\T%3W5l]P0hM<6[9d>n BE4ڌ=HƮKNǍ I_ph2爫 #źi~U"s6N:P"\ťHv Q)$C:hτ= 5":kt |msi5Åx]3"mP\D\L|ku&u-"#@h͐sǨK/!J-5QWtԅVes07Hgn5ܥ8m]*;`-519OgtB3:Qc95akW}opnKJ lxru2/p̼~iv70.XD˯ևq<u:BBCc> DR\"T/GFb rKQϞ"긭Xb}Fz8uRi 1v!z-XU78J<"b u<BȪPpiGP=z]@o8쟇?ЮPX8C#fOEP<PrH{Y)Vb#pj!um(8}0PC9@ҿ5C!wz.du F:4H0bZ|6WP!źɯn<ա#:jdd]t '/^rS##TN *raCrR<['bRE..rEો/kdxcĺibAHP&WPǮ-ճKp KRj/, "{:r\xɦ[…K3O ؔHzW K'&8-ު\uz7&/m!ss/ z&qSHb<Э>'; Zrx]XNj+U~x)Qyu"-2#x=nS%"`sH>-jTua mJae+!m*C% fd{}2݃KWUHs>*uwPt,U=kvtĖвb=RFZCELLgn[>0S=R=ΓTkv8=|q%NR6<b;GgOy)5\DgotiL!ljBo%"t.Jȗ+YZ> 2W1~t^^ץ!3!b%SLb%b%5?ü+!+X? y9Z$+!+!B(VB!b%B(VB!b%BJ!PBJ!BX !BX !BB!+!BB!b%B(VB!b%B(VB!PBJ!PBRb{iUe#wLLLLLL+2I-+BLLLLLL+2I-+B}iE&e)VB!dAB!+!BRB(VBX !b%BRBJ!PBJBXWXg0{erssQPy݃oy !P 4X"6.nB5q1a*ȼt"y>)[Nf ԑPb e_!]n%ȿRĭپDgI"5+VەCLX !b Sj`9FAC\˂c+J!4g17P0H<ۘ._EIO˭Õ}G8bn`()~6؈3}]J~]/?? n6L'S pdZo7v=%-3?QL6.X !d-u6E&*Br/oo }D+{Śp:"$v_cqDƯR?ĭc 4÷?gLD^Gv4FrgqQEk9V웆2?%BȚ+zJpE3h o_bMAb4ca[zOb-gܔp ?&4hž~mmSn<TbU}lZ!BֶXчse O8p1,.d;08rugՈYdRj$A4.ٟO g~/oBYbyX"*鷫HʭN S7Yhyq oU+!P+CzTt]2Qb3#ژ/ YhhG G}:Pk0<+!IK g>a-(NA]{ԌCN_ 0\-^Bx \,mn"Xl\=*Ǚvݟ[T\D!kP}5(0*Ҫ4Do>D:K' ?jEVd?Me:26[іu6P\mM=J!kL.Tw-lytEllBź\"VfQEaչ:gD!b]\ŷ{PH}\/В{߯[xBJ.!LNu~?&ŻB(VBX !b%BRBJ!PBJBX)VB!b%B(VBJB!+!B~`bbbbbZiىi5e!VB!dAB!+!BB!+!B(VB!b%B(VB!PBJ!PBJ!BX !5޽qM011-bSlYkbRe-0(#WB'+%BJ(V&bX(VBJ(VBb%bX)V&Bb%PbeX X DBR+JX JB(VB2QPC& >LLVr~ %FMALȪ耲e)&wsB/b7?7a[(P[pvdz5;k9]+u;K #gsJź zˆ{/_Gh"Y*2YܷYcǠjY4o.D㣗xQ(UHw%ף "+b(A}%iW2 ˓v$ ?s@d^ŷ?^E#uZ+CX dԨ6)jD8ڂ”}'j5!T/$L)(hP?>kAiY2y(/_;Q$̪S߃$ YDEȚ NS#|}\?QHqAHYgž"ͼQGyE$E*~Wn>rf`'q">E8+Kn'.uu /ZDgBA*6֊V<QBשm)%mN e!єŞh*P#I{|ԈswXTlK/E)?Dcmz,BS}5Ϊ*d]]ncpu8ߏm rdlrqHlJ4ZDyEo'(inUc8['V_+]D7/"+&򳗗 !w‰o"h(1v篑yZJ>O)VB(֕*}JCN=KѦWzN!L9|,RU[lM$[ۧgj@/>="8SE%~0!Oh-f X}t^bjNOQ\wai4=7$8<o;Dz'V?V"eh98N%uYpٕZ(Ut׋:M8ku;*" XMnqP^T<,m^!3!Pں;F̫GXJS_0"V#l"TGy.N$睛+VEVaoRĩOfMۥ+FP8jiac/t=Snb"R6hb%b]Cpps#Vu^51+y^OĚkWKczQ /{C._αƈ5 !dtqPܴw)tP7| /"Vq^f W\\9}j{ X !=bM,lV$) R,j}󪣭R|~2* Vuy={읏c)Gk._D8E*&ʯ[7Z|qʜgKc5NE=tKnklȣدcUV޶"jRפ<}sȀܡ[XoND,2bMszX !LZhq#zuahw-3U)پZEbyUHJND(FjR4dըb}>{泳c5ꗗ*<YVC۾HnʍWmB੹w?hG5Xw%!A*Uڪ.:{Zܳ8\k uĻj3qmHY[- XWXW""h5cUbs`:{uX !"KAK+Eo^ ߳*7/BRb廂 !+XEJ(V&bX(VBJ(VBb%bX)V&Bb%PbeX Ybw,kbeZq'oVB֚Xg߽ø A&%{-!kMBJ!BYbebbbbbZ+!¡`B!b%BJ!PBJ!PBX !BX !BB!+!Z\ )r&&&dȖP?b&&_ٲ*V311-DȊ+!|֌mX !b%+obBJJX X !mXuRN4E,!b%dU5\e!+!F_JRP:~nꥺZW.<X#M"r EޗPA(uȅ|1,XwO`]l+X b]jIbX JȪR5T)6ܑ.b%kb]lgkmxq|-U`n ֶUfZ ]F6w\p}Oc\5yd9 xBmye QS4.\wwMN>m:co`{ƨLtM?z߉õ!0R O.Xopj Ls[TOo6LX J(%5.7*R )5Z<GOَ#d)uL?ۧGyC|kfhUϳ403t"B<Rc'z 6lڂ1n?F-6IcNfvO{nxϺw_9&1ȉ(9* kB_>%u<:bX_?v'"qe[P_F+pbjIbu_ He{uۜ<@`d IDAT9[fpQlF[|'1ou#%Aӭ~5+p*+R {'"uןj)_ca҉v\h޼{q5㈽?yuf V~f+y`Xb%gW_oӾ B[pnAyXOu? >A3N|'#Ӳ~gZ"ƲЋMO>ZmqjR8 CaL;Jltp"v#U{.JM9n<u@LYK60+XX|1Xj_%-^{H2awnxq!b~ w\b cuFt˫8](a`)Y8:&Oz!) 9ȖPbb~1( *_z{VXߣXEc?g1n0goY`mПiuaT8CO#׉78Ib׿0[+>ۊY=Wia# P+!+CxjOKvR[hxO-T*KxI;G%EB-%6!KMwlxiR[ꆂL!kq=:pX*"U:1+JJk_&B*VbqܸƌcC]X"Z|ji}@tN4MFmhI3+4n?|6#r6u]|lj-^jv̇Y[`傥t*:DZхr.{zmjabU/ak$Noa2CR,z4]b[X|\x0'oE ;Ѡ6G)/Pʩk "~/Rv>Z~j'$XLk(_έFGl : &)dpwb16Fߋ.)V#YR.%R~tFؿ}˻2\mqX{?CȄb%dEՉwCH9$ߗZwϰ*x)Qɨkx0Qb%^hu\:B||yޕ~lG--^|g}PlmñhU~m꼣g.3g'Nk_;2$H;"`|{ S|_FzFB eBJjy!!b%djb}/'Pd.#PT.:_F]ވKe+//T[~ ]. FBuѥ\*s.DG>V;X;H HKp%< k;,vZP/BK?VC[qDUn#Ɣ8>nXO/КQd u1\?E8vۆG,GiCk8|7bWaHƮ=&4}(J֪XBnin_HDէ*L;OF%;Bny}H.Fml>CA ;Qb[D$vf۰ >="w*R/v2lEm[|>Ve!@VBu!QNqȍذIM|\<q29_i(z<eVޒ ˩])G# NTyVDv9񢞷*b;nn߂_s1n3HT7bs:r!>u;'x<[uAsYy*$-yruLk?T{"$ۋm\v,(T^?=x>+X,֥j(.F$jއW+ȫ>ztðv:NekË9Kwz9&_Qsy SpۜB > hoQ7c?q)/Ȩywrd=#VY<mh}%D%v y)/fY B6Y(GJ p>aJhNYPD_.FOIlJ!N?)jŚ?U{ȳJ#tv 6H:xygQu[b=G!!6ф(:_ -kxka"_Oc ʿ?j Gz193{X ź ~bU</*nJ˃T1iyȆ?'DQp<ߕ:[oJ}YBsP])SOn!muXyQO@ WrvWq6@UO筻&pźiN\{ עunV~<3d-:0L;=GkPG}OQ?M٤ݻ!n9 U֭Zx9~Nu1*%6&jOȏ٪DQ#`)c|F eg]c(8'lU>\K1ѳ.;}uG5pNS~IFJD +;W}#U=a<.>p M +P6N͹3_nbviPKH5P,Veu+i>e4^3֏SjiB*)#݈zP!ey:mx*FsBDSށqNa. bQ҈uw~UvWk7T~ە~6ubC9`Bw]Vٷ J(o/)U\?EG5H; Ѣ,q+zOlZ0gS61㓨lN>h]>qXmKqiF(10wݏEQ؂Ī4Q)bmůR;I\߮ ,x5X usɞ<v9âҽs9V9 a屛YnB(vdaxhXCUo޹u9;P~ :W8yOsÕ+2; }o6NDDgd`UW6]y;Zyzs7XJDEUFϱZJ#ѿW/C~+%"aJhPǦ._X+uvhy^\eۏ/{fM_YO'Öyַ}؆ިDYaQPbUWFG¸6乱rU6|ڪ އXWH؍d>I9CI\U*ɂ=2ߊ"*SvBiAVP6ܴ_t帡VS=1HyoyW]ag]b%+!f;dnWYED; KSXFw6ܞs0[lرȝϱ71YbƋ rthAyi9u 6to[v$k}+ [#/F }mXC>]nS CϟŏXc7ދ[KY__5cD(VBX ʛBBB(VB(VBaD(VBX ʛBBB$BBJ(VĄBBBYg?:8dj)˶JxӦ6J" 5N Ÿz/"\/Kvή?Y5lJ@)t3L 8HB~~FbBbE(-Cw|RJ[GW 4(k a6##EHBbZj f5Rԥ9!˔Ԣ{nr ޮEkC1Ջ,q'djX䥯yy$dFEǨk轿DvQ-$/d,!5 glźꥪ4$IUj .FWUӰ2{ր5uwHɔ_CNfT ehDr Wh*AI5X'}lBO:fL,rN&]7Y79ˆam rJQl%T?B΀ܷ!:5բ S譲">&u3ۉru4c+!Wކ܌xSZ˳ayѫ7eo6 Pa5#U쟘bEE8ʬj4 z֊<-Z&]e~)Hv~CҐ=KHCzz:n?ί "IQBhI#?SDIeC}A&Qv5zbXSr2`XpMXJ.^F(T7 N4iED-w5p*%>ZjB}fE݋ɹ'?؀Qɹ5xcyO5nɑymLhzϿJXp!@W{<X`D(Ul42`?bⳂQC6; 6Rb8aHD)(tV{SݨSۿ.KHѳJdKRf-׍7 SZ]iAbi[<C .[eAFehpBk;9L˜ځžN4ѫZd4.mʁ:N)by:W:EA*Օtq-?G8N_g"]t,ݟEJ.{BzJC^mȂ>drDD.j,LnmXW3D_<vЯjSDJAzxiUC$eF}OQ8")l5Oi=&րID|aFGchͯs"oKozmRK^SDgz~ NJu>lDgpm %>!Q`Ƶt4H٧MIٜ$:zv膕GE"YqghSlź+HsoJCwRJL H 6Q7 {q6Ei@Cկ!)VHm۰#ր"XE$R4^U-Pة^Tc6@v10 \vH\csͯy*#3Ԍ9b.QF^U [K GY6mQ^t`Mþjnͪov"PH5smXW/UHEjm$/])i6eд, N|y5uVS f( s)꼲9Db&XJkQs (0נX7Jg<NaZudNGQXaEh4:7%7>/y>ۙ ]>qgmXW Ӝ^JJT'H,캧j-(6/R*צ”gmFsYnT VYRyWq{H-j1̻uX9$IjEZ3^cv֞oHNg"n\p=/ZL%_,/VUmP|^ZQsYEoqu VZ/'Ѯ+XM<ڊ4ң<0 W%!մ|ՠɔf$Vg!W+iBO&V"Šd8hHe-h{vЎ-RpQF.,R4#tX`(Whm : _Pa6!ѷkjv׋UyHMJ"X+ É穇gpe|XJ`Wpd*1gY3*+XM,zJJ2#{9 |:2œk<hB~G"eGe8\}֌b% J1L N@הo""w<J%G>/mtL71YlWabػGY5_m}k&B(VB&&PPB&B(VB&&PP6J2111-DȊ+x(VBMO󏗉idB!+!b:;;Ĵ*#VB!CBJ!BX !BX !BB!+!BB!b%B(VB!b%B(VB!PBJ!PBX !BX !uiC_62B!B_rǖe BVX\=RX !:~nJBYb\r kc _ջ`ɏ41Dty_BXCuj$Յuȅ|1,XwO`]l+!|y.\IbX !dՋuJ HǁMPƿMBź@.\kmxq|-U`n ֶUfZ ]F6w\p}Oc\5yd9 xBmZuGN|mw~9!Br GMb߭B,59Q|ϟO"euʎnd֫25{F}'׊jDC\cW^_% NVain| ͦi=z}BQ<A31ur WLlBJ{M!?BH|YJarzQ@#.Y2:Z, L(b=ނ jo [`=g .{0*:E߈al6!olZxwԬ:%;{gNgmTz=LFv,:yZ o8r7zML H!d-#ך1E2D7VZX!֯I$Z0vѐLOHgNmsrj' "ۍb۝7ZtbU7s#Q+֍>.jMN"juԈZcélJiz-Oſ-{m1.83;ywoW33W#pq|Z'} }ʱnX K}}^Ľ{^9Ǚn<ow߲E#b H O;\gFɅS ֙~'|=|mܵ+Ǥa&r?jRkJ,^:M0܂+?qbId{U\؍dGk9ːN[&tJ{3#s=_3:z7ŵ{oX!#Zʈ8ȈƅC9/#iP~xD" *+O>XnSEꕡzv"w/9V7J.l!KLF~FꮎC0rO/V܂/*~? ?#ltA/\a]jb "9e 7:!d-U4Wϩ0G;.e1Ϊy[i(XD?9[ՅQ ?q y }XZ c긭8Z~Xth5S&qz [۴ap"VuIɳPi [g -4o&q6J%]~"r!w| >j> V2)BlaOR!:-70g>Y6Xw X X,Vς&*VbqܸƌcC]X"ND1w'UKcwm4=nD~%6fu}S7>q;NeN2Knu06k<\tz~>,XK(_Ɍcsz'!i\HEt~6fŵu{|ǖϼ;,m(VB(N׵exr/]4`OX@XҨv| "rjeZy|ߋ$cO~A_O&Az$em_CIrn5:bKa,$}/Zn̠ q o} IDATuu*"ԿWݫ;'vk.mxz Eu/X XG${V/%R04"#!>26b8|!b]拗?|hkx0BźYJyG:r.vF{v!FP&;w<p b Yuٿ b1zQɹ InĆ8_!V!b]4$BVX=Ϭ+֚%| ?!ź~6BYb]?tNϗziyPv ./կ,n7""#}QҲzBVXCueH;hz>`xmߒɂC;P GBè \ SqQqUA}G1'aو .E\{8**?N /` ~L1k#Op$`OLR /+Ŕj8rX?*:ɏ=2ooX;~3RX7Y8wm'?mB#VGn25#֐yS|9.Tv %وٳ QѱwJ< [9r7bۼ Pu<nߊr6MD U+q݆X9\'6IFkE=T=\:"Zu%k!]w$vf˳R\ۿ 7E"z.u['3r#6Gޅ3OAQv v<"eԎaGti\G2v,|9DĹ"ECe;_rᭈNjd1PIx; p2S^և8&;1 ;Ƥ< 9?έ83뽞~ *[Ü>sJ5\$-8n' QXm:܏p6cܕqyyg#ĪD3 pjM= 7ߍh!=bgĆ Py9V/~~~-ޟr3&E|ܢO nlHÊS s8ۏS[qM3"٘<U? â@|E2wwNBÈz^<TÿߊAqՂd4jp'ËXF8գ;(mc 'B(-`r]X}B)`60kcX#)ڽ޲W^h6vIB;g4)@2t8b= BLE/5]9ſ$:Oe~3Z9yI*nXJSq%n@c8jXCNJAlD%j$unXn NDV9U{^҈5rE)ъPy9l0qb Ţ`5."Oi6 " ‰X?Aj<Xs6<+T?VRFD|ZOP_Jr]tbBWYD.XʡQk 2ȹ-ؾo~m!wi"/bQZ_B埔G@|ѸRjX±2b 8nȈu)*#րH8(X ź@TrDv[#B6XwY?g1BĪ4DSsNG^@QjuD39P&\&ue"dc- Q"9sr7`8QkT`#ܟ_iݢ}7<ssIϝ|IO֏:􊺏8.ϝcU\ "?q$ͱny>O,Gl=x5$!N<lɚ#܆`+m#m8bCfLbmFڱmؤ ,Seϥ|%68.}zs.}FOɵOXFMB6zuT);"f88eVo W EEa~ٷX&})!W>&(!t2lg}S:pUp}z<<n$dw\%`i{AΣHsg~=qs1yl>b9,%8a7vB3SWv.O-Hwa%r/wleڠB(Vh-n2v:][φ޼:^MgH{hBV)p;!+ C{%u9EXCGCQ{OfIg !+!BB!b%B(VB!b%BJ!PBJ!PBX !L‹68%u;1J!b]rfxk|Z{ZujV E˗" ͬ!F;P0NL@'JźdmOwrDbAnQ)J! V'$!5=T\~Erwj uY JH5g#T\+MIUp2 m3[?5$XQ,dT8kG9d >W& JO,^#Uʵm? ؋$I$k1fd$9PZAIiM(ic{C(/VȈ́'S/-yLi;^-(L)G Pkil_-&3jz_,ёݨtvF&n#VY)(tVe:*:[f z sE=(bXF ~_ &m(h OuQɖ*dViߟCMV AoGvJ%u(QCjA3gEgVL3BŰT9P/z"Iq~Cj ." tT!7#IL"*jEB,""M)hY!']43n׋8BkV%2QzG^-UnQޤBky6̲Iy̢AÎJd<-ZwX^&cUȒjV!#!坡܆gJ=:Xmw[Xfo+ [Tb[!b#S"4&^xN9PP?P".tXp'@jyRmuVD{@j=mYAq6IIF* h *xS}5yzX`@44>F!V3Jڜ"2d!ωXES"84 1NHWy^Ӹ~߯A<DD۠F>,$Rc52#3L:J͠1Dې&mY%Z&Nʂxe>lBaʀrJ҉UJ/L^=mٱ(jZ䨲Vt'uGsjC8R#? ` ,%b]EȨ">E4*QZD)BFACYSaeH7iD4xCLZ 5w _Ԣɠ񖍵bM~@cBcEuNj-Gl]`cnBjV=S'~3p(c?nSS9I s:@B._͓NBgxhF/=-CźoT`R4x-˴+sNZ~4j 0N耽ت-F 6ꢖtsos)Rs1?E^ḙ4I;KN4x" ylEj!ޔl~~KmJeo‰X(Hc&AgK@aVnA9 ݕHK % (ְ"E'h(H+vm em>=,zk$3nԢ{ۓl2ߧtfěo4:/.͂R029gQ^:nF^ڰp2}a3x`&tN9V۱"b] h#ؔфDKz w[<0'24'Sak(v#9ݳau{e ݕCxuORtDfLk4]9V)uS>܉'S=hSw.։rʳk,tUGʽ6Qizb}Ն*Rb4Q[arTU(MYMuM#4{VO@EH5-_@ܒCr\՛Wdz0yĪ!Vh 0|bA\DG&A)S\=Qz:;{h1=0EgtUQyƠ_5Ft]9V |iξEz(ílz-H]]GO>-dZ}Ռ,ϊtO7ʞ4B,[ӒhPzAp"7-H)-2[T/uQZt !#"5ڻEUtwMuZ -"KxkguE҄kKpIȗLٻ1ʪnu_BB!+!B(VB!b%B(VB!b%BJ!PBJ!BX !BX !:;;Ĵ*#VB!CBJ!BX !BX !BB!+!BB!b%B(VB!b%B(VB!PBJ!PBX !BX !ui \le BVX?_Vز BȪ뗒G+!U'-WT)ֹNqXډaW{!"*[u1(ՅuFpb{D{EՅb%R.\Ūj(VźTr &5,']BJkGl\&\#7;~.\CIs5wj!wbWIiZ'ZV5]hqw35c]`ޞ#gS(}WnfWOcn-]Fo]8~iлzG(s7bϯ<% <9bv|9:,졟X`ԍud;{Եp~3NKy93eFEmrhնxZ r NA.\% ־${$;<ߙ8쬽nY<Yk0&*9U[$Nc[˾?FV5`M\Au]p?y'O6P3$B%"AGÍ{u I?.fƅh:e <0P OTie鴯᪜q?2p}eM|^~)s/q 2m &oWOnLƒ_7YǬY}Nvʴ~xG_Iߕʠq^OvEO^+S<DʃuẏsϼlӎV+3-\@uUUianu+ rk(~/q#U|8}CAhޏk/We80:we\/8ʭnf,SV:eXPytDc|˟QBʄhW=ԅM>Дg%Ω_.16"To/ j#glw˫kʎ3P.[Cȵ D/8׏5܏Ԗߘ>hfלuK;!:&y>bV|ċ/= JW7S6< ;w qMf>hx(Gs;L"A*:R_zm5`)\Bu`s[ǰf&|DŽ5*|F`-߇GEXypqb쵪k&"Qk띞!b1іh3ƶl{$F_} 4lZZNC7&ko0dmqkFk\lfڡ`3eC6%'CblmclnSi؀ɶjڂOٷŶ +<b <.MT('&[' +&iM޲#45X6^upM#`$=vqqMY9?+{2[Gz`e<dӏ~oOV>}npC:-#ҨXϏKӨW{+o]& yE@4m~L0bA`/mek2KH;j#HPYz?^c >5({_%tk `=U*oƧߣ53a^㥈IM:`}ʵ;ʯZz{_aRdzZ@Jz<5;V :>ɿcj0"4]| ^bV˘8ifyp%&VfIX<Dc՛Ԃu cB:<YRvL ֪d$VN׿v5•<Ƹ2A4Z,unR?1|г۔28 g8Ńds&JOno^x)%.]1l^Ç /{(,x{ wgٗVc~=op+q}t'1ܢiuFN(XqN7 6V.ްg,XDrU`eӰoጝT?N'lB2;ewJ7w}0!$Sxpz)GﶸMiX {+ _Sߛ`٢\IRǹ42x) IU^:qo++)󍇿層^2V9(/鸓dx: ҂K+1\Zq7qX6רn*IZLB=WNNآ\*ۿ`F\{W ֽjM@W*t'<DCe2nHƵRѣ;n#iV\&^c<ɀYa}Wښ6챘:zl#n{ SqP=?OAޗR@T2`ea~5׏MNbzu)f XF ^TCR\<` n _Lw¬x,NOgIcOd~iev`oMl$l)ڕxڹo1vzÑ८!D),sKQiov.Gk`+ z@`%=M= Vzi[OhL3e?uքfսJ`n08+E|'E&Vqz08PA:7R V̊(|{e7zl[> 6y _z"*8G꽾|R{@^I[\uzYT Auv`f<7&(gn1Lj#] ֗ Vt6Y}D c%L/۷gK}b<D&wdk*ksMj@k:n>*(?,H d@~?t njely ^*P$콮wNō g KD=)H= ]^J h?Yњ6pp$*BG2Ʈik wkv4UIq|Խ;HRb*p2NE]V} $DDH$^9ҐD"HU`O!$D"`k#H$^|y5_?kgOFy?^[5Z5qL"Xk*jurY. 3&: ZWRSwnT Xa.Az 7>;xX} 6Τ Tu :$H{:K׼Fs^kcG%k4RՇ8DՏZ{:DB^:px6*'(IDAT*栗]w]wY8~¯`2e!d 7#?+GPɮό(uFy2{bq\DOefe i;PvU u)KJ<J{-\__|X't"/~}ž69,ϙYBAc1`}9?7r>o,~Y?C|ɟu.{eù,Ϭp-,S>yeVNOs6\",z} Y=pޏh @;(@t/vM.o:Pr+kP')Mk]!:AIV`M'T5`ʂxEqq=|{o=^ #X ֪qݸy $89u?-v#<nLYAp e/өB,Hť#yq:kv^~඘Ot3|d)18t1)+KZE6]͉v0V98m1T}2 bge1]wI b9 C҇ _mYY]ʎ܈Kb.H-\\lTt&eE~_u3W{ck5BF"s >9Ƚr_9·>&jPVZx)#o3p?m$'i>Q|nO|62{<e;JpO='fc-@(X֫tHm(YBTթ̋Q4ɉ&΂lu UWe}b"%v:\bmu#*G "Xw U=j&6(Ys5#t8l:i=(t|%\/a%U6#3BkךrgAbb0JtOfݙ\ܫc-RfʞfY7^XwѠ kuXwVmCz`Bm<]&eb1puJOXIV` j`U#U` SZ>Q:,DZV[|5ں5n=rW˃.wS0Kd+=p# :Q^IEmׇr'kGIXD*-`xY4GNu-\a;QX $krM*Ű{78WKY: q?KX uG\^ u\\d7a:^v|֮woq: QĔo. Xߓ,lgs.\;r@e%.0 VW(sΉ+H^0SoNER*N.O^cVHZ^YV䱺P_ m7PiBͅ(-}6UcR뭱+_~*؎m7y._Cc83p^?Ù#_ᇦ=HK+;|b=OovHq39ʁY/9?-vQo4(ڢ݉cG8uB[;23Tu <G²e]}Ee%.0 V6"y1](E{եH^çkUZ6qTp<ֈѦ/Q_Zip@`?V~ZzP?*8&X$%3?{dLe}6 &XIi Oz4/P:X"]%]YRyHH}He1s$D`%Tkϸ깠$:yi/u Htswo!9iIVܽД#O1\^X!'M'pPE"XI$D"XI$D"H$D`%H$D`%H$J"H$D"H$+D"H$+D"HVD"$&18_NH$Sȏ'@5N:Tשi0ӧxo_+~))BaQ *Qj7: +D`x-f[litXJwaI%\ޕi@EU={ckzZ zTZmՈWk|fk65׆ZkCiJPQہ4 6I =Ǡ*i8Q1lj<y1D`M0`Wf4ƙ:$V:afUuB.K5< dw@TP8c9[Pq $k|\71aGq0tN_3"Ye=bO0f xgeu-"Fb-BYDzdSu9,s=4(<(m8XS_)X f3Z}XQ N-%+k|zY*rE=2A94-_ү~C:,=2ю謽 34s+Gp;/q?ϩ:RK <!\UV S~ 4QXӋg]8W]ooFS1ZXC4ZK5x OHvLh@"XSa*@#RZ W?a`D͆k}.YhEw,?e6K\ z 2K 2v M,[R+`I=TX2*s†ʶqlJGDyN/B)=0`LassRߩg&A *X&ָjĢqEM*WVO/; 5y}~H$k ATha3Pq`aLx@\wT+a!:d{l]ӆzkPVfRu%{Ak4ϩmvs_u>Lhnv^j](zNŰyfyz/ID"bq-@< Ou h - \wna2+/pԬF`)%Xa4֪(SY>V+U8P+ju\"H˜C&+'K s &6cD8ʋDZhOk+ $L P\׏_54%\'XdHw.!@ȃVZl(֢w9n+<_ `݉ʭD`U Q/,:x ဠ M\bZ:xxY",ϯ6-a-73Powڀ 6` Mt؊FŖr;'T`VlC^ji($55Z@OY9l` Ma=ŶL։Lٚ1,lFWr,Fʒb?, . KS] \ qHXyAÉ!~>|}fo>O{co=XmBgVEll@I\.zT`}6)@߃~haiI$kZES9mx&<B ƠZ^VH׌R߄S.IytقRnu >>X¾Z3BT֦i Q<]Kl*yN)XN  Z~R֯w۬׻v V3j-inE3FuZm, TbB[KX+{1MXI$k,f@ba{o>Pވe=Q*} :bzN|na4YžأB"&UlReH&o*+ZqoS9EQjonx=drHV$A \1 '<+T5{a"I$+D"HVD"T$D"XI$D"H$D`%H$D`%H$J"H$D"H$D"H$+D"HVD"$D"$D"e8/IENDB`
PNG  IHDRL pHYsod IDATxYSɾ/G8^+}8qwDGZѱzmc{^6n1y0<X 1ͬ*I%QDZmU)++'Y!BaB!+!BB!+!B(VB!b%B(VB!PBJ!PBźU/?7J:](r 0*s7!"Nd8/?]ƯM8k9 PB(p)._a(}ԉ[+!*֊Kx"uuV J! 7.{Z<soTd|{(t47 }s/J ex 8r6{kt;"ˈ<y>7?G uqo/gq܀nhB.Y5<l[mSuNU߷;o10w~ۢo7r*÷ Ē\e5;(#UAo8vS~{wD/$}RlBźp͸K"7;1Jz\Brk|Ƅ9Qkddg,a)c'ÃCؖڊAp'R2"UfK@Nv$U%wf#ulD)*x{(B8U<vf>4Ȩ׷I馢&w"Ym s*>?t֘eG@Dٞ۝~sB.iBszϳDZ7LzrOEEH.co z?2ܓ5`XR ߞ1BYJ!Cu l^΁nK |_8ӡ5j [ X !b\[%ŷ-M'uL]Yd|0\TVm(Bb% #qܫg7 8?N'K)VB!+Is#ܾx6\1TU>"t.K+! <~4DNɽL>sHl1~9-OP|Gͱwqgu.==J!3Uv)Dx_{т3Pw3tN{ ngM?}9D"l$_8b ^OᯗlX !|)˄սjPFGuocr?vN#4Xۀ3g?@75pb%%J!PBX !BX !BB!+!BB!+!B(VB!b%B(VB!PBJ!PBJ!BX !B!kFr<"nĥ2<_!"*'PÚ U]ވ %H/UEbZ;J(֏;&YEH`J(j8X Xo+åMQFޭ,"ч{Io`Wz 5䥜 !a4e_j1m1QJA]Xcw#B~?b+!L(>={()ڦzETvSI$RC>xUxS{d/.áxT'6Jòxԓ8p0z: =y뺤ǽq`/Gw%lޓ Gߛ1|U9o&p{nxO5ueM#q ڿ3ND&Jcx㵾^y0Wlm_'Ǎk-۱m{Ru!Q/|rn&IhוjyO 9h}zI1WiuSnܰZޡU<|ux+-8nB#<îM'ݯ5ߢ>.uHBD;RیL8]1"<=d+[#h2VL'y%i0r>Udwŕ>=&4snsn:)XxX )qA-iÇl?؆=[D> Y?q\~qČaڡQj E^ql8~DJi GޣsVD;M~N|W=0&G VHXÈ {`Y?f{̉q<"z*wx ÆV[q6lvjUgQ~Gtڧĥ\x17b}":_ ':>ԉL /T: O0!HsX5+!u\T%3W5l]P0hM<6[9d>n BE4ڌ=HƮKNǍ I_ph2爫 #źi~U"s6N:P"\ťHv Q)$C:hτ= 5":kt |msi5Åx]3"mP\D\L|ku&u-"#@h͐sǨK/!J-5QWtԅVes07Hgn5ܥ8m]*;`-519OgtB3:Qc95akW}opnKJ lxru2/p̼~iv70.XD˯ևq<u:BBCc> DR\"T/GFb rKQϞ"긭Xb}Fz8uRi 1v!z-XU78J<"b u<BȪPpiGP=z]@o8쟇?ЮPX8C#fOEP<PrH{Y)Vb#pj!um(8}0PC9@ҿ5C!wz.du F:4H0bZ|6WP!źɯn<ա#:jdd]t '/^rS##TN *raCrR<['bRE..rEો/kdxcĺibAHP&WPǮ-ճKp KRj/, "{:r\xɦ[…K3O ؔHzW K'&8-ު\uz7&/m!ss/ z&qSHb<Э>'; Zrx]XNj+U~x)Qyu"-2#x=nS%"`sH>-jTua mJae+!m*C% fd{}2݃KWUHs>*uwPt,U=kvtĖвb=RFZCELLgn[>0S=R=ΓTkv8=|q%NR6<b;GgOy)5\DgotiL!ljBo%"t.Jȗ+YZ> 2W1~t^^ץ!3!b%SLb%b%5?ü+!+X? y9Z$+!+!B(VB!b%B(VB!b%BJ!PBJ!BX !BX !BB!+!BB!b%B(VB!b%B(VB!PBJ!PBRb{iUe#wLLLLLL+2I-+BLLLLLL+2I-+B}iE&e)VB!dAB!+!BRB(VBX !b%BRBJ!PBJBXWXg0{erssQPy݃oy !P 4X"6.nB5q1a*ȼt"y>)[Nf ԑPb e_!]n%ȿRĭپDgI"5+VەCLX !b Sj`9FAC\˂c+J!4g17P0H<ۘ._EIO˭Õ}G8bn`()~6؈3}]J~]/?? n6L'S pdZo7v=%-3?QL6.X !d-u6E&*Br/oo }D+{Śp:"$v_cqDƯR?ĭc 4÷?gLD^Gv4FrgqQEk9V웆2?%BȚ+zJpE3h o_bMAb4ca[zOb-gܔp ?&4hž~mmSn<TbU}lZ!BֶXчse O8p1,.d;08rugՈYdRj$A4.ٟO g~/oBYbyX"*鷫HʭN S7Yhyq oU+!P+CzTt]2Qb3#ژ/ YhhG G}:Pk0<+!IK g>a-(NA]{ԌCN_ 0\-^Bx \,mn"Xl\=*Ǚvݟ[T\D!kP}5(0*Ҫ4Do>D:K' ?jEVd?Me:26[іu6P\mM=J!kL.Tw-lytEllBź\"VfQEaչ:gD!b]\ŷ{PH}\/В{߯[xBJ.!LNu~?&ŻB(VBX !b%BRBJ!PBJBX)VB!b%B(VBJB!+!B~`bbbbbZiىi5e!VB!dAB!+!BB!+!B(VB!b%B(VB!PBJ!PBJ!BX !5޽qM011-bSlYkbRe-0(#WB'+%BJ(V&bX(VBJ(VBb%bX)V&Bb%PbeX X DBR+JX JB(VB2QPC& >LLVr~ %FMALȪ耲e)&wsB/b7?7a[(P[pvdz5;k9]+u;K #gsJź zˆ{/_Gh"Y*2YܷYcǠjY4o.D㣗xQ(UHw%ף "+b(A}%iW2 ˓v$ ?s@d^ŷ?^E#uZ+CX dԨ6)jD8ڂ”}'j5!T/$L)(hP?>kAiY2y(/_;Q$̪S߃$ YDEȚ NS#|}\?QHqAHYgž"ͼQGyE$E*~Wn>rf`'q">E8+Kn'.uu /ZDgBA*6֊V<QBשm)%mN e!єŞh*P#I{|ԈswXTlK/E)?Dcmz,BS}5Ϊ*d]]ncpu8ߏm rdlrqHlJ4ZDyEo'(inUc8['V_+]D7/"+&򳗗 !w‰o"h(1v篑yZJ>O)VB(֕*}JCN=KѦWzN!L9|,RU[lM$[ۧgj@/>="8SE%~0!Oh-f X}t^bjNOQ\wai4=7$8<o;Dz'V?V"eh98N%uYpٕZ(Ut׋:M8ku;*" XMnqP^T<,m^!3!Pں;F̫GXJS_0"V#l"TGy.N$睛+VEVaoRĩOfMۥ+FP8jiac/t=Snb"R6hb%b]Cpps#Vu^51+y^OĚkWKczQ /{C._αƈ5 !dtqPܴw)tP7| /"Vq^f W\\9}j{ X !=bM,lV$) R,j}󪣭R|~2* Vuy={읏c)Gk._D8E*&ʯ[7Z|qʜgKc5NE=tKnklȣدcUV޶"jRפ<}sȀܡ[XoND,2bMszX !LZhq#zuahw-3U)پZEbyUHJND(FjR4dըb}>{泳c5ꗗ*<YVC۾HnʍWmB੹w?hG5Xw%!A*Uڪ.:{Zܳ8\k uĻj3qmHY[- XWXW""h5cUbs`:{uX !"KAK+Eo^ ߳*7/BRb廂 !+XEJ(V&bX(VBJ(VBb%bX)V&Bb%PbeX Ybw,kbeZq'oVB֚Xg߽ø A&%{-!kMBJ!BYbebbbbbZ+!¡`B!b%BJ!PBJ!PBX !BX !BB!+!Z\ )r&&&dȖP?b&&_ٲ*V311-DȊ+!|֌mX !b%+obBJJX X !mXuRN4E,!b%dU5\e!+!F_JRP:~nꥺZW.<X#M"r EޗPA(uȅ|1,XwO`]l+X b]jIbX JȪR5T)6ܑ.b%kb]lgkmxq|-U`n ֶUfZ ]F6w\p}Oc\5yd9 xBmye QS4.\wwMN>m:co`{ƨLtM?z߉õ!0R O.Xopj Ls[TOo6LX J(%5.7*R )5Z<GOَ#d)uL?ۧGyC|kfhUϳ403t"B<Rc'z 6lڂ1n?F-6IcNfvO{nxϺw_9&1ȉ(9* kB_>%u<:bX_?v'"qe[P_F+pbjIbu_ He{uۜ<@`d IDAT9[fpQlF[|'1ou#%Aӭ~5+p*+R {'"uןj)_ca҉v\h޼{q5㈽?yuf V~f+y`Xb%gW_oӾ B[pnAyXOu? >A3N|'#Ӳ~gZ"ƲЋMO>ZmqjR8 CaL;Jltp"v#U{.JM9n<u@LYK60+XX|1Xj_%-^{H2awnxq!b~ w\b cuFt˫8](a`)Y8:&Oz!) 9ȖPbb~1( *_z{VXߣXEc?g1n0goY`mПiuaT8CO#׉78Ib׿0[+>ۊY=Wia# P+!+CxjOKvR[hxO-T*KxI;G%EB-%6!KMwlxiR[ꆂL!kq=:pX*"U:1+JJk_&B*VbqܸƌcC]X"Z|ji}@tN4MFmhI3+4n?|6#r6u]|lj-^jv̇Y[`傥t*:DZхr.{zmjabU/ak$Noa2CR,z4]b[X|\x0'oE ;Ѡ6G)/Pʩk "~/Rv>Z~j'$XLk(_έFGl : &)dpwb16Fߋ.)V#YR.%R~tFؿ}˻2\mqX{?CȄb%dEՉwCH9$ߗZwϰ*x)Qɨkx0Qb%^hu\:B||yޕ~lG--^|g}PlmñhU~m꼣g.3g'Nk_;2$H;"`|{ S|_FzFB eBJjy!!b%djb}/'Pd.#PT.:_F]ވKe+//T[~ ]. FBuѥ\*s.DG>V;X;H HKp%< k;,vZP/BK?VC[qDUn#Ɣ8>nXO/КQd u1\?E8vۆG,GiCk8|7bWaHƮ=&4}(J֪XBnin_HDէ*L;OF%;Bny}H.Fml>CA ;Qb[D$vf۰ >="w*R/v2lEm[|>Ve!@VBu!QNqȍذIM|\<q29_i(z<eVޒ ˩])G# NTyVDv9񢞷*b;nn߂_s1n3HT7bs:r!>u;'x<[uAsYy*$-yruLk?T{"$ۋm\v,(T^?=x>+X,֥j(.F$jއW+ȫ>ztðv:NekË9Kwz9&_Qsy SpۜB > hoQ7c?q)/Ȩywrd=#VY<mh}%D%v y)/fY B6Y(GJ p>aJhNYPD_.FOIlJ!N?)jŚ?U{ȳJ#tv 6H:xygQu[b=G!!6ф(:_ -kxka"_Oc ʿ?j Gz193{X ź ~bU</*nJ˃T1iyȆ?'DQp<ߕ:[oJ}YBsP])SOn!muXyQO@ WrvWq6@UO筻&pźiN\{ עunV~<3d-:0L;=GkPG}OQ?M٤ݻ!n9 U֭Zx9~Nu1*%6&jOȏ٪DQ#`)c|F eg]c(8'lU>\K1ѳ.;}uG5pNS~IFJD +;W}#U=a<.>p M +P6N͹3_nbviPKH5P,Veu+i>e4^3֏SjiB*)#݈zP!ey:mx*FsBDSށqNa. bQ҈uw~UvWk7T~ە~6ubC9`Bw]Vٷ J(o/)U\?EG5H; Ѣ,q+zOlZ0gS61㓨lN>h]>qXmKqiF(10wݏEQ؂Ī4Q)bmůR;I\߮ ,x5X usɞ<v9âҽs9V9 a屛YnB(vdaxhXCUo޹u9;P~ :W8yOsÕ+2; }o6NDDgd`UW6]y;Zyzs7XJDEUFϱZJ#ѿW/C~+%"aJhPǦ._X+uvhy^\eۏ/{fM_YO'Öyַ}؆ިDYaQPbUWFG¸6乱rU6|ڪ އXWH؍d>I9CI\U*ɂ=2ߊ"*SvBiAVP6ܴ_t帡VS=1HyoyW]ag]b%+!f;dnWYED; KSXFw6ܞs0[lرȝϱ71YbƋ rthAyi9u 6to[v$k}+ [#/F }mXC>]nS CϟŏXc7ދ[KY__5cD(VBX ʛBBB(VB(VBaD(VBX ʛBBB$BBJ(VĄBBBYg?:8dj)˶JxӦ6J" 5N Ÿz/"\/Kvή?Y5lJ@)t3L 8HB~~FbBbE(-Cw|RJ[GW 4(k a6##EHBbZj f5Rԥ9!˔Ԣ{nr ޮEkC1Ջ,q'djX䥯yy$dFEǨk轿DvQ-$/d,!5 glźꥪ4$IUj .FWUӰ2{ր5uwHɔ_CNfT ehDr Wh*AI5X'}lBO:fL,rN&]7Y79ˆam rJQl%T?B΀ܷ!:5բ S譲">&u3ۉru4c+!Wކ܌xSZ˳ayѫ7eo6 Pa5#U쟘bEE8ʬj4 z֊<-Z&]e~)Hv~CҐ=KHCzz:n?ί "IQBhI#?SDIeC}A&Qv5zbXSr2`XpMXJ.^F(T7 N4iED-w5p*%>ZjB}fE݋ɹ'?؀Qɹ5xcyO5nɑymLhzϿJXp!@W{<X`D(Ul42`?bⳂQC6; 6Rb8aHD)(tV{SݨSۿ.KHѳJdKRf-׍7 SZ]iAbi[<C .[eAFehpBk;9L˜ځžN4ѫZd4.mʁ:N)by:W:EA*Օtq-?G8N_g"]t,ݟEJ.{BzJC^mȂ>drDD.j,LnmXW3D_<vЯjSDJAzxiUC$eF}OQ8")l5Oi=&րID|aFGchͯs"oKozmRK^SDgz~ NJu>lDgpm %>!Q`Ƶt4H٧MIٜ$:zv膕GE"YqghSlź+HsoJCwRJL H 6Q7 {q6Ei@Cկ!)VHm۰#ր"XE$R4^U-Pة^Tc6@v10 \vH\csͯy*#3Ԍ9b.QF^U [K GY6mQ^t`Mþjnͪov"PH5smXW/UHEjm$/])i6eд, N|y5uVS f( s)꼲9Db&XJkQs (0נX7Jg<NaZudNGQXaEh4:7%7>/y>ۙ ]>qgmXW Ӝ^JJT'H,캧j-(6/R*צ”gmFsYnT VYRyWq{H-j1̻uX9$IjEZ3^cv֞oHNg"n\p=/ZL%_,/VUmP|^ZQsYEoqu VZ/'Ѯ+XM<ڊ4ң<0 W%!մ|ՠɔf$Vg!W+iBO&V"Šd8hHe-h{vЎ-RpQF.,R4#tX`(Whm : _Pa6!ѷkjv׋UyHMJ"X+ É穇gpe|XJ`Wpd*1gY3*+XM,zJJ2#{9 |:2œk<hB~G"eGe8\}֌b% J1L N@הo""w<J%G>/mtL71YlWabػGY5_m}k&B(VB&&PPB&B(VB&&PP6J2111-DȊ+x(VBMO󏗉idB!+!b:;;Ĵ*#VB!CBJ!BX !BX !BB!+!BB!b%B(VB!b%B(VB!PBJ!PBX !BX !uiC_62B!B_rǖe BVX\=RX !:~nJBYb\r kc _ջ`ɏ41Dty_BXCuj$Յuȅ|1,XwO`]l+!|y.\IbX !dՋuJ HǁMPƿMBź@.\kmxq|-U`n ֶUfZ ]F6w\p}Oc\5yd9 xBmZuGN|mw~9!Br GMb߭B,59Q|ϟO"euʎnd֫25{F}'׊jDC\cW^_% NVain| ͦi=z}BQ<A31ur WLlBJ{M!?BH|YJarzQ@#.Y2:Z, L(b=ނ jo [`=g .{0*:E߈al6!olZxwԬ:%;{gNgmTz=LFv,:yZ o8r7zML H!d-#ך1E2D7VZX!֯I$Z0vѐLOHgNmsrj' "ۍb۝7ZtbU7s#Q+֍>.jMN"juԈZcélJiz-Oſ-{m1.83;ywoW33W#pq|Z'} }ʱnX K}}^Ľ{^9Ǚn<ow߲E#b H O;\gFɅS ֙~'|=|mܵ+Ǥa&r?jRkJ,^:M0܂+?qbId{U\؍dGk9ːN[&tJ{3#s=_3:z7ŵ{oX!#Zʈ8ȈƅC9/#iP~xD" *+O>XnSEꕡzv"w/9V7J.l!KLF~FꮎC0rO/V܂/*~? ?#ltA/\a]jb "9e 7:!d-U4Wϩ0G;.e1Ϊy[i(XD?9[ՅQ ?q y }XZ c긭8Z~Xth5S&qz [۴ap"VuIɳPi [g -4o&q6J%]~"r!w| >j> V2)BlaOR!:-70g>Y6Xw X X,Vς&*VbqܸƌcC]X"ND1w'UKcwm4=nD~%6fu}S7>q;NeN2Knu06k<\tz~>,XK(_Ɍcsz'!i\HEt~6fŵu{|ǖϼ;,m(VB(N׵exr/]4`OX@XҨv| "rjeZy|ߋ$cO~A_O&Az$em_CIrn5:bKa,$}/Zn̠ q o} IDATuu*"ԿWݫ;'vk.mxz Eu/X XG${V/%R04"#!>26b8|!b]拗?|hkx0BźYJyG:r.vF{v!FP&;w<p b Yuٿ b1zQɹ InĆ8_!V!b]4$BVX=Ϭ+֚%| ?!ź~6BYb]?tNϗziyPv ./կ,n7""#}QҲzBVXCueH;hz>`xmߒɂC;P GBè \ SqQqUA}G1'aو .E\{8**?N /` ~L1k#Op$`OLR /+Ŕj8rX?*:ɏ=2ooX;~3RX7Y8wm'?mB#VGn25#֐yS|9.Tv %وٳ QѱwJ< [9r7bۼ Pu<nߊr6MD U+q݆X9\'6IFkE=T=\:"Zu%k!]w$vf˳R\ۿ 7E"z.u['3r#6Gޅ3OAQv v<"eԎaGti\G2v,|9DĹ"ECe;_rᭈNjd1PIx; p2S^և8&;1 ;Ƥ< 9?έ83뽞~ *[Ü>sJ5\$-8n' QXm:܏p6cܕqyyg#ĪD3 pjM= 7ߍh!=bgĆ Py9V/~~~-ޟr3&E|ܢO nlHÊS s8ۏS[qM3"٘<U? â@|E2wwNBÈz^<TÿߊAqՂd4jp'ËXF8գ;(mc 'B(-`r]X}B)`60kcX#)ڽ޲W^h6vIB;g4)@2t8b= BLE/5]9ſ$:Oe~3Z9yI*nXJSq%n@c8jXCNJAlD%j$unXn NDV9U{^҈5rE)ъPy9l0qb Ţ`5."Oi6 " ‰X?Aj<Xs6<+T?VRFD|ZOP_Jr]tbBWYD.XʡQk 2ȹ-ؾo~m!wi"/bQZ_B埔G@|ѸRjX±2b 8nȈu)*#րH8(X ź@TrDv[#B6XwY?g1BĪ4DSsNG^@QjuD39P&\&ue"dc- Q"9sr7`8QkT`#ܟ_iݢ}7<ssIϝ|IO֏:􊺏8.ϝcU\ "?q$ͱny>O,Gl=x5$!N<lɚ#܆`+m#m8bCfLbmFڱmؤ ,Seϥ|%68.}zs.}FOɵOXFMB6zuT);"f88eVo W EEa~ٷX&})!W>&(!t2lg}S:pUp}z<<n$dw\%`i{AΣHsg~=qs1yl>b9,%8a7vB3SWv.O-Hwa%r/wleڠB(Vh-n2v:][φ޼:^MgH{hBV)p;!+ C{%u9EXCGCQ{OfIg !+!BB!b%B(VB!b%BJ!PBJ!PBX !L‹68%u;1J!b]rfxk|Z{ZujV E˗" ͬ!F;P0NL@'JźdmOwrDbAnQ)J! V'$!5=T\~Erwj uY JH5g#T\+MIUp2 m3[?5$XQ,dT8kG9d >W& JO,^#Uʵm? ؋$I$k1fd$9PZAIiM(ic{C(/VȈ́'S/-yLi;^-(L)G Pkil_-&3jz_,ёݨtvF&n#VY)(tVe:*:[f z sE=(bXF ~_ &m(h OuQɖ*dViߟCMV AoGvJ%u(QCjA3gEgVL3BŰT9P/z"Iq~Cj ." tT!7#IL"*jEB,""M)hY!']43n׋8BkV%2QzG^-UnQޤBky6̲Iy̢AÎJd<-ZwX^&cUȒjV!#!坡܆gJ=:Xmw[Xfo+ [Tb[!b#S"4&^xN9PP?P".tXp'@jyRmuVD{@j=mYAq6IIF* h *xS}5yzX`@44>F!V3Jڜ"2d!ωXES"84 1NHWy^Ӹ~߯A<DD۠F>,$Rc52#3L:J͠1Dې&mY%Z&Nʂxe>lBaʀrJ҉UJ/L^=mٱ(jZ䨲Vt'uGsjC8R#? ` ,%b]EȨ">E4*QZD)BFACYSaeH7iD4xCLZ 5w _Ԣɠ񖍵bM~@cBcEuNj-Gl]`cnBjV=S'~3p(c?nSS9I s:@B._͓NBgxhF/=-CźoT`R4x-˴+sNZ~4j 0N耽ت-F 6ꢖtsos)Rs1?E^ḙ4I;KN4x" ylEj!ޔl~~KmJeo‰X(Hc&AgK@aVnA9 ݕHK % (ְ"E'h(H+vm em>=,zk$3nԢ{ۓl2ߧtfěo4:/.͂R029gQ^:nF^ڰp2}a3x`&tN9V۱"b] h#ؔфDKz w[<0'24'Sak(v#9ݳau{e ݕCxuORtDfLk4]9V)uS>܉'S=hSw.։rʳk,tUGʽ6Qizb}Ն*Rb4Q[arTU(MYMuM#4{VO@EH5-_@ܒCr\՛Wdz0yĪ!Vh 0|bA\DG&A)S\=Qz:;{h1=0EgtUQyƠ_5Ft]9V |iξEz(ílz-H]]GO>-dZ}Ռ,ϊtO7ʞ4B,[ӒhPzAp"7-H)-2[T/uQZt !#"5ڻEUtwMuZ -"KxkguE҄kKpIȗLٻ1ʪnu_BB!+!B(VB!b%B(VB!b%BJ!PBJ!BX !BX !:;;Ĵ*#VB!CBJ!BX !BX !BB!+!BB!b%B(VB!b%B(VB!PBJ!PBX !BX !ui \le BVX?_Vز BȪ뗒G+!U'-WT)ֹNqXډaW{!"*[u1(ՅuFpb{D{EՅb%R.\Ūj(VźTr &5,']BJkGl\&\#7;~.\CIs5wj!wbWIiZ'ZV5]hqw35c]`ޞ#gS(}WnfWOcn-]Fo]8~iлzG(s7bϯ<% <9bv|9:,졟X`ԍud;{Եp~3NKy93eFEmrhնxZ r NA.\% ־${$;<ߙ8쬽nY<Yk0&*9U[$Nc[˾?FV5`M\Au]p?y'O6P3$B%"AGÍ{u I?.fƅh:e <0P OTie鴯᪜q?2p}eM|^~)s/q 2m &oWOnLƒ_7YǬY}Nvʴ~xG_Iߕʠq^OvEO^+S<DʃuẏsϼlӎV+3-\@uUUianu+ rk(~/q#U|8}CAhޏk/We80:we\/8ʭnf,SV:eXPytDc|˟QBʄhW=ԅM>Дg%Ω_.16"To/ j#glw˫kʎ3P.[Cȵ D/8׏5܏Ԗߘ>hfלuK;!:&y>bV|ċ/= JW7S6< ;w qMf>hx(Gs;L"A*:R_zm5`)\Bu`s[ǰf&|DŽ5*|F`-߇GEXypqb쵪k&"Qk띞!b1іh3ƶl{$F_} 4lZZNC7&ko0dmqkFk\lfڡ`3eC6%'CblmclnSi؀ɶjڂOٷŶ +<b <.MT('&[' +&iM޲#45X6^upM#`$=vqqMY9?+{2[Gz`e<dӏ~oOV>}npC:-#ҨXϏKӨW{+o]& yE@4m~L0bA`/mek2KH;j#HPYz?^c >5({_%tk `=U*oƧߣ53a^㥈IM:`}ʵ;ʯZz{_aRdzZ@Jz<5;V :>ɿcj0"4]| ^bV˘8ifyp%&VfIX<Dc՛Ԃu cB:<YRvL ֪d$VN׿v5•<Ƹ2A4Z,unR?1|г۔28 g8Ńds&JOno^x)%.]1l^Ç /{(,x{ wgٗVc~=op+q}t'1ܢiuFN(XqN7 6V.ްg,XDrU`eӰoጝT?N'lB2;ewJ7w}0!$Sxpz)GﶸMiX {+ _Sߛ`٢\IRǹ42x) IU^:qo++)󍇿層^2V9(/鸓dx: ҂K+1\Zq7qX6רn*IZLB=WNNآ\*ۿ`F\{W ֽjM@W*t'<DCe2nHƵRѣ;n#iV\&^c<ɀYa}Wښ6챘:zl#n{ SqP=?OAޗR@T2`ea~5׏MNbzu)f XF ^TCR\<` n _Lw¬x,NOgIcOd~iev`oMl$l)ڕxڹo1vzÑ८!D),sKQiov.Gk`+ z@`%=M= Vzi[OhL3e?uքfսJ`n08+E|'E&Vqz08PA:7R V̊(|{e7zl[> 6y _z"*8G꽾|R{@^I[\uzYT Auv`f<7&(gn1Lj#] ֗ Vt6Y}D c%L/۷gK}b<D&wdk*ksMj@k:n>*(?,H d@~?t njely ^*P$콮wNō g KD=)H= ]^J h?Yњ6pp$*BG2Ʈik wkv4UIq|Խ;HRb*p2NE]V} $DDH$^9ҐD"HU`O!$D"`k#H$^|y5_?kgOFy?^[5Z5qL"Xk*jurY. 3&: ZWRSwnT Xa.Az 7>;xX} 6Τ Tu :$H{:K׼Fs^kcG%k4RՇ8DՏZ{:DB^:px6*'(IDAT*栗]w]wY8~¯`2e!d 7#?+GPɮό(uFy2{bq\DOefe i;PvU u)KJ<J{-\__|X't"/~}ž69,ϙYBAc1`}9?7r>o,~Y?C|ɟu.{eù,Ϭp-,S>yeVNOs6\",z} Y=pޏh @;(@t/vM.o:Pr+kP')Mk]!:AIV`M'T5`ʂxEqq=|{o=^ #X ֪qݸy $89u?-v#<nLYAp e/өB,Hť#yq:kv^~඘Ot3|d)18t1)+KZE6]͉v0V98m1T}2 bge1]wI b9 C҇ _mYY]ʎ܈Kb.H-\\lTt&eE~_u3W{ck5BF"s >9Ƚr_9·>&jPVZx)#o3p?m$'i>Q|nO|62{<e;JpO='fc-@(X֫tHm(YBTթ̋Q4ɉ&΂lu UWe}b"%v:\bmu#*G "Xw U=j&6(Ys5#t8l:i=(t|%\/a%U6#3BkךrgAbb0JtOfݙ\ܫc-RfʞfY7^XwѠ kuXwVmCz`Bm<]&eb1puJOXIV` j`U#U` SZ>Q:,DZV[|5ں5n=rW˃.wS0Kd+=p# :Q^IEmׇr'kGIXD*-`xY4GNu-\a;QX $krM*Ű{78WKY: q?KX uG\^ u\\d7a:^v|֮woq: QĔo. Xߓ,lgs.\;r@e%.0 VW(sΉ+H^0SoNER*N.O^cVHZ^YV䱺P_ m7PiBͅ(-}6UcR뭱+_~*؎m7y._Cc83p^?Ù#_ᇦ=HK+;|b=OovHq39ʁY/9?-vQo4(ڢ݉cG8uB[;23Tu <G²e]}Ee%.0 V6"y1](E{եH^çkUZ6qTp<ֈѦ/Q_Zip@`?V~ZzP?*8&X$%3?{dLe}6 &XIi Oz4/P:X"]%]YRyHH}He1s$D`%Tkϸ깠$:yi/u Htswo!9iIVܽД#O1\^X!'M'pPE"XI$D"XI$D"H$D`%H$D`%H$J"H$D"H$+D"H$+D"HVD"$&18_NH$Sȏ'@5N:Tשi0ӧxo_+~))BaQ *Qj7: +D`x-f[litXJwaI%\ޕi@EU={ckzZ zTZmՈWk|fk65׆ZkCiJPQہ4 6I =Ǡ*i8Q1lj<y1D`M0`Wf4ƙ:$V:afUuB.K5< dw@TP8c9[Pq $k|\71aGq0tN_3"Ye=bO0f xgeu-"Fb-BYDzdSu9,s=4(<(m8XS_)X f3Z}XQ N-%+k|zY*rE=2A94-_ү~C:,=2ю謽 34s+Gp;/q?ϩ:RK <!\UV S~ 4QXӋg]8W]ooFS1ZXC4ZK5x OHvLh@"XSa*@#RZ W?a`D͆k}.YhEw,?e6K\ z 2K 2v M,[R+`I=TX2*s†ʶqlJGDyN/B)=0`LassRߩg&A *X&ָjĢqEM*WVO/; 5y}~H$k ATha3Pq`aLx@\wT+a!:d{l]ӆzkPVfRu%{Ak4ϩmvs_u>Lhnv^j](zNŰyfyz/ID"bq-@< Ou h - \wna2+/pԬF`)%Xa4֪(SY>V+U8P+ju\"H˜C&+'K s &6cD8ʋDZhOk+ $L P\׏_54%\'XdHw.!@ȃVZl(֢w9n+<_ `݉ʭD`U Q/,:x ဠ M\bZ:xxY",ϯ6-a-73Powڀ 6` Mt؊FŖr;'T`VlC^ji($55Z@OY9l` Ma=ŶL։Lٚ1,lFWr,Fʒb?, . KS] \ qHXyAÉ!~>|}fo>O{co=XmBgVEll@I\.zT`}6)@߃~haiI$kZES9mx&<B ƠZ^VH׌R߄S.IytقRnu >>X¾Z3BT֦i Q<]Kl*yN)XN  Z~R֯w۬׻v V3j-inE3FuZm, TbB[KX+{1MXI$k,f@ba{o>Pވe=Q*} :bzN|na4YžأB"&UlReH&o*+ZqoS9EQjonx=drHV$A \1 '<+T5{a"I$+D"HVD"T$D"XI$D"H$D`%H$D`%H$J"H$D"H$D"H$+D"HVD"$D"$D"e8/IENDB`
-1
gohugoio/hugo
8,215
markup/goldmark: Add attributes support for blocks (tables etc.)
Fixes #7548
bep
"2021-02-08T09:42:41Z"
"2021-02-08T18:52:56Z"
1b2472825664763c0b88807b0d193e73553423ec
2681633db8d340d2dc59cf801419874d572fc704
markup/goldmark: Add attributes support for blocks (tables etc.). Fixes #7548
./docs/resources/_gen/images/showcase/digitalgov/featured_hua5ea856d726094072599a7230ece5977_439801_1024x512_fill_catmullrom_top_2.png
PNG  IHDRIDATxi$Gy K-w{Mj m ,f HHlfl9glϜsޏyo<x0/ 2F%$ZKw̌x22"X3-UY_}mEDjjjn@ 5PC 5PC 5԰~P;5PC 5PC 5"jj@ 5PC 5PC 5vjjjEPC 5PC 5PC /"jjjxAPC 5PC 5PËjjj^DP;5PC 5PC 5"jj@ 5PC 5PC 5vjjjEPC 5PC 5PC /"jjjxAPC 5PC 5PËjjj^DPJWx">o jj 3:]oIp L_ÇOgA]jd-"QTicFAz>bZvW䍳N*kGVb{ R3FҽYFD(}5G'f rsUxxZ֖qE9Yϐ̈́˄t{g CBu4J8f ȣscJQ4DK\[56.W`[֮Qc¬"FDe4B0MOݫDF*+Y3kQ!YE x/4AᙛU``'賲sHRaDZR&VeG#*kD1J9t!@EP.<&ȰrU|~/ =FRsTT@:sу`ptw1iƛQ;][<`{TJtp<tv8uy *ُ`bexW3BሳՔ~}T%ZJf;ݴD#;] Ռa)53])e*(&Dn%BLrn ]YqMd܇F hnղq+ i"ŊBN8mLCMWr5"km0h@k!ĩ'pӅ`VdR~ט""]#V.{HMnUUŕrնpYZ&ݭ7 ck:+cXЦs*Z~8J.*UcVQ.l2&5 Y򫰷ڂU$u5GL)͏`lMᯮg-ٴKՙf\*IRZj.s+1~ &1<3:ͬ£8+"e~+NUkJي0(cqI%+B'֠B\{eXKf[otC"&'TY%T|UdBEWg1]d0YKKpq ۣ3F8yZQV*Q}U~du#.wQ"cZ%h2jե)\GvZXV<v* 3D *q롻cm PR¸2Jk4G'kQ~-: 0O[)RPi]SWg֟/ YXY( kP!Dɗ:cŹh iǛAָ$?Ou M|Jy݃w訆%&[cp=1-O!UT.Q:.h%@p ]{i4jfTfK+dknz+&T*tT Tёɷբ x8 ?UU[5ouѠHcj9/kZ>V p,2k++VrVV(mmBՊjff{u+ֶkpn ɣ!kb]|STźLA*lbfM0\љ(rjFtGwW "ol@tqU5qVGp[^V5 3٭duRư5smNwI"sV<3u[EgmG[OwS #\_ XۦկнԲt Ҿ{Tj0~CA]_XjN"b~.BҵPjw٠֙lw]{~(-ţ~*U@f_ q!2Z\V6VTu5c".2iX.m"xf72.I_r)V=yW{zXol)]bD3 #GW:\<"cxJ%&kF'kmåt^T6w#xd #:Kt& &2 +[qRe\aU[p`|W&yIfѯAJǃV>hfi*v<oQJ @*v^W$k1N*d L*+ݩ.=SQGcv.hA52ZATTQ cq:wa5ӭ|^ɰs8'7}> jCXo'4F*Wȁģ#FAUAB)ZEPCwBwWLF!kuQkf*lc.?ojmEXcTYHq7okXc g )Ra!Lem\!V(AנY|Fƴ1z]I)c "0ZV.6{ALp<қ=Og0:uͷX:=*Lk&p`}WJ hW!q;-;A嚁V ey1\ O+OVpBE,+d觔$vMFqioJA(TEd~QieoHR+"=PNg+Q<9h:4 Y@0)n.JY`E{@1:^A~jR1U l+`8gbk- 3,g&-Ade 2 7@/t]?'\#dx⡫Uq)l@2P2~XgZ̠AxZ.֔(f5=zJF *:@nxSz=ŖNҊ, |qtpqԠ,)B( oɠUZR ꭭b^T1Jd?nx$ci&րs8k6*VC߃]q ~E?~)]Wia+6 ^(R1PDh@>=Z:k9@BR!E DxP`оVJ5}W$bu]<Pg"JKX2R#jzO9VOF ~N9kd_M/*=^o7bD٭:` _k?2Zn5L8h8:].=ArjfV:[~㠴n.j_uL\EVO՞ҽj~,U=p-&X5f<8`{*},e~s4Q:Up _ B"c!T#1/eRe0ǢuMf aW:5p@B3T4:N܄wLymn` UDRE3] WŅ * Bi!~ꝪB.jܔrU#!$WVK]~v;u)q+!|`k!ӽ UK g6uЩFYz.;:IcXYoZ06Bh =< {{—E8v#hY}FzX 2=* Tu44L2J0VA6Cs]Eh^xF`?k 1{T}ZK@N}<4tep:?Kd &Յ[iE0,+my LRBoʸ)Od1Yŭk܆` Z\]Eh\1<RPڌ*Ca vI`zZuff.vwMlSd^ZFViwD>p5c<-0G=!V* bX_DTT e1_ Qft¢"gupPF:+OхR0&ϮU Whv::Brn%ooE q5$iDdwUTRꬅX\vN8:z;n` @*j|. >Xӗ.#F+OT%p a"W f,#XMd먚 B35Z{jdh#URХv1\gC&.4T)1Jm,0Zʄ*QkqDpq_ĩ(̇` &xFp^=Tظ0F04:cXd%UUY#ХJ8VGj*,H^_!Y6XJ\d-`]8S >4Y"+V֩2P%MEv4u5T[ NχJ>kKD麤:ξWGGCD! 1_ZWtnAjtRV|!$7ggu.2R9xQ~Ȕ Gc"YӽTZ+RlL! `reteUp E)c6GAT1VEZ5=uE ]z/ JЛƟV!PEWўt)<* <#c }%V,ӥW4_<C:߲"]hD3+a-iܬ:B Ccd1jւ1տv*0X,ڍ:0F kWּ=9#7M_X%HL;BsKR= +~MU\~`=$O$6?8ECXDC^ W8 BGCf1tdV ARjA{YM+<٨V05RHex-Ti 4`=a!+?YMPT!HQ=LڧR1*QQdՉ4i3(?>}plJ?}(`ЇW+E5d_E&Xj'YmTS\k Z> ]"U) 1,̣"YC2`;ՐjXMXlDrhx ź&5mE{n@>@=qGBg%,//(xqn R 4M5a"iNf"EIClu)oY[`KNrSE܃5/<0U-dw!Xf/Dc0.Zu!d t9:Jd`i f\p GJVi8DPK@1 gBưxj ve:t.%`J*d*1@yTqmAO VCԌdF j`|:j7Ȫ!AgTK첵ym+T*\>ň[ E:#IVw!o VT *'0R"\HQ%ir:3q^{/0]9Ip̈><a//.f#n!}9?A,\P)) ]TD@ZpJ*|e\ ah9Fb7$ pw#e e"`dtd! K-~}l.zmU4[i:l V9bxtRK1Ee6H5a!*M:>Xձ#9nAIV@Ă VBNf]r8$+f0 )6dp.UZ)=Q תMVG}*48HN!;a`,qˁbKy<Q- 2Ғ.BBTmbIGP莑+ l!+,^m4Kweu6T<+fܖ` n"D*],tVT*Q ɪ5l @(fZanMbN YY?sfzzښٺm6 XEp|Z"XO؀hY-ONaz[[k*={^+C Owl1Bpe# ^ReFքr4p)6 } dU oF6`+Dp#G+1\ ݭ偧Bt Mf?-̣uV*V&` stp1q EPPEo:}ږN$/B QJ6H=a ڷjd-RD(jh l0sg,/YiBLhU3gc k>:Y!àiA,UEVޟK^9Qn˼oӨv~m|W@PZAE^:*e0B_! վ5ok^>(YE`[zVn%>*>:+QVElTe 䯵丵f6RP]a功\gpkX|=σ DSBpCY6/'u8Y)_1;%B^\Zȝ) W:KkvguR80ƕKoR* `8F (%"ఫ:QOԽՉ N)K3FZ KvƠʂ>[`ETl2 & n9|c W$2B~FV ?G=%_H`A#,F3 )g 2Zg-!z4${ܾφ?kpcn)fHV5's)a]&ݑ1@~^ցA>#=Hhk 6KAfrS堦P IKLsYe,ظ u+D( bN}1*ce.V)/%bAM3R,⃚H9" UH FF*,?OVe7Eo 200#=`F(t`vw%!L Lr,1X[(0]AkMl|*ڞ}}h~9[AzJ;_TqO-*{$Hd@8aYB9)c JSf)o$*G7q(F2\bυVZȨDaXqipx&wc M4HEj#4R䬆T3 8/ I-؋R#N y9 àc16\ыɊGO* N ~AF1H:-p!C/)5 Fwm0 M!<# 2fa=NTIu^D';.0Zqզ*܄ ;!17s}i]E{5 ˪ ׵^XUj#h_ʵ,|jrew"VFAwLGNYaVn+DI b)@p mׯT`mW4c[hHi@ۿR6n^Ru'vlbc,,,PX{Lu۝,.-&IE2&&&(:̘^oߴ$IE|=Q: "JšGzǐQ#9}cC|8ВޏjMs2tT!yq ; 綘 ۢ 0tIqOL βaicXG@+L(#XcY!.`jXB %9SJ)1WTw+z%m/2hyyFaD-ѳ ` (ux:6jq p6KX4C-):MJ(g099׊2?1Ntiid$XYcvBv(_`{geҷd@ϰw53DQjPi֛;m?:o]@Fjֿ+|,FBtX011L'sS7m\ cj9jm`Fs8|ql|ci ז'#ٖ[&''psyմ 5tا4p{}豾 2WԉfdUS7^hT14L`jqVGsx-4Ѩ6-ߨ8ꏭB+2Kanq<))js8] b)KpG%l6F0RFE.@m:Y#$,h76)dAݢ!Bw˱2BV/EКW kqdUbJ$ZL>QlѠH732~ T!)آ4JxTØN<"S591qر^QD62]`+kvH(Do}@nϯ'C Ly &nٲill\O<8n_bj6Ox&֧i6>1e˖VR>`= aL&'O8DZQO.YG-HKqoM\k{|5t\Oz H1s??:#4 Q Jp!Am*)nP"a *18l8ȳR&}LLsM 0$IZ8ۭV2y#GfgYG;㱱3gI76)Rw⨁A;{z=xMfj!$C*Nk<.[nXCL)#RT1K9Ei0H#"Sq5 I#Í#P@~E4F8#hIB>K z;sax\"Xؖj'[<oNz%3c9 p}X-RE>B4^|֌*+Ոof)#vЁҕk eȴWhB!l;=…Ѱ.LGM$uyXӡ!`& sWHLKiT.@LO RTm-CPr\/$S( \-v%(x%.Ի&^&vjeYj;Fq~_-[$L\Q'I/CclO1i2!OAm)ٜI3YִÔ dl)S͚OC੠zo67>~᠈W#J' )>?޿o1 h8{Scaz 8+6b>i{ĩD0g"Ѯ܍"Xhc>^SO7~=ueB$|| @G=x y^/ٝ{LcX+ybO^V$J)\$gE\! -e*V &nDL@Ho2( [e#$a~5t8iSL4*;ҟBz $Pn/ :ZZ`8S4ՎP˪`U&P#-9`6j)ZqQH3Ð`A( %1֌{2F3G`]8 M dPl='668wEٳE|RD1z\QVV^ $(J܇ #V1 ;Z٠•& &3U*tJ) pb1T8 Qq@Tj}_a#T" nW5K0*v R*X4ossswy7͓'O/_#l/AaFQ}93{>19yK^j6Ui&!.lŅ0 >) ~5oɩ'ڹ{3\55``13PWNE"EcS_ۉ?Y˻vϿi`α6ѻ7 (j,t~/1Qa!X؟s;F+O%)M)]z("bӹ0s-O}S??aZ4̳F<???裏^z[mKRf3cUd!)F_WN8o߾C-., d}_xĸ t,?OiRj& TLPJ΁ D $E=̴((#* HkBH#N^AD,!-DOlIr!@`3F·G)$EZdF")r8HBXP^D6Wp SȔƵ4k8' JWXlQ\0)!O=̩ӧ&'vh6HnC/" ˣeQ#fśڈF {.lձˋ(0!˸u$#;"L :YL" EvKv.S5U4 AJd$g +D/WkD;Er0#Gxwrxի^}ׅQx??S] t E)XL~z ՛T)-[%TQV$(UcIN&9UcPN)$Dⶊ.&G Hḿ FUuD@E\C s~.aa0?DG>:99Wh>S_~yܧϙFG'z&"ߍǍyO[li6it:O{/+GY@ GJo-//7 4GH[@8UbR{A_;,ƺZǀzh>3B降@ '6B"<wzs~qqa<DW~=nߎҴ8MG>1:jPĘnm?~n6.3? '[+~ʞބ& ">((!'~}ߵZ$7#힦֭[|˯bۖ-i`y0peDr'1DIoMi=7o9sf}m`TwEhzeܻ(V@ d?χFX 1#3 4{q6ՃW8BYZ}(@N#R-\C` vj/( !Fc@AV6Q4S4sA6nT+(<tSݳcnK/f>Bh`n=+++N|ÛT !Q<^Çlݺ8$~u˲42W(AE݉$M 8#Ӗ_F,< C=V4F<Be ďqU; +D{]gzA\(iMH͍əaa8j<{񩩩( B Y@-!ƩhqI P28e# XJXC[j1\ %|#%R;m(>x'<p V_++=t`̙K//%'O~p0MEǚ&h}Ç 6oBٰ}%N!iaB6QV @?(LVR$ߑ#xop/[CV/$~Mee@31;sӉq&=Y WM<bork(4[N{Qc eSs_o/?Fu#7SaSM=?< bCn8}u:""ΞE >W^yӦ,˰<q! pS3++n71Bi#n$IJHNSL߂V ;2t^wUV5Ҳ9=8n C")S-vBD܁ETCBOҢы[,51_V )a"ǜe‰Cy@q<Y|HĈ i)%HaAyA™3{ݽ{Wzg{^܌yb?} !Ozz=vEm'N:ur̆v=al=z//7\uUN<q7ررc}"^y&&&DF(ڽ{BtbbbyyLOm%dlPS͇ ~UOxcH@Y\+ d cPc,Xt<J"%RR>B&HB7G>nzM .`߾}Y~\5>EZ<k&IaIn#5j)0"Tg:Fqw߿DH}w7p +n"nS$.G4˲v?ۿ۽{QtQJs>{mj ŭK9.WӀEI9.Ia_i֛ޑx:MX0~B/ Jc$Bn<HB(NYwDMT4aLD[dOY3-o=# Oy}Crq~?mKXY%kݰa%4bN<eJrql <'/V .xڿ0Pkr $b] S9'R_JI*L1 nkX !vH6G9 R A>`|)vD+'#BHF3Q.# C{D˲ fmh5Si}vSDd2<<yAAh9hr0Q2@ Bl ɓys=vlݺ{l\Շooڴ'ڗ?6lԉ_|ѣG:#رk_کSVVV$I!a.--}3YX\Qwկ~g]~cc|m}__ZZF\]`40&i% Cn% XyrE?9d_p HIk%-ANLX[+At Ãj[S >ٝ;w\\\馛(u++a6M6e:DRibX*!t11;BIòXrOS%m@= 0CJ(O,/C׌V0~<0cA_~_G8'O!%_C HxOܳ{; !O،bb:2JX3 M0ϥP-.%0/E:0HRznX sh 2 @}<<w ?H\E!RDFM$7z}45’mtn`g}!BK8[lfGQqe,Sf4/c`ȩT% &eH ҂*B[cN!hSҊY^,._D rs+H ~$oZA#} d7H*V<~%S(X. 6PR[A/*0p-߱ hFI$X</=v$4pWxe[ ^YY>}4c/..-2i:??Ӎ7җcXegΜ9uw۷zwySN8q_exM۷oߴiw8ba(y#G|Go|>ɓ'׾5O<r^sav RRgn9ܠXW).DŽ A-bt/"XEŮJ[%)p%ֆ!c|];)RpHZ"-D=ДB6 kx۝*Μ@Yi8a\vknU%B[W@ߔRb+21A LPuRH |"@Z'"K%H":5`6JOS˺ tbopǑa7پƄCi@CEB][) 4(5a8n nGmM'-K1K߬A<=!m,>7ӗ-_c@w~A_7X~ b)VAƹcGq_qͲ]( i EAxIԈҬFM{+х$h4a2pd&m(#q)0</qJ3Un Es |͔O|KtUWhN9=ɓ'*vX$3hChE\dJcw>|𩓧hF3" eH\JoBb,OG@InSW`8:iJ!c #0 QX-";V<WuA>R3ҕE:FK<D%xZX|RX) d4cZBHn~̏ӂs'  TѰʦWQܬc"e.1VV?ˠ2f VS TT^H(Π=dČOhJ'*$U"+%1gJ{9>$IHm۶mӦM7n"$s謬LMMoܸqa~>FbxSSO?WNLLJqtV8޼i͛Ɩ[Ν;8&lܼi޽_Fqez=FA5qیĤ5Lذ>NQ| lx7ƝH ݅aݙQ-U|Iwxa#+04U)zڐSd(UIK>cǎB8Nzfv9c6ho"q\̿RZ^).˟*RGA kš?b:})Xe M $:niTVpEH,'`ULSyV;& ,iR?DH\hEu=FY7.nVߑ /^\^6( j&˲^#))Çz+^I]Q|RZ(hqqXmBJ͗!_ -:)g`MFVFsc`h Cɲ/G6 þpfµף4wL\3tÖޗp<Ped/]"=\zk\hl 5(#& )E( 3o,۟~W\qEOj+#ɓW_}H#P8pЏyj'YqqQ! 81!Jز3^ 7"iPH@! @j2_D/è -QfpjA@(i)K:1*PX 2lAXɜ !Y܃Zu0IGޢX00 b[" ܃T!1b#5mu&p^iq(x?_&LOOoݶzn$UW_>MYuVVxyyk_<t̙,˒^zɃ:pWw>O.,,>u>.--5ٝ++_~36,--$8 Q(HJVC&dUNVԸX6S-n.ʤ:#bS*\4P0 l*:[EHJH aad*'IۿO>y^}fkeo}sjjrvvWףHtഐjZGi dEh $Tv#C%<AxRz& TG#Jۂ@ #S \["uy cl6ߟ$QcLsA <3pM |9t9ib(FQр,K'']at<%Y)Ԁ܏C,]"9Eof>8F+kx,~3/u|+Jll[nOL=xYqcҗzd7'&(l>_%gztູwm8늩Ҭ˱wmXV ^BWm=X]Y}OĻAp3W^y85HI#HŤaSPac:+*nl6 Eqna62tyYB C>,f%̢=r`>6MՑ’kb "I?| AG@xcX] C9y W_`b,XǑ9VfH?E^ Ua#<;SXCA!eW^oA˯$dL ax[{p;o۱}ƙNu.jٽ"gϞ驩v{Moz/nwر7!AݚkN:511azwq?jnFkv}_KR$r70XR$$+FEƔGu `=.+(H|[9?$Iw04(ؿ@"v+ Re_8*A0Jw9FGPؕSպ/| VkiyyrrOsJAhWWȔgF+ qVjRԹ`on27Zh/i`Mb`%k!߈HG2`Wce\aСz݅ffXACaAnӎfȆ o: ;Ly_ <%:gQ$}ksYk &;~A1|W-QE Mh}F?ٗNƞgk.}*v{x B cmqQ,N hlJ )99EFD lYs1"]_:M#aBΑ3ٯ b]MU,]矟fK> |+_aGM{ SN<y2#Z~YޱcGqwavsg:HA "رcmbHB NqCRа;WEcM&j u(ɏhx煼eW{e,#uĥ7=qDBjN#ҧp1,"tm"` Y`cH00ɑKH^oeqԋ 'vMp\q pXos2 `[flO4VBn/5~ȣ_f6lxnn)M^/i6av{F ~:.ί6N}s.//رon7#n l^7KS V7 #s3-T GȊxecq'@*6>fH97LRS~P(JRQLb08 Pa'dbsǔ(,=rJ!}vJi\HBǏWޭ\WQT>veQE+:V (i]EZy"#H ,CarrrmHF~{reTz?/{KW0䳵]tV0(ܹn wٝSO=ŮBy 3{ Yx! piylQ!SN>݈ {{шW;K3fܻSiEa`zzfM,?TEH|o5᱙/q._-M ?D ϋ_LχCD^AcWʬ4nq&v˜$=K^h~1)Jhs{kv!&4.Ɓh)c[(Kذ+C޾}{`, G!ͦ,,68[=Pqf&Oyߧiqϰ0Uilq Iu++$Z4>US2&.,1P aEM Xf$m_ΰeJu1Mūr, ma# ”3# <D./I" .A D5k=h~$ёdԺ!j@&AFOx An>Epl#M*RAˎ VV`",u?.xB[4ٻw[#\w{eww:+L3yzoc/ eacB15A!A0虖@)T %YH$ TJİ u YaA!QM8T !NP 8oy(0~ TFuB_ 3@*Xy#oXĐhȲ2/`' ^,H X;}eE8ʇ:. d<YL($7VيoXT"8 C4MSyPnK.ٽkW i6N7!|)r_QW8ص]v<]'˲n+d,/dYF( p86mG`QQJ[F߇Ϡh'#.Z7x,viz^4Kb;qBT"!\,B+As@P f(Za3SS< BO>"m^+tnn &''ͦ*gqqia~!`̝ٸ1v-2wd@;P7ćA2K81zU n&P!0B%s6@ HZ ;WmQC)dVQTi3\*#Y[)͝ްa&e]kBy $ )mQRt Btx^x!!Au֝;wRo<2_HًB_erF'nX^sJdu#a CrfLqբAHA@B熩4 I/.U fJ҅V,*H 1RsB\c̛(Q[,(A9 Q^ψx`~) 0:(-[Di:8fY e23ӭf/0 IDG3OL5[h^wnnqk?o=IAh4ZV;Exǔ "o>`I Ͳdն oFF:P% XN ^)rcCTNJe̝Y\Xl{ PJ$v;qv;>j]HtV ;""CȑO'-utRᐤige% 0eꀻYfMB(Rw0~KHV $0v|fC,ݨPmOÇ<y*ciP`"+/f_J yS,-+K{EpW #ذf +dr9WiGJe 7ՊcdV<zbAjҭV*;.cB3n;-6VWsAQ#Ǻ<#`uYD}pA;WRB9!T-7< :%!Ðl5bI!%}>nĚ HϭnEb2K^X\\zv+OS&?ye@Մy*,]vPe)M#I$I|JR~6HTcL<數8Fk kikW$ߚ'PF]izE/RZh‰/4MϜ9Cxt(rQFY.,̳&;?a6Fbe7^\l҄p/8n80@`<%#&Ե䊁ʱ g;}B"g{ qt: VgO.;pzl<>Bq:(>}% DPo+vN3!: Rn7 cudA_8Wf#B.%+"ESy5*)j躠}e.A5^'{C)\4JGA#W7@PW~7qhFi6f!/|(f4m!ccfgRXa ;i~yblBI&j_ W7 Md`+N" 條yJLdy7(2X.%Aj98kĞv"zxM`W&7@SAPMJ DQ:b P 1"au@ۿYK0讗,)T  FQq CA-x;*ihXکTeυvEW1Ro^0'Jv]'lM#k(txT񢇢>팩G0E* P1 V@PUp9/8%vᦋ[j1{A@ xÉ+3+Q*v ؏`,A~&6^%g#nQo {voU绪T"𭕘y/1"GXAYFf~J~(A҆ 4@ܟ2S`D kV .7AQ`V % q_"a#KCErSqJ#-V c#h:r/fҬa˄o45X%T^̞?]_BIbZ YaEfR11\Rlv- CT~D( ^@g@%kqN\$Z$/s4A؈`@ " FMn؁i127[*L%l#%i8J9Hôo1aԖWA×᥻lmZnRztXez 0B^{T LD[u DQ.w dlw+++าwM*w%{U d= 7mvz_nۧDh ʭ#[Ey8GG^ ay,X\\zbpxT;ꓨLW:<e-ZK8 roHf>O#4ͲBJ'PT@sTIY }i?6ⵀHM=2xm0 84mh%.;oAܤr!T)yk3hs)udܖ]Uf;KV%&g ղ cJGJ\m@:Yo74Vg@atyG<@sR ͩ=(YK2: #ut㤻6a+**w+* j696hBw/h6RCNVgY@mXac@0 jEZPIYhZ-ҽTxjҰ`[a~pg>~Ee)|** 3&`myp(ߊ V[|f[_oS"_Дjn] 9r Anbu!D@P@.<+&d `3@P7)T+G +cX8}rdH&Y3ı`(OnÄT4R0dEƒƝ.[ 1\T;DTzITKE?/&ݱ `a"؆+]!ZYDtLA#+ Fwi\DlL>X9 K YRiIVX;2 "d*@ ɛ:|֘>UFg)*du"8ZCɰ\!XFVUVHi!ŢPt 5t etD?*Ƃxh'efua=s񭻁C&4>:p Ynl8U r8rpD W Uجy'k<ljz%kMu@__[b} ]9CH-%n.sV]&X.b;*k@GЪXS *RUU]~ŠJESupu0(zNAgj_KJY=Lȟe-k/B>_زekv>wQȄGi?g|XM_Gsw(f?c_$=juAXZ*Rd",sQf^:'`0U 4,ɊDM6 ڪ(wXv"z5G@Y`嵘V۳:4Zl]cH3Fs5VSu=m׬suʇ߻u\"̀ڙ?:f{WqD W]hw" <I۲O?)EF,hbŭ(\ N]>K1P*ir\X^4X7?*Ê@ '([k(jmcPE p/ER"^fo ®C дRKgP/H%Bz^ ZsJAp V"ǯaP'P1h7"óF-dXtr%dx <Ǵԭ.҃k U~?[7ZJix]NP ^bxhL0ƍFz Xn(j4i%jiJ)HDM]}P!EUQo-\n~/M Ę&Ih4_r/K,m6cywJԊ,UzADQDI$0 p\,(l4Jj:WƎv8;NC'!% CzFh8678lIύhKyi,0@A4#o"M9M1Y}H0aX6MR;ƈ)(’1Z)UJ9լе k*/\Xu WAh?Wn\m5nFX{qv mK|T{$vl8u-_`'Ic%?D#eYl6;9/hi߀HmnmZ.o}_9zر _r˲48nyϟ<|Riv?cc$IainDfnn(?o}?g9aGѻo|5{ _ eu[ޥۭNgvw={,{ygʗ_{nYKE4o>z7]fƟ w9rĭٻg>rlz4˛fw:pϻwl۲>]ssgWV tA~mJwϞ8qRt0d[;l6Bd}$r)դCT,Aax%˲( oFIih40Ld[2qfSNa(Zx/yǟ?u z$o Al4 JQ; ʇ<v#qz%_eEq1,獈yK.NOn0ר(o$?! $Iwn KQޝ,ƌc`FLA~A Xj $OjE 2r2nH2^;ִt̛hޏJК~%{vr=_ue׿W~7S۶mͲx}{oW?oڭmV=33bL^oÆ陙 Njk:z_8qMXLmEQ!$={vak^sӾ{|QM~4Fכٰm떕3۱cdqdvB]}Uo߾m5;q$MOOo84[7=v,~o]fw6ni5oa0;QE1Fo{[̆_z{nޔTnKz7ǿVZ$Iv׾zIywnE믻I:sdž KK\KBΝ'&{^۴i-3^;&؄۹sG1ɲ8j6ILر=IctMg0ܸqce7LeI]a百1{sǻnn b[|^jݻk^wEljj{Lx.0_+ZV^2k疋/:lfMEMNL0kA<Q~ 0 $m4v/aaE̕*HV3 üξ155ί`ga\bdW?Y~>xkA:j!@._u_6ov֋?gs~Vѱgo(Snl}#,JW}b|/k{?]qKirn~h6>mo}'zk_};~Ӧ;=}vnÇ|t-no ?~?mw+w{۶nW^Ç喛''>Wc??0_?|_|K~];Oͽ?q3~W;>r僿 ?<~Ļn5q|mxo~ݻ1<ȯ^z%O=y?:vxEI/!i߼EW:VzY7o>wy{\rE=#u˖{?;Iٝ;WV!VuG~n֟O-oIOϮeD/zc߳g{sGWğy$۷o۝;w J?ٿ~[^}?5}K.~ӛxwkm/~s7{WiƋ.p?|OG~%~g7n`;iƯʦO/xWo7f#0ںefnnDdA7\rg_5~߸]z3{0ƙ<vCuz޽ߙWn|ֺ{_I읐HKK GA) L@,vl'{ܽ5ޏulY659<Yl]Q]XWߚ{r).i˚/ {6]"*\jR)oh醵2=[{1N 닣gl6;0v;ng`xظy | vMb#[;j2R>;tbɒ:S~u]" Edz2" @&éenq1 *) ˁӱ[ǖٳ$v c'U ]LDҌV+Kpr{wGYPˍ=Ǎ]Mx@˖{…$a s;^{[ni^\1'.?{~O~kln:^xLQ{x>7[HNN j.˗-Yb5;W&=K,]iӆEQё-ͭťIg~g=w mXM2,#3]V:}\Yǟ[7\w-Z;[G}>x``G+.:X,v=546z#cTK׫ m7lٴjw{?++wp8? =JQD,_x짻}"26{yŅ<{0$D{uMou#;_/N/>4<EG{聟 ٽᰰϏS*m…y9߽c>ڭR{{R EvmW-OfX/5W$&/<7i I ү۰lj;]$}ޓ0;; ?~kvfƂ)Ǿ<~5W՝Al|ݎ;l7^`ڝooDN|<W>v5ܴe߿u5/9a2dݚqQa/]yԹĄؼ3%yiťH‰drœKew0)iμ谤ܜs"f6#m܅N{u+:z}yvEsE"Lzm!+q۷6*jCBa_ jy^Td{쏌Z?'*7'u҅QvC.+-Vz"b'i5GmC _g@ùL|d%ǧ?/WД ,x*0s\7ЏM/џ ZruQ4*Z҆uzyH<$T  g0 W0=?% ?o[jeKJSVTn'""/OhIeF<k1ցAIzܞR_8v/q qaTjL&i5VM,cl(C(>]i[M׮Z0|EBWerԉ/G{>Xvettr=nb620asZچP|_|~fhX<24b2ZYmj`Zm´=zlQ sbQBB|SShfp 0 ECCO:PfwX,͜ H"+.Za>`љM-"$iZU\|n}/l2[,d҈08 FSo眸XTi0{~rÖMNB$jjn׿~DDF=qB$+mq4:6FTe 7{lsGV.-9[UUYSwĉSMZ&.6Ap<z%bo0ƽy84MGE""D۝#Fǫk.ֆ"1Hvohav{vuWԶu$К抲󽽃8v_px<5+ ۭ6HLַA]הVU\PGTԧH*.. ?kx4b08}M.F^lji"p{NbYQ;0<b1A0r@v{]"D\q \@ WFAOxvt[AB/I?fp 4dܕ9pFۃ?Moݲq0'J@<}.mn[6#JJDPсEo~@@_hh\&C\*TJ $Bohκo֭]NBo.>>\F1L$J$'ZZ(t݆gyqG&j οw~+J=~ÖM"H C'&&Oimmid2 a"~pwfAJT*pgaBsfˤHTJJT49]^Ӌ xût݃!!bRT)JE M} !qnScq9]U5۷tSFZ*2i5v܅Pn Th4/-XnMyjMQa-lCCC&9u .Zv{d2Y9yltvv]j۶W._V_lnO2Mvj  k5RB!i*ZTbT)$2BiBPIQtSsQ*:VVTJBI1$Yށ,`4V:ɥ *q<F1<li&22wpͪE2hՑR\&EPw0=-`I~B|tW@}C뢼̶M `h47XrdZ/:;{RIVƼ*@h12bzD-.ȤiF.I\ HO@ڂy){jjtu5dut:n|`BD)IW ecX.j@ W|q;6ț;7TwFN>|<yċ4".3]=8>ۡEq}hܜh"5DQ9wEbH$be_T֗tJE"#;p M-2'Ʀ掎ҲrdZ&ukcbeǵ] %=3gCBB<n{kmDuvvUV$&D yHRRBENR$FU)U52 +_ bb$$Ŀήs+W.O/)-aF8| >ݻ_Z#ǎ-V:2bXnMxx|Pz,*2rh,82ȨVYVVP()zvɢy#& Aή9WR(Ʀ貲r).)Q(+{zd OӻogV hhj*,<e2mvXrE.wkk[XxXLllQ9. IB噢ظ>KEGH\|MQ,+`%p܅9[ʿ_[rUm}oj'NbsG *"ΟBv8~وȈή~>7)1';xIRQ]S788Q\rnxx$7'x AjnY^Q ̂y"m$)pwX4/%ʪŦTO[Z;Q)SQ-9sS[ں+l6B.+)1R$UrըR8T88d0 FG<y! EQ'K)iC#E55Jq&<,$5=osM+ kq: #4;Qdpф-rr(+EEEă@>9vg<'ĤpA @.̶w  ^clh)3>d$K el~Μ-Kfv_X 6'`^ZMQ79e DWj헋"Jw`D"bS$bNG2 c0Eb11* IacBc.EPle2©ѨE"bNJt-XF ԧiEh`ppTLGP\a`BF":rR$)%Rh"",,h49p۸n^0ȈH(iq\fw8AQvw:]" 5&&b7[̬'T ' aRn0 F&IhNj?uNVQ)nw"`Il8i4(H' li*"<nwfaB:  ?͛;s83=??C3LxhC"VaVUJb`pEKOQ 8N 9CPGpr^;88:4D2z5G%(Pq\ܓyn2 >:=ѽZۜ"C3EcQ&P2T"-Vd;z)G$&2jc=[->Ŕ0bKDpXmlq:FT!93tDDh)& S*V")HMmcOxUd:AQ$UnB ^ <2`z.{K\hHç'fiH l_+*.R̎CzDG4p6Eq){EX_ZT@vq I `. lS85*f8+kII6<jeo88:$X) G;=d>~\$+xTI0[g;E`M?*zH %V*~| 8ŝR{ER@i$=$7:-ȈÈvI3)P\ e\c. M0>ΎUQ ?( R"!Tt]\n~`*(sO eԨ nM &"dh(IGu)z50at𱃂6~Pl9.(C ȵx</ss\.P'b@W0kN+BF!0ڮ`MI&va7.pl*KJɮm\, Mj['X%'lqw9_&@*o*\Mbn@hU|ܻ}l`(-}7*HrDr083s/6^Mq`cw*8 ᏔgDf,8ɕr0 hF@ 'ǩ2T&o/^AWL_ϫfxg]vΌwׅtrn<@ [C.|/vRJ) K);g00 ESZ<9%y00%(2` ' @a,026bG6S:p {J)8`}?aTT$A  @  :9-xLm.?,U6ެ?b0 (@ d9<+<\[/`1r|Ka(G`0@ $؀x4C, ,݃c?9' `%5m @ e\Eǫ#_-Z7pY 3ޮ9Ɍ@ \eDXobύ3Npjw: ./% !@ pD|6:.->s„0m@MmIDAT لΟH~'PL_#%g@ ==mK  cz>Ym,@}^ -@ +\-1/ *oXnW?@  /%勽c>b,}EEGb?@ 3 (\#_n; z/Lsl<'B eh~RAړ-S&?A 5k'MK`0NA&No\% 0Ny\ܠ+?q   ccï?Gfu:NE}+EyH%I` y VI`019$/)rx+<&|e:_*+?z;f-hpw2(MSnr@ dYlZfHDx<ÇeΝ;( &k/RmrA7hۍT* v1%%{bq~do̙A,Y ?Y;M33gE*ʲUkzՠ( c'$=(VUU`aSJ:##$II<uXL̜Y$I2Wണ(t:Ξ=m0 ^A( t0CpkjAiRy>-KVf<T -K'@m@ ޿Vc'N|ߍ I.$I$n4&C66Om6+hXNQx܇innHII}Nss'!q[ #$IrmbF|))(acJQ(rA'7Xۈ l*)9t:HsѢElSnA\Zd.j-gU*5871`< (%kv& $4T{{NIp-?2işh|^ u:}LLlMMell<bbbSS=A.]{{KKϸ\̴6%'j5WVfdk7iKzͦΕ+ee8x{{`nbY^^#+=h[ 76^ tVVܹFFKK ef.jl3́!b2gNB~REkk+kR٢E#9ߌNL6b0b1R`00 RSsapn/ KzZ}xxdEEIkkSHHXA2F`iin(b19ShҲӳ::Z;:ڜN{DDtvv]ix޼tXTTtl6%&&ggb(GHXgmaO ߄5yC~hdx{ CE@ ak32/^bZwQQ텅GVˁRׇ9raVRrl6ZT)rhF]X{ԗQQ1 s[*++(r8 #8t!$I~/8R4}MyrgCCѧOuAaJuiiQccH$6=OTT̉GꪚO<6gN"I|bۦ"G办ήގ֐PTVVV\TtRPDmmjZ"J8%eA__OaADӅDbBr9jG=ze`Cihhq;Raĉ` ŒW~ _ |/d,)Ik:VJ "h{ @ exxMT\y`QP47wB:s$=6$ɇ$)q\"  MӜO!bIhoommm,ַJeR)¤R$I͟dɊyRwzch?44l`/11y[nvtti yn $ Izt:eCCÇrEQ 劦È\\H$3'ljQmh7/VTPt $IА 5mmma8NݮшT*uraxddB4M|| 7J"p0B*>NL&qL iooXyz}ho6UJ⵷Py63,L1^ P[,@x4Qe6Ri[[(+ _Y]\Ձ9LϠ(vYo`9\JJ[oT*: <.9cf 2::ZO8jD"TֈbaؠI0)J *22zU>(DyҚ::Z##pg=I"(DӔ\.W(yyK$)5(=$~N2 -0%. ø5kۭ'O"+x*KjT`T9 1A}%EdC``!0@f,]|ͷor 746{<Nh nב#nooO h(={0٬N$KJzUYЈsqʲ'qB.W;vAЈVPN:~|oۃaqn`}쩊S;MS}@'EFư|H>$=2\3̨r9r9،@065%%d2z<dwwP? r9)G<{T[[sRR2INc<wht:f+.>uBYww"ŧ[l6b;r |;gkPngd>RrP'2 v~R=QjUs@ fl֜|V:+=VS ^VZ!44,44a```iFF^JQT}}BHLLO;6vv("KosT70d2ss-\XQH$(Z]gg\zCbb2EQ55fҥR#:::Z,Hq:J*&fv-""Jr֒4,,ð}Q10*KrA'͙ K0 ;7%&f .3<<"44A%{{;Z}FFᬮċ-hA'̙T"#cZ[{򖤧g:NL>gN"ST ILIY\֜+4#(v{6a"ĭD' >zW ƅC.̶Өp<'Ev#k;d%|5~qI5J@ Hx XOJsQ1b1aT$T ׬frpLAz*H>Մ~;w[o4ZLp-k}C0l: FEQE(<%VBt\ )l6vO'2wwW!2-`_|MP r54p \@&Ƿ^y7+|10/wt)h0cLLx :w`]Ѐ;^5@#)KܖUf`:7tg! Y(ޑxP4mX9(j kyg˴T-\~xB@ix{,p@{v ըqޭY/F |]p]gXg^{;V,yxw?F ;߅=y}AK 0c1fr}2$p\Z7!h`Sdjo[^^^`̋pOUA5r*gL9h9'eW1@ |2+X͸JC6x7&JfC &}հ >|{k]ҝa/☼1N{Hʧ_ :|d>fR`Sa$*++sss뇆M&SccczzD")//NNN8M&ARWW}r\Td2t:0&%%E"L}(F$ IIIEʞ`;wd2y 7l۶3z@ df:W᫾ǐ`1ɃKd"AǏ;#WlȧRX3@:~w}g?ف>ӧOu],Yr}=ކ^z駟… rf """b޼y+Wܺukbb"77hOOϝw҂ ŋ&$$Lk %%%;vD䦛nz7ffpwtt8NFtRuu;LNw-@@ eZmۚA3LZƐi!+**~ᴴK>_p|`'QRRyˍev`uu'|s|\.vq8NA.+M-Iii?<44v^S$I`4G@ []V,۔# .aaۅVia`8sҥK_{/++(8 Ri\\[<=Po~n*x6DwXǀRXXXVV H{{;EQKoO=8zpɓ ?T* ++z:{u&9&hc_Zu#ir,Yꫯ /ظe˖?wu׍7xw?C\3pq?;>_-)) w1 x</Bff歷ފ HDD?o6i N 8j%";;_x<4M'$$b`il)˥Ri'œL ̻FQV )h#⛽}a2̂.IPM;"Z}G" `1msfɿyA_A>v8<xP-_ܹsc]]]$I644:t;6p2'''** A-[Zjǎϟaںu4 8 mmmuuu}}}FQRtO?… O=TDDDdda+SQQ[ZZ Zڽ{H$JOO+++-KHHHTTTZZXBv/^lnnw\sB7h4< Hp8JKKϟ??22T*SSS-[?UQQ0K,UWW744KA(YRRpaEЌJjqdfHa  96G"]PqQ|܍/ LLwoRg5 vo[YB$W?r[o5##_뮻v?#Gx{nB"4r5//?/~ ͆ H]]]MMͲez{{wӃ H^^DEGFF^|]v \.pJ'NelǎCCClذᣏ>*--}衇Luu<~LEM&ӳ>oX,EEV?ϧH_QQ׿v4-T*ҥKI,**ڼy3ppŸBx@Ҥ >cׯx<?A8{Ǐ#2w?@ +j9}PfffC䫁ͅ>󲻲d 4} A?S B(NLYMsz(+3aJ*;-v8yC? l߾}۶m7x>xynL&{?%n믿_Gdhhaٲe($ 2:pLzh׮]gee={$ 0*Jaf3hlx,n@Qj 'xRBX,Nl6 ۱c$7}{D_^V}}}~)h4 jjj~R +7˗_~Y__Yf˖-vuuuw>SUUe6AscqȎ}\ ))>s$t<7:Kš Ϯ`Ke Wj)_@|BӴT*>pL&30@j@BCCGxSe:rFݻw{`}^^os^{m`W^yeΝQQQ$I$I.XGOHHxG~k"R\\4_}Տ>y~f}Vԇ~E⋍8]v{O<D"IH׭[/Byy9pYv[nE*8OZ,\;v 3gDoڴi 䒰eJW<4=oLgKllc!>#tOi2]|IT>|c.YW=0VaxP\R/^ n _w bXu89>@,]499Al`@@d…>x<􌌌~g$I"2\VmZO~aR鷾D$5;}t:U*մrAV_iӦzzjwrvv䁁oϞ=(:ujw֯__\\0Laaakkkddǁ{UAAA~~0\ OJ\@RLyNڂHF0!}4R]|x\wpP8u3.B3~6@dJJ]wݥVqD" b bOH$78W˛4L<KJJSSS*++:.Y;x<ܝzĉW_}8pX5:`0<y$(n_nٲET9rd2aFtLL St̙u] m޼y@A:{wܱq---eeeiii )7oj\qerU/oo`[_c.pzb;`F3 bvPʀCqӁNX<v3PAx]:爁ŀ IsٱcN??ri}^)\n0;p566 rAT*UDD]VZu>A~ͻpt>htt4Ȣ#ؗ1! YAv&sϡC=;ҢP(2}=HRauXK$0<<v-ZMѣGGFF$11q@ ɼ/g2{A " ̺4bAʛ5s ;oYeHSdf%.ig>K.@+L,< +D*<y2//o0 h$bsܵ;;;ʈ u: / yEϳ=#~; p\J&{&μ_WFq#{78#Ghڕ+Wʢ(JvDQ46o|qbವzd`A{J?,,L|xzl88a0 7m=uw@;<:͖|wWhBؘPY o=aPA/zm~T=Obx˧Mfɒ%"hQ8?#. ÜNCz-nV>;;b޽ o1;;a MxbELJ~R/nݺA?qQ(ԀLnFsw \` \6ХM6=---=,s뭷zg\gTKKKMMJb!33TI |I྾aX[;+#\IFe'']*Mo 1 >GԽRB(g ƿ xJˉB`/#$3AT'xQ˟KʭZ߿\* L*_ER3<OXfTwww{'? [o=C^VR(2MMMKOO (7\.fST8;@(' ,>}̻ٳ?яHn~~n?c $T*)뫭MMMT*X"::HG)**JMMmhhسg82liӦW^yqېl2@Z yyy4M_p+22   k ^f$u:L&#aaT*% @V0 ۖ2W;>҄1C<lPTls1:)VlV?@ex,7l\~ҨDL Aa!!H*++~0<]P% qT-t=NlU׬Y<}d YPՋ/|sfr4'?*jƍ6lHQX,on +62X;pOqF522RpN`0vÇ""<<o~bbbrrrn^z y/^B͛׭[N7ol6н[j4h@~bhTՙðNLrë jC(*A 'b``[q g%E31)NW;J0Ah9eG`f0djg'I)<$/0\1|j^B ~zr;f }mm-Wb*8 Rd}aH2s,Yؾ};J4psw_SSӻ}taL&>44理$ӻ\.FNNΊ+> vٹs'Hzqy9KX@1RYWW TPPΖٳ'11qƍ>#zO<188XUUs${zz^y Þ}YL p > t^xq^^^aa! QQQ֭H\WX,ʪFDѤ4ؘWVVJsrf2<<ӓQ2 JSSS1 +**nb5 (I1;h M] "a׻H .6مI/h&N|or\P5+=qy_@/r/_C.O]0_׋/H$qqqN]d2F;wM֯_Ͽ v\E,׮]k2,KssŋMuu'RRRRiXX0rsXX3<hN<ɩ%evժU/s=ݹs :JMM}g~V0‘###].a:8ƒł H||ڵkAm5P[[={<#sMJJz^}O?8e˖zh2CQVݶm[mm-M7t.@ ɇ.YnL/VWWǓ$944d4=L&Y:::R)"~LLBhmmU (//T*Na\.;+B挾PC߹^V]}`ЉQouЇ*l$  fs@0 npƂ 7Kv*@`GIҩ8^ZZʭ9z@1H$\.h d@PرcwydBn{ x;Gy_G8/AP/y0LVVovu:]RR0b~]w]]]]hhhFFN~{P5 ðnm͚5---J]v_~ JDdd$0/SO=xRo~{q`޾}{EEB!?= ###*j޼yQQQ?+{ 7@tHH(x-K}}}bbbhhFx<MMME8b0p7 JWb>* <-||bXn*PޱZ#(rtYۀdj܃W3oP&+8/nxAyVmhhx#0̑J >w<˹k[vvvfPȐJ hww7h-::zɒ%C%Ll_NhG,ލ+ ANg[['x<DDDDGGFcc#yf͚nv~c\. OA +T*u\EEE tvvFGGGEEuuu544DFFvttGGGc344& Hȶ .e˖7Kp~vP~&ee X5YbV'"f{bv؈_8{f[{xgxnx`F4E%ib(^STWWiAQA> Sd⾾_{3 H3/zГ#o A, ݻTE9uo~󛢢"pDD끔OQX,޸qs=7|owho?y}\= 8qdѢqq| 0 iX\\(jZZmBBD"R>kooyFFFIl h[[Z τ7_Z;K7IRf=? {j:c$=7'\odgohI=1 /`ب1d<Hp-l* f(LpD5<-D"… /oUgDdd7;vh4ZV!J#""m۶pBXf}V vM>GbŊ7xO>9w\__j5$I*իWvmQQQgf*@ W\prr2=0襧WƂܚyqoL`|0 "B=SrQRg]gAћ5DM;( U `_QRT;l7 ccd<2>X]]˴s*LIܜF}AEvD"LjA )))f`pP%Je2 8|-{p5Jr7Eqcyy_4"ho$(L! _OZM ?˦kfq A4iKȥXfinH$>SDs5-9$ 큐1ع}f,(PQ7t)/?goȌ"to-BPg!lXC8d~|3.Fu|39p}Zd?mȌ0@(}TBǥ1Co`7T&.i 3jA9o/“zfh0W }v dn 0֧TG ;G  i(F&A X)l&r+ƥN?B`M`bNzU! D"ikki GA.+cx;03]Fݶ\Abn :]M;ǿgk5@>b/[h`GxC daF֤WWWvt_@mP!"sXũmJ%Y5ft5^:3n]7@KAn{6B;lB -"`t:*A۬EP 6 ":嘷Mw-"<7:+\CO>A+ sv|y@ W Vw\+W_[&W_MȗnvMQd !r|\$ۀL=[. (4 H^c.@~ GBe@,P@DKoV`c*C@P06>NZ=Y @ m.]ňg'UE_s00?@ dRJ@) +S$i//]A%@ 2Ly[aqA" wcऍUX=t@ \A|I TK *Mğ-GT;L@ LN|+`g\0\7:?f@ ::<A_0K.(ߓ?Ix-0c~d(@ @fk.] ?qjB_A4@ @ WD6p][wB作_>G/C A @ d6$z Vp)36 HEL_Yzae@ RZos{ 0s8_d?!@ б~|;.@@d< a2P_CS@ d񆙈K OZ&РW0@!~@ @(LZ98U.^ TB@ UToWIAĹMQTA#@ dS 0g%?u6 l10DY @ ‡h wTEn=yYz!0nyZ@q +5yw撧@  W{DUWALo9Hkӧ#?'@ '*¿J㕵.=de|IU$``vN|s='?},| Ƃ7BP_gU>2 }C+WJ }^ TWj_'[{uETGJ5Lv67|sP/Lr}J=x7V A`en/VRR"-Z$(h4P $L9(燅 HS) r9?6(--5L`F&itI wb1 dHh<yprrEbxBp;G`Jl6ۙ3gBBBqN`(..yW>3iaF*qغ:_]]޾b !נ`$@ |LP~)Wԟl # ۓצN|MG}Ν7ov:O:YħkXi0S4/szBxׯ_/Mφ `ekk?`ѢE$I8%.K"|T*A?T{a4MF m1rbnUU#<RQQ X,޺uO?#Ȧ`=EQ8{Qo'`{wʕ;wZ<Lnnmf?wz >Sofq<**'gFʻo;(Oݾ$!! 4J/GyQ98vPxISTx*ȉ(=t';;dd2l=/Ngf{U- Qл$ #2j{ r7ش2& u1Ԅ!!Zq$===%%b1銊 Ri4Yjjtn^ HMM Izl6P NUWW?w$Ivd2T*ZͲ,td2kZV+ *d2* w駟v-%% pj( v|EEE\\\ZZ|w>Ç3eR BBBFQTyy9Iey !(٬4fs:fl6E EQZ6 n\PF \2Zm4爢byWK/ 2ƃVT<IAAAJ860Jh4~~~&tbV[[˲? A 08=;v$7nlƍ|{j^UUl x[{={|KKK.]+3**Jǃ1 (ft:Ų,q`TCppTeeeǁJF$?eee Äo !}.H4XvUl:X>"<GxƏ ׯaFӿm70LR-Z|9pvڂ N>h{1c< x7>={]b =N[fMeeePPЋ/8a„R* 3f 0:G9rK/tС7|S.YCiii˖-;uT@@@vvvϞ=,Y/\tcC=lٲcǎ4=rW_}544;v1bB8wܺul6[MMMzz1 6mڜ9s-[ve'M4w\˵jժ;v 2qW_}5##_6mڳ>i& )--]lِ!CN<3c…ϟ~'NlٲǏ3g/p²erssq>}3<hZ)0dȐ%KT>(44n_|j8p _y|p=z$''ܹðy=CK.=}+Wbbbw^SO=3K.={g}aٳ_}՗_~d2<0|AΟ?RΝ;7gΜ/RN>=###$$E}^(22W_6lW\Y\\h}\Prl6??𔔔k׮)~_q|ԩs_׮]ۥKddd-YСC-zkjjΝ;GQxw{?J>ؼy۷oo޽Դ$@ H%J)7_(*TxSg[w)R!O4?߻wF!eم SLxW.\aW_}UXX?YYYr EEE?F_GUU].כo9~#GX`0c(//+**n?ٳg͟?277w߾}N3 ?׿߹sgӭ[?~>}Ǝ{̙ .ܖ+P(Ξ=o}W ]tywO8k׮K.'l޼yԨQ}9}t~~ V^ݣGΝ;Z/X,.\y>77رc555ׯ_>#RP(^{{=tɒ%˗/&MԡC7x_]z?0f̘ݻ=zY\\lZ EQk֬yۗ0dȐ'MӧO>ydXXXxx~cǎի333ۧRvsO?O>555֭.,,<téSrrrNgFFݻBnݺ;v8;v<x088gϞ(vܹ_~۶m)++{饗 f͚U\\<o޼%K9rdҤI{쩪j;qzھ}Ǎ7ƕ+W~cǎ޽ҥKwmZٳqFܵkWǿ˚ݻwo:tj~g/NHHԩ嗝;wѓ'O޼y vڵvڨɓ'8qVG@ vyky-F xeCCEs8 \hQbbϜ9j:jM&^|ꩧ*++7oޜ O?}.] <8,, ,{=k,Zz$ӈIIIիWDDD``/??׮]7n˲gϞtŋj[f˗SRRFEO<1h h0Ο?vx޽{ߖ+xYYٮ]֯__ZZ:o<N{nBQSSz<T*O<jg̘sΨ{w ;tN BRTyxmxӧYo}JJJ<Rf30555Nر#IgϞ 1cFǎ[ ˂eY H8t:={(˗ݻZmRRʕ+}YVc۽zp8j: `/V9rիǍv- AZ0ǁ^P(0 ܹ_~h"A yt**&&fҤI$I;V*ZVR<y`0)3g&&&Ruܹz*$$6aw믿^|?ի׿fdd9rDve1c'L0uTa6mtرѣGw 0Zvoܸqqqq?jQ@$I?~DeeeUTT<c#F .zXiN!?^܇|ZSS! Mf?ruv({i4bbb ڵkcbbƏe˖ڴ^xK.gϞ]vmqqU@TzkF*q ⥗^z衇 ر[oe2ƌp8 5jf 9<8R@48#/]ɓ?]"""Ǝv z꯾jڵ (s{ddd|NF<M$)gԹsgBIV H|||pppii)˲z>((HƮ]&%%i4sm޼)LHHxbYYYXX؁/^<|pI$<ϲ,8 C˅ L\a\. rARREVI.,EQ8` ѣG8088 :w'|r٤V؟933{饗JJJڵԩSf͚u; ߿LL̊+n/V+\7p#Inc1cƌԅ 9r[nU_B Pu\FxK6}@"TAJ~6Qš!hfY~駟yrEFFFGGWTT$$$(Ç\}VUU/ M byyyiiiVuΜ97sr6o޼lٲŋ_z5!!aŝ:u4hPlll`` q=z(,,XirnM}͛7cƌ1cF^^hkv+?*j{&)..`09rp|?ǍwYԣG~{Ŋ:t@Q_~}E]. ]vСg3gTTqqq $ul˗<xp֬YÆ ߮]3MMM?~ /}"##_YY^ԩS{ t: RqB{_i-0At:'_( @k n7M‹ĉNSSSjHII)))t\paff>۳gԴC='''--mʔ)[lٽ{wvvh߿rr2EQ111vA0 t:)ÇWTTDGG8X(YYYׯ_jctr񪪪{[W^>lYYӧ[!rBc^}nJ'S#fls@%ĺOUQ%Hs I2,,,((e_} .TUU-YdΜ9/a'Nݻ7F:|СC ԥK={b6eʔ _lEQ4000,,l0LPٳscǎݹsC=d0RRR.]rʙ3gyEDDhH$ Ett43lذ;v|&L8|9s7nܘ1cZ% 0:aΝ;Ϙ1~MKK7oqC?~|AA#GfϞ ȤI ֣G5k 2mڴ3g{/LKKҥ (hСÒ%Kx^ϝ;k׮o+k„ F ?ٳyV&0/\$m۶z>--Gyĉ[lٺukjj[oGQN P lh4FFFR0 Jr֬Y.\xw{,d FGG,۫WÇ:tEEEalٲK>*jΜ9={:uE:DApT+߳g϶Z6m3gqqq .LNN~@Gqȑ::Z ꡇG H@@N0駟Zjcǎ>|B|͛?Gy$>> .0lС3g΄!@rݮOE/oIo;ܷwhqAS)L֛٨(wS%r\j:66DS\~&>>^VVVD wZ,??+W(J 9q_RR *fJKKgðXt:sss€ 넄a Ngbb"q999Zcǎ(痗GFFvС6++.]lFQTVVZر#@0EQK.:Z~~>I]ta<&);;:r><A111eeeQQQn;///>>>00ڵkEEEAAAIII`NUUUvvJJLL[.--h4 g*lŋ%88DQ/R0LNN˲;w6AAA4MǗX֤$۝yڵꄄNwڵXP6:::''EфәAffN0 \[CCCP/***,, HHHP*>//8n6^aXnjuuuuQQQDD(?2 ӺsΠlff&qWXP*t^rr ۄAn0F_Y̬l ǾG%.@HځIFѿ q  Z0-`%QCLHj5sEZqxSCF)M*MͭsZv->Baxȯ#)73}_û&g ,^?/h?7AjoP0wr_S*"v<GS0y:9_JP5c #+ ;>W5xM,8] &|q)8`p| 8U8Hɾ QOx'"1$ٲ9 PrمyTV$pw$O|˄ؠxD77+ -]҉V*le7?vMH2,{Wg6o4 !B#01PSq$8& WS#[To rIoQa7|bbyQU@kɾ^X29MwMi=b ɍ+P7ݠ׍{=+(xjZp|U˗i@ F$n: Zモ!!w oGE[YX;P`r'dmt.M& Td@ rq"1F(֫#1B$VE60v(m4mC|/axV @ ^kd(XEi1r7#A _Z"r#8-Vv3sGЦ44?@ [GbԗKT7RBCb>6 j8P!Χ=rAJVU%ک|{_ =@ irK,T.-9p9ɟTi4#upB>q^I<a;n;x5c4L" @  II\:0}v e$Aq,px5H8/ٚ|4ʑ"G /@ 5G.<O<_" YBdVmO|\m%<~eYxD錉xP==_EłץBs2 a?˃ I(@ oRqHѺ|X:HHpSTҩqy hAQK EyBq/y~0X^/t۵v ݫ+M|7<XIMP@ AYeC:5"ŋw!s!AIucS8ԓ |8cYxqPtj*L" j7.}A\q4v@ )nʋ И .<jxu6ҍp!m-ANiC~EQ AX&ynE@28]f[L; x{6KІ==@ ;_Q%x Ā7j $@eAA<](ljF CXXA:yL(X/Ij|d.D+jId7RT)J@ "A~5F_7Bx >} ^\&@'݀TYJM#<<{IxtaA8Y$M<_# j mxUkHB.1O4h<goI6@ ihI9 /ȁH/~!AׄঊA byZ/> 04h 8xPԴDyzIRnH<&M,/Oh)m^i(ڠ[$W@ =ںĪ*#%jda-})_8vBx%mz!4M,ˣ(²u>^'2ln&{$lnkm -X<f OU[L;%{uRHf@ r"ŖTbq\#GДn Ƿw|hJh;bW ð,ÁVGgYGPCP1QoY^YqNP$T ,@vJ-/@@ H-K$r9b\:ݔdeʀ|BRvn;e=\2-@phiG OA c< aC`:4ĎٵRh>^_o0_R!@ZL=$ɼq_Y_W2!$~ RTTE9B!4[JN I+LcqF$00eYai7ð<H6 @$-QP.("k+iP(!Ip\Xx}}/`sRjV F~RG+BsgChqEQ>Q[[a(rgpTO cAI8jQcGQOFL}}-{d7 7C%_@ GKrc\z?hAPCQZr8N4I F`0+@8>gafs\Z688iRM  $InaX9 ^S8pEc@ 9Jty ɜVjF`>덏 KB r#CoJgYV0 3Q*<ϻ\.  `r[EEEuuu~~~YYdZ. 0'xE}@'IR*с*Ҳ2e4jUpP !E `ۮXO0Ey[I,yO+S BxUf C r#&6% BX>ia(RTE[,RjRq\(c! aNfZ&p?A7:%DDD TV^Nn' {$^l A_Z|D@ rOD:@ ȥH0 iyNGN/^XYYT*CCC{O$ .n[,rn70 {=x~t՜b'ڔ-j>!nz̒u<s+ FީS'V bVkyyyAAANNb9}dLؾ}v]VaF$I<j[ɽ"ABOQw& D)H/Qiy=4!Hb_m$I8T*It޽{\BdΝx +**233 +++M&f(iE{I2>\V2p||GokO79fj]P0 T*N PT555/_tS f(0`=t?6#ZxM-#r:i*^<!vyC/'DEFFEEŠ܃@^X1L J q'N8vؕ+WBCC h/^x٫Wf(@Q  @ >J:Łro%RiA#baW, 2[VeI>zMhʼ$DvSOx$ CXz}DDDbbb^タGfffƁ=Z_x^ABA8N?8 9`=$wA<*Z  nrCo DzAq/T KJ*)Hbyxh4?y3fLNwWTTP3 <@ IQT',/y`IA+, L|^xyIO_ɗ;p/#9Sbq+@oi0T*Fc߾}Ǐ߽{_~ҥK]v:uN3$Q?rNQ:XTGᾈm>ߔUX;$'1qFp'""@ =HSۦz{ÿ 1 P(~篿z„ tҖ-[?p8^P$~.}K`];@x(ޣ.e)\y*FlMc ĢՅ*-%I`3Hx4p2r o߾ӧO۷offw}WYY9y?MD\eevOc8N'pA؉$Q$ bO+/ pq,T HhJ v^,!Dt$]h4aaag}裏:M6ٳ| 2 <A2Q /$º+nGIR!,dNnZ.+Jn`/߲Xshj"L\r%tya`ەJaÞz꩘;v߿?55uKP*@ :@1X J)@ SPIn  8@ y%DiY W@CtnܸqΝ#G1bľ}>䓂 D$0 v!lVޔi|$oU,6_lIhGr}A4ᦒ%)7.O+~A"T*EQ. 4رcǹsfΜ9eʔ?d2yԔrx C(0 (<!8[%ZYrjbK5fƒ*}\@ {=k0An߶mӧMֵk׏>~zr:YYYB OkNNfVls bC;bu&@RԩSEEŋAwqƽK6'I7 +wQT #!GA.OoMl L2!mwc0?P@ Dj^-G([8qb̙/>vA)))<oviA" o z-qi {qKVR3T!X$I z<{k׮<ߧOzKTf f!d2 I£x|J{t( :<0I8dwP#<rEDEEA@ { A>H%%@2 P(t:Rܰa/2k֬ ddd1ﯭ=v˗A%ºA8/(v@Ck*a}իn߱cDž (JJJZz5IWV( , S* #OC%Yls─`ABS+g{Q@$fN5%~0}J@Ӵn7ǏߴiӔ)Su6 8~}߿ҥKn[)//l%>[=;!rZ4o_ r,WrUTTgddL0G{1L8y`(*i5٫9͓ +おr~Ao4pMt1@-&J^k;C ퟦi Ò\|˗/?w\```llصkWNNNEE6Hi `EAYO-qiSjt:[B|Z(,f111:.44ի+W|'ׯ_sr Prg<5CjY6p(^{7 g"&bꦡ~ @ Ƚ?8HbW<oܸʔ)۶m駟† RQQ[QQa2_#lt5e1@3Qp[y7sCmSnWKqPEY,Vnԉ` eI (\lA>G [~ׯbZ@XT4)вHU.}6/("tA ZQb7WJmܸٳf۸qR4iRn(X,B%ئRTT4M[Vp8@GXn$%>i/!Aं7:h><`dqبۊae0b0e+++ѿ￟?G2eJXXʕ+sPcd2eܪ& m35>º!@/@ v ӂ@^H8 Zmqq| 6Ԍ=:%%ʃ rF8( !Xbm}Mbm$|=QD)93a$b`{KC]ZA-at:'rfB1a„.]TWW8O6`߾}N4/2golf'ZTsN=5Rb&/nCD-_"F: m[ ^R T@dhh-[ysر={>%%%999@k$hVfĶZRh( Дv p<AJQ80PQ(v:`}xCiYpG8[ݲ%uS LT$ 8n۫KJJz1q'Nl߾}wߑ#G&NH*Vya,aˡu8A"cz瓀%$_yO@~+n9xa!wT*' O"Q+4M>|x$I~W~~~cƌA$333??pQAjt: jEC"b<B!v[D-uZ*#4:eD$0JM*9aiiUΧ ={"-e Baf6KJJ w}WG0a™3N(SHxc:USA#Nn G I<y, ZpO>ߟv4c~#Æ9|I-~ k; Gji;ĠE 1?͔?br[nEQtС{;vllllNNNqqquu5( :k4p8ąo#J)nyz@(\(ub2,&A"<q^-?#`{%)|/fA_9R)x! CBBܹ۷?3)));vܭXQKE98 c"@߲jQmUG,58O "sæFAxXAr'DCx[r-4e,YI]sXY$=O$ hӗ0|aP܆(..m*!f߿j?CHHȀGqqqIIX`d/FcX_\lMAbwSTcAwcRIvW~AhZDIiA[`BPmzĿA@JE(jX]ޣGرG1bę3ged 2(˂,1 tp 2M[=v ?s<2^N:naYզj ;tNg+dX~R׹s("т`D~X%6mz衇|Ax|.hnnݻkjjFa4caXuuCCCnj#T]~'M$^K>!8Mၭ9>a{N#R^^w^0 㱱C jḆ$gNE'ߑ .zI%z*1?DIA@8vEQC |CCC333L&PϏ(vP10 i4qan^$φK<׉uK"jAiP A)W[Q[[{Ψ) ].|EEEIIITTT==}QFĜ8~<%5$`gyp0H]ɝ7}_MH'7H WѺ/'MUUڵk/\rfٳ͛R$"/`,}:tx%/S*ŠsС^{-??`0LZ*>>^UUU6l޽ȑ#AhAJKK?E T|%ħ)) f4uV5sL\'|2--`0˪&(K)`*9M/ M!#۰%ҿBǏ/pM[KKK+++i"JBVN;IaiԘF;ͷq^g=ϣa"BgYhZqViyT8냢j,--ѣGjjjNN޽{'LЯ_o2<J4uE&"lsK\bR@^Q6%xQ~5tC <{\wZRRg}q[oqQF/33bDEEEDD4R ףœNgNNN@@@TTTuuuaaa.]H=w]V\\P(:v+++cbbz}hh(aK.]jՀ?NOO/((y>..A,{Ue].Z111 츰4(((!!d"dYYYAAA;v lyyyFp\8k4 tY`7o~SRRrssu:]||Jy؃`sP-///,,4 qqq 8***((b[,򠠠Ґhp%%%aaa111@****)) ԩB?$PbtJaXNNN~~)Sl6ٳg:tpڵZ B,0 S6 xo7T,Anb,q ` h,3 aS=yJĈi nfuu޽O~z߾}'NL2ǰZ3s əz3HTWO֍V}M7BJ!S^߷oC{|رEt2gpʕnݺ;AL6^lݻΝaR)Xe˖9jժo?ӧϙ3g^iӦ!r̙~mʔ)?8a ,ݻwlllmmܹsOx≩Sϓy+V`)X{jy=#[l׿B<8p7ߴX,EcժUӧO={ܹs\+ x N ?s /^7o^aa!aSN}嗏;nX\.פI,Xp7|@R͜9_ܿ+?w_lr?k׮.]zwi~70Gyo]n]mm`x}ѭ[Yf'xb޼y쎎2]JSur `qq}w$YUUe6N'fZi0ƒr.րFI@xCΚ |z ;tVrv@@<}1pϏ=SNG9sVPpU7`9Y17oIskN ˸ U=@eH,..裏{Ν;XbРAVvڊ+L&j~ɓΝ{ȑoaКrUVV\.{3+++&&g~<y˗/?#)))(q|֭+V(++s\k׮Lk ˗'''\.Rn:Vq7|sʔ)eee6 իaaaiii#G{9EKKKyꩧ:t;''/<s̼y&O ߄KR<r~_~?~h\xqvvǍnݺGnٲŋϟ={(++[xqEEŚ5k bŊgӓaX*++AkLPEq**--MR7o|ŋ֯_hѢ?4==}ڴi555vba$Q24m2(aaa@NJJ2_R9Ne:)v3 #Nj#$h u G"q\;;RIR)~fdq<11eӧO+Jdv//kU slkSY^:_/zq @ { m۶w~ɓG}5ESSS~G}455իNRIxj ݻtݻwWUUiZ,Hz+)) j0H+W,X`ݺuCV+J/l)---//1bĄ Ojqrbl?VQ[[;qDeׯ_oZ'N/999((h߾}ׯ_jnd31baYYY OzHLL ^a(:}ߜ9sӻw.,,j999Ç Z~}nn)SNӧ'M#<8 ;P(/ϛ7tfeeaÆE]zaeƍaڵkkjj&Nh0`D<X0!$U.((ܹ3/_P[[kxƁ-F8#1v)1"<JVd2; Qf S'jllJpfKNN0ȑõfsAr ul9yCY[IƋ7I.-O4h~@nV&&&FQٳl6҃l6PCVԬ\Ç?|Kd@@8cSNΞ1cF@@CZ-xŃ=R @Yh$tرQ_z5wܹs_~eTTbYldz/_|A@Έ $  %j1bڵk/_qg0 ~bbb͛gZmk \ahVT RP*0 T*RuuuYYQQQ#G/))t)))sεl|MFF͛;t @$xŲX+šnݺUTT'''$iX<mq_DtaBAY{ xȡl W3i%7<vLh4FDD\P cm-.{-}n *(i@XN:-Z?ܹGСI/_~l6[vv~`0?~AP?DFFOO:e2XC xAueƌ+VxǓ.\@Q8o&==i`6]vݶmAaJJJll u}vZ裏SN ~3Leၠ&F3hР]vkj:333!!A*?G}6l=zmrrrN<9|͛78q⩧2>w}h;0dȐ*ZiӦG\.pf3hӭ[3[nOgϞٳ?O>nݺ'|`01wnAvxIDAT#D !LuЕIR0 s`h xX"/mxp'(7=%J'NN\.aXBBBN87jԨJ 0q<]Nyx 9 M~ ٣^o0n]S*am aƍ h͓KQTfffDDAEcbb"##/^3bĈW^yE|z^Tfee͘1' +((ٳgtttSSSfs~~A psΥ <3&66V_x>}Fcaaaqq&LjǍPUUuٮ]&'''&&^t)!!aȑEEEgΜׯ_ΝGyȑ^xw/^<py郢F HLL :t(· RPPt:Ǎ7x`}񀀀x 88xĈfzjjjz...d2߿l6?&LԩSnn޽{1 {ޣG'N 8044T]xb 6oرVb?>**Ju֭ѣs%//?|>}"##\w^/߿Ñ!w?^H$2߿a?O{1bp WWW j46/Ҙ&ˁsqE (pYvq#$oaaaabW\p}#I5x 8AXԵ<)NF',< q"U߳:H7>  Y߀kmZuY t:~;ul͓qh$Zj@;bĈoi!nS| a'D\.P(J%t2l6n "xPu:6-88 r8P(P.5@PZNVv,̲l`` &aNnA˲ZVT\.I%q\=aNRV*zpWSSVZ-òlMM^T/kkkItCT, j.0\p<hZF@Hr$i|bX]4MGrqpBRdɒ~{׮]rשS233@͖,ڜbkeJZ EBBBrrr~.^~S[l\0hZ:T $I!ܓAQ0dPyb:{_z&Wܑ=(H[Xh&OR oD3FX Hx#i1#8vZN8*Ph\V/A6~@jP$ɐ3I~ D=qT*LN6^@z8r2V` wGD2EQXh N: p.BC{0G8_|e  >hIMPaذa\~OVWTTAhKFP;RrݵC%OP+2ɝN"((HVqdefWn}oj?mLGL9cHÁk}1B>&Hn{J-  7|XD2PZ2(PsYDY=؂׶·]B&/Ko\.+4Q / %q= ssiHshN0?jFFFꀀ|³ B)пN]W. =Q.<`^ vt~,h4$YU]]5 gT^bj^J:K aN}rQ)H% A^oIJi`ń V"\, A;>uɷD[/x]cpN9oH i=qi=u '((tx \.hP뷆)(=p 6һ 󿷙wbNs:zjf???^o534#7[ *ܔ" j*_)Fȿ4Qa];!JVWVS[Q\*Orq4>M'&N T(JB  $0{J̴[OJ)H"IRTTTl@^os'32Nho{*+^mªVr:30AE9jT.g~髋@!ߛ0puYy Vި<p УkґN( a,!Gū J+Azn4@MFS# 8 # C,Qՠh`6n7"RXۛ/o)[Nz{Iz n֨URj> 厊 떿hG4J%K6iE{UU.xB ݴ' iʱ;:aܰзM]Żz@ -8GPƊ FcZA>ʐtZ \o@q{ d@Gxp4a* $VJ% ,EV[;9{Mm6 34%'7N=QP+8~%ii_VN~ZEQ4&o U&eG_j$iM<'6蔧/£߾瞳SE{"$)qE*piM _4 .bT*_ 9r,B &7C H 7z)8j~70 %UjAI"'FH0^Q\H]?6g({Uҩ,ے{  @j Kh.`J6.ro*eVtoy^{w>C0<ϣ총VMG}=N~IDĪBN<A5 >3x_<\nu)ĝ bZj%.׺ NěbMP_{O<щXhГ$t #ЊFH(23#F|>L!,a!@@Qq 08Ptӕ 0,A#a;zlvkP7bs2X2wAT4bWTnӒ23 zz{85Z)`=^(JEyv&h&" @ 0 M~_Uh HFX 'C;@V ^&L@!F-  #~ {UP6B _R"/2wF^׈[tPOBeQ7Fpt jBCt1&?Lv` 'ǩ6kb0:f`@¥ PCEs퓑k,{#NK^'?Ab^) ^'?AjJ^x rjJ5q,.wMױ y5Z)$I}؂ p,{ǯnXd<5|aƴ =4Ck݆Mm(bb w9'5~e'0$Ie+HDAwptDњ{X| ׮t<_^A=d&~Ng>k 9Sj&h&hK2dZtA`U!Ƅv00MH`@T0E2IC'8 FLA+ 0F/ /AcHBeդ P R~ K; A TkJg`0P>j3Ar)T8ur`2`!#xP+Lp^ʀ& A $p|k|3 F@jS"+8R<ZZ:]8, 264E)'*ˠz!!huxE[`1}-pxqxcC£XBVeBǥ$'EeY7Ŧ$bdiwR^wU޿zFߟ_\d_U)1ƟpŲգH\bw<lwc ?b_~Bpيwv%(,PsGiqߞ{e#v^?f@,+)aǞ$IGV?믻gZPŬiu+A@@JKM}wOw†:A4Ax)FH5c3JK%4Gx&9R5oo Õ|> \2N\1b& $Ia>¢ {H$DIH"ĕ+5VC%xT%feգ8xQZ%%Sz8a⋑7ˆ$IQ) !z<u2,#+޿,PƲ(4E Oo{ HB~O@F!w\UP%'(^ê_R7Oi+ ]Qo#dOD`2WİPն z#)PBY##RG˴ @ћѱ#Pƃo ZĈ?7ũOeew8Yѝa{R/p/AqW+Whimo/)UTOoOonv&Iby/Moi5 7/X4oj EQ]}ںz^'!7.^0puųgNsh4 S9W;+Zo{LR`NUA@ןuU?|7׼Q)!M$IھP|v?ARM=}_{rϾc4D#MMMyh?gTG|X s26f.,v^b&D!ںoVa*BEE,554E blJE 9Y9YYYG-.nw8zTPVZk;,$1kLy;w 2.#*gϪ=YDQDPRT%YFM 1 A.j:yHFx*+*uz(J,141Ȩ?QhN46lr|BBJJJssCs_,4C \^ɓ!h7wnnN^sKk]]-q H$#D(REE$ T4DQ4$HEU.%I$,Ͱ$T9})JD0jd$!IZGjoʉtScFEF _0f@M0ERj x$ABjJGk צ$YNNNڰ YT^?s43<VhVBa}I 4I H$ lh|p" kjmͦh/[Q{Du R/қzNҒظ"ywsڔ2xI*fNضlm $ }7^wUi'[Z S!=dYXl޾̌4I' \0`QٔY"zfBAmՁ%P[ $,{WǏt 0(**"~@WkWCe1;3#6.]Pf4[N.ojnjmkIJJVT6 S\$6e;;;34n8&77gť]ptw.AϟԜ_<SNYYnneErbqqq)))V%9˚'' dfd 3mʊZlRJr[kI.XvA_MM… Koۙv9.\l޽ '& n[646N.+3,lc;:;|Vçg`6Av]NN`b(HNMhxG@5!>1>>hXtfge,aJLHHLdm--ҷx.5itww[,ĊUPNf)~S1/׈`jףA^Gx  R)dHG83/eň45V!B8.HD gVfKOMz|>Q.p)ei &;TpTՙ <&%%;jPZnwYF 8ǗXtC_]A!V)Pm{2C$7wdeqT', 24}ޞ)e &'2F8f:]~-s!e$D 0<G\8 0yʔޞn;8-5 O>D}Ŝf<ա~N$uIdf;)6h jd,g!ǎG>lRM]݌.WMmmnN`VVFRRŋRS|^[o "!~Ռc&'=vL펷~KQ `!|OiZźښtASSgϜt:Sz{H3{d.` BxWUUnnѠ[q񅥥%.%Kwv8]ή.,vwuz}aQ>İ911>66`0c'y\ @]]b^^.k4nwBTW/Z0 n[23:]$" ] ? #sY߈O]҈+4Aߒ0ajbH% t'ZO4jH3hRb 5(%(1cSQhعkϷ=G(uBY@XD ~5r("!0 4M^3 ۪=p$n,(=xh$0Ѯ8K4N7r8tV 5w1ިJ &3q 70C~X2Eƹ<v|=b%}miQƼk4Ws[S(xyqJ5~Z\eD' %^90Iyy3fy;zrrs(++;Qٍ MM--N3..fɃCov@rRrzj*M}9<ʲLGG{AA~AAAqqS,C'6 ͅ-ؘd˰hmtwKHfY66Ƙh8^Mf0I!sCCcpW[*9u)$,+KCS97ojjt&+3)[m=r$fmX֔ľ$cǎtwϘ><d{ݝt:$ :&?/T?qd[/`i)7o2ITUcpđC -Zs|G{)&cO7}0hCЁ@jhMGG(Gy }2 4e @ʨxB]T#hf࣡H B%H(?Tz O WjA24AZhZyY?uNT.'59:Lu\ &G jT;쯾n{GN3 2L!x;Brgfy8Tw+O#Dq?"1Ѥb >XR…Fn! C|nܔptvsSD7UpDs.ʡ;>31E`XHQB\/%OOBGa6aqj ԇ$Dtި(q:F?l.wk+\G8^sg&phs6iZժ?`Qֻ!H2ހ #BRRh\v-K.zN$eښlQ1 Y réY3g䚟V=00t@zF[W;44{}>/IwȡE k挬~telh3=^ryzC{{gd ^!㫯E[ c i_@;nQ!ACﺟ255c߾iiQry<~Qn/5=sploo;,]fJHh8qBE n/AR%e <x*==t2NIH!)"1$ BWw +rؽw˗;~/h '_/P.?@cCoI餘ظ~d ^3gV ~χe9jySh"#QW-0gΨ:Zn!M;RZ(jjieDӔʭ[m… *\{#RTP)HQBX1 ݁0.)^9$,e >ߜSmGYE ɹ9YMbmE@ֶ΅*bF=sZRbg_|1T^J%WhI <y\խh177'3++_mP"#:4lK Ũ vh;,^ KE9#5e$E?0"YPj06Kʦ $đi7#C:E5G7Oͳ0aTϕ8+TPmPktнJA5G?c!:xͭFCo~ 'I"Zk~uƁQm2XԳ#"zq3xFjYGKקC "(!x "(@ A@c (K!$[! $aXN;BH:tnQ]__.Anj7o<88hmnn }m¾>16$ð lV$)'3;awvvuvky<<Onɦ|%M>-,,jmis\â ?d^}A6m-ף鳳[[Z _הNڷpkKKRRؽ{$I4m/<dnh<_OONmii@zJvwu;]NN9.ǛH:tpiapoo$O8^̔bKyy^۰aciiIɓn^t\CFc٦斦fs5[gWFX{`fR6ozz{0ʊ 9/:333>>FWZ 76sJdo85T?+"۫?}()xѴɓ$@QA?+/][($i+~xɦ϶'0$I:j74Q0 .gap8]ٙ)I--%,{õ?^_nBa-i|B8;V࢛nt0YsGރ/T՟<0,7\{m7_$)a˲X~<t,3 {ǭ?<pV8d7( :RB{re.}YCMvYF'7 Q3Co YDV}"Bv8'ipEx_ `AB  qPdѽߚltqdMAWq݆b# AonfQ!R#FL{X v7Vow'Pmһ۝sK%ˋ9,_,_,]6U Um*\>Mv9E3,Le)qʫmzeRaI3逻,0W-g%Q3Z\t )'={\~*.dH/ԩSw}wCS{ھ}KøhatÈ!(p4z|Dc~񹫫kƍ<_}111Σ+>eYN<'\iiiRĘͩ<xp֭g^|T4r}!r=ė$I/Ϙ12D{O"p]>c AD#b+EP@x\NM3>{RHY__rf AA4چ040[M$i z ):~A=-$A xcDS᠂A"1L!"v={"0F--)4<aY ھ$) I<>? Ɠ')ѷaÇ jomm=u򤒳U {(!LQÇHhh1K3n>,**ڵ{oC  kneX#0F0C^$v].ƐaA@MfNȁA$\NAי8ʽ.FQn0x3Jh!WXF}F_?lpvPACsٗӧM;vTΞySY k螻n3{FGgOvVZVfF[{␣z$Uq6~VZ\ڲfwegoTaC)ܹ{C[wLZ򇪏 Y1*jE(E]=onEnNfum^YoBgii/<Ȯ6[anάS_绵4 CΆ9tۋ“{AUΞoc|>e~PLHd9xbR9HKNKY/zq󡞼Sdeè57.JgL (&tʆ;n1'iNsE_@zfo9qI2ʝL'-H67Z1_89R-<]>ޢaxOp 0RUxU)zػ_oLT+7BW~*KO6ܟ5Qaj1NV<(ɼosJ5ickn?˛eE3ߞ89ҀAQ[Uc۰* n O~>$*Z;JC7#7t<kCBw}YpUꮻ"llAVt?wΡ+K,>}*(v+ooV ?".K/|III[l+Fv4<cIII\rxStuum۶}REU!Iv`hUI897GƐ$"p됏8tbjBHHy:2,˅W](E3@8IDQ$A0$I` Y^)H(H}j a݉$i* 0 !(ŭSTCk#>Ihh%?&T~Wi*:~E&h6~$y6XaDt)8jAR'q*]YU%32(ch屠kx5x;HɘBQ4P' ccVIPj* 7Շ3"h +VY:Oi}FƄ0:}/Nߓ И\E| N9cϾx geawkV͘Z8yko9pjoy<ބ`]NϿ֮2SДxbYt/TZb O5ol30I E65}s@кexgW0 ;{/Yx@ ɿ|64AvGtŲS˒6~Ze3WS{{ O[;zxev|~e}G >rj QCdK*@LΏK}9846]pf61E`>=2h?9^R "Cb#[XjfGEB#8&xT?h )ߛۜNlohI "[{Ox%i4C|n" 0ŐZ;3 -yG0ۥ#F`Qd xޫr$PsKiyM+cS m 'R 4 NVL{X,LgʲX5$@x_/[yH7sKxhc!K+zsDSvG O$?~qmu`6K΀.<NvSG=| w4kM}wa>y:kZ-' 9U/~7ڇ3fpϬ<|wY(/VhF7Y/M4w8暝;wg?h4ѪCFIbbbTĉǏ?VF9sFٳEQT쌋KNNN7o<#9}9F$ fs̙Κ5+55u׮]7nl Ôy<{ZI&|VXٳg:usڴi<|#G߿?///%%8ISTT4}tAHMM---\>lӦM&.y>&&>11BH3c0͛9޴i%Kbbb ,Ι3Ge􇆆DzላSV;w؁!IfsEE`Ϟ=f9''gʔ)$I a6;;;yOLLX jB]"XL)5J /٥<iT!aB;#3dNOtc?z eѩQd"gEQtdsn[R%%$ N;q"IQE !ʨ1wRkp#qegHq/9aV0t*|PaxhG/ ~@>)@& ӰJOh2>DG_Rϑn/g4iNw!G`{L`B>(Z|k{s/I~_e-o<%Cs{qYij<2 Ingæ3X2n\NJβzy z$A|?+ljnicY$bV0GjU(aW0@`7~ߏ<1;5ql{{.a9.F{BahUCW;8Nф;ciʄ ,[>.2% w@Ez}B%68jQϟ6''3n6zQbQAP&=/,yG';4?Kay>tTMR }?DXw$Џ~{czg./Ҳz_\sbrj@X텁aI>=Hn?VNe my._?&Hh.2wܚXOܖ|4z}Yi ܸ5=u<OX\uKqNV{ GhmJ.Kb~#+KxG%b=(MRs2P,2<gc#kL3[H,cr~|. `N՞S+ ˦j_1 $иڵ`0B ,wttw},VUUBwꫯ>|Ñ#G^|;v<#6lZ=غu>y߿vѢEwNKMM=ze]vw2 *_xᅶUV={ccc׮]Ғ3Pzׯ_#:ub<y7;;gmjjJJJ>裂 dee֦涴[{NN@'NlڒիWiiiV[/_|ĉ _}ii)@zyȑ<޾~zXWWw-p ;w|333Ҏ|555g|O<DBBڹs}G{QTTX?裏&'';￿JII)+++((xWZ[[׮]|ŪO߼ysUUUQQQbe`0D GOh0H,1& ~ U~&81}rjYӧ߿_Ƙ ATblIRe|^oNv:TRl6llDN  ? aeYD2R" dANH/..wr!%G) g9Q &AɘN0C$ɐRI"1~=ϫ?31Ԉ&xۨ+gT<2>*X Vx k¢Yt\UW: _}u+EpfwT4F@axu e=oyh8!$#IX;#ġX.VdY?Xq#@]U52 @p,JdF)NB~uR.:GelB?3EHI%IdY$H!Q|W?GRǫeG B|wR1a,AسAjKƼMM0{K" I6sEC;^JM7YW/46ۥW-lq\QO;co7@u{rKbTi>xc`U37%V|n;_uO*>5k9]`{e[ϷYT}~ `/m5w{ "=񁥹W_պgi,NqYCfKRޔaw.C<bs<ܽ+S4d݁7]dmi+?yr|SɚE5V@"Ka.?=!aV2?W/d RuX4-HxI|dP9AYʸ!-mF yaטT `Z}}՞~7CE,BY!vps_p8:4{2nݺ`U !Ox Fl6o?{K~a@]], zu]UUU{Yp!eʕW]u՚5k6nx'%%z[^q7tӮ]t:}ݦ۷_}՝'O\UU0̊+6mt.^xݻv8k֬z_~gǒ%K~_;VzAo~S[[F^wu믿?lٲUV+fr:iii?pJJ:qqq+V8|wYRRrAe }ъ+֬YSTTtw744{_|9B(##oonnk*++i4x{ݻw/Ƹwމ{' od_x=AV<0gAVX_UUUQQ+BE\/rʔ)r˶m֭[G7ݙqF0  x(w1LY1FCB)?? ƓM|^oWWw^^.¸$KvMf&'764$$&deKhXSRSz{SR;i7ueeB~~^_oyجj jjj If <JEQ?q"ef:Ĥ!?h4[bbv8z-OCeaEg0Mh6?n޸.Q_@=qTngE<m'h.ZFyBX*Q`L<Q "/S8QlEKWzgIL(l9\Qa:ڶbX7`$xQkѝQyH2IJFg֍!IJkD<_LNp Do%)Nh<p2Z꽀 H60Dt%ihu[k<W/4@:r"nFwGG.ay7-s{QG:}rb ɱ&`rdr5 njlWss'<'ML*)uo}i%La I'Ia,C'}k+yZNRP1dM")s˃lv1WI$zn DeBdL0RCh"-^뱺*s}ioT*?tXN^̸r_{^Ngrs5tL~rOQȍ~rC0FKf'}jǠXRyc1Q~q/%3/&% rN2=@$Pz-0LD~kf͚^iooq:CCC $Y,ɤ3g8p Yvzñx-[vmӦML#AbfΜ9ذaÇKJJ`(--/))i:IOO}]| ,h4yyy*xbVp¿/?SRR `jkkްa͛bbb|>`Rfggx%lt:$t ʢE.7 Ƃ|uy FCQ$I&(>>>??رcvopp'E8AQ6٪RF#=SO=PԖRruvvztR%(ܹsL&qի5M{{{YYݿ,,˖ 0ADG_]U,KJ!$dY.-.jE4 Ih4vNٜX9| '>c({SY Ihdegit,ĤB 91`yk*-T\Rh0)9 22 VY]VVnwچKJ 9ڽgGY4M#cEg  d/FãbTכ(1x-pnO#i~<$3[˸0jZOSF1*ߘh9jBcUǸFAvx0_njqq̒_71~ cvt()LL_h; ކ:@jjʭܚf8&3,3DS@ J@08IeŪfI2H\d@ 4;dA@rJ iV 8%IJx"-GZ첌׏LXJ2=L2ga, ب!FX0dMqe,K9`g$ m`,N9VGfHյ_ˍ˦i/MIox}@U-*ռg%LeԶ]L6rfqԟRΕqeYǚ}'~L=s+br}QK~F~ df2}3`u1:X?VOŇ2].M#zaFSPP wq+VxW?;$Irƌ^{/,,8'߮^Z g&%% ޽;33oOIIimmU)տa>K/]tiuu:00p}XbժUՕiiiVZ;vxI<yjVU!cbbʤ$O&n E01%IRFFbdk'z].WRR:jULjw0|MG`7տd*++W\"%YtM.bwvvvQiv@yy7hZOo> s<ys=gZ$A8%"..pՙLK./X,_s۷Mᬥ)*F!`ɒ%$,p8>/na{a2lXxEbp0ujjᜬ!IYnWIiW[N2c$v93b)EB3EQDq+@ױ,VXX844ryAs16vehg8e7$8گ/}/{XF*m!tuC/y<A_K߭h[email protected]WQ؋nsg>3Y7lVrX/YzmϞ=3dbR7"瞴,T{~Xϗ=4=>2=~Iv0LJJvI. 3C'Mz qq7{ocxےp;{vB2(`~d=ڮƣ!A,46h^RKY KTyyҙ^d246) ~yĝB.䏜y!hiӋ&>[߆`o5s&i^*q+/UWo}0YUB,ta/!X5#</0 ai8ߵ1w2AFSB_̶ʹIW:_zCY4:,Wĩ?@뒇=w;pX l/Ƒ>DZdk]<ʻo6?/{QY;?^lqL̟?z뭷7o644 :ujSNOnӧ=z4Bǎ (:u_[ ^WYEQzz``^`ԩS322n7 .x뭷{w>o\wuSN~? TUUTVV_v̙k׮-,,x<́0r(sUiӦ<K/\_2eJjjb1<{</?1l(.d2UTT=zs֭=PdBMӋ/f|=,Yd͚5?֯_8[|ޥg}VRR"rd c\[[gϞ\HܿETSڪz{{mfF^,oV; Ncpp(;;[:6cku<7t:IDRb&I衡A*gYCa@@%pY3gwt[-ָXVw)ݖTnK0{Vf [-q6J`hYz(! 8wd:OpY~畎Fs<(_ \/BȠ3w.$g_n J:DTr%տ<v0.bӘRĄh$IR\le+b\Ec”LYDF ツ]!g au?DtAXAIqTn-"| ]&#xVՈ 6y|Q:9$Ncgvɚd:NOa<Qi6;&kuɷn!FK椳mrnJ.WY6]^<ESUx:;.]>=2Uȹ\hj>7Y<hw71~䆄9lE2ȥS:6KEI<!1ӓV씗N.I{|YI05SHNfctTsOmP>x].9uPu,Ni”\lIsґdk$)' ~C'iY2M|"}] U,eFYe ˋ>TQa#ϛg$:ve1A,Ϟ޵8Q$Y,/<11QeZ2eFdee4sΡ9sΝ;g֭UUU}}}/***222B7n뮻/^n:ٳ-KEEERRey޼y*hizYYY7|h8СC; I2>>rڵK.]rSWWg4.\k׮Lkh4Z,ɓ'gee3#BU<:]!??ѣo醇 O Ykjj < 6hѢ۷wvv^zs΍ `fϞTRRz777ϟ?YYYz~׮]1cj/:::.]:w\;a=(8=igsd#K\AS<=3gg<"r( ,$l3Ll>f{+uRRR~UHS AػwonnnJJi_fرc{i2vi~̙kƲNQd( 5 $Y1iaxB6/LFF`dXIVDQ(FU%e8QQDID堌 HQ5#lx|4:nh34MWUW5\Q Q%yl6^^j7|F%D>fXU.[UX# " "8mRԱ5`OHH<yZTTe˖#G5L2CZP5"~B(]NƤXNJaÜk 7nGQI>(陙mqk}#Zl6EF#}Jwf "_TU,H=W8Y\!iAxD||i8bQe'bDЈK'@A^ZXs cܐWE{E[j>C#2`iT -@ME,,S)4F0tY ~!h{^Qe`OFj0\ֹUDEVO<~G4n@h3!I4Rjt˯ (W.*P:ViG,%Yf9J"l!EAEvgBe ˧I2Ø[alS[ ]\χu#DtAUA@!`ېg#ӡx1 7zwJ P0GMVq|kA '&'HEl6aAx=˲DNm~oGoV)Ex.n˕0̡C,Xr{l̘1ĵ&*vYSSS#O'F#8EQ@MK#2$IHt:Z]yH0X p8A`$;+}ybuu5EQ$qIHH 0b&2dL詪Jfd2y^2ݶmۤI o۷mp8L~_|{MJJڲe˩S;(LHH5)0(Yuf1֐{aQD+z!0)WQ}$0:FpXi0tK{5 נPTDҘOl@!ICag>^s5* |b+))7oޤIn7xc?`rZ XcF`a"*!"SD Z?dߠ](F=m.Tl68yP(l9?EIe>r,x4,iEVăXaIꍖR`>ݶ]VO<A+5bQiKD8bҡ.]~ hɍ-FDž,*J6 K'y!UC fFCQo _#pH + ڀ-\AS *Y !- 4)qyIC4)K Ik!Bh بXPHxͩ H&39HQ@ga]$CɀLS*@f;T'%wp>k^ AEObb")@ u̢qdsԩk׮ݰa0>A"`$0цqN(~1bqg'ϊpɑxEˢk\ -Q"}.`HbF52V1Hyr%999I'-#Iĉ0=$(SSSE!fs  X:txGvAcZr=E@PC30U_[F C 0,@tn^ 7s~WtEJl\H0g״,j1 aVEt8rfPQ# FNKk`chpFB^6:d9?/xշ9OqQÏR$ +/sFCmxigh_񤜮@E3?_X_~f歳|eZTU}eeЫ2S_|ujt1L"cmt)m hEARB8;t7|wHPCW8D8HnScTr #oVTȃcj::;֤IMx] uư\ KE=7M)X4cnzWKh0ٳ(!"Z4{otѭڵkǎc妱Rѷ5àTIt -5]Z, @|"^q05Ю]&47Bɶ$6FtchR}3FQ7y4i6ʏIIP97S)On[tpsIѼoD5B!% n۠-G8xhuULj&f/h\ 3GVc;a@ # +F6F#Ai LB,S$'d"ڴ,O`_lXRNÐ[.GxM6,OsGjZDO<Ms\K󍌩G5&RʼnjPqYQ-zbh%9b?P4ؔQ0qx( @*ʛ[N!vO4@,m{!Jalb&!?[yբeY?{"mp%prE(m~Q%0~CF?7eD4M$ceY-$ '))f=ڠi'2H( dYUcxeYE]dEF0^Z [DILh$It;:x/еslZtjuZsabDAa# 9î$I%ڨE- yׅ;L1ds\ 1atAŪQqF?a-Gxv_%9i6H%O!TsQ^Ytp2M:Ff /,I|-.N4+4]$K^n;`py<y_oaFIRSl$-dT$)1o06+( MΟ`KKKX+w UQRTU+t!`&5%j1S$[,&QR`t+D,KgCѴ TVh /<ڨwH͊JX|@J& /77&H&$a֯] ]q+]T%5euQ%-m@Q6Y隦x~cz>Atם\n#^I Luo<̰]wi#+׬ǍM!ߡ{HK߰{%+*IXs_n۳%0fԕfh2^޿*;YYMFoз) ʲaG >Yl2j䭫ssݵW CѴ*s-Zv#oiؐA) 's^I:W"Yr8?H{; v;89$ɊZԵ}(*sxoǵ!IuҩpρCN~2m@QyPrۢSqTrs%I3R'9~oܹ!1ny\Z%F(_#~M.av7?t^ Ա#W&AHt[ eN]bXܱ}MܡILxĤW_x^;2nie}{n۱'bکVVEUSSx[O+[{yrاW8uAػg_'aF7\4c@vs?bc'BW7x똑C𳝻14DZ#}QQ֬\Y]xJ7hP5~0)7%YҰ&JR^zSLVtf?]q?/ߧSay߼{(FmFm;[email protected] H""(L?m$:P_f.B(@M3$4ζ g~[f p^?x$\t! I5&I]/4k~ ?{bVfVQU%QX4M9z^u8t|+,ô/ӫקm n߹j5Q˲шce{K4 {MnEKQÇLzK5>ʛv߱ :rNӴؼL >r=p8hm7˲0wx}/+IC}6o+E-ڨڨ1go EyEDn%5Ki7Ą( R#eO.[Xkj1mݶj`>(鸙ms  \~Y+[f@RScfɷHD{rE!Q;vTNNMs<bY!ttbIHA|!CS6m=|h(MKV$b=<j$ʚy<W$%%$Ih'ch+HjD!YIKMaQ޺m{\V,+2Mnw4M͠"ۨڨRk^T-P,:Ơui1|~ghq?zcK?~ѻܖ 7 hf  R3;[п A]O@q!x*+23R OsQSg5c' %jZ{/(CUJiЃhE* iZbBk9Wt ңÉapCٔ(:WQDUUSSna4@3QHKI2}4M٬f_I $Edg9NC }TmBƳI11lO0Z_Jfq-$=q)}F4ޡ0/sgb~(@1}kVg+-_;AzqV32A %h=yDc1q'N鼿=rπO)vh ӂն%h-狔 <fY6>.{.Ffz uaƽֆBvX-f Qzva\YY]ms8m_]wxQYl=j!R pE$Bd4!$ p_9z+RU4]Cb0Oɯ2nrJ(_>5,o޼":%"2E'''Eb/!r01/D0P0=jCQ`@SQ0;\:fC* !x|(YS~w'NgR cal6kUumMmb`Y]]˲5Bk]x!t $ܳy`HQɿq4dEi}TVd?϶鸟@ϱ|Lp<,Y?Ngmm-9}iVWm6[#}x# a%I#hd=8S8I!5 o[ѳ6[OadMV#,Iլf-) OI]PG'jpC*fF+~1*5^?㼈lꫯ-Zv-!Lr8SO%''Cf4- I!z555%%%i4aۭVk||<c%Iںukmmm^cl_^ Xx'GbşXdTɟaH'L3v"ԬD-FStt4 Phs4*jjR-rX ~ 漜߮2`0F!4cլJtf9 r۲jCi_%$GM+/.|nE S䘁9ٙ4E+H1,@LQiБom5+s\[wxP 0()z|];uXv3g% EQ|EIlۅ~<%`I6}yv0999cϞ=ۭ[^{㸆4 1b{ٚ9PW^9Hn>bEp~~/U1R#㭋娫ɯ_`G!yf[ȼG!WA32 &r .pt!PМL#Ǖf|X~%*'򶢟LL:v$Iqqqnp\~ @?k.۝ 1cƴiӈfo4h`ݺufΜBr_FEQfz7ǎo"6nx#Fl Sx< L2qQ$Zd-ډ%:KfS_'9ro !UUgϞgϞKZ$oQhoϟ\p~Q\E'I|MG9,:~\bm;U5׏~ci]!DQ rdIàA`$ BEQE(^᾿NX='r=n fn7C1эy<Z{ NUp[d4Tr7fǟ%IU5Qm'Ϝ:]&Jt㘉wi^c'))aƭa)Q2}K n܂v{eYx^ <n?HѴ?b@W_x7UdB&RUpdeesΜ9z*EQAXvm}}mvL! h ,dT%c 1yi]- aO(Vq&J@RK3,4 !G+hXӹ1 #z =i] 4 XK2}b箤`IR]ɑ"*lg`OKpG5ȣ (*vx5@ŀA4IaE<W^s8B1BHui抌:b  if%%G&o$g2D4g>lx[)8F/X.Pe p8222JJJvArϗe,%%SN7|;?^ɔHxv?VUjFJɓ']v޽ ,qT!zNgPD$?›*BeBGRZZ_3 %I0qqqӧ/_=JYTTtUWyͥ(>CK/= EYVI~5׊CP3QH(V/}ϱOINJx獗֬TW^yՃf̚s)cEQ^~MdYսk~~ι*}P,PjqG43yGfŽ~y,ܱ}^g=/rn1,E1hKaFa4MÚ6O'ϝ+7[nOӵ~V v7v􈢮J@5A)O=7IVc+jO=@fzҝALK}n9U;q^_]$(HhGrI/=u+J$I`Y^nolŚsUYi]{ʒ ߖiPIDdp݉^755~pTUes )D<Mnw@ގsx\<nMiPAAcflq pu<-pW55N7 eɠj%șQ^*Nbzmw\m7 UW$ 1@ӕ>xj%0^L_(Q)>ތ0d1 q J6oT>zZPSY"qEJAWr#[R'7gi!8k_ԁ,HNR${dZ+{ުu62u6Xs]ip.ϒ=o]Ks##ӗW:gnNِ2ZMe[=.wvoJQij/~V1{dcD%Y)\ ZFQ[eX{?lƥ'R}d%%ת{hO8ǞL?0}Vc*U< )ބ-t:.<4>ue;΀58#o0-, KvJ~pq!p1(JLL ՚ܹsg4 cǎEZKaÆM6W^9sk6`o1--MClr^zmݺbvmķdǎ4M'^{m^׮]{aTSLg$mmmmii}x8pٺuwi4׮]k&--|?qڵk۷o߿~ KTWWYGb" 4ae/c|=ٳg)0LD@4;Fuj=d5il,mtɉ) ~s`WYD3koYahȉǟziuz()ٲYs˪xן9{iejj&#e;q7W.U$>snEeE\jg w1M%07rm9b`6sƢ(-[6';kЀl@S:X'u񃇏;\3bM-+ΌCGs@8v݆-N놱sSz26r,ף{LO㖯\٭Q^<cF+ٹc{Q>+!15'O(< BA4-!!AQ`67_x˻mqzԅʰ~^{ȍ='&4 xEW!ԯIM&|LKN6MW{󐸼4pfX{[<m6OnG3;do1(B?AL!֬A kAoX\tsY *!|ULN1itjV8w7v=fDhZi 9E(Φ^CA=] >]S`ͫ aMv:}K2(_Nu'*Zs95 s,_vclLv#ĆFRVhj-s#wAfZ G^ӻ|W[k]fU/t  T(UwȌHxױ@^*$wMƾROѧ[#%qDAHG,0 "CC8̫i>OeQYznnVOiA%K9s<O:s#Gܴi?Ϛӧ r~^{;8nΝ8^i:==^fMjj0 ѣh6GIII^^|뭷dY֭ 70eʔiӦ!$I4hԩS7xcҤIY^zI& 8WVw^f5M'&I>qɓ'].׮]rssUU=p… oᆃN{C YpaΝFMn,Qc7ߦ P+CEmah2M}0l2q(Ȇqeo=b2!  )*Ȫc^!_3 tw KQ O&q99~ C$RvނQ^TߵKŲk!YpZJr<M) NMIڹ{_.@lȲ! pGVk{[f xh(?/ XrSsXH!D E!:}:K>dhbY׿z(\fp1rDz,QHBxRMսH3~zω,ݞD+59V?^nOc I_ox>~ )#h( .&`,Br 0tзlp]_~M8*`obC~B^X궻{t ¡P!&[#M!݅W&&fߪq"!u\ԭjxls<h< >hcΊc/3ǛnI9M ,Z#*FVnzV]Ն0^CsK ԩ*/i6[{8:<ڂg.7 \k NWWvt6{` ͮ' WX]KVҽ$E[ųX`N0S+wx]&#[XͺP0Έ1Rmp2orsSJ@]+_Y|sJ0IR;F;U7^a{RZi} W|~Xa`례ᝧDG}<9nB`N_no8М4`c;|6rKhlv>(LgobQB>+7m:V#6=).,dbe ='E߻]>"^f=7[<{NqӘ'$2"j:ii 2!/pn)<gvʙЫ'(eۼO!=R.m*.$maIDAT[m8hh`Ј>EnGˏ̄0ExVXRY~x WY̯'+69땫aϾse%s5 JUz3ms'qf-cHQF; 콖iϷ|Zd6%I"̥5= )))--#>>\.Y?]v=?>:s̻kĉ㩯ڵ? /,/:>))G6l\rȑѸCZQe׮];w=z̝;wΝ&LHOO<ym~킂{nѢEgϞ1c_O*?~5kꪖ8!ܿ/x"$I]w?N FcܵkW|iӦ%%%\vYO>sfϞ=f̘7|k=,PK ,mc/#l:2$E|ܣ<i8aG$}/mֹsUTȲ,M# ~4̀p^>QDMh-\&dem,^Scda쵁xjQa"!;#Њy}>C E"`PUA"},Z (8*r(H\}uildUu!Q6M2ǪM8"TYYrL&2ǝ8qB4竪233cG+2|_cY^2-FfO[:38)>+y\OϪQv(vJ Z`Cr|t&@5oLLfieK%e{ޮû|귛̰ܳZJ!xZGILpxx+5gs}&ΩwJv Z/M4SGwU¨.bi풘{V a|v+y?[]߿!L}Q}L 7 _|Z\;x*_+K54rM}p(T+-1ɏjJu^~B٫˿w(ەV:f-W0(ހ6[Ǽ +Sw})U(Si+ [ߺ/e&\ILv}(Y`>?Ҡ_TsRfT<)^t,vf\_Q%4s_uRÚsu̓,ӗ9-"*k߮0Pd+ޤaFIZ7Q Ngk-|݌.La`N/׹]ݿay.eq\iqiLvNe] ̷*ĩ *tJ8Rr뜊ǏwVa[ZS3+f=6b}t\7>Z\[GߧSkzE=軺aYVMfc~}~ۛ{WޘoyUW?ў<kS*Ipugk;ޮi9U/7+ִ~ȣv,Y0+hIc^п<GRxJ0|?oG˥)폍l^2ea]ViPϤ>]J$VQrA].WSG^p0 <q"~/gΜ}vtךfR9EQ$C#Gt\{^xqiisHb/0 }s=zk:t1cX,߾}c=V\\?̙3ÇѣE|)ƅO=,ˑA :tfyȐ!{9xG=W\裏nذٳN4M E4Ky/dh hp"Fѥ/e_Eƙehh1k7!r MS]0z@'4hj‹?`iYy嘑|4U Ē6|hhSA7c]2(_xvF FX1F_!٩S#FDkk4^o$+U fh10;+7Uwԧ%XT?W#W܎˟۫ꃧJ/,<DŽ C,0\5 ޕLA|\:pF^SDd;gQ. ^ٽ4__975>nIS7wMz hcB|j\R2\wH+,edS@h| (;O7o!΢=}=0[3wh*[x֤?yȸDzУ dQ_nr7vpe "sMrc;b߷$wZd> C70e[;+<xeb*\i}%?+l:mI&ܪ˶nuPt I\akjghqi[o;50hgoKd꽅#MT3靲XOy5;A\ûx5f"9,2[s\Ms..T˽V#zwq]~愍SQ3`P}>h۾Jw  @=`k[s('fVS^#Iэx!'w_и}ļ4*v4tdsvrUĉ&QW>qݾ^Yjw7$]zZEbF5^-(<I?oJrz׭WZ ҙE[o5N+2hl>?B!Fm-Uem.u<})]1L-5'hZN=y)WWrTP4ٰlk `vkoJ0hE?s;v̠G&`"rNK>}:??}k'l =k֬~ԨQ5 §Yb׿:uOļZG@].˲ݻw3fG}4g /<ÊDĘ%2˲cƌ)))yWE9r$&ՑT ={vh<w}ŊiiiYYY&e@ 4M[,5 h]EtG+M?Ɩ௟QMGODKp~1m ^y31PͶ-*<άX͂A0 .We4$ M 4[mo6cǎmڴ#GYLU.Tᗴ'4A (?MK3i[qzj*߳j}Voi#Ԏ)#߹<< i(T Fn6eu㯴\[P#I(ra !> ׹ ׂ1)A6x#[\K{G2BT~IE -Mɀ&ŲTț Y( "EE9"c`YSAҸ!RL(R8e5!AKxnSW: T2v G#dPO( ěGoJxӚ/`11ۂZk`aY,`@bDu1 *y^FCi58+%*xNﶃ~WoS5IȻ&+`|. ^ųa/ny,c  xvwz2#*B~1o\b@s [s*0w k?%© ?=VRpMgr#QhhӞϝҎ=:o.̴1IVgwMu~5ԻrN^ѳq?}RbYHNO0d4nk6\2(h S@ZWQS0Lan윚WkW/bЛ ȧM dY;n3Sp3(F`ӣ;'}5}IeZ"j\bHÜ NБ;=rN pg xFR5XV$ژ>(Rùh~6Q'80ן8?~| 2Rf߾}3f8p~trI(wѳg:$''WTT=zsDqi-ٱcl>xѣG>}/_NTڑe;w7n_|?p˖-3f̈k߾}RRBh ݻ7pҥC ;wo߾f+SRRN<ٳg+7AhEed2 :TUnK.=EQ]v=zgΜI[APh4~텅?{'=#B2'4Xًp,`E%86 }/o]PRT``@x!< <eO}l^[;3r5uT-Lgٯ:R\S8&ȃ*P5h*vI̫Mt( 3شjeb2V:w 4I'W𹩬bY !Q*nƿ{ϿfVzuxDarA?FOW&;)ƙ ɍuʼtھv̊ݽ y[.;<'9-VȊntUOZj6OK1@(vxroZLj!RoJGd+R 2a㞬=4_{d =aCVyOꞴJ@s<pmo"pBldQ!J_ tv8f4_ϴr){ >^){*`qediëZDծoֻN> qwjD~0q/y-D|Uk5P} yXd_KrCYWɕ}ڑRlni çpGD=nWTȯ czbrxd5gnIhNfuF-y>sIVʝ#g?:ۤ&Y+u*VTL, 㓕QiHO:||: \<v6pϨT 'ΫjQ [[78V'yk׺տ꿟1ĊEVԫM>t}|qeg5.* wkA "M&Ye&)Jp6YoB.dgPq-.gnΝ۷o_ٳgBѸgϞG}q=-8$''3 SUUeIϞ=a~7nxw09s|'&)..ݻwߺuԩS#ٳgm||jwuuu3f,Y2n8Ip3f̘>`ԨQߊ @p~~}-l׮SO=ԩORRRH҆蟞}Y.EI$エ9᷉aܣMZd_yU>p_o8HҬ: Gԛ1.F!z(IAYzE,ߟw{)HUUr\$Ez&S#<ysk{};z~0ryUw\_ʩ*ˌ[3x=/*X`e&5{̫_߾/%=^M;N\~ `pR~}M6=,y˺GL<syףLd6, 2v45ܾ4fT+5m}e~_].3kn@ 3;fqˤxa bp}"B9~y6 m' t5QnMÞvzlnTOawzGV_4k<;zOje[Sz4͢ fsBB_ԼMq\nT?'kuW } ٫(5e|/iwL!8eҲ힫 7UNBNvx] 3W9I˾\߄pe$3fp8t\dD8o[HY@=sY8P(O9Ilzc^osRE|`2~>]M3߫;pViEc;k@`⌔Q@SړLW[M_oBv{_#^KȤ ـڧ_cz)7NQ^? ˧'#z_Z_fWNW@x1hV0sR8VʥۇzUp@$ݢuഄT ڶ-}Mp d듬]XO2&>8t˷{h% XosA"ICxztـ|zka],mG kRpX/㌯0xI> 2a^kwc'pgXb ᨫlMcǎm׮VkAAA.]ȁս{]vK.MHHx{k׮'|rϞ=Gkڵ+8??ʔ)ׯӧO~>gee 0`۶mE=:u:ydΝ-ɓSRRfEN~w;7xc[l?~[o5jԨÇ'''_}۷4SNÇo60qqqFqVR4318;vlذa1Zb_QzXbiXn@T2YfXI%+JN)8'$qqp?]UC ;ILIPIi$YJلŰڣ.,u/E'|ͭ|EQmqG^oWeÆ GG'={f]wu$<Щׯh!+,OONbR˻ qFalW߷!#9Y-я* .c. ѐ楳^|ll@LQ)Әc2{yfqS`M0-..4cTP0Ne.,X8s6KS] c5Q]s~ s5 چ1ƛ ,ӁYt6t]2sK|CQ2S6׻9-YS'0[xA "0܀N# <կ!؆N ZΆFRm4`|<B N@: yil^` lè!x+Ǎ i t$.C\zrS i6!5c:࣪M̤Z $R,uu[ ]]쪫.]e׆"t*B %{)io^oޝyyS@a7G~q}w˻{0CR9c0 &g"OiN´,La|`O@4iu74M$1zkhh?daNc( CzPDu?qh^tjp!Ax| 5c>Xkh,*0XٓPt@A5!Ă[CdkikB JfH =[ Yt[hRޚ^1QPz7f%2͂ ?`yHPbOU-L6Pj}隡!i!ё隌dfp/v4sDlD:>}BQhdT(1 ~? 礞ӶXkgCzjne0tD&̀'GS QC!xy!=udLv/&EII"h(l]% j:&@ NeZ-&1pxC" I ^6jC6i&5p$Q&4-4bQƞo6R8uڴʟ9++K@ڌY߿3|FIcj"I2((hԨQ?666+++33sРA鑑d<xpJJJ{{+**Z[[KKK=Z^^>cƌ;>>~Ȑ!09 """++kܸqqqq$''?>333<<|A?>***888;;;==ð;v9r&???///))iѢE _~cǎ U aaaYYY0ۺ 袢"YZZZVVVGe|n/--۷СCPۺu+EQ(jڐ򢢢ɓ'?778{]M8c?P#:tu@S\tnxp$Qt-kCςsCVb{O? ^8nm$^! UdLo$I0L5uNKHY (/.gp~1oKo$2ᜬyvi0 MMMUvna iUܟ=GTpGvnUJ.-J6.J{xQ  {ùRi䌪V)\Ye+_QMUom%+|9y3|%<-ר";5y@ގG@A}ki<;tB;PG^p [=hnSpjK!q) >.;kN]tV7A<曂r%u Mc-96ԜFFI~Oa(W`DS$HN^P "'@@E"8^9A8IX''믗={^y啇z("""77p@+9s>sƒCcIg/1%2|*++8PTTf2XPh>fȑ#yyy{ĉ={T2;ȊbQL0&p]) U(?c:P>lذ;vZߞ3gΒ%K6m2iY$I" $I$IE3p V ԙO@~ 0z@)3j,u>ֶ߬  A9pfw׬[?ZQ=vplީ={js~Zת~n39OpNJi3;^nVFp$t"|o*K ~S" Cp8>r(<WЋҨani LS!j,M};XQ PU}aGh<27MFGSV-ޡTŔF@T^ I > jP8~PULvt[ARj#p_:F98 y 5!w{nS:MM1=zzYԺq{uͼI}Hdv*]]|A&VogT]+MAr, bB>%+$^O9HXA[&!(k AlPNdX_doᆉ' `*P=>ׅ1y<f2LWoiWs DWD@TA_ԍ5?ċ"K$o6{f6K7`ZDnN~Qfs|q#1&)<_''>KXpk/ȿwbaYA1@6G]|gRmiDcTV˚n=d[;<bWdR]hU)W +R(/5(yҡT@RLݷ[P[:1 Q!/:اȀWg"M&-CWڷ %J}!늚1UϠwtT -**J\8>g\.EQ/ԿB+ xMBʜW T"@L{×+U(1ԛ7.+<;gÕ6įF#.BSUD`?o-T_YV޽t#T1 _kTt~(^hUb]Ԥ̺*"$<}^%t+QHB r/ Aep}DA>u$Er_nw5bמ\#H$? ?yTQۢIP+$x^aJx[\8E$|#]0dB9 GPOWD$IoA_wCT>ixAx8$"/r6i_DjC/W.̊]D*F[ŔE?7y`iu6{56.3kr_Nna/0.4Bz"kҿ,w@P[_ә]3/Ҳ8}d(;w2eС!{?UC FG쨨OsPϋ55VQ:<2.mw8+@՜2v}b&U̇׽$_W9Eu&!8$Bm]nd7B 3 tr  hKkjCDb."Aih&iǃ.Q[҃E :܂cF ]qQY3h4 Nkjn<2p EP XV&N EB1 ko8@8MY$A5o xP&vCh"PmnnV(rP^k558F4"ׂ A!&90Fܾ(" f3^ *?l:{]^Uvv+?7Αb WvmQiAβnKD#E^\׋ C@6tL9…rKW<@n%},%ةLMNy23nqROkj6l p(J3hZ6$ Qi9)$[lbO0O<Qx2=-&~#w;AwX~3Dž3(Cy>[nbm^|3{ʤ1(VZ^5u4MK`Τ?{WZj2t*ݎcVq3 Tt{ʫ#Qpk֭~cF (8丱s׬`Xֹf֭w'E߽waN-|EKkEQ2p4oQk8Ͽ9U\a% q]3 Wrq**&O# 0kwGS./7|s*suZZS_ܿ..oK訫,{^֯ >A+)^;L7]wd_ٮ伻'Jػ-_nN+DJ:9f>w~# 3bK.4C~}R[Z6nN@7,;s7+jH>t+/<|vd4 zCG={l֝fpIz/W646F]Qjs\}:sT=|=oܼǟgYon_يm) 7GT,$A FIMٴu7=x>dq䵛~O@B|+ۀ"eLӏ{ӯV0bgx8Ƞv tϖ[p..:zyϯ[vNo'W/i꾻o_Ƌy";v;<sj^~78~矜Οsu: #(L>=<<\9 *oV`Ɩ)uСSN͚5۷G>aǎTjtWu.Qqonn^r `j#|cfۿAefft btGFFvƹO2$?~ĉ#FHKKS۠CJJJ&LL rΝwu:?> ș3gଋ9Lߧf,VUUuNR<Ï%eeNx/. I .BQr^u~_kj|b5?Z%@rx?^9AD Y'2rxomW^Gރ M長dWx\$dK˫v"~HVfrBܟ^~czu /~:M[wv6N 0[-~“ wDIxf <RY]ܶ3dHrOIEN}\`ltjyпIQHxPb(/ !&ݵ'Ȳ ~<Afϸqܲ?sg\LXUu^=|4d._o2aK?44,jUWսRjp?yN%}, ovNAQc&֛;'UC( NUV9*~rEIK!J<rߎ?qƩS(uVTԁ. l۶m$)b\a|Do}(օ|0 ,R PݺfꫯO?Dʀw#SMAA?6`D׆ HNNs=7zÇ3t{=uwܡ<R2ʾۑ#GBYͧzX}.TΡ^WSSaÆ,(.j}J'ڢ1T$IhW^{"$5//K/(sM1s1 Y$$Acv9/%dVD )C盗IGm;sh)Jǚ[&I&w6DpqL0 M7%N4V ֬l(4%4C@dEes,(<MQ$"ϖW4D_!6?Q@QqZ)+zXVBC5uZFx$~9pX?zP(J:AJN+.-'IC3KKD8nVqQqV+:;^p8L&W|aNȣ s̯ؐWD>H0 q4M557?֩0$kž"WCu GO2`p7O1mn@! t<WWW[,0,Bhh(fY4Ͳl{{{xxx{{{eeVe]p8V( 111Pw1 OZEQVO[}}}cccLLLxx8Mӏ?N 0ݏ$ImmmQ2jkku:]||<EQVp<WTTp'BPP"bʱ+͐scccm6[ee% +Q[[˲lTTL<C\[(2"rرo&::zIII=8p$&&imm0,..:?VQ;m{{{NNaKMMWUUi46eYAۓL?=qqqZ`F|ڐh edRQQh||`P:e;8jDDDA&d0VkDDV5...886g0Y>~uu5EQ7##sXX pI0=$w HݮcBF#/,_2aCWV%̠a9Y.tOWJֽy|L5.i% A"ϵaqn1Ql$A;4rh֪͆"N5bhssEED <+GrՃWV65L8&%9`0Pi'%1Dr bY{35r@@dЧ$ϺuaPyf#B:-ܘ% )y0w`SSㅣg^ a}Rltrd@3" 81 5[ 6FE>&^+V-&:*2<LӶY'yɫr:SRQUSU]j4]$9U4N;X E !aۗ.]zaOSuuի.]zܹ_|q֬YӧO ϟbddd<ZYSѣovxKnnn~''MTYY;44481c,\f@F6o駟B13f̻;rn-''gٲePW;wɓ,X`ъ2$IZֱc>#7oo +nݺ>,44f(FJ>'N(z 7̜9w)-->,++;s;#|2w\好q˗ٳgO2e͚5uuuyDDDppҥKԾdɒ#G(j4^xeY$f͚uWUU6b?Zᇦ .ѣ:Aƍ裏<xpٲezA={޽uҥ-8;q[o{׿VUU%%%{Y4s9s^z{?zppڴGyyy03<3p@8QQQ---%%%GYv]h>lHHO?8uuuwyܹsϝ;׿0nܸ?񏅅˖-{7ov]]q-lK.l=doC]N!op^Hj7,eZC e\ƆA!@!DeMM;̕> /A;'0Er+꘏7?aC2jH߯!(% -xޯ(8/𩽒{⑰А3gK[ZmmvM))(JQ44:iݷϠCHeg&%hN?r%#~rwCWi/?xR|ܩ%Fh"AM{9ASfHȁFDQ$0 s1Z-c6sSϼuN9ܺzmr%1TA/O߲e˴iӊΞ=p86l1mڴ;w7????btꌛmmmEEE>q>%K <[xqCC/<x`aQF566{SN[ݻw1<--}ҥw}fddX"22r֭;w::2 2gΜ5k|s9|yyy-Z}׿F~ڵkËheeeyyk7[,>[l ٸqOJ[[[ ٨=O]]M2_ϧN:}Λ7N:{,q?ӦMz-N/Z{=uԀ,Xq/b۶m;~kjj=t:9}իW/X 55khhx饗^zLA:cM4I4v؂>cjHHSO=~ڵ̙3M>,j~G .ܹsÇ8q_:th}}}XXؼyZZZ}+ ` [.%%eٲe#F?={|ԩS /,_|…'O;v}ݷvگz„ _~emmZ\\viӦlb׮][YYo8G}t4Mo޼?4L6lhii1L;'z5cT$&ưNZeZC3aCd(CQV0@v<{;c.`@/bxm]5nR$%{ 7;=ۼ}؋8>"<CGw[Y]0t'd5DAwά _lZ&66F6ONuzn۹gϾ 1o{@CӲLqb9$QiDP4Uxt2fE)+ri8גYZ[R$q<I "+xQxk6+dQ1P);`YvM<asO̷l rܙ VҐ$)<<|۶mqb%%%Ƭ'O666Λ7h4FEE[3gΌ/gs]`Aaaٳgo2[III.jI#""ϝ;W^^駟644M</|ƍ7i$P` XYYlٲI0`qnnn>$I3fHII!Irʕ,9'$Iұcv5kxgY>55`08q ࡋV50 du֏?T###>E7|ѣG#2eʔcǎ͞=[O4)==tn޼b :tݺu/ȑ#gΜ }z>::aTQ=z뭷fȴřKą)Q###u:]޽+++ >3f+**JJJƍ&LP^^^SSSRRolZ0 :tߎ^?qĊ+`n?٧Om۶1 }))==}ذaf={rrr4 <yr>}VknnnCCC~~9s2223lذꠠ QXXh6WZ󄔕͞=O>K.<x7ߜHvU/./I: ~VB8o5 DR?Z, P 6t^n\ؘFn?GɦAjr$EEQ 6<mҾy+VsNnlvܑG|gr⦭ N)bYVB@YnDF'%9/ҹʪCƏ/pVb4aN@禮VFZ>{n:]P*=NBqA}>iO66o:ߚڳ۵'<nw?_b2 wt4ןۗ{8** c~ܑu=hGcf <h4;w-Z<o8pO?5L ü;'Nزeˮ],YҫW/BXxt` [!dNQhTfDQ$bcaaaf߿}>⧟~ZEQe%K|LJ+<C;4A(8.K$bLLѣYJNN6Lk֬ݻٳo&^u>P[[; 8p̙\r%|{D+AQ |Ç7mڴgϞ?$$+'8 ~ju[.ANaX>}ƌt:i&%0 wРA(;_~qG,_?d:r5݉]=gϞO?CFFFcc#+W$ot::bI B1$IѨ^@nG߿|||DDěo{z_Wqү&a֮jnTnvc l>)w/HWBK!)¯62nYㅧiIv9n3Rx^qKPܹYN{//,yz_>t0/ ˢ츌xKfC GC%Yb8}/(@v+(@ao#͂ OӔVq,EQ皚w?SV+smީ)JZJKC1ř+\b{ N;z Hͭs'j-{z{HXko햩#e9^XQKzyؐL٢j^~ቛNhkky$ Azu#ݣבzj2 ZÑa;rȂ'ON6->>>ׯ_ppիϝ;Q͛7+&I;v쨩YlYhhhFFFRRtپ}#G  HeeeSS `Yv,ˮX_1 S9bbbSRR6lŋ^<_@4,!!!>>P=fYNv; -]~}cc ʔPZt:a_ 4d2EDD[ԩS$Kwȑy޽{GFF緵AQj #Gw}э78Pղ, FEAW_}O8qmmm (r2Ԙd߿5kN:y#G:N $),,,--&))j~ 0`߲e UUU)))fyݺuQ u2^^YYYRRӀ466VUU)K㸾} XVаo>՚eٜNgJJʮ]= aHޮ _oܸq޼y(:V;pZ}w---999_RSSxRWWsΕ+W±$wɤ-KgWC:pwvʮUpąꁱ́ĆrI9볳bSc| IUյ}݂ys܃G8ndJrb}9b(HExw=ŪǎXcϼzѩb 4LL PDfS(>[v1;msBA鈈IGKgp̻|Cɔ$a Nٴy{,%%̙ qdϲZoymuuёwμ؉-vkFM캣t..oxyW5( Yr[펏|+[xa_M&Ö?8fА;f\pU Aںo[uSnfVZ䤔(R|-b2i 8Nr↮[JMMMIIYz>SOEGGCq2z :>$I3g0`… A;v>K;~'QyV{}?~ł }cƌ9}tDDի}Ѥ$^SO}'ǎCd…8Agz!̙5bĈov۶m$=555oo"I`ߞ:uJdffh@=,X',\0&&oTvHAohhxILL߿ 233Lt:/~'3g,**Zxq|||jjj||<0SNݾ} 7pw~?A$%%;?OLIIIEr-'O\d Iwq={ FDٓ QF߿…(s=111 &)99$I xzgEQ9r֭[SRRԪ$?`wyg,N6-**jڴizTTTh^hђ%K-Zdo樨P0]w}Cjiii֭Ά&L8tK/ԫW'O:;**?8*))(b{!"99h4" x_y啧z ð'$$&''8~WVV+ݻo߾,W^yA'5nnn馛cS iP) T./f -x~E*?QU! q *<7I.$I)ʹRE'Aؘؘ"ec9@P^¨Q`EQ4~n04bU5uVo߷wEϒy 6y/>y_,Uл]Azg\e}XbB cVJ QΏ}FJĽW!gN:i(C%\13_uMYw1=/7oPCYC? fN6vP$%+V|ahu` YdwX+[o0 h虷L=z(KDJ(0p8'1sƍ>[q$CӞ 11Qk6nE 0wfn_$c(ϋ$I1汣8&bɳWnniehJn:aıoh 'fFgzcIY#$0a [[IY?xO^ó3_b*X9lJr￙tWnKKleYٳa2q7<777@p`Ʋ4sLڵk?䓿/ DGG{쥥PxWYiiit6!!!,,LfFPmiiT$=zXG'!6-%%eYp8NgHHa---EѺ&a܌*bqq$IAdYv…&''g˖-K,ݻ7qgΜ$zhΞ=+bϞ=^555h4B%Ӓ$AI]zNt:[[[ilgϞj)))JwiZ  2^2+Z ˲RZZj4xeKJJt:]ttn7 8沲."XZ__q CLl.))QYw׿u}D&M?> fgϞAAA 477 Fòl6L4M;SN%%%"JgD{z,--E155ic2wH-Zl8yS\:n裏rrr^~e(hLtnc}}LW4V a[Pbw-WzeNeQС+á-*TX~F6A> b:[[PԥګWavرjժ~{Μ9K,ٸq#GDF a44MEI$![:gpq&XT/ rM@ A@&$ѵ$ $1 b5I8F雛[%I"Ià+3"'_>&(Hs²Θ訏 { ,"E*J"rޠ,Š˲'$ x G pAAz!q-m(j<s Ü?l4:fnoK@,µI $Jբ(OT'>(j;H A8FuAo[[ͮǡ)IrZ6d \FQf&[FꚢJIng} *6 b[o gŬ9IxBeYpU?) ;* ɓ'=ZߓSz]LW\guv-g=y3dY+ k?~o=44"3z5T";Ne1f2Ea8cHn^IQB?&/|TЅ$}-@PY\QחN٠ ^QX(}t@.w K]5 2 @h)")JKP$u1 t8 `e{w]U׿vӯ'(@b(iy^hl8<(Q:ɂ2EQ yEF:rl87(eH eC0;kPcqsJ+f</8N'|BaW:9 E]8IEnX-EN)A jf N BSSBCx<A:gYnj÷€^y\ rʯ~䣞:D>ie')' :?ڿN`(?ɉ:* c˨ߓ0 .HEʤR3n]}*e'>ԯ_ϋh4 Cܿ-W, Ϯ~IՇ>* h4Ν;nS'>Գȟt)ᓼ$Hs:.-kr\@lrRq\۸t*j dl|!Gw" Җ0 it1pAqd#;Q/T>?) ΧzӮ/t]Z1;zelI K tR+ *kM0np (vںz7^l`*5Sr.=ǓK^X3E(*^+= 5C[q |`K˩ pAT|}c$)ԗI O^A> E#r֠%/THQkf^QbS["iы.]ug+]WϮkP1T&墢2u'D/]QlZ B=zT^ô[8s5x'Hȑ#Ϝ9S__O4#(* BDDDff޽{6+zw"nȟUv Q@2Itj+DAaʳr^3݈Ú5=a=Ass={ݻ~ 0^^fxr"q-tEc8݇DbZ @@B/!@|嶛CtrȮͪ5nl2Z'ǵI>6.3{ϕz.a@L|f_HrJIE^h_Z%s)um]|WE9t1V <SY q1vnkii+wFA<Ұ F"Ihbb $nbtD}cP9TTqǑowf݁+5*Nq^-UQmmP(cvcxztk$!zC$ [A:}Tk<PXryq"C>U p#*!  Jޖq:@y|4 xryQҟ.`wNTj[mS;C_΍vc뢡.DH]0}uΔ \7]noK]WRw^.Z+e~ Qu:Q#FD-y0csut H8N`P&DQqxqmF AӔwZIy(TqIQy4IE$ %cǡis$A!zq$S<j(kA`I1P %I ( 4 ECqQ -ɒ$]DA \D C9h&]z$%%s<GN$pN$8[?M " B8Q8Fs<ARD! t) N \A{S?0j7]YM'1 2DJMMR@ ("' svAM!EDF)>jjD3ñJ(b N1j䰪ʺ('ge mZZ$C C đÇaVWW'!4M1  jmkݟL dns=VVVARZ7(IQ-mmh:D <H(A퓎tsssnv':Gttxx(O:]]Bȅo2)&&“( RSN>cw8R23TUV;w>;{p[[ۙ31 A]<H(+;+ 'Ɔ:""$IdQ19E$IoY_LZQ`#BC3CBBD8]<')\xu]^[ݲoJu'B0[:,*`)fx^p8ڂHbbBjj/k<h X!!v->>flΟ7nl||<1i1cF?~178U9nYYe([oahjqٳoOfdd2yRuu;q ؽ{cc2njSRZ?w?Eӳg4Vep3fUU7LԳg2qO$QF9y~_I&0tzmV`$Q4spfHp0́أGQa֑:幹N o0 贺CRq)ǍWUU?[g g0hoe*Iǎ;qh`FwF$s?Gʃ  Nqt5P+'-SK/l~3Nٯ#nnꦫ@=^Aa$QprNٻG߯/I+pmEEA2Rvvvye ?`N8cF0ejEAAau w$nsޕsh>E>@ֱF߰a4OXYdH֜=?3P^޼ef 2ApIZf]v<tHў>UCfegnܰ ' mIx~~һwҲH~hԙm'Hy2dȐ'e/9(Ɗg' j*[S$9zÇl۾C8?7wO~!?Ѓyy{DZa(iӦ>'p<auh1Li5uzp|M+tizyyJʻO""@y0~kI v/P%炦 q'∜oNÆsbܔ%7 !bXVk 6:t11)/@?sBBY8j2bZ a$q6")uV@$  l=r.Hڢcbc>v#69^ iZZO>P,lin#Iaf544pcƞ=[N 0( Al##L$?> !!!FP%3Fd\Tahmmոvfsܐd9j4:ٌHTTsp#I{YU]Mъ𠳸UiX `5uQ }1xuEM|[)Bz_/4I(w8}r*{ayO@9_O_w|<?_of(nn+D]@ ^u׋i#kl8Njn ܹ5f4=_t1 wW9$$p-7UVV[9A0 q0r:HAHN,Ji2id 8TPPHQŒApKy \">NV "Pi41T I2f, کe 'B>er>58x6U E ฺA ^ZZ>0c=UXtRRDx{N'MkDOEP8C7`x.ѻ> ] K:PвTWn [$A1̝}~F ."Pv Ӡňa $#7&!v *p.c(e5n $!(T3AD` l48|  pn,tIZVJM_Io}`?nN/)f4Ҥk##pLӯzII$P I (N.+99(:VKumUM8XK|Bl߾}>xYmm/p!1a8.qEuٿc, cFah\GqjꂌcihN^%VC3$%Z8hv:yڛ]O/!nӘKtw w4) <Q w:E("< DTBEII-$hH"$nD^՜o:jm8FIg;(l,ٲdٖmpc:$/y/^z )@:Ā;wŪ'ݶvVb@r_N{{3Z1 (L /D(DQD"~FpcϜRI"(q3VL3\[^ys _$nn"% EQmr: X<I&dRr8lP,&3Mxlኢbqs9 EQҤũE))IX8~uKD"sx.9dY'6qS fcy^/F8OIjZ,cq;dR$ d+}RW[H"˲<]ٰ_g cJ$ :;;}:hkkbG/jB7xY]g:{8+j_X!L ݽkgO4!FQBٗW6VU$` (*.r{\Dm„I^oo[U $斖S&6> @N6d`Ux% ^ >RdSr1H-0  EjZH4~ƴt .tz<9?x<`8oi%ʬY3UM  _VVQQfڜ4]6*ڄٳgB$"T9sFߟpґ#щ Q2fhYQc݁A5 -W%7sL˭!M L);4P P"r _sUӦM4:>KI^ha,Ojkr,\te8δ zL"D+ϾksnAÑU}ni}n/)~;G!'nZvKRr~Uk7wQSs{ v3Ztia4Mwko,Dbno<]6nuWoim[[[}%ŅW_9aBȖX\Q(_ssN}W@o[~c7w ecwVߴXhk<<QQח4< ecƗikݼXmeG@ \'[0o"+C UVo'̀,.Ey7/_N8.Hv?8L:'4#(6:;7.Txi\2Ѕ~/劉=3\p fiQYwW݅vYoP@yڰa-8cd2x 񓧆=>_ϋ6 ťFr;w^GTKsx< VxsOչS4¬)II2R oؼ{Ǜ[Z )54<z͚;<Q48HToЀ"4MYf-7Pjjj9* $Il8ԟXK^&\߃tvtxsr<9. v9wQKUMs8ͭ!,+|eUEϛ?=6n{].|"LM$4~DRR5b IIMU)3g<rȩSDZ,x_x],O)K\vJ,`TӀ5veú!@}ûd.(dgٱk死(&}+mbkk-;dY8~f,_p4:ybٓ_t~^+{#̜>RzI!EQ|dN<5~NE~Q#s?̙PHEUM8h3f]6uϾCkoiu()z{s<_U;޻;^=YuSe6Hy 떼ĩ*O9i¸}K#ZNK}$oܲs㖝oS~&oپhڍۃnȊ&zrp8t:)H$H,X@UUQ7o|UU9~Yy+_5 2F ! 0Hj9Q߬KqY|ff[,wކ%E6A%e5#G r`uXt#%K3r67646bd%,]qcnWSөzIITzp8rDpĢ__\6v8p:Lu7ƌpwuJaI X7*5[Aعs48㈁#Xݶm$C \tT~a1G|KJ(%uKRRUQo޼UhkjjY޿Ƃ`wcLjP[r, pdUIIƈYv},cXΰoٲ=)I(N:wٹs&Ȳ<zC*+k̙WФ0}y-0`=RFzUv0[ssrw}2k޿[n _nW0?ho= 1 j_cʏm۹g֝W-bqMDY3z-Ϙ>3_S ۸mW^ɍ]R;U6|ߋFcيz'HUk66ϯX*`y_9}Oxnݦ.;nްeg,jo=nv]_<?oJ9}忿|51nں_E7৿6l5} BkyeYUȊ&z9(e]Ǐlٲp8|QM8knn.))+2R wH#⏨sƊ:0"C|F1b㡍lQZZ^jĒ>[0R6Ƿj;U1_q3QeH-{2 @<qcX݈iji~?90MSv)6i$%O]XM_|o˙=N`EyNLE6l ]7>k )$'brdyq]CQŲ&c BiTE JяV.R $I)/?N~L) 1tdH $ B͟@VGIrB48p<a8]'bjw0@>  yv`jAH@bF50TVTTo%fx'öttjMf9>В w B|NFBS/x <χaaƎk 5լSt԰vWi!0}u" N׻}~dAz?p0BHQSUthD6l /Y 9vmfÖƦ+bYvνnc҄qBYbCG7]΅W/xs8s;w{o+8H,^~K0r:´Litpr9? ^(*e665{\N&I㧎mp96wHmh^5maFTeOUTegLu:zH t#{F Lje83c, x Qd06D"q\$2dӧO1bDJ(X5|׳MD]7_=bpi tkOضZ'g#HsshB+vGߦñ'[HI93Z\( qC5b}uݬ[hzQXCV3アCp(boǯw>#hҨޝod6WnP*Gy58Yw0V׮6mx? Ejceyu)a9e99a/9gt$a=e3u@r_ai&N F#/^a0ɤ%+̤:Ov k3fNj7'°,և@I POֿa "%ħz^Ϧˤ[Huj }`taԚY6JgW\yDܹs+"77ooq<Oș,ґg?L~OuLzs"FBӧM޳<S4]6mFH8&"IRum$hn"(7n82gG1F67ST-{RꄪaCa6p(:5|V8G#Ѵw"(+$"JJl`۔`ڨ eY芍8`P(re )'{ܮ\!B"h\|"DZZj3LLyly0D(4MeQ@4K>oРA<O_(+͡% =JC8+OKn;iamcxVh2sDY!om;++rpi!h{+6mP:&Ft(V+qø )Չ6y0~zQb$s ^ cG˾W*1Wm9N4Ide r rU7+"/'bTU$e-89(psR<t8&hC:`0{88i >.>@SJy!Yv:iЬB+[CՒKlj^'6Ġ[g;fF;~4k*u@uI>^*pLUIY3ljŹ ͆]^xb鮓|.gyOal]-MGcE̞Y@L f&pSkERdV^q֙:%HpӴC]0f ΙbȘ2 #a$E]&Zzu}``F[7 va!Zyͦj4eXWR|א"ᡡV=`4{/U5̉[B,ô:_{c?aE*5Jƌ9gW8 C$)Ҍ@PkG+&=zAxzYH IDAT豓<q+ W\^6v0c$8c'*tLsvkV =JEH f`xjh@ e̱SssrFin/?z<4~摝|"0drÆ ^0 #: ݨj+/. b(_?/c;攉Z\{E~^0h>s߶dJ;<uomgd ~dV:^/M0GX¯o pGPݹww^U*[&u,I6j(`<]ջBNюo~<9tAz*?ҩ|U_ma`28GoڙHD%HWOv:픀D aN%R[nThGHݹ_{:߶DKl/|E0$V*\WJ9(r1mCF6][svOnuߵt* E姇` 5b/S!F?MQIYS.z']VxS_ 2=Þq%-\lj1tGӁ4'g^Vکt0CcŪ:nڡ-O^<p|^}+ JDΐc!DNKմX<;.DO)ի.@_ Z@|YڥPey|}þ5g K 6ӦNI&pv׾,˪&I2dzJhr/$ɄR}y덣K::̛{!WPxUSEek6lq\BH&㉄i,Ҵc+Vm?Dʲ(N4OG;Jv^RPJUU-((kE^n;R@&eIBk7' LjQ?&αư,>_qZJHtd>noڞ+9W|ly齮ݗ3'پ`O+ׇ~&miz,u//,jMRiCO+4}[1LPgo|vO%G-m: qf++^Y|F}]G~0߅OKOiǟ͟9F|{_$%J"ЦN[l eaws~z*OCIק O5HmU5?}/` wŶmE(ZjyAuSOߝ5_ys䟿V財]O3G A_/zmC;^3vVjR#qrߕٷт%Gt;v<~kZeY KzeL< GV4b={n; j:Va xZ COi16: qt˦~#S^MQ=D"NW2/iob} h7LzOt=7_`Uw]_9sJ#s4BDA[jBp" p8ݎfي k(FMQ9AUUN7NX _aeX? <)??OS5`")2TU6y~z# : onkc)dyPtxuM==[{ˆi/}tl 0[ZN8:7(MMMÆ ,<vL!HTԼN2Pb,ĩ<qK{SF _=eG@04 hOerD!LGWOHt5NDF ٢Aԑ&ê)A_mOh[Nkە;pWT#<zGລ ICOdTqFK د?06'~Kݘ6 7+V9"߯ r6Pyl" 65 ?\5qB vs4e1CzAushaH~eHm4`\zp(~-aƻ["ڢ9b+\N敉WO Yf;\z#3qgЉXmrd!r'Srðx#p<Y|pd>.>+DFY ヵLMtc24 r7׶+J:;v B8f薖,)kذaDcYUUt*c2ԋDqǎe9ߏ>#"bʆi~# ꕉQiiDָZi֥L4}Iq( 1Y>)ۀfa[_8=p2ɥ}Á,~Db`#ͭO<Pqh4NH|oڝ{ool[w YFc7pѥ[8<gOKkv! G\?bՆO9X<qg_~1Cwwlћ%" Vs׬b`S|+'Gw@8`0x&,.:>|UUʹhp8bq8h|7j0;̍5嶣5{yfȘ~m:~-R^Ro&pL agPqH ImT%TRDhRI0`Cx|׭3-J{@wcY$,veRr!"ȥht垈͆Z{pR]_:a ?u7߃O3@Oу}"OɑQbML)PTj@ӹ%8 UBA(F7ȃC0'#jy4c3r#"=BzX`_ F+: B|& 2JFT(JY\XM ̜5+',S'$''3L H)xn@J0ύ(4iXf L,m!@z1"]6cǎ!L:GP%վF ;vlGGGkk+0yP(BӼo戦0w܊ ]HrOveJiTGZqr?n#P<yR~fc@Ñaw/3>gL!繩S&x<2j4tÇ>Ppr tZeqQazeYgL߼r1tv~췞/7lށ^s~ht1|/?ʲ)Y3xs5W/%IQ5Da sgOϿז64xw0o,}eYϳ: gF ye3!&}1VIe9e\ @Q;t1#y[ Ԃ%|M`MӐs}3;P'. ܰYO"bmmСC{yG垼?=+:P. &bCہ;_ F'n0 * \枹m~хoߗuxD &T Db 2R-vhP 2˦) A2!*'^js (.<+z^^!Ӆ;ſ˜ ~"$>3֎<o?WqMV@Qh,u3X_'#o !ɤ}E!q+]mQvt2|oCY?7$Pʺ3;Jx-/mKhB(މ0(J+Cv$I/kC'zD^?2^4M$t W)/~lP ; + H*IR4f.bU )cbD!3g\fUkN9(8!//wed *. 24RJ4!fY1iDUU @F$*D1Bd%hy!#JR fJ퉱Xt왚mٶD]TE%iI}Mz!޴a ;iъjHq!PjFx eXMtoSQU%%ke2 =Hj^6 iHݲa wފ,8U(( f80BaiD{%[q֞_\\R~Fډ_9pu1 }k__tJT<G7pu[<g~槟z?IUo.[)^B㚚[7l:j=:5:YV =r=wޤ3P[w_k[( jˏnn1${cxhCc26˱SU5+ :Xkh83Ymܳ\UUzB_c'EO$,#d:Yim;px_~A ]PY]W~!1aNKB<xv,sggnmmGLfϸb^V3-xschSy܈B '^Xx齮A#2<=y{NU$?qg_(xm}x~fO8]?Q6L)ĒeC< o_2_ۺ`I>^'tWܣ\el.-HL;Ze͇=pkX''^F/@t]N6}cKhyZ (rרB3%zXqT=5c/fmms\^B0T ⭞J79E''   ,x9eް> 2Ȃ*^sZX;2\/G C ;:2"K5ކYL cFrGIA]j)N&j^ſ~n?N P²̔ DeEU(J ܚ 7n@)5Um /NP3eVћ3qbZk1IUHAAҡ,/( z#'%JJi09]c&:\9- @S 3UU4M9|]䢱pM]ˑk+Kr(*:dd"6bxIqq1 %$}$KvXV6nwuvvVTTiz ,KC1aZy99jVVֈ UB/$<8$ B q9^O"yV4!0erY^^^"8UY 8U$=n**KF3oA4-7'xDbNT'ecih"3"ҵ393&$8WVmnMgFMir)R3(*,,*P>0:|lٶtek3)^zյ /8bP%UU5M귾q4M'xtchzXL?*?(/';(Ӵ@FTЃ,3ʰ e_XӴD"+JkOQdQtZ=唊"TlّH$G2fԈ Ŏ;v܉MޑN4o|2 &$TۆuuC8]6T(FP@ l" cN b h3}R, ƻD 9Y[Qi(F<`H( 56*UUIR{%HHm7/%i`O mBU5WFez/YYsԃ1pSQY< 1JA#d]eCsЏ8EJ2pBUqSc)pٱCXxH P e&*rPQ)@ЄLl<bpEcڶӂ),˒$)"IR2l~,ocǎgys\~~];OWW$Ţ KbUF,|ӏs 2TťK v*t UUUNcxѰ~~Ԩ1w'ˏyu:;w*?rc℉7,1+pU`<6 T<P0%(9wsG2hm /) C{O`{/W[[밒a7-):{KȊf͆Cw}gk[ۖ-['Nw}#'B+\>k̚jai騍7ݻoȐ?kx-O@h DS6TmqKֈ6~؅ jn:ƕ?|u[E{Wɰ֦#GN,m۶ЭZQQq|`߾}Gx</=כSYQ;`{jDYtǭy+N v{<K,io;;nb>߄ Ob%4M݋Xlٻ?lll'b%%%pwRJ!(:mfכWZ:fsٰaÛo?[o}oʔ)pӏ1y>%!8ZJRw(QzC=eH?'9-F>MgMh>Ϩv@ H͹k3O~2F+ ^&.aY܋c#7z?GAԊzE}BCl(2#p85MYP&BnE"`0 !`YfYqQŒ{dh$H, ߕŹs3 x_CE<N; lft´r3F ;%\v=LߘA`p,HR scs3o&=)8rLŎrzij^/7vs6eVR'81p 3>uY )% Y#'egf |TׅAO?WwSo9Fe;!,:h_/ 9gdgu\9|{>6RuIJv}_>x+,^ɓ-nnnr«'O:tCafٸad8>ެ;m߶hyS5չޜ#GYcłjοbN2o a 樊 @dmWXˏ?hggpaxAd9BXUU}a)زe N{qqڵkݫ̙}Q/h$~6Q?䱧N]y͛;o]v +9CV;,)Eǎ[WWG(z[0# Y=kVk̲7xرcO|<߿%Bwy5W.|?Oz"G<5gfFFN?RC z=uuKt>GWV0:Kԃݓߊ`Q,@%QڝJo&;a2]/;(wen;{(a::wg[.!p/9^ `]jSY ,S*%V^,5[Pz[ZI2V{_7@000MO2<3uI'/3N&,cFvL0q4龂낌zI@+D/-qo.gI6ݿg06tWy3{˲ aBkt K̟?Q]ocgj` "{vUUb}ofQٸ֎D4Y<t$%kk\>kpASU8 بzSpjcŒA6ollB0 GFWW(EDj<m\1w4ܶm 8h Rz;X<J&%UUXWuqH/md dR'anq<Ghol= v}ڴU oPJKKkjly> qiTiiuUU4.I9vص^r,GB]>_fӈ( #Gؿ@Gg(7,/˜qj%C`]Mݢ;Ni'MT[[[]S&R*h `W @k[77T#-4MK*3Hn eI<B{j-MϚ|.,#D(]k6yj<ρ|}2.~swwYjP>/-zZ>P>G&52þ ~.q#X&~"To>s]{ݿк@p.ZY 2B$jFUU) ǦxER&8lYYG9V%YYs6t=%K*X#jAAG3ic]$%{b1IXUdE DzLo&;uP~NIɰg%M6kY3/evq*Lxt,ke]uu c{*3<G`aA@)%%%cF>v숪((r<L0ҟ1\ 3{<ґC ) E;ztMhomݾeY~(2&mYb0ꥭJ4(@_zr^D :g?@==sk,}F 6\r,K֞E*_dE,>8>E  f$jHKJӥgJt+ `Y ˪]tdYi)Q)F!Abjj]C[o# x"LH`K} P@n *E ˲Td Z:7xbNxwvy^Ԉ Ma8%kh0( XJQM9Z `nݺs%E3fL{+rRc BɤyNHuJ CDlL{[騯kd0 "TU<g(**vl?mWUTYQ$)Ivݻ/6m;i3>Ab@ t3#]I~6z8{GpCx==JR^?̚.,2CtFO`U`<,",>jȬAۯac_{_{ Tr9"'R=:Ȳ\4(H,.UWV!ξr}t3@ >Fohohhi]6cVASTa&HD"QǢD|.[UPHqQ<vhsKݗ>e1+'TU-\ܿoRJ2~\E'6Ře?ԃdI>myؾ}j^RXlچƆ3f4HSJ̛;% K o d (WF)bhtѳfH$b:;kjkkٳc3f͞w޳?*Bqq$əF)VRia2AA }KQ SjIOPm߳Y|pd.="|,cV",C6EA%I2ϟ2D!PTmiSN^b( /<TαW,J&$qGGys&|6vSLk?>|;(6+5y򤼼CS*4.FB;wUUim2hڴiXܐ_=_ONUuț3nsvdk z@TjwN69T=8{WC}caQ 4"c b,K ۺmJEN{T%jSKk4?vޱoxq44i:1G 9Vk;o /ja1ڽ랻<Ξ3s]v?ɇ>Ǐ9\>;wkv- ^WcԘQX* N (̲a#RF!YLh й~x2R\<de,",>8_2yt @7i2vӧ+ފU<+tɲgN8Ps,#c Ӟq<ChYY]ڵ#(˱;w ʬ(,SY]S&M<+βbXS5uǎ`JŢ(J<jT߷{NCX3y+ϯk[Vk)S+DADkz v[W0T .O$SL*Zygy(yq˖mph fVD(8p  )@ػg°]@wpmmK=siSvOp4xs.:uF9rrۻ7N8qhaQ$YފP(dDSKQ"!m߾#ߵ{_[{Aj°ChW@.+ILɾ=~ŦVEYdEY|p$3B)!UUTX7*pƢ7ldYF [1bϩ}v5B:|I$K(G kձ2L@ TVU2WU/ ÇhL$=τNUTEQ;ft,M$cXQVP 0GaYU5 feE!DatSТ7‡N:USS,2!8IA(?x8XeL JO, "PYQ}I!ƺg;qaj}rQYQub6յj: dYaY`9vɓU,f˲}:#G^R鿄LUe3z 3o. | ^?WQ_AB.egemYdEYd$ Ob0dJ#OiZP=ɔadlҌ·c2bSuuv] ˲F1~Yʠ(u0,P4=%sM--6n\>ORT(}oDRbYFLdYq<ՠQYza hwQ\ *) [,M@̤ƩPHږ#A3AQuP{ #M#&%a̰BbYު~LbGdԓ1`fѕѳ ~Ƞ0?7]?p","|oYBz;]aZ4b#[XJY}^Tf Ȉne Ғţ.<JFH/r;w;rBfJ(ϋt1D8P_Eh… ]L580c4B _fM<[dIzM!tFœf6#}Pjg1b4I_?4Apo.ip&3W ]M\؞ ;pY|Nθ4g骲U$h94c%tV^pNG aѬqe7 ̐{ާ.֛ݥ ![{1.l6I<I)aVy"ݬF;zfʀ^ib?3v)=(k11T­6^&cPdwa,/k*?1}K\b\\ +41S_K?™ɑ8&Sd! 撝ȭ )B}Y{}k,`v|aH2Q5u/1ʼn{xw3?3 YLF郌䇎^A ~slVUCӴL߬RE t`-y:h)i7M7>!@w Bf<tzf2,svtZRC7{K3(1m,G>h0$OZHOcޅfa]=ͨ'~NBЫJGÔWȽ yь_L{R]N*ˎ^i*[+wD!fLk%y&d "dzMF({?!90O奡YKrJNbEdޔa={E1B|{~uV5-PN! jCONfU+U\BѷJNG*HAe5MS[y>??f)?2'vH CO˓;S9x0ͤ}6HYaM_o Q L"ęa+g>`Տ;JppBtgqJR?},@)X|pF>|"x !,MہA*%**[g5@l1$υ9_(lA¸ # qк}#*Ԓ1n!H U!v¼Y^Taf _WTSTb %m]<p V~ B}i<$KSPWPvJF|Z( nNq2jB)g~p85BbMRsN:Ti{'CaK1aqAKzL{CbWB 3ƟPF(ĺ5kL=.H_s1utw1^4}vYY4 u%~# B'"^;!a FayJC<ƚHQMUy;:7=YwE^jG-L/2Df:Rb/O-5mujZ%bڣI "H:LG acI_N?ȠLZdi.~KV<r C1&m62nȴ/qہ#ICGL9|Va0_u& 8ua=A>IT6+ X 7d[+g߾N+Slzmsxծ̛`Kuj͝ڨBV@/'F?W_}]w 3<_QW^yBOg`pkk~~xɽYkZ644<sO=ԴiΚwͺot֙*x!#!;|_eؿE~SO=eժ?SS;ց2tD:DJ Q Q T҆&JFT WC("=x4U3isYihB3RsjU!aFTJ©,iI uLɟFTJNΓ/U.:tĈ;v ̖Q%[W q5Џg<;TS?{E϶nTHJEEQ"<QE@ @ tPzB H!'o;ӿ_vͦ= ;wNsh"d^)#Ix  &Fѭ a繺˸H6n}s3,MўKWL;_+no j#mVhrz}ySNMV@]Rhc#:yդ7pƷ60O릌QDW ,ZWnǬQr.V|8":tTWV6ldX6-_2,h|֐vӲM_?N/.C0U$Ͷ/ z Α_Ca"` bԣx{εm 4#˿]bXI9v&IKE,$ … {OJJRTUmm-s 0L&X{jf{~}~aAYѻ|e(%=v}qzxx[8H UB-A "I0V A(j4m4=<<fcR\+λ3aijR#M24-IhjhP< =q{Gl(&p wHݤVqn CkZAQ(JܨVcXJ*LN xc"\n"HJ"sViBQ"\h(x{juE3vУKtO!@]QCt]Q[p\ۯ{,zAgHPg9^`,Fw. V/~n-򚏳 z0iwUp_4yLc`]3xbc<P iFW'A2Xx| kWM&;@:Dl`=K7s #0GjX)jK.I1ѫW <pF?e ֙ -LR$6D@>rTŒLpۻ\b[*K&ZD4.F:$\TRKZ]pvUOOtR", ^%4+ N!h^%_Mʑ:#sENdE0-Vӗr":tXZKIEБ&i'iC p+ g2aNA^#ޙ@?p}}q孂Ogw`S;ʰ|˅l"\ p9ma*C`U#ɌwfOOtRk UoN^M(KZS:Mi7Pjr'M 5+Obmn6%rrKF@h2GMՍtBd:^/n<˫~}LD iHj=uܹs ҦLbz}jj*EEE"hԩꦧo#HP(oܸq\QQɓ]\\*b9uZ 8q\.tEQUUU&iA:K,(9~xLS[[;zh\]]'L7]|XXXKKKXXXO:yەϟonnJ /##cرNNNyyyUUUcƌqssmDCBBaX;v̘1(FL&ӕ+WC]Dz7v :LyʕC `H՟:uh0;1''Ee#ET||>ӧܪ&Np΍1 'ДK, D8 'O ((p̘$F!"Kr[շ]ǎ T*E ^EtZ*Gz8[v7NJ@6$Uo^ԱT1Ͱ#ks,=yZo2`AuT>\, ׿hhOWuQ LBc`xZ¼ES<bE8 Q/|ѐih_Up֑_I24ֳ:A~!MVuNXxjѳ&/k[Hiz>+/~J1k66dЭ|8Ț-RjQ˜2?Y]EYF]-ȕ?6})+馅:&OYϗ zMӌini1lzk{sa5MXiڧֽjZdJ6?av8SkZZ*z1pv}\ ~XL|FM+Y[w2t4|!,EAwӿlIh_:۲;rMhn2uRe[ԍZNjY­ڴh}4_pKM A;1}Q^̳1/ol\WKu Fy2Y9;~ۮNGnfffuuO>ٯ_ .8 ---Vڸq#A'NX|d ^jiիWiիWUUU{!IoY~cAo0>+Wo۶A~x뭷juzzefU_{̙+WQRR'tŋɴ}---w1ͿoMQӇ~k.X}-[(˗/Y a`Fq՗/_?oi2׭[h|W_}e2?_ xzjfgg̻6l8pR<yMH ኊ]vQ[[W_4b0z48:t>x={;@Q 0.//;&~}Q8|tT?@hڴ*+˷m۶uֺƉE8sckׯ3,uc 1n.Q#3n\߾}ѣFNݷMojR5f(iwl۶c6y„q(<7x0i?ly3g„NRimm99yNC!zDhC϶Ρ=ǖWKkK{LfE`X.Yo^FMkd!KZGucWT~Y=(ܮsiO?+c^lRj}{LK /oVZ_*~<Эx:I9䏌42W>?QX8{"*~a"H~`<QVAUY/s*ޘß͜@v6?Qj8EtSc#$ Tq ύW|'Ҍeob\zt.!}fE^%˹Dnyʯ&K+D`\gw_/}X?^39J֑֗B%UA 7L1W[v:~4GVWaZa Ys/.Py/(R<@ܼG]M$p7f-Ve]5(|oxc_Րq|b<PGdm)I"AXz!D5{OXx&fd?2?9 oFVյFb8>/_4hPAAAuu},#<hѢ~;777''G* ] 3f:t(AeeeR,J~e˖͚5+55U:Z{yL sMJJȠ(㸤W_}u!77Wܸq>}z\\kBB۶ 6؅ ?~999&)## sΙ3G" 2DRٳ'>>瞛={ӧyPiii&Mz\\\KD I 8$><lذUV-\022'NL2e̙cƌ9{lyy9a0 SRRRVVFQTYYYEEEVV#f7PlYZZכrs kk Aթ/`8~옧[ Y`hJrQ:rsBa<qdԵ4:yJ*z{<ԔKZ}CEQ0Z kշX-*,,+- fiU+-*W7&cvfL*xHpmFI}YH Bpm]tbܸ~bzzzL&l&f^OSt/_K @]S6w):&Հ^zit0%^J-jO NqF`aWo8a!YϺ) $چ$iY |}LH{`ŋmq @@ T.h\H%#$s-fkjGAjB*Hunh;ֳ9VceP Ƭ**rvBcSeCi 1 .QR |FWpқff5b-$ጌD+p\]xXcd;+LsQ b$2hX?TcM3@t>b9~)-͂3 r  ,7,BL#x'UY};5QRn?<s@a9Fu@E@&i&+'A-8Һ5kP\("a #)yF5c5Sq5,5lQ=$GEIܔ']) ҈':k׮-//D0w2k֬|Pxik׮ϛ7`0޸qv} $$׷Ѯ&ȑ#vvviZ`8B Aa1Y qss8A T* I^^^C Y~}~~~zz<β,B; py>))VRT2lڴiEѤTTT0 a03~~~#G磌]6m4"{GGA FQPUT}Ah4>}:%%j ?˲ޙZy&A~3uD!XbXFk}\եXqh0MXK@UeUZY7hp@`ٳqư,^"fA1`fd9D8S$FS4aMۼXf(Rl XT.{ EGQOOÍ)p\l[S"iAya`|OL}Nܿ=>w^%v@@J>fP_B>n@[+pR{c^ӺQ1P1YƯ<o45X# A*[lwGj)0 @g+F [v[ oWZKRJ)TTE9K`ަwd9l^@flB 8  >C5UANcke_22Jb[tfmlk^ǯB/>R+>񭋽[ c__z!L'IQOpZ&ΦolXIN'rk'WIrD@B\T䟞 tkNtlb`/ttDWVo;z!z6hH?<E(43nHU-y.z k 8 k0Yց!Da9wj V-I3BP}}RHD ~FƎa9P $G`0&}ɘ^d vnj&uDe3F)Ʋ/%T#L.reo,Z3ϸ0|O2EQEQVV{xx 믿 TpoeY)dA\|7lؐ!U]lMM͔)S&NhpF!ގ`[ IO?}ꩧ}Ǐ]VCt]]R|W ӟx No(d2UWWO4i h2P?:a{SX,JY5 r\&I$|ȑ BH$ڵkJ7oގ;N: 'r0;f̈ys(+yy "٢p Ms%MQ ZF"3Q.,( syi c! }m`#hUuM@>fNeeB *D r\̷-M>W<zKwM @{?S~{DA0h:۸U5#^n!" RL,xyQfIIQvRzKfMÌwk|ܱjRA>nl_5$o5 )jFFyoN\)lu:pٸuzi.(_Y$з}IqgKSGg2M x(a@_7Ty!SSt\y~덮|h3c"gI 9[}G C{4,:2@??oٟj+ gpZtLy5ux nH/c ;0pE$xddն 7MS:M{lDKs:aZc* Yl֏a$;螝|~r͒M5j1B0)%}\Ѭ*Y~D?_7*J5=>0X4alOEtSR 4pSyn0 Yidu/~fYV?c IqqGrBP42ȴl>*m߾,z;uBUâ\!R!uM;>EnC9s&88xܹRJz܁ :oټ}vp񐐐ثW9s&???(((777oޜ3gG`Gy\!޿ĉ ɓ':' I(ioJVUUrO?]xqٲe}dq|||rr3 >>>Gٽ{^Gh48^__;L0ᩧ?~yhjjE1B*qpgg5k 6ٳòjq|ܸq6lpvv6L!!!ŋ88P.  mnnQrr=;{lH4`R/^"tSey4?_?)bhFIfAF#pEe%fpYy!opۃUNwZ]!6o[61B7-Ԝ|-aXhhB\[vbS4$$B( m {E`Gzi1à+R8e=~%c7Nu%;9^hIR.+ۄ3ؖOKhqU<nnAFqAPdl5m?MrT<ť=;<x|" :z6dYl[(8,R? ,1a~x@|@HeŜq m{E˥P0I/5XX⟚|fBABp1LK1(6T<a%x\Dgb5vHżJj@0l(`$HpI"ĉ$jl&1}`Q1WfR8&HV4n xɣ${a[}C g'hT[N!ޘ@5Ӈ_zY.h   Q"C}0W] a@+u#U Y65O"G<;I}<z .EFH0n'-~X%@ΰjX'@"$hb_́0c68$B#%nJF-#FrbrQ JZ>3J<Q')L3PJewTq0?ZvԨQ!!!^.c*u4779s&::d2,Zb? 1cDEE!P(rxWT111,G.i1c (CCCAyðSN~III7o۷o|||M&رc i#FLJ|g oFBBB]]O?4{섄rrr\\\y={ 6lؐe˖ ^?z踸} FDDDxxSQQJ:ujhhhPP CQQ?)H5lI*80B1dgg4}WWW?~RZ3h4Zl*P@E2flt`K1 d+888~HIZ f)aÛR&ƴ+0\DM>SND:vdmʉ' K|\ܐҒC1,L"(A22 l:-cKdDdNN^}C㈑#&}M48.+&c-{ӳoDF!)fz3ʱ$aX,qqQTξyyy&L߿ZZZ~~葤L ðv 9gw#W-h!?&;Ҥ;/v%g%ϵ-q`BFk|[zԆ5O<9s {C{e-]G9%<,dp,TiS{T\ك ݻ}nt9m׋DXy[Թ,n׍G)r]mmiaܽG~om{.C;vm+u1?ku @ gqW/X71bD$I8]t!"8t)9:|.߬^lYddPeY@M+W,,,=z4a׮][lH$Mvp'NXvѣݫ+++,Y% i}(b4-D$ bY 8b#a*իW/255uʕwwHKK.--X0 ,'VzVQoOR $E5*#Ŋ""'mڴHX†%& zݙg& A17"dGn^YQ#IҬRL8I$K"\<zo4668Fѣr$bjI@ŋ twwrA >wwRSh5Ǝq[҅ )E]L08r[UU r҄*W KJ0\r YiAeYV799y޽k׮5kֺu۷rʘ^Ԍ.Qq0EPDHՀ;ԙBoC΄{I(W;*vc^$dAc@ǝsCd.{OԞd?ҸsWknX-Zo$&C1w.A۳wdmV=qmq!eEmϮ)bҗ.$(Wlgb u=K|½1iA}!CA:8Sš"0t|Uzw^ ’]&Ǿdmd){@{.m9ІİOoߔ{sqz{{ZJPw0 enKrG+(Cr'OM͛'vdzFFFee%s4hH$ع6p񁁁YYYe=\@@}]y#0H#8C @Q(&@ NN)qT&Q*a`)K@/` c%uJiVõ9E>xs,bxe}n0hZ,D,%MxGQP KKKx^<}\YQUUQY)]]z.\bYN"ݳENXIDlXϝ;DzmYA.]X"!dNRB^/c?~tsgpI;m=n?1N^H .O0@0L <|o/ǨH[W3]I`v-rGu-jVurdkEა@`,p'xv-vyq0=o}tQwGj&t`vA3_'n3\^\ѱcj>.6p.=L]ͽ+a!$n)n2-= Ɇ vS_봻0x.C?l=aVuWA.5J8Æv?Y"F=f#`3<㘨$2-.)Z-.ʐ>.]&$bZ9T֡$` 44UlFqM\s_[ac`F=54ô~l8(oh [@Ȗڶ l2 Po߿4aѽ0u' t?ZOhk_7a\RwCRT#._[0 sM@<ئ.{wgD,I b Hf:`6ȲkZ㻍#IPLkC_8#txgVn\[m9'J=)l.~8Ds2x[w>P{X?{<dn'=vy]8M9$rx19wY>d۫fYn^R1v][[8o˰d`M&3r1 YA@*͢ 7MۭuW rV !m@Ԗ@JaݭEo쥿x{NGYO/ZGJn@ҫ[j]g3C,uU8ײ ÈDyskh<rخRe[/fp{}으~JwP۵xz>,P(vGrr3(4B~Q7#&8>rjAY3 ]qgbİ,˕'P"C_R?̳AmQȿ:]^ea0~``ٸs?W]s@G}uop\,v38n^9°ͺi-_oy{1}vKEOy{@mPd'hiԁdS7~ӓԣaS>m槵q#vp YYbW==H@^l0 -L@Q L&d[ F^/dB Z-A&oZfB60dVUo0-sg6^z>i0Fc H^o $IAh[bI& !D"ysRoO79*qc,B}L&^/ nDO?x҈a$0I4qX$zkW_2'{ɫ dm-6:m$;~,ɱc4ӎW+O_G-/hy~F*:;;+.8ý%T̴`{\6#'p#m&׆ʳitl#;~= 8=~'8ZjY>i_zDnݮJdkOljeAz!;zoKZY[d2iLtr:bJ dRT*qqq>scOrZQq)a TYy ,UP MRT\\N84DX/1*i SSSSTR.($:rx" .67$M:d2ef,~S&745kZ, EӉC {װĄ~}KJӯgCp*s<r酡2*DM8Ï֮s-^ĉT*Xe]0 wc.]8ǂcرҽ5!CLvwc-thj+ѨQd2Yiq[)|CGɓ'VԩSoܩcp%Z-@酅BMD^@4!!!X7)9{ئ=`Z?p<+u6;{o٥l/nvzͻ(=Swk+P't/'4RVw/7~7<lڴ[)q޸CO<Kƍ \vʕkV>jpÇ>;/o}ח*+.8o>2s7_9N"<Ë_}cxoGN*(.blR!pʒ89ɟx|VKL^^S;v ~]B*K%o:r}[}}|6o]x}ri$l aܿz;2ݙW"tuu3fLuңG~.ðۥLk{]kȻ ;LWUUuxL~chtRUU՜9s BAMMM9sJpV2eµ略v͚5|ի¸8 6o<hРUV9;;?Ck֬D/tk;{Sy1+s_ك@]UdkGgnp {{鿃KGAeQc|п_L[9gg7ч=5sɂE:pGrK/n㢅/]ISWk!q{vmk!P$<s0 ˤRX<o޳z駟 ~g>~&Ӂ뿔89Ls Gf#0{זyjɫxM:etz=c 𵏏۫#_~a-cF,,*^/7nܲg>:zDMM]y58r<'I ~E _ܾ}dNg_|UPX$$LjZz=quuu Ä q ())A$$$D87ͅ8O?_H$̭j---y><<\X-++3Li 9V[[+\SSBQTss3 555!,,Li...i:,,L"0 (H e:00HaZFQh4t:OOOsaa\. b R kR )EQ*JYmllDGPҷ"H[,Nwȑ1cƨT*HTYYh߱ Ü?~߾}ÇGD, jbuuu^^^(J$͟?$I;7n8nĉ/2K.$''VWWGFF}{ qA`yv}饮Jd`lmtwyo{J;w{>#*H~e.^#'^ Cjh߸a0Rg/贺Аsr.]N5Qn]NK'OAzsFͪ*8eXt9V(ϑZCqusT-˲R_d/WTI$s0LJӬ'XiDZںRf*+! HCdhF.W\mm.n߶y9_}ǞI$@ @%%%o[CC)**>}?o0>e_~eպf͚Jk>|833!""b֬Y{Vϯ_`LL̒%KPݸq x]b~ss3 UUUCe͛>>>}EQX,X,:.11(..7@d͚5׮]A044tҥ-_\Z={3<#A0%%eڵ"ݽd}њ5k|}}vZ{h4R5~{?fyԨQ3goݺk׮Z?2O>IOOy>""Bϊ+,pwgϞ7o^aag}f4M&ӄ yaxiii.\iz˖- .OC֜9s}Q&PWWk׮;w/\L>}߿ǎ(0K/AD"QTTQvMB&)4MFFŋϝ;^"[H^j/1!' v1tt V9b$ZBCFGgdf+(5rİvX,V-6rL,FX Ð"IR&8 R AdBPTPFDb  8β`k9ʅ! cWVTq, Aa3 ʅiT4M,3  (q")7\<JI0q$ICh T*& CP1l歧>u`Yywl !ܿ@f졇{_駟;vl>O?tutKƢ(zoV.<x`0L2ɓqqqSN0 Fq˗/ \d_hѢ_~y֭?-[y䑗^z)---669seN:7G>`mm'֭['H-[o߾0!!aߺuqも_|lٲ'Nz\^SSC4& 6YfРAW^ݽ{wSSSjj* fxcbbv]]]0̡CN<fXkܹsΜ9EEE Xx6m<yp555W\!IRpJ6lX\\IͳZ_|񅻻… /\aÆ~q7c V; 3gK.=T*ݰaÓO>~_~ehhJaannn޲e˨QR)E7o&%% ˗/c[,3g̜9ɩWrgGB2Cwgx[Ruc´_ooy6OwTg{;Q5=zI=&ɤO==/a؇CO: B rNrOa0iW͙=p&\+/M]^T_VV왵5U}# G Xl%OΙ-9O̖ҥԧzk㳞 e7&+3 3A>?/-^cnj 1\, O' b 5 ᘐ@D$+*.),*78sC' ϛ7KKg>h*)-չEO͙7x?A y-Z_s>;]8. `AAAGZׯ_2eJtt4/^7o^tt 2eOOO T*8j^vmرCoA/4i< P*Ç zqj :4 rbd2'%%%&&0iҤS*LJ=B+jjj4͢EbbbhaX"nEr^/,,tqqٻwV8NV'$$<x?8p)S\]]]\\0  \rexƍw3frA8qΟ? 2dƌB:XrR4nnnYYYj_ӧׁ'b(****11bߟ ;vzVk0Azl4z6H$^^^eJas544l޼9;;;33"&&"Kt;ltj+:lWZ e?zwߖ=*#'Ƀba04A$v5<e%a }=V0<l+P.8+aX$˟yv.K__YS][_ߐvI,ڍU{j]u.^ť[n_{=;*+;Nruyg~Eť4l޺mY'N+X,qn|3~]{abQխ[\elAq##F ?闢\nr9 4,y}+//xczM[:Cda:ip7|GӢٲuss}W jo_qa%$ @6P[BI6 w?{o0 =e pð$Ia@ +f .mSu)o &tIJ,M}هm?B9􌌌Z]#eee%''| |PG(LQ<4?9~ >SkB}f̑_(bYVBpss a><TO2D$y{{RNERRҼyF/VUUegg<s碣{Q9жtzL 0ķ9|Nz@Ǥh5p \.@H&24f>?p{ݴ#tpnKx=Sc߷Ah\ 0!,("w.]LaAh499>v1Ehd[ZZK$E/.|ET& ʤGOIIK[/$W+MS-VE~ܶk.lp'6oxNт (sr:x#Al, o+H(f;qR`v38߸1wggg7qMGQTվѺqNGX,(ee2sRtVH1셗sH/!BS6Vq\||Ǝ|ʕ̙3?ӊ+\]]-ZT__'jZR)͇ e˖q8.]tĈK.=vXHHȞ={.z3 c6!Y,15H_F#0K$df4z@@͛CBB233D"d:rȴiN8V]]]####""s+VH{OV+JXPPʲl8.!!O?MIIJgϞ}GQ%– mm޼bٲe0 zݞࢲRVm߾z>66.@ˋ($LhP(f„ }KKKBB}VOHH l6<k׮ѣG;vL$}g͛7:t駟V*Xe96!Z>d/ {{U=~'PC ՆT+ . ]ܵ\PQz !L2{߼$]6^޻n9`or29o25"y9D~bi/,,4< L>E67j~>Kߜl.}_ >1BRY|--Y}êjIfVEB\69UH8aw!"B\iv8ĀcfO!)=~R'EF!} wF1IDATvZI P5w5yH}J(JGq0LKJJ"f<<Ϝ9izcǎZ[n}衇(kF&Nlٲj̙0y_~B8bĈ@o>Bؿ￟DIiii!!!,feeL&@LL qj:K.)..~WX5jԩS)$.F1++KՒf4~=PRRR@@ III˷mH/]wݥ( &2 {)( >𨨨 e'O\]]`Ə7#>z/M0W^;fJNNe.\xgy_p<@?1ڿ))).i:)""駟~֭[qܜ9sf3z_&/999::hfL455M:5<<ԝ8q}***Cpx1 ذ8T/ZP,HRngE\/U/_ai<Oio5Գ0@fku:QyiӓL@oS\%>z{\AX!$1QQ11}͙jֻ6l6<0,8S.sF p+a h^xXwlyuik{y+"JO9XWW8]3hNTeV_Kӕdf7HG l6L*4ML&TTT<O;q811Ca;R,997Ղ Eh4:r9 a{{VybF?00PNPQQA4M# FEj}fԄqW_}ٳIt|ݞv5 y߲2^3,++yD$&=!!! 8NLX,Ubk69s!..5jKK  l#""e3p:Ċ) @;1XBח$0` aF;::t:0o[[Vafol,7Y%/($ID_xΟ?֬Yaaaw窱)/?r< %lQ3wUMM U}#JH.bsJ})<POV{?s96C?+C6"ŭH HVԜ͛7\rӦM[hяk=k*0¼Fx88eYǰ,"Sh3$5h]׽{ag\|sv *2Fe iZ {΍nYQE77^RP:FQ!$\nESZr:ٝc!N Bz?$y +sRGLzd8AU wgdSSS}61#a@TTe߇KNNwTiGݒؔ: aSݓ|Es}3 YYYNsѾ7&ňظ 8ONLLEQ>T9#$̎O|>lstd}JQaTo|U$EOQ[_~U$}dL.*0C"Y$ P# (jǓqOa+c;:˜K#=K2T%gH{gQN\C^۠rF8./BaTGT,}O[(W_q(6oe<d2]6ں]m6FZ % ROU#gX}YvO?$wwU!>`- nV gן_%V} >tھbݚyn1߾J! X.daT7narz*{mšJ<]ߕ:)UBƘaiR  i$6@~Fͧ&~:G m_/]?!<&< ⬖#1OЯҴ lwr$~w9ڳn~n'AL~ }N^ɑuz{Ÿt g&{\ߪo_kOr.pK/<c4K-<G %Qʪ7}S0FT!Q_$YfYiQ%IfXWt7m 1/|9+#.6&'ihh8-,J9փ,S MF$}?pC<av("g((BJ`Ȃ Ҟ2_ВN''spt7dl}zm镨=;vt8bݮO7;\\*u g1褐,pRÓDIP (ٝMh'i/=Ƹ74$vދ cO%5?Zv$I ЩSwb_oM;;䘜kgBo1'ϜxC@ %>iAZ$Iw{N rZlO=HGg{uX}d;_maBCLFc}}[83͂U=)[[h5HckkE8Nӹܮ`ljn![g}$LqCn~[a?iOY1A N5&&aa6xz=MS(&&&nHȲ²LJrljjV&쎦&RAWC;[xv+Wi  d wPX V؉]6b(]0Ripp=&Y&)4Эa<"Emᮬ]tw0Kz0 C= 똌2&Z*P9 Jm\A C DSLAiӝDEQ CEVTmpcH^ǵ[W:?)K/Ɋg+ßtyڢް;5-%b.&9mS9|:QG |mw~y---4E:cڝwʧ{m—L&dϗ|λW4뎝Ͽj\l=EAG̦gzLHKV!u  #a 3Mx{fͦں^zسO=/[oee#G</.X8vTNzzyODGE!كA/{iRbsO?+>Ąg~,-5_ɊBE%snͲ/lN .ȓpؤ<H(D=8Ό@BA @πP֊,ci^o0v"RIj &ŗe TS4H4{H/ z!` XQ B9fXYTbFb!|H+MmC C,r9P]8a dYhH+x_ TF+!i8(!YR$܂H2q^6@T vo܇ uٱ:6]!F>y")Cޫw/wIq.+@0(&aDVB @!>0Ͼm444h+t:,#=c]}}ϝs/qC 6 _[cG͍+g>c|&^qŌn3d6/~_u7^]aQ8QCBdEb0̪74~Vx?vޛԓڽ;gC>cedgef\ʕp{ݤ.`\bB|MUezFZjJ ps/q-74tHܹWCM]t#?4 ,4L>fgigXzo0RE[G[?ο]uս!(e[p: n PD@$k{{tDӧQ˒!= 1].éHqLt4S&nW$Q{g3pEQDQ0AA>*2ىeӗ(vY)(gijҵ2232I/;30InJ 1G䓏Ϙ1yApv${0n)F4Anǒ=Cj.@p96($K&֛g<4w_f,J(zFIhu$ESE$Ȳ$]0n\rBetbE!8$ (I(oznB}xSfGAetg(GgD M 0@::cw`(uO״"&AR#CE5>.!4pਜ9#5J<4 ߮hkk cF.IJhHHPP #۹sw[{kUoW=.6h. @;rs'Mv2x1SL#z.((=1thvXD ]ys :|[6+>4{|~zV:$aH`^ܠK:;;o1mxg}}  ID7+^XOHPZpE MSQq!D 'cbb ڃKJNINM6u1(s<<Р>|811q|e%!>>)>y&9b-6F駟&njh>V~jJIM>qF= !љ}`o]yyadE ݛ_x)7뗹}ǎ~EGD쎄`EQ $IH ;z4v'&UռF\YUڞ{w.0+߯o9xp11)%%mm1&QQ@3LGtPggg_PPp:22B bcL9<ׅ7} @|pGghB <;kΊkd), O}YĈK>65'!,)A&/Ї6~@]5`I1 HNJ,.*?!)j5r\ppОkjeIb4 @Rb)(k4$ˊh>V 'ܵ֨qW(x5.LLL{ݶ]eaBCB J?v 4E h0iݵΙ}ިȈO.sK]YeZ)F++rAQqzZ:˰HAfg{Zg%eG yŋ/noxkj}!,g{n7vϒ sm6ۨǎرc*Y G{UUA3灭[9rػSL&`@x嗾kǎA]2aBG%.6999)**R7dy˾X >))Iok4ZaFS&K4v+Wtۭ(PQdh(rKKSVfmÆ )>z(k~8 5kv{zZJ=;$:*zic/lݕ{3*+aqc93r͝<.[XT}ɓ'\!ك~aͬY:;:೥KƆPjjҨQ F1ʏOp(Jg3f֚C7`t{ 5~[TƝ~k+c<+?sUÓ:[}?ܴSԍ" ;tշv7{hy1PX DBc_ZzO]pYw&b~~rEソ(AI8 Nea_6o]X$˲Fó,HÇ]~շY 0LrK?"֢2pʼnʷH(%9phԈ0 Sиi7Nmmk;`t:]cSs}}3n ?n˗VUVQ4ڛ0yǭcF~;-9<%%d>>Y[T UAq(j^O ~]ս$ + @1ё!Ar:Y8f(]7CdGEFX;;VZqD믽ṫ""<埯iixфahH1wݻwOMMՑÇwޣѣG757pFJFf-[ ˏc9ji?{׮j }zuRb33Z"""$ MQٯ ,!dI\h;3~YY]$ ʩY4vѣrbZӒF_}= tvKi)oq9XQ㢓11Flڴ>x̙_yÇMMIiokH ظq_6Æ++  1bĚ5ky\:ᒈpK{{̨HXit1~^=#&Up>wr:yO}6@<@$9>Mc"̫sKdvxٯEU! 1}e mZ۝%,*]84-g218//((Huί^ګ/6V\.t%Injni_6dVdp{nⴕU7lzѿϸ𰰺zIrwzn>p2Rz/>Goh'e?˹sF|Wt;vf#6mzM7Iҝ:N߻yoW_:Ҳcz7q- x7@Ofrl6busVw@") 1>i)S/QXƀB!e!^(r\ ˏ<g>EA( Z6 `OP%"sqFE,F@d *BZ)sHRjCS PE 0c%#$IaX}- Ǐg5S!,KEGCtZ<rȽ{mڴ~y]ziaa1B2s˧L^lKK,DXmko-=v- vM榬rFYU=d1 FʑD74fllj$jkni-(( 몴: 1, )`XJKGSKk$''M6K'N{byNp/-GR77'o+ #s>-&LQX_kڠ^D>U Ap2 68np%nDL\_Ay䜬؍O@Ũ{2?FNg720EE%c_xekBKj5>0b1|G-xh:Б-foh4LVyO *+?jN׊U:.c1Ǖθ7ϳ-cKʏkxwj#yG']7UM,s CNeHGEݽ4j9|- w^;A‘G.'q}a@ q>{BkyL#a z~ @ƐQ( CS,4 |Ue%55d/yORreL怛oe_tV@zS&_̳vt~\`YHQvGٱr{g-((zcǍy⋾v5pӧO{rw6lH{GPS[]]s%gee67(ɲb?h =jiP r~k&E~omCC<`]]MpHخ={Oiڊ[nB o;KgccS{Ҍ(J[.lˆᲨwtZ)۝,15 A! /, 5uÇڹkm;O3Rc6rӦOࠂlhlڮZEˎ_nĉW7p(\r-Hf:/N7R? @tÈyP2CS"8~xg,gBYEEa=e ;[|#2Vl/:xQR.(I0(qW܌w\6`[~a'~azf۴W꤫X}Yh4:!TPT̲,Dz.38Di˯B:V9BUotnش@QMwih4D9x߳w(4MtZ ˲yy9N(4E(u$I*TQR @m]FyVÚht ð,Úu}c-mkLS2$X!KL nXHr7 T)0L``d>)8][j?€ŘFcQ# ˪Fy~B2@0tEEEEaRk4,34~`^yyYeUV=QY vGdddaa[W~mffFbtI)--mmmvl2aɒ<UTT|ɧ e.GтRJvY[[i}*Ӆ1/WHյ55"vUW}ߟ|,mQmjRGM #lX>bY|||Qqfon!|p^AQIsSf,**^qyyŇK> ٲuf+ Xp]+RRR~ݶL˿LIN./?Ų/;;&s`Ss룏=iZiFr7nfq[TT,-DEF~Պ+W1 ~a_ڛ$e|g8% M7ƠR$oE/|e TXA7qŃ$I̯lym՞6Yi=鶧ou& 8<MGP[ E~>x y'4 !ǜah +J؆M R\S4m ELFB  `0 h0&LFI F8( IzS+jv^GPzJ4KRX ( 9TvEC1DZML_2`|ͺuDQjn`0`14M 4hܹ$z ^˖uAHzVoA7Fonؽ`跚΢2=t]uHx#Tʹ )GoSCğ~~KNܦF΀ Rt^|&OxLwBQR$_CnDϱvU2@tF 41EcH)е(n<0lC2v+6dvV8WV:]nqgnYxvg.K3<ϳ<WXTXUiIں:hlvˆaYE/`Y xKGǦ_6sjEQ,]zX~a!hx1FiG#Uk9i2FZRVVՔju,76pgu8k5O(.)t4C75,˰\yyyqq s,:VVtM'*oh8QY(2,VY^sh>pbzN-?^QT\i:}m}x RCX5t 'sau֩~€nnw>AXՐ> E2PĆŅhX:Ȩ 1hYMAcz+%taŃ>oJI/vXz䂯ro0x_>y/ +gg;N!AieY'0j`#eY$YNФq{`k<KtɖB$3)ѦlT9\A\|Ȳ\TTn0---.+;;[eV[[[{A5ȓ~sO>D&į˗.NnЏAr,mOF73x3>˔;Jr#˰\;wO}S_ېBQk@O[V ׺gxg~s/äKqzN׎|Ί=Cnq{GJFPB-2uE<VVV<׎Ndݡu{*fVd\vVԙI8, (ve Eq ae8Ej`iY)o T gԨ ŠΨ'OHB}ǖVUHQi"c;VEFHF0f8>WE6-Ѡ.!ހU^y5w@:ΗJ Bh44[P0u:AOi4cai5јV GH@7hI0^QT 4ZF'' 0zV%-;4Z$H֠BO2Ƽ V,C`=}.%Su[og.쯒 :Ȋ ,Q VVvK .&ƣw,^O5s"-AfTڤԬa:¬@ *].f3&= EeDGu1Zl6<B@IZtBM"ٛsrɲaX6 0@2[:w ڽq 8˲#F!l^SSSssscch4ݾxK/iQc7/nS "* 쭁D2kܕGQ:/Zwѯ24zoZXW^/Mj{v},UGn ,b]FzzTzn+p]r]~%pGk{M3^w oƪ*=uwYOCF Zeq)65@*~}"wܰA$씌ҍKwJ2V)K7l@9gFH ~['ֺ 'ޱcǢE}DC+Vx7! -"t72@$NsO>d~~$O_"JIo10+**^f;} F<r\/?\,[߆սeee>!i ￿tR;(:NY].עE֮]C t:m0j]h96nq/ĉ}]KKo>wPiw8Pemؚ n6'5buv}R^1~LZ$\Te. $%&fdER= $+$Hİ˒BJV:8;0$ V(Q$ hYMU bȒLae%80x4E =Ԯj4#0<<$U\d$)HfHw&C{jC) RUayJJbRR <-"z[ݳeQTmwွ-c6-Il{qɵ7$y@I*3Huwn7 z&30SEG᠊v]⅃dTQPZ_^o9e h☚~kCL1AG$7w8J,Hz(hN zhP3~D )J௖} ϰ,CB7@)ʳ?O4Q![(SSp:%eW;Lov@N YLOe"|(aaC"#m6۰aCؘhEMM};|}o2Fp@m6l LP!111,,6Z7k~E=>j= !6̳Ѫ*`)jIj$%Q2iK|G5MeE5˯/mP`O~e4YV*uqgG)?2Ek[{Vd'E+YT-lS_r&,z)uG} UjȨ+.WZU HE/ K{VA]mѥ(CsF{;$=Tډ>yb' iK)AAЁSgcD'<;vgJKK9BHp*IUv~|i6ضmۛok6 d iI+F.ejل0Ws޽{ KCҼ<Bl6lC6I yyy>|[/شi,IB;F[n]t(?EQzh4j4DQ<tPss3EQEEEUUU>B뫪t:ovhGD#^gg?[{ko5@ =Z` .x]yAvp4K V@x?z("X#B'^y%O.e(Ӂd`$ .AH$!n8*,sҐigedNt(7-Pa2 o!`r\tx$@@=X-J"IzɂIA7]CjZ<Kx);U~?_׻O {Ļu }g4v^>Btucμy h[R#@AFM%дHil(~|fl\buK7jxqv׵<1ƒ(^x%$-_ulj$ Er,+"+,P4e݂gKeAe!deY X]uM n[5.7H{|Ri\aX:,(?(/t22T4rk4<aiDEYŪ,=dH=^akjj3wkkkXXXw`D[࣓~Id wA̎jy,sDž  HGdh">X { J`D /sҭV`DE[ 7@j1MBgX 0|گu]캠Hݦ*u# ՋVe`=fiWKFgiCL4EAVK[x:"te׭ɱgbmֹ6~56ޑ9!h%=ŮC$3jb=[<*ai%T7K4lq[uslAKsݦ+q7Ynhq -yц6yP&!>GQ ]24'CrJ9qah֬*vlՈ)Q\e=Ů*r'E2\~wdsFCuttL>}Æ ߈EyIJ,2mڴH@EEž}f#<f͚$_555gf6ltH(1c˷]vXqFFF~~dJJJrqqqӧO iiiill444?Bx׏GyTaBSLihh ;v,333++iV8p 999::://0..nȐ![&juUUUzñcǎPqSSVkvvvfffMM͏?X]]xXX,4Ms-("X 0p\߱` +3-`mVuD$ϛ1:K~5ou!9-鉑PIaVTA2K̀04M9TY0-[/c*zͤ[mVQCWFt .#{ Ə9͛eEdyذa\0t]+/=ftqqh6|cƏ+6qNk_󷫲g8QOƍq_~9|(1NJy6CAp45|]z 8ybz^<ƀl_5_߶*o2"5 MQN |K+:,104\XM[ȩc3j~t:KESQѓrR?Xw>'P$Nw?o8+vuА;n9=-&""ba3o!ܲ3wQ#bc7}lD=jB85%iß5BlbY.SzwW\>a쨜nn:Fۿ~ٙwvtv~⢒;5p@[nR[[,I^8~k˯W1 }mw hW^y6|z>8 V,oذ!889,,L*jFc/*}t(M-6byʬi}uE[n*׍2>}S4Ƅ96԰hv_ ^5?CyæK*%M_0"͝2n(_l 0jUDn{Co-q$M8&.p]W%Fq%bUtC5'kXǿ7+c$w~le\R#uY33B4gT4wݦ<Qb7A-ޜv#Skƛ)x[ihRv2b/Y?Xa[+:˺HQLaߺ/|kso R_:b8nmV%͇ݡtm4wJЭ烎HEJ d}(2,~bWxM,<+w΅/m9l`P}Wn:d cP.p?mWZHC>k4f֟]nݺ566;7o^aaavv"窪9s[4M!!!7n| jkku:IEEE/2MNsݺu ,+++kiiYzupp0_9_|QQFaaa---;w|駛qIRRRٓ[o x-Z4}9s|'Nx'RSS_l߾=22o9sW^f͚~;%%!T\\|v#,)//ꩧxg}vذaMMM=E]D(rYxŋoܸ>JNN^r fϞM8"z#GB駦իW/^X\/W^Qf<xp̘1,ReX^~嚚jٽ!FGǎl r0a4 Zp[۳_zk;^}ec}Ó`ȁ"^7 6A9b^QQ1xЀɓ]n]HH!370/[0vֶUԥzŵ^SS]uɄ mmǍhZqUUehhpeU}2]Ff3.6+cǍ%q쨜k\~PRV 0mGxўԤuy1ð4=*I84]V߁ݟktf((`8&e;sG&xQcEh8Pd@Q 8<F͸)ÁW4<#Jխthkk{ons-ZXfɊ0j{<f# 0.`\hpzdޜRZv,:*r.;l;羑#8qo,zpR4,5lh#憇[7L6$;$8x+/0}`߁Ӯq Nkg}}#ònأjew\xMl }z@ؔģLFZ0 |r77D i)nM@)S==zeY&ؽjXl6ܸnAq4\ekBI9l;.,!2/ٛ p(BnbNE0B٦8ؔF2ﭱVC7n]qi!oSUЕ։[ mcS;34i1++Z;w rj]u LE]?:KI@6"(8LSgLmR$Vn ]H wZ"[P{o4`ɆꞞh_u\#GiV(De ;zn-̣3c c[D낞`͡0?9%_/q?UZ oaS9p&{c;{&?))M9:E֟۟5$;Y[MwyUqȑ#G4hP\\ܖ-[p.鼼3g.\pСI&M6K.!(˖-8nůzyyUƌs5$$$<5))7ZdIBB /nڴ6lhmm}Wzꩴ4BHIbC"6.m /PUUW_r-oƀ>K57ߜ5kBn!p8syw׭[G¬ɲdɒ}=c1116m<∡`]tg͚8p?`s#v6l6l؅^8bĈٳgMgJ\]w/C^ L&ĉⲳ#""~G6r ښҽw^6(Z_r jY6aX,4ulҥ$Ov8<36g`S*)uJH&ii)#ꗙ)իssw6@YY޽{+WZ.KBѼ͛ikk5NC[6FDDP457WW:]έ[~9^Q:;;MGL$ÑP__/?$%Y,wr<q-_ =L{8p>_vw#<Pie/IQ&)4;:,n _[aRZ$זfsն9]"i်UvMP`@?<2}fMBbGE=yrbSy T<@J! JҶd켻ɦ|0;f} :ɲ\tXBS_ېo߿ϖm;&Nl?y={*TBt >[ifFFffwnq ))}wl]A~aCSZ,,*sSϜ8Q}Ǯ%/ߛ"E}蟞U}l}}Cmm}> <XtϮYNKWLz=x ]kϷ?O6r'#gBF5Đe9n:&$niākreZh≿~\RlZ:880Ѐ<^E4,K`ci%e o#'^ H>@x!/|q~0w% &rWWX:t:( 0g(_P+rS?8+*@8fDbG/#fL=vPBð|% Ig`,O$Ēy~XUNՋU^>xND;=-4P`&IxG,t;+ @a fb,+?I'3vOg0m.@sϰC(q{%b)Bf}A')lϏef|s`~7o&{ƶm.\ZGBt̙3322s)))ٿ?m8pp`SFK #G1bO<ѭ[n)&&p4qjp8'O`Ȑ!<O $I&iUUU.W_E1!!rȐ!]v%IrРA۶m$Q{-ap4'''gftnܸf|c<߯_\L}jB$IVUUaҥKEQ9rd^zK/t=nS-ﱡEQ7X,]l6g2|>G}~xD_7~-JLLt88ʍ6Ǩ: xNZF\ XoYs[=5 K4y/>дq#'dimԳ0} !Dc"~ xm?$Ionp].sLLr`4Zb Fh2bò$ELsl Vkcca@G~~AwH,ZÇ}a=$1,lqCpWZZ6ko~K}wUPЃ7iI2^؈m/yn:p{h *KCOYz> Hr驆ғ @H><Th bIe}IE]Yкh P^e/?ը!˄:Dj<܃7dtZZʈÎ;ir:} Hh$(ՎC. {(U8q=BUu5$q-+*N`4G~1lxN 8|E G@>tH,bcc#pn$?x=E1*`0>}iB1<tU\1zG߬ hwIj=Yg,_P7IwDPP 6#A: 8:TFM8-F){g{Jt@](FL(5 {oJf6<fDˌ CgEIDN1DPz$IFfCLU[76ĺ==-}$d]4pC80+i(4p尘bUG eV(]r -o|= O("IIR$1.T*!ÁKC( ">(|P:_YBPRbc7ՎG٬1{EEO}cP}IC6N&[lIMMf'N\n]qqQؚE<^wʕ_Νq(j$L4Ѐ444X֨ <^CλC:u,UUU={ܶm[UUU 0 NSE9}q 5<>0h:ujZZ V!d~`E Zܺ$I !d27tS||K/TWW7sIHHs&x8bq_}Ն y晔cǎai̿_~ɒ%O>dnnTPQ)~L+vep "H&+Ry۫CsMg]:lqY_$=.c9&( pm(0Mnǟ,>t/XNEEEUՋ-o/,Y.)8q7:=^ϱ2 ׬P]Ubו'O;]Ç}y]{CoS7nj|I~~^FϖXփJq n-[6}R^"\\tsj-\Ok*v&0@ZHhql,\^ za^Ny\߷$IӮzQ-^t5 wѧ$&t뚳y6x:1 ‹w؜BHRIR0`05779)wwh\7 A4Z2,i]s;}޼vAC[ER4%K"I<XSS3h\R|0xЀFBCILV^9 @qw̙((G+f<5%[Titf1w{N5wb22Н^T" !H 'K22ĕ~Rb$+/L م~2(0DZԅ~{`W"\"AKeX0"fΗ _t׹E>z$! ,sT 3 }TkwofWduIJD.\^1 -MOݜ`3 f# &,@=vtwڔhE&_(aE<rض8c1iM z̟ՅE}p@?GL>z'B/DBX" h!﬷*{@t\plOO&)失OK/8MU'ی&"b(KA{o&q*++W^}wzث|ҥ#GhܳgOII =Iʕ+?{,33GĎ6lׯ_ff&b7nYYYv}޽/"&|=OTt&L>|ƍ+++[t9sƍ?aWNII(*''g}=|rɲ,BSS( ̚5k{h4>{?~BB<x 7h˱(`v|>l8bĈ뮻۷ jkkz衄Ս`ظq͛ S9 !t:֭[uoٴi͛G*Inسgϖ-[ yEqÆ C aYv׮]'O&8.7H-EI95JO7 Z$/ x%<, e!I,ÔȲl!Y.))ŬG޴H6mF2'%m:s$E%%%Btbe%'ò۶زuP",14nݷivܵ}Nŗټe+EQ`zJʋ9";He^ski8pW]E":B虓9eRں?l,vsOzEzasllRbb|B| [2!8) E[J C\Bc0 οѻ}8x'O]}Օ'*f=fHjlWTVxÍY&cY$Iq{yF(K!"Zb}U5C zɿ^a +ʤX9mjN:%Ba57663ȴM=>?zėlp+BĜ$fWf'' dA 4cDkzt0=O.gG{gs 7fb"3hM 51 ޘ<o۽][eby5*" 8uXLP x@tks3LLϺ6&aL/Ö#ޙ$Zb;=CXSm~%L.|;yɖ ھMM۷kh6;&[(%jޑLy_;s臯K#{zfI$ bU#bze$b І}1=pӣ7{tjb!M}NR\,3^i_s1WLe&" YB.<0w A.m&H8)DpMA_W˫`ch0w3.W6Ir6=F5rHM666o>rxNZVVgϞI&M:`0\{uuus%Ir֬Y(u]K,ٵkWzz:馛A/ӟterssTT,8qbvv6Ϙ1yQuuG]tieeeff&,c{';;;66/7 iii&L0{嗳g̘a2~zkܹ=zxGpxikKKKn:~",/**Tx߾}qHC!x555N5k֛o9{l#$%%|W<yoׯرc1W$&&߿t޼yok0l6˲\TTT^^駟fffN:5>>d2M>}էO?䓣G4?Yz왚0hC8J% , > GNKD,ͱ{)B !]%KPb߅Б (mH4(Y{ kٻ1aq,q ؾ gXFD**N~u }Q+iq&55#F%QJOKIOOюjwv}lY\BB xMbu 5{ GW$ QX"yg`1``mX"B3O>^~b\=>eGWVzŔn,p8a|jX4~ێ,]޷ǒW+.$·7]sc'*mޫWko۵knwA~WL_bQ#N:!I {\w$5unoh3jQ#6lDEѸ1+V}]USӯokj2֭ߴ 2'wkM0~}GJ,s^{^2^!nݺi&5iC20av j!%JY&Dr{e_ NBkW/#\!" !`p ҄HAADHZl.ȡNd" $Ad5mxD"Ou*20px[lH2DP8?qtXR$TvaPbljD14!, ĽF>|)(({4] }b3H`Q XJP#|_P@@b2t}3 ^ 8t060NlVbwm{0 NڱV a;˲ ,t,; 6̛7 !vHm6g!hZ զ';Rc̄SfB6@8Z#2 UG-26(* gRq%Iy8EeӉ bW  ~|76o3w}[n8uq)42a% 2hR Lr\v1#H AH_8gaRnH^x([Zi3lzRBjia -F Uf_"-PġWK,J-ڵkܡC[nů_y啯u̙!nxF1cS04E4(lLVD%9툟!W%m"M.0[ZA,<P0:HXK°| Ða&E[r_QF9WSǟ.fZFع{<1 lJ!˱.h9ȑ$s<wl߁IqH/G@B%$ychzݷ|~oG1?X\FQEV"й\/C38@_` YX{Bejl `f!0Bd=~pƘ!D<C(C>5x:bhಌ8P+Ǎwii ;:Td~jb1g blj R(ysi*ȲPxv rcLL~ΛN !d; =2dYP$ P1R!ŒVT Ŵ0tARV *rԃI! p/o;qGa~,d%UWbQi#kj1Q !ޅ‰뗘bfSEjB 1Gf`r\P"̙?$Iшk펏:[ZQJ'JuGRRR0||d2 fP}F;uR Bc ) HH@*#DD0 `hi/ Y/ojc藾N~5{adD ⿎Zw") l6 g:~B)4VB b}@jF!?tN/Tk$$SekLXI)ʦEVH+p!\h(dY p,q}v#9=o@\xo3P+2 YY.,Őy8Z!'BT h>gSC+dq^0G[Ǜqac[ T+2R9㗦u+Gtkk\dz/lyH T`MV6{p+-&0rLh>㍔Vsots>k`#'qb@Y:'ϨZW(*rk U,M{Ff8Kɨz@ɀ[5mʃ[rר]UlP5,Q(CT[B_9Ô/ s$ @&@"dK;Sadd)0E%to͟0|emmacMèKܫ@ ;9tfhި3j X ƣtCم0u~M!"H*J "a"Zۛ5S9ڷ /hjxPcHGmu[,,m"ȘBFU?T<K<9,+KU~F ۨ3mE:Mysp&:O=iRG͵JA6oZ| q||δηyhKssm LTPq:1FqLFZB LK (thf2ZF2-Mt_rQ}:Kqxn6/.v&lښϴ56>Z`Pb莈<q-}Վs6o[L:;<)ֶٌ'|cfufODžETļ;?%.VH[w>`Ke6yὰ^oC<Ӯn tLu9@ֵ&,ڌ&q%t_DžERK a3;Y%Im2 i 2N-ϩ/D9ӝ;VEFۢG T埤q1|iԱa޽}ޓq@IFcAAA{QM+?́Z)h́Z.峕%ɘ=)fm)IY^2?aCԙKPϑY[Wsd%AY+0@{Z} h:Й\(:t6ZnE=ZEUTVVΞ=gn:pԶ|^PPQ]jRřj::A|-n:}>W4tNj`&E ~O^yΟ%}Ya'@`m1 z"0:t:&Εoll8'xˎ$j˔E1!JUVVΛ7/66699ߋ=*pt)/IdVx(б:yV9NS:t?~ǂ,iS:.QY#$N\P\<=9Ƌ S@ CCEiioɲlyyh|'zU]]=gΜÇS+aV cǎ9s&K.} ™Hp7|sϞ=hٳkw4=}iӦJdXömN<YTT,G-YDzj׮];w|GM&… kjjx^!4a„{W :ttp6~?gS  сۖ :t/\.׷~kX?^{Mw}W^^cǎ^zs=v%KTTT̞={ذaO<$IXHLL2eJff7ܧOs\k_۷b8klmmiΏ?xӦM5556m_ӧO/XK.[n=u^bEBBʕ+,Y裏>_}ҥK ԡAR -2t" 7QVaE=tSBŜiӦ 2dڴi Z{@y&ûwlwuW>}f̘rDdNNNlll^^`rѣoN$jI4eʔI&]s5yyyNJII;vuBNgϞ۷o?}3f Ca^P5:ttt~[O Zv߳- n_7A0OUաΫ:Y!Ǒ$IEI^ne[o۾} .G0`@ee%IؘG=P q 9A~a@ M*)<>|7b4F#Gܾ}{ccc׮]SSS].W0t8(K7EСC_?0ۙe0?N@:B>|:t\L@>O"Ak,~bddd0 sw8qO?52ef{w^o~~~uu?a„oZ5,nhh8.??ٲeSL9u'L@$^Dj7(..׿!\`?~…[ly̬i~AC:tӝ ?m&#MBAuu^Aӡ hXRS/~E`=˲F`0u]NYXXw9rG( Bxݻki ^z%:k֬{aԨQ]v ш!cbb #G\|xAeYݻݻ ;N<9sL!^{ӡCK <]j suL00WNSE tMYz=gΜ)SFa0 oLݻ ^xȑ#@GBO:{8eV.++3<㡲,㏓$Ig67(--MJJlxB _|>_BBB(%%套^:t$I3 :t\"FkN͌`a@ϕ/LC燰y-q+0+Wc%8p@m ,S{F땤րlÆ ë_bb3--Y<IATVL& ΐ:t踴й @Tnxm`Jt :~hofT mLJZ/eePmնNZ:K:.Yׇ_ R9/;1TSD`m:Cs4?@gZG}>9:tŖģg2*zЊ*6%&ZKGi)(_}ϰM UA1\СC:.T BHq%Ԗwi8%`T[Vh~Zf$"J!ٱ5uk#mm@uD*ݯm1iS{>-Wg3:5iz7L,RjiСC:.TB\K˲%侖2?qI-U#DžqQ\Pp(h?eY!q~ m'-Ӧr=]A>VhK/ @{ʩ6N̄C:tq$,++s:066Z 'N8zQxLC=Ϟ={\.q&A A>YYY,|-[#jUQLVA<ytȐ!nn$٥K,N-Uqheuhm(b= eUz?²-U1СC:t\T8pࡇJOO'f=S`aUr/"Im]6n~嗘E8L@cR =ifY_8pr}7pCrr2Bv?3fYUaTMee:.@Q({y{x 66`0\~zԨQ@ qnB P3֣Ʈ*@M>_/2 h{מJGݥ-kǯN7ҡC:t\l`瞋[#FX"''窫*))9tx㍕ǎ+7nh6y8$Ɋk׺\ÇgƍG &X,e˖mܸG^^ /pر~ʔ)eee555#G,,,LLLXlM$IFñlٲɓ'cΝ[l1L&MJII:thӦM~(%%e͚5,{<qu};vhhh0 XEB?q&MZlٰaVXqȑaÆ >|6m2 _~j]|yYYٸqf͚.],_|Ĉv1jڵ={<y_tn0aBAA;mf4'Ov|;Z/rN:tСC$EQܼy36įz׮]+xwn&㸅 N8/4 CF?|n_jռy>òiӦM0Aݻw :t֭C -..׿5xum߾_~+VHNN***z]__O|m6?osrrۏ?~رYf͞={РA555{}Gz޽{{ަ&`ի96l7|[o3f̘;wf<rHyy_~٧O^x'|2vXꫯlw}"I?>zh\\_\\Κ5W^8.++KMrDg7A"C:t%$IAC͘1l6˲O=zժU^:u͛ )ei狉r(͚5d2a#;w~!dYiahƴSuuuYY}&''n޼'$p <+pCQ~jMOOollf6mZMM͞={zꩫa =,Y$99hҥ'==eC|>IYfͨQ|Ie7nHӴh8iA*++9{^xᅘ5kp ˲߿lQ_l">mM$$hl$СC:.:~?p̙fyѢE+WܳgOYYYzz:qСCIII&aϞ=Ocǎ} Ry V`0HD1cV\eYuኊ L~F C]]Mf邂Q Cŋ<?`ŋ_wuAJ l$m߾ĉnVIO^xᅚD@BBB <yUB Ǐ/++Ȱߨ 55q߾}%%%)))6-66W^ ૹ7Ld;5[v4gЍtСC?„ٌ***1b?{H{Wvm6vؼ^{bٳg̘1{ݷoߠA8MHHPI &<-z饗Ə߿^z1bܹ(ۗ]vm_#Gws\|M999_urrرcVuȑ۶mիd*((yfeeesڴioѣGǎ<h4LK.smhhϷW6 ]v٬Y|>O?=bĈ[n߻w%KFm2RRRt"IҕW^9tЧ~z֭ݺu{Gϟ|NNٳgW\/M꿳}uB տJ+$W0B'1D)=-5=RѡC:.&!d 0]# jA@͟?t7o~gĭ[VTT;v4p8n P)K^hĦ88MUUf3 /Ҿ}%$$F6X,(<p8B555B Iƀ#qs~1..nYykx'55Z@d`#ZBhvFan(bU,gΜ6<]__bC >d4 $*..Onojjē|Iٌ;K >w|h4AֵkܡC[nů_y啯u̙ICO&5E (3K6*8nh1P MWСC:~`iŢeKH/暱cǦQmu83 !e%I5B(--M%~Ѷŝ! hap$3BXJӴ,jFeUK ]RSSTMӘǴ;lVVj2l䣦+\쩖bQdeeT:E\-Rfె}Zսz0:tpD-/.oT ^8BPwJh3쪹1fdZӵQ) <jZ_Lk~}*݌Mk;S;%*"n4Jt5Ua]=f&V[f&nB8*>O'//@kN!굗!lsD :.eM$)":5J=D+5xyQK"laTV3G? 11Dk6JjϨ7Jڻp-GBk~Ym֯vO>V kkI6Gu^SZCq|%HאOu{L;ߎII7]ro:@X`O@MC f IDATubL+QI^mmpsšFiG.cA\vSLNVۺ >AQ4A6Ͱ[ ۫6*qS?`; ?ԯD,&@Q\]Nb{{:?ҡCx=$pD*K4ċ#BwE.[email protected]`gH>k$;އ"4b"e 1VeԇQŢRT t!+)2Wmivkc^CsղPe{wQ>drM(&1١UA+GѕWC{EUڎ{ТeAs\Ly a@6%Zer[(j t :.IZx⃺M|skuM6"¢rl^@0يK7TNՋ/|P(l"ZO^†ʟf/i<jqME*oVE5V,7f 4+oYgT͵Ha]+Բ8t}ߨ}cK}Ja>_vw~Ku-" 4q ?‚ZLa+V2*5% _{PQleqԲ`;lb\*] ihGZn^PDʋ& Ef!k5!BR5>hW:TcUv馸F^\\T`Dr3Bv=G@%>O@ߍHuXpcCK$S.@6*(.ItCo&c5$8jSeW<~db kba6":P(]Y :G} #uH9x(![2g Gn?Łp$y\r]GvT)M>8U'd zT(vMaX>LPv.ۨ vQPLBXv&x"K34<]/9`(80I#YxL!oޛ|ϿjJzYnۘH]<5waL!mF*Ǭz!Vb2@Oڋj[+ך:͡NM7&~eZ4U;G`?::45Ԉ R; 4lpAnW uV\$6/iףJ|CxsɌxj6w0uޞ$#fo]]Sniye;<=>+8)=m$v'nnhxdzβxl/,nid̕CLw5Wc6}@_r2~޵/-r[S4qvOgoj-n ?bf_Q׍+>eI}e_;8[=%IIVǘG})n8}&'ߺRe[^3qAg߹2;%[x΄4ƛ!+w GR5dz$y3 :~?m1[xj+⣾~F!xU/ď?EBk D#)DJ$P"C%HVBD%CLժLB%"P!jE`Dl&A#K$u j(Q&e2,V (LH 0B(>B$7d@0٧ዠr3!Pm*DdB9+"(DCD3?ΣCQ֏io:g f?\ xfDDi~ۉOpgBZ}s_O75 < GOW{p FO`I;ux$P=jKz1̘j hpw>.lp*?$t%:=җۚ& 0e!FUͮ]ƚn-5©ZqTO~YIs)N<>W6mS .v?xiqC xA A2UNqXkgUŞ&0n;vw2׍09H~ 3:E HB;+ "py'6 {ooKp&+~YlvxA},n;&=p^u) j?CDž^P I Q9"ADDjx1(0G2QDbs*Lh TDV`<EH*n8Dt[$dD!ƀ"Hf|[ [,*WJf[ A2!!:! (+O$A12A6C?,@@R'0&LQFuj,mR-&1ZfMk{("ň hXنM:.U`Y7ߑg=g$A>b)8)zc°|f<k8 nJc~PRwI2`,G_,. 7\3<R~!YAԯk`߮ܚZ%N+/J`& 4KLnH1$LL,$P0'$z{y.1 ѷk≾]=9ث k1u;D4;o5 1P2!yܲm 8HS&#HewOgҘ&'+&7c͂`_nvrn\Z<^\]eY>qTBr{~D_][+;md2:tt6c_aAV,dWsa9"׈" ,Ռ-gT\FMYH  i6Hqs(N1i4 Uʏ0"D`PJaZ @dh섄}}CM $)V?Dd^Pj8JR$d ZhZ>ŭdX(b):WZUM}3ڒa ljjh%CKt7/W)C24dhjzgNmHh4xt:*lяbӕ C/ D z/xDh*9#,C|A9#cxr_c.Q&rb?S,i t@~;_^dGR߬k#zrAI uDAN#EQްW6(" 05GvYln&c$o+ǽ+xV ,Ol>mpI_%SV8Q# 2 HQ4u{Bʾ̟dQ' 0vKg\Re3kZ@Ooxg"Ŷ?rc{sK=_ zY&@h&zwMǫUvP&0qz*d,L2aPQ"@AE5",Y18RdHHb \pZ,ILx K jUGPJ/0B2"DYk E( PKŐG"$?$$BIAE@)҄CEܤ`h!0j\- ,HjIB%2b5tESQh,Wϫ'5YfEo3$w̐Eht@KxqΎmڱb%n[^|'8Ż'ZrSr2$ H0 0aQߋ6:}RZo&{e6<ݖGӅe(x:W 6YܕHyt]?2ii,t@@LF<ۉ}Z&o,qpOuzzObCC#de::=rAo$ ̰f*4=Q=ⅈ놙<>ObɁ9僌ԼU}AJKv=_{d&LY (Xﯰwk}pe?ZWfXL|,ܿqbB;K;X$񝚍%>%?<-f&)u"B/BSˋF ξn|~<v}$@E,oHuŒg!/1 Mjc!=$@%U5r7$ X&P, }$%dy X9q>nυX#%\@ (xBNFoRb"Egh hAH2@_)zb' E:$I)F(N`ۛhci J B+u5`5`<BHP,IQYۼ^(111mƶҶQv_j($oY,ZK-ҡR^Ox>tƓDfY^7peK2-A̚jS;\ά~oZ1/h5OlԜ{ z<|:Q#076|rvR1Lt芚`~FyYxИ4T;IR`2KO4/h kK<PLL ZqG2Q$eW6H`([M1O7*E0k{Xs5w&BQ:W6h =KXBQ<%>Vaɫ&'Y¬I| u8&80t72<4G$ !S3Os1'lC T%@3; = !e H+8SGu듛"Cߋge4P;R1#)9 D4}w8mq<S|lJ}@jjn3qKD!D@"bRΒJIB qY1'*ҵG_=3n;z-N!+0mLK&^hSo9T6=;e<k٢aig?{_|ӦW 0 @$HB$7˖$-'r_߻~ursuˊ$Z)@ $щ^S~k ZԙS+o?1fweC}pU%^;N{r}Uy>WnPKKݻoz<cǎ>ӋZ۶mKͼg=yq,.8= "e@?Wjb.,V5]G!-⊳ujӂky <>? V]-Ҳl,[]s<lG;aqN^1yPYUWܑRG 20>\?` Cj6J^eldZmJ8xSq'@dpl7fj 獦9$Qd+^Ua>1|a- Dh-0؞$و?0|Lw:F'l@9^'^3Ή(1]Bİ24>:wf71=9Y#, xL"UZ/x|ۇC?z,.ccmL1(Q¢H%&  04=[ܟ=a EY<D,=>Tz#bg-hO[6e/<xЙpV r;M/5t'=kK=NaMB2Gf><vu p7 @N1 'Olnnnoow݄1obb{jj 088xJ-IR[[(k֬Z>!433t: *ұ1Y+**,mD r= k^tcZtcS#)B%2S/]QXj1%UeZvV[0DdLH܏kHV΀įmp(y 7JK^\_,F.vܘ(Y8 h^jaʭ\zt`fYBMdc`ByJ)/#Pտ ۾ ȼA&ai D:479x4'c'I*w~ṯPėcma8ֺypSs?^{{%zߌn;|YmshBKl`Ԕaco:qf?sr7=7;lrZ**Q۝g I\'mXg?:#\][_,  @<<<xPDjj #l`&Ix0 ʞe O?!)@4{i \hIej7fa}mΦ顓*4s5Χ/1%"!ƽUE E B&"Ѳ|u9s! ;± #VJ eppgϞBӟ_ZǎWA,˂ 8q"33_,,,<p@(z駟}Y=77wه~X>CVhŃ6i$?/SQ::hؐZ%DU+,ȅNp)Z2JsMLe ^j#hsq#q/PP(}K(ôjiRzAR\h]qmꭓ'$^͔BZ Å=P/L'am-H]PR@ߟ|pɩ2n"cPPhh3f9v~~q֍U?Tzn|pd@$Svl:jq0a-6XZ.g7VG#=X0 <cwEskD_jHhZA6Fl]MFO^˧<z\USZEQu`j'Z=ջO NG훲ª[ǂQHy'/~˦,+˾ICT=~wNReT*yNHE{߬5^=s24DA~c,˳#I²e2`hZL?|e$,} mk<n Fc dJ `bbĉ8rH[[(Α666Uĉ@#:t( VVV<y2 `0866633366VZZj0233y;v;N: > Ubϡ Bi\I-VȻv_ESfkd}vat~wHց#Q L]:bklck  CGGadj6na,*D(@"XHa @M4Ye0Da|.KIw #v"a" SP("E"$"LLPpfө#33$X!! ȼC<Q`/2Y 举b!0H)!*X̅1$OLQil$l\lx{彞nw>Agg,]$T{;;vn4n7꾱?[ƾqW!zһ.[uV㙨$CaO"PbRJƎ=(/IaYv~~yxx333h6M&bD"`6^O>yѨdfddȲbFb(1SԬ ~?_de>uttV|tt~_Ѳ.Rj*毇y^Sc#,V"J0 [ZzzWvv O腶3c%*2a䵢] "" QB bjXc-CH4Fs2 9̿}^"o_F[|gb-Iì|KÓ}?+**3_tG2/@E:6q73,@%</T)W?|g.}:QfW5ڙhzS1\svM! Ca.LL?o\븷!Ԧb.w& 2/-,[5mXtlkK߾p;? s[3$Z*ɲD"w>[ob1+++_y={<y2''! ""l>|0yyy㉉h4155uȑ-wg+)Mi.@M++"-Rvuttttt~Yte9ipʕhZ[[c؝w900TWWg2gffdYGѪ;w&hUwB `dq[Kj9w5+GG&B1?MjҐpg{~ZcYL4j1\V<qdwgq-m2 (Q,-FZ^0?`z䶢wDcڌ,Ky[Ҫbͫ+M%T6u[|nҢgncu59mLFPc[[YMpX&?˰6S?НnB)+"Yku~XUBmguj` ] N5^5TV5r{n;6˺,oϩ+r;~/dr6[Vnm)HʹP`S1\.WFF8.33jՕ2 [\\j*p8NŒ{ܹ{ltti홙@bdfffggkEW?:y={8Sh4:NzzzΝ;m۶Çwuu54ԛq3 AWµM}˺d+Z _GGGGGGg?BSpUm/Izz~YM`kO$J]jKv/: ^֐r$}5r"dp_+QHPܽ<GZY,t$?e2mɏ}F^Uvf/T%t DiI$PmyۨP,,ޞJoNC,Ips6vRO RRĀא8|S"wdOǩnfh/d2k7X6lhllԮSњҲ1 vSO=eX֮]]XWWwoίˊr=,]H [.6 h6X@H., UVˀd_ 6aWӲkEkyLɕPOt^j eEA2BBD>ee’Be0h_ _vRJTboZ>ԄZgS*&^R 964 M}SWZYm!pZ[է$''gff`0lfS_r NuR+;p|Aeutttttt~+$[)&ES.ӎ.];&93ɛ&I& Mj+SuP%[`',4OD$,ŌԬa )9,zr\,}Z0}#K|ѯJ{_A|>_^MrGm[K;ZttttttttK3%?Mw^[M9/EiI]9$PuN_m;qAΗ/?iǑZ47\mhA-4>׸˗٫y޽u~<^ ,Is}Hj+k_eg(E(B)UE4Ǚ&7B"AN TEEQdY>vdai٩?xjj*-UkٳqYsa,;rV^7$66+Ӳ]{.?9ɩo95(}}Xqɳ#K~{0ѹޤib:-4avI&5Ş{va  MbB~AɊhѣGYMFKKR%yf$y7GFFO#@Ҭ\i4ɤm=|-PSSSr׵5KVP8J# в6)N::::::::M\tI$-|aaa ؿNNıcDz7o/ggg{{oxxxӦM|r(*--83͔6559r$??Νϟ?shܶmj=>{7_ٳg޽5557nlii9xܾ}n=ztZz֦&swsobYw500XWW'|իWGSSS %%%P`>Ey<߿ftttdd￟-q֎,pm}ÑHjw}Zݮm۶p8M6=3FЕp=\ڻv2P&+cuttttttt~h?%I***ikk;sо}&&&x㍲2(EEE>7ߜ\zK/~ K/vփj孭{ݲeKgg޽{O>}RHq8~bD"VRRk׮'Nڵz||^̕@ [ZZ:::WTT\|_?zhKKKcc$I 455;w~ݧNz+++A~饗8K>w}̙3ǎ lii曛N<yG򗿴Z&~].~0yyy/r__|!oFmmS9kqϟ?~Ϟ= ü+6-;;Ol.nZє+h:H-{r..kYP}@GGGGGGFCݰaCooŋ jkk/\'deeC1 c<ONN ϟ&M&S8U~2~kll\~}{{;nZz50ٜB&j>}z||Oi(<˛tc|իWCzX DQɴm۶@ P( Z4G((++9wz`0O>=11>66 EEE7of544lݺ!477xJJJrss;;; p8TVV666B!q f|\%<=HgP$OF{:۷r$Iuuu{[o٩EߊhZ~CCúu|>_$QE$QeYE1EF$Y,/:$I>PJ#$IXLk*l6\]]]__fmSypZt(bnɬ,I% &[n#H4zt:l;88v׮]kE"*eKKKU$I,Io6"Q<oZm6[$NSE{SSSZٯ_K^g%>}.]R-/ /ReGGG?ׯ_o2<j':u555>oժUsss===>`$y뭷&''-K 06alǣ0LAAqO mt:^oVcnnd2 @ PWW~?رc,jB&)//oƍ{mnnz뭲,cw ꫯ\f4=r/\@)$ewuׁy;vBW^yblذA[YYt:ӧO۷O4AX7999&na}>_nnj' X,l^TT6??$c+%S4Rc/Iy:::::::7*wuW__ 77'y`0|K_|.KaYrl)#6 \p=h>)f㸯|+^ש6~xjjj>c!x /]d2޲,#,+<k2~?g|<|edd$l6,n߾`0XVmPH,FDQt8&pPJ~3<3<<xB__r1b|E̤Ll0 O>$qz{czh^^BG1 #X,zhrr%AXQTVHOM*<Awyh;<u]uuuZ|jH|ZAVΒ8EQL&S2 BH;(l.//fIA~?!yMwi"Ҳ2Z,M<_ZZ5(CeT0qhGVv-0ڶ٬5Otttb;vB*kgj ͦ%(rG)eFBd!999k0ɂ ԢfƧeEeiKv5j,{΍n?rZUUפmjTY*uRuv(5&S/IZ${:~jv꿩-$?&hDwLvOpݛ6mJvXF&M۟1e]'+k~ Sii5_rMoLLjܥKk-SfS7`jdieoSVwْ^ڞIvڅ=s飸Zzz]h^be e i@A::::::::7fmg< YځCWLib:޸%i7W%l fNAK?t&SOYT7ttttttti;i~Sl%鵧Ӷ[_c>S^ry-B um`u ='U$~u>4痕+LŸӤbku!-4%do:gTߡ4q1_Q mu @GGGGGGgIK)VL @ \T8ħ'Y6h3ZJbT;5پ6˕7JvhB-_ټs@Dے$Fuj#P=JS%e_rl`qZ+}3UMfI<mצJ4<OFWq=_yNE[_CVo IGFF0ƚ^Q¢DUЄ+RUjjzW4ErҤUw'-BV4!iBQMq-4/L3!XL^ՏZ`BG@F] Z?ՈM0H4E&.ʾkfԂ:2x>q84NS⏓ևfhH>Omp'En]?AiWK#ѹ ǟ} .lH$"IREEfxbAAo @*K @T@@Q$#"jP 1 P"AT4 㭣!.X"t= XP.]:%P (yDtAH3!1mUD#iB"S`F(Coh´j"([yiBeC|xP "#T - !,(BB V1hwQxrI "&yVHYX`hYdҟ~Is}U*++~XssdQt1IB{s64.˶(Dŕ'#EP,BB,? E-`o˸:|lwmImDTFU7YP # )AEP99;ٲ3ۭ&%\S  Q\GQ@8BQ)ң'zFc*/% @(T+RDa1Q  V N"GcQ+ A`jV1#6ABD H&QLA[FhDƸH ɐ 7lȇ-dF &1Y2  RbDdsr]22T-`V#|g?;4TeaeY+YJۀ.g\1˲cB(,`&$1ύ +z `\ 6 &%%s`#S/+D%Qf+K8ġxD0)@ {uc(" ! /^gd; #6(BV8 fH ?=B #E$n&Hf0VV2L2) d"`EXf{80#a]}}#1(@ Da`vBք4x_y'87/ш ,a>na0$!fM1QQEqX`dͩk3]:G'Eu]B5L<Ode_",8uEϫ{ˍ3… SSSS/B 1^_kDek]~c5%ok4k))&<xkYuC|uU&(3ygOݷV2Ep%QفeSE9/I?=Rc Q~q'wα,,Z;fl(q01l.u[>pjuGr3sݯ;ym4a;tnxQR;>~K%GYR`:WW>}Nĭ }qOaC\s?_^<lGc#}\ԜuD˳_SW=rg"M<1meV^5훑^x%w~<3MB+gzŠWm[w+vU_u@D۹.('PP:V(_oJ6@jk{K ۿ]>ܘ&]p_>5IDQ@u_Ttxb#mc Ypy?u\AϾttޡʇ{g;]v9(VY$!9tYxrE ט׭+,ɶ>]x_hXU@2;t$o{g?\IMuًz&ߋvU֟U0"^7L0|k.P > N?vT<Nv~kWrVU^f@N_ʫs7Vu ǷWeNԬ_h|FX]Uí(GsyLpR?h2syTϛpd/NN:ao:ׯ,o.D_|ߖcZm/7w+ Zqoj+pڧi]Y`iOfjTw'W%ܭK2LʞE\pY,7 l`F dP,`j63%/MEjG?hW2%3>nK,)ONdcܖm1!VflIW[\E9PEU5][͒q{ufX&{v0,I0;Y5ٞC MŊM#S1fKCigLs Y30 ,P֬vݷ%]Դ lVS,*y,Xlj0<yG}~H.-kl|xfNk.[)Ig<kZ]%C mȰ"> Wm[y - wT@"6ef{ DfJ #(mQ`亼h.͈}‍;Q8'3X":C}>V[B޵+'ß?EKJCGnA REDE!DQMPPhǴmm'!RE뀦p@%IҎ۾>󧻎^% F@P",=lduD",/|t?1_]dgc[֠Mk^~\ġH߀2]#'F텱L[wgA^٦fkˉL#fhdX$~8,EFGťolʞgJ &СΜ h名[;lB(b Č@tV ;ud&Vʗ<&Š$*sQ D ffX`4A(8"*R1$ ]/ F67֏?9_*(EY=Yd̖{ϝH @!(/3-)bTd9 8X<32msdJ#6Մq0,GiF~p!(O OZ!@Z'xO}^%uf@_(IkDs'eQp%9ttttttt~7в/kr%,IZDQEQRZ1"h(RE( b1@"O}17 }]5<CC-ͫݵ]8k<Ҍё˗33}woɇ3[j,%<;r?1o[]}J<+2v['.4`*aTx*F3c@QΛcpgoji,gڿ`ޏ{4 d'w>fv JR[zTLazGYFpΪLttɷ\kyL*cm}`w4\@,W[m]>q27ո ~}gdi0Pn#@(?}gOtW{stNcL7t} |Kh"6΂lnzwǰ76=)ɚZ?Q b #1m1tI~U^e`' ʢ2<n$E2h l< H7DI5D1y^~չ??:t׾5sȑދ/F"egff{{a&WDQlmm`&ޑ,yyyZ(@! <0,bHB XF 7>+R8138@b$d(3a9|XPBX4>FmАLb1fd}Hxr&l%U3<VecCTTYVLȳ!9a`H ;;O.L譳OSP䚞AJFR" !J@F'CFD)FE#J h *DV Geʋ  :8tt*lYD`@ f9żvrT"!PaXFH FP8>"(9cBs2 P)2H,!%PvHV(!i" M?ַe2DQt\ׯ߷o߫>w~<y ,;ƻbeF@3 E F jN.B\p;s#T A X@I C͠5"Bcc!TCճ^Q= "(exuFD2<(1xC y@!Yʳ,iaU"Rqp3P@&xAPࠒ(@T!p&)j"OHyb yFJlPKkUKШR!Xi2T՞Ȁ%2e!.!>!<DXXBH4Zy ADc~'fA,B,?(*S -N!Ep@c*QMCPQll3xQa5*ИSÀ3rP"ߝf?6Q~Rj8dAڞe<{O?؎΍tO?Ü?Դ܆tRH kյD1d!jE+ dՓ zĘ@"PU^Z$WZW TD]0E1(RMZR  fZǯ5<UB)T!@$9TL!DI-틨BvRU(2ZbMA7"I\C+hiux) &ZU)`cpWB$!`*ĄnZ0WogfChU`"tųh!1z^ebL+j'}cYSLkj> 1 IzVR&Fr\*BYUP _nkMH2CFKxӊ*ߑ*ExP 2RF~*꼽sWq}ˢV5vE eLaJc+EjRȔ"ZK=F@$ 8Ed@߀1LH0>d(8~g$:$: VM#!(S@E#OJZ (C%~|4` ZMפ)nJ=QA$$`J d@238٣i{B.ݥGGGGGGGZ$!x BĤ0X`8L"b4F`DA%ܨ̢,Ge`*"YԌh52&C\*4 PfR_7S TE %RX@1"` 0.c 33 V425Og% " t:5yA b2[0S "HAp 42-:l@A1Y<5r(TDf (S750 "DA 2"ܼ$FDMPXKplrROuf(#"B(*Em#-SSAefSf!\;MxESt]o IRzQǧ\}tttttttn4I9<`Lrʳ?{\۸ⷎ0593KV 0X d|>Gw4g-g:'j* b x;C"9L\HE9!T}E=B08ųaMnT?~i@9ˣwZ No).)D}7:>kU9.P#+HcxKw](W߽? э_\sfu`*#Hw2> %Q_<p;N0&"( ^%j&>@*PbT(U D}˩cǎqfSO1 Re&BhQ&`4Zz::)NiL<'_2RKzFXΤUQ=DHs/1hȮLNL#OSPX>?n>?s;4]G{sNP=}o0,8>=B"I*'Q ζ:37*BDpmPX12Eef>/ exd#!`6΁)/Kss-Sc=:a;'?$?tՎ% OM!aGg$H]z. #$}31#12xkZ$<܅GwE`">6zyx.,AFP!$%$'Go۶ c{ĉJ B===7r +!4n_tV< ҔW#qpButtttttnHCUUyg; VS 1G:S!!~ 06c΁{|4\ܾTws!g7BLe]gw4,>;.@L'/ss0`1$onw?;20SL>5*`*S񶙀Ǿɂ\߿p[}Vmd*bcbmJKplѭ^A`!regǎ>heɛ=-1'G˳'|ܞp};~s(>~jj]A}[/sKNeǯsDx/pDZΐȌNﻭA cft5Cx^tϟ:u{)//nwss}WQQqcx Ҹi+}PLVA{tttttttnK(Rs u%Cv;&hC VOtB%UV._yRqg?rg񻋆 :z弱PS,L(F1Fpg}?M#O]gU]v'  PpTCr Sgl Eőm tm3c2ZZZ.hJʕp9|>JZ3Kfy̾=e*V>pØbg;2=!Qc?TG |if'zШh4<ޱN_Ymp 4g-+++ % ͱX,??{5]]]SSSzkww+++o+.@fJKW%tttttttt>-p1#UsY=gnymF B8/J!^P)(T0SPbۺ`R{GA@Dˆ rGV LMk+Nd(K]n;Ɣ:XS&yB)!0H4Cd  6w/!2e8:~[4&C!l?'SrAB% L ?thJmfqMnNi;pp覆,Ca+a4y9"jY>uUU#.輤F;OOtvv\Xstt4Uaj՚5%YFQQի׬Y[\k)K. 45Js@ BX*uV \^]o^c OE;A R,]*k((M\2vNKlA N bmYfYshG= I^$'Gn@a@Aڊ;vexcd}G/ vډHs$l2O ;'(!ȷO=!"+ zzl*'ɐ;Me<kd`d&29˷FdS)Q劳V{,6/4\mS<ɟ}*35C33cy|L7L-&*B#76nhlܸXWcxV+vllLP(d0nRP-ףp1ltoPʶF2`΍f%ޭk/ʲyX# 7g͆\hѩ/<Uu9ٜ,7#mܬRO(8~$YΪf/OWXBf,ދFҐ0}eC&. Ck&:}klه7VGxFy£JOƍ+'U棊L(Tm.ɲw^7Lmeq};sI33Oz )xP2F.@I?Rv傑7oX03]6ؙlT_k4@AХz091j;NA֭[ JKKBmmmD-/,e1}\ -Or;Lң  Cuttttttt~5&jE^n^_؍ D`Bz 0`W?J- !@\ڥ҂[dVW'SfvVMB PHrΖ< @rUWjң9UܽTkA`CyƆrSdf2OL5|x|k;Vf͙fJb\jy,Z]](h(sDJ\u%.kDT龭9 eu& dLr0.bںFmZWQ=۬ %Dձ,TNJ{Wy IfjVUll0!@)%%!m7ɗ &IH%, -lpreY}$~9x4!p~9:sr~^BÂiLiEj"Rv FU3}3BM0a„ &%@p""hDEA8D?TxBL P#<T d *P{22'j; @  T Pa4(c0 !M BDZȪlcI% "Lhbkj%hV>1EoH >s DEXbԙA?r WMԥd51Sʱѧ=HXs2J c{W,҂goqv`:0a„ &>0R :iHĆhp0`!#e(tnkrjT*%]@boNS@T7GY`T!UTFo(bD P9k!H* (kHF T " eTοUH ` DT&A:{ 0X_\ -P%"@eH AfY?4X!뫇~Qg:1&ͨK0L?GcJ q*Tv\8s45ӟc^M:cs=C&L0aE:FGl9X 0b rdžmPz%DÐ&DV3 @`)B0:7{b aT 4,sO "AGwf&d1#H" p< t"I g r-GjF3j2]5!tCL85#b#^y&L0a„  :˦ySy Ĉ. !۷oEX-B[!> ;w@1Hv<yZQwd!F PNQ`uNpϙHC FFTM3=ikkkpLqnȐ) E 8 a )w M!(@ ?4<dО1K^H:Iaww#GTUP EQUԩS###AhbņX(rԩcǎ)\C&]3ז]K5坱V@&L0a„(I#kOFFFozi31͹&o );j:t~I.HkCm9E"WA w#+S2~ JO1%9_])I$Iڽ{wOOoX$}!]Ճڵ+W:wyaIVby)mFwtt Pfk~}ؘS;.@2݃:VbhLL0a„ %I$PU/^x<;v뮻Ba[ouww]r^fxQAn6av 4M{ᇏ=c|}!@MMǭV>88ȲlqqmV^=>>><<l:1[uViG655MLLdddcccwQXX"> !v}رOT.֭[*++o8p  _>\[ v###;v_p7xK|gξ^X}V\t:mۦiƍ239rE###7xcoooOO-Ƹe޽@`ݺu.뷿maaazz:=W_}5lܸpǎ7tSuuÇO:e㎴4[o'| 6{<on_)[HX700a„ &# YUUꫯ***?NLL,0̞={n͛7 >|X垞Ivںwޛoy|||۶mEEE$k…Ph}g_}䂂'ZSS~]w:uï:o޺ukww7'Oٳgƍ~v۾}<spa<hѢ~R^^xqII=)ky<?);;;55c{G[ozP(p8#IROOOMM ]vUU222yݾ`*u^z)99y_vrn/Qg!A*** v9<<|wٳܹs.\Xd sq i9bff :jB@D &L0a9R/*bZ7lrGGG=O `YV֡^˕p8onX͛!EQU ,\(/.]z~iii0<qDuu z[ookkȠr"ҥKVZu *YF~1'(++SڜN'Ңo0 B@rUUU/Bׯ__^^GodYްaC |nct:Ϝ9òwq0DZ,<N㸾qIMM ]o UTT7|}RSS5M&&&K.UVVVUU455n!77c<94@eB8ecJ&L0a„  h$1x<UUU .tccc$%''/Z4???33^*..ܼyˋ TUec700e$nݺuڵ~?55a-[< ?CCC7o1iBHӴK.חY,t􌌌wuu lŋ/ZB6m$/{%*'lݺubbbݺuǩ*IR(eyrrt* EQer򪪪(ԭC}>_ww-[RSS$I(B!3gN>(f B$ɲ(J HMM}衇jkkwMeYC˲n;### ʲLF` "xK3 .Z" &L0aܱ@AAArrg>3<<cQ333ovmۨ^˖-NOO_rGGGBYYY,˄BB(+Wܽ{+**VVV/^v ݻ799yݺu;w|wj7ov7lpwttlٲeť%%%v=//oYYY[lillX,iii)))6lHKK{ׇlgj8q֭[(WVСC999IIIIII%///;;[oݲeKmmŋVc}=466۷b477cx y晤5kl۶mddIn7 xbcccUUq]]]CCCEEE)))7n<{Ν;׭[YPPt:GqqlkkۿIIŋut\4$c||/,,\|yJJJFFƜ:Q_9`P>?q6|vyC ETE74M%)-%9c^32a„ &L\{Ē(gȲ+S(FK|?;rw'|2%%ŋ`eٱM6=s ü_nм1,B&''8(&&&ztj\@```v[,,EeM,@RR_;::jZ5Mx<<ϳ,Ku&8NӴ.ӏ=vdY~vڵkA^1@ 33c ^UU[ww7j bPDJJPfff]]UUUY$a? tuu @ݍ4M {zzTU>x޽{׬Yo|anfy@VfqGB$effB qP(dZeYrIII[Nfllltt433az}iXg}駟l$Q`Ŋ{}W~?C<[o|%%- z58VXLOX=106Vt=-s*+,\MŇh?/ &L0a#jۄTtfh4HCVknnn+J1{yW ???:km1ɡ^C,6n(펪e=Os@[bQ7|:Jiii4o޼h|D!YYY1dff+VTTTs= t#v'uUnBҢG/ D/" `EI0L&ZDUϲ.WD`Z\&L0a„-'J~bnFQN3o:hzz:+{;9۸Ltc,0@G ]F{9bY_/LstE+xbRqs8=&L0a„1_QIʹ(fPc;%W@leAOp:I2qEqSvX32%cnOwJ[d\oEهcn]g;xJ?1UfԄ &L0 kEqppf‰͚yP(*FH466GLcnLɛ2v抢)G맇[ĝZtѮfZϲz3;hϳ(cq)2'3GNLFW\02a:1 &L0a#JU5Mۼy3T ͌Ga6o|ܹ+X\xd/͌v:Oc:#GF8ϕ6V|c%q (CkQ, % nL]_CAɄ &L0a⪁:~믿#XZ$ggg~EEBh܀jx<Ν#,^xrr -Z$(%!!j,{̙<7>>>00FKuvvvww<*!ibbʺpBvvvff&pWc70q[`z\,Bdc@^b7 &L0a#y}>(mmm[ne|MZM:pCNg{{իl6uvvG3@w0̹s>55uxx塇SwqkO^3gs=Gx<ϟ?p˲.\[{SN `,@s0V,|J2EL0a„ &?(i^bEIIڵkkkkVZ5>>~Ǐx㍏=XQQӋkkkB>E%%%&$$<y2NVRRxֲ񦦦%K0 ~כSO>}СC-7zjZ۷/11ϟx<k׮u\4Vx[5Q ,f. ߯b„ &L0-h1,--VnHtDQ\b񟚚 <844D눩J@w归=~XӴތKF;NZ -!!frG{EEE{owwk644 E$4B1_,l>8`r&}aL; &L0a# ğF+z<={ر%99yʕ X,jU ZptttЂ݉ Pb||\_[[;|Zh8Z8jټy/,"Bj.]pp1W^y[/' T}C\3׶+[X;Y0a„ &Lm@INRR҃>h***DQlhhx<7nܻw(O<DQQQyy={/_|F裏geegee4 11񩧞:ydjjg?vI6mյy|;<ÇRSS !7tq٢(X"--ʢ&ŋgggvtt}݅`ֻm9f9bk.\{u\g &L0))Qv8V{VZ|r1@OӴ{rJrѢE `QehQQQAA=v 6mxv{~~>5996/--rKtj{\ntn 0+f")z%QLv d'q/Y>Nw*W~]6~%5/=Wƥ1ƱcjbmHXi+Zw޼y>'%%$e`nčE[8v٫C4ZRA8w t\!Aq.#-ZDdzȵFWOEQՍBkqOGlu|&3ola*BǥF,8+`> S4ם KhϜ@B+Ԅ QD4RPJEw/EVb@ HQU&.c0lm( c&'(`&a}5EQ!?j*+֛0RJC sͲq+)׭JBdTE{y_yNgk„&h.'> zD#YtJQeo߰I*n^Jy\ x_g#c,BdY~~E7oѮ@S5̠[o0W6ĶkvR qaYȷ  M+;07ƌ.Fh&>:.@Q}O!J.@d7)0eӧ=ҝ$;vKvvf(2maCC#@o5D"x;B(ȰwxxXM$|T8U@,sOEf90@kw>agiI,//aXW0A=] 9Vd@CFhHw$0 =.LDF˽McQT!'9!2豳LmL{0es+\8r| $lho`0a0e_;4P4xyc!F_k&ج jgȌg>)鸦BA-39NXE}M(8a\Į])k4Boί}eQ//pN`3BԳ^x_WCf A9ZaE.aY q>|zˡT?x%1)Օ8>pFB|(=# NDr㉈lpF&1<0ҀD&cE(͒(gS_~&LA.? sGKBHa7XSd2[rJfb lĨpWG|Ә^/C1|)4bPU0sPO`tactSGOw X|O<c/BG82;qtc ٬,˒嚪 _XlS *ohvbMtB+*ID}KݩBJ1C^&Ou1**6 N S'Q<T[=*|TX!S 1izfkQ,8i:,@T4z`„7~HEQe>/ O,J:ˍ(o#M1Qŗ?qQsѡ$ց YjeqFDH'Bᷨ1U-at׊hhThҧҢT6Nӕ E`c2aYVxat fnԸd0 zbGhU:h$~nΞK<1 fLM8苅 ka Sn %wb1Ï$˲aj`eUGCЏEHR ~ @PC*0 h`_$D >2t@@)PTO͠tCkDC@$< 1MJ"k hl@sWTFUjP 2r;O7*2 ~$@S*S1@_$@hFKJи0o0E&N6{H'5?^߄ W4_;QooŁ@h` #1,5Fw e NhPD0(bv(c IR0N5!!A8IR$GA.1$IBeN`,Ir8 iD#N,9$9!A`V:Q9M\ 4}+\B` M">!HDohF(i̘h Ea/^ĄOQEHLtYVM#bebE)F eِi|yxxԐO~4-F&Da DZH "X,٬FP {;*u9O<!aFFF=jq8fAN 鍯pcO_ n c4nGD B NA|99B  :ǀ n 5C8@42P!>ry# yQ>Lwi:&"cC hw $11!4@UÝH6SQB]va6.c}H"D#5~H [7k!>]o+|cMSwǪy `&>cA֜z7Ø2:x^?!r ݴrŊ*:p70IDAT9nl($+>%%Bg}U9Q7mxͫ$IV"DZ?ߪUKBbȑSk>6>>!I2 ݞ憥k,٬$9ӌ4=xDsV% s.}._3XŲkW^yj,ǿ]F1ss6lX]^Q0 *C|z]55qyy4peUUs:,eYЋOq7"Do>x I wq"<{``WAT/mZT^ O?;ǚ_PEe*֯_*6uk;m Pdtu!˲ 䬿e… e//B.]1H˲m]PU ן~̝1{gw!],BJJReeW͗KAne;_i BN:599z;;;W^-BOww0`C}2z˳ ? T v@xt&M t.h&H%Ha\ zHhjaOD΋ V zE Hz2tDܭ.SA <TfY*I @&@#ua>TA3uvBM ñbPvQZ B@D @sCB\ BDn8@?$M+F1s"`JxwF|gq2a'St^~޺vV ?{Ӣ28n!gv> _IInM#o}QwE ĝ[oY'SRna75uޮ>eC!133nI_ګ۽ Dڙ3 v߭{돻\2u0F`w{WyFQDj5#Gn۶ __#1۳i#F|/ 6]>}>e%I C% CT.у:1cЕF]}>qMm .C'1 !"xM+97ov >WxRA׿~W ,%{t{7XUY1Fm]{,YVN-^j9t?{xN<. s, b '&|ǎEE(<wp~ =x۷֭[!I|]^@Y,*0kZ.7s*'kK ݏl,H@4X11 e|"T6R 9Ft %MV=& 9BS@,AhAԐ@KŮ3 X%ȝ K!P5MAPS9H kLpT0HmCn @ H D,@,Xc &:B# [mQ|,[ꧣ1|Ms>UY]0w[(]CkeÅ?wS~Ήr34f4HM0qfC8ͯ_,//fY68~YsVZ,,!$ 78|jÆxcW($l@s>x;UW49w8A?:00`A3M n?kT-/#V [,P͛w%&%<lj|9@4e_}usxUU5݊EY`ȂJx.*^r cn[n'OAN;5j/\yNaE_}MȲj],i"::G{p_EE<r7`K5[mqη]l(,wUUs]eEwmܐ%UlVahx1Aʲrؙۯ~o=33C9vMrw1.~_4M/+1}w`#bcq <ׂx's cAQIBH˅g/ Ȅ>ffxx!dٜNbBȼq_\=ܾla=-d'Tws*8Tjإeioֆ.t@z$ex=.ƕ`9X3?:"'\Ba OURhII] Rd!5ԟŐ_Taʱ,+v\ bKJ8V¥цѢy ; O3*PO *Hw s'@MLIXVݝ_21k*b {}uKz&FD%m3utmOBD{a3z!>2@L9=k<#Tr0 :&LCӈn>WZ,w\Q;D@_~36@/B0/o(=] 7ZnEE jjN9vAm].T9Im6VQTe:{.;s!-NUUV\ olM9Ꜿ t,%I־{tQ)6(vN{  /(jif@~Ŋ*X2Qu(R*LN|.<q݇Vci ˲cJ`^]!ԏ?eEy{dYx7޸̙Mӏ9]z^EIںki TOBҥYۭg6l޼+_ إTkzQT:P+fm{k7tfz)&`A`YjsjzzJAAo M=ZPL\w@IeYNNN|DJUbe~-Yϯ<_yp%U3+>OMM-֦^קTw.|aG[բykJ3'|];߼nx΂&w$IvsCNlpi:cT_\ۗOR/o}3;N]ypOoOHpߧZ:FSx{Wow:#˶l=Y&&GucϾut7kCwBͣŹnVu:ƙv2TgJ {8a׷u}K˭v;pxep,#^Yqxgyi(p|,?ߞɜ "Hp|w @$L<=ocV78baϷ{2h/_⃓W۷yѱw^\iBt>:꭫;BIlhh)(iii)(gO_dwt5]dYxҦ%K>g0F@ȕ B1itN<1s\ŴVn~ imOoiiy(O&E8.n}EMJJ\jo2p1tYən]E$r=>}?y}? `x5M#YfK/y>jjN?M.]uDQ.V(I+V,o͛w臿e_O΄CZjꊕ#ړpa2Ey →;$a Z- D*QƵ+s,g^|3 iEc|j#jXV\Fۍ^DxD[!UFAON2鰣s ί/u9<0?/wSZ)Z×Ϟhv\\Hޓ^+]VhlFT0>jIYyKު,kyO޴y}_%_bJBwuǠ q~¥Yš47xeKUe>O;w[7TlZWvݺ$@ !EU3_]K/HHz~<w~.B @|W EiXUS?04b$$HJ"l&59 ,?zU3aBrRRW/x MN^VDy45 V:}w8<Ͽ0DvQer_ܓNAQg4\1b{9%%i``:ZQQe!-5<O^~V~^vffzuuEqqEUu8l$= e%%5?![GGx}o/I=DhvdmoR;:Lz#Qss|rSFf9}}mlfXwDQ ) Bʶ/Xxe[/^21KHpȲ,MWΜn`&zu<)Iuu8֡BeKEE "IE1ғ6=|?:,vȊ,If-..6%6C,Pf;g֛{ss27޽0/#=EVceEx%oc233h%g{F]C#=ZR500B<#߶j^F3KRʄ(T$"z'I%1 T8 YB! <ƥ`0=ё)`nȃ`IJk7ܾaEcJPdeltK! OQb$ X],6f,#iɪ5(Eiy y,p#B,YT;P89 Rr[J(SGD!@(_TB&#5U$!dB&4"*V'6  - e?cZc%]Ya|+h„O @hŏ=3?z &'C^EQ?hDb:|cEEE\c Ƒ >e6d(yuU+,tۻ6I\tC, l<VBoo߾71\np!3J*yEa9633MM eHCwMϟJpNvkƼ41 z_YMl6y RNI zr ?.I22`h:zHE+WT]BٵsmңAZUc Gci^yXy)`jmj0$Ur"q\BdQfÙ@Nc&˺[s p`[L#*It8J$8aDQ4@wsBP}NҲvLNA{SF8ٍ nl![\X8}S؀ED~Ƅ,st+LJ|A-9qHk}!hWnZdi}sN/ػ|ǍapS H;s68[$w È6W/hE%őd;$gMo*xmWcO˨ .4==6\V1PTdizcYڱBM8iܻN?ڡSU=7Ysw<=G+[&veMnDdCE4b+DrބO0]{ス܅[߶,4K\b9߄PU-I6g8 0&}ϟlyeM쎌xF)% 566Ah4T,(ȭ,Eb?Z:g$*JOO{[שF@(3\?o^}eF1fq"IQ0;h2PBᲢFʢA:9e%IQf˥OTyywT0#B!yM 6+w4jEYI=q.?E $~7IH\%`WhqbUզҍr  1!aAq Cea9lF#m|bĉӧ.^>ϲ&/..]:ΥK H1*--i 8V5" W,LOMr_q6ss<\fB+sZ] RS-LW&mS%,V+M˲Sw-9sj"˟_ᲱFY/ eâBT[XYI$8-.!Yؖf'ܟ]jv yvfp2X^Nv3_~dqnh0,ɰ}ުy\*l vY[hKH p$9;ՙ\vSS h 4,Mo]npG77ߗ(]re0g~rWn8P$kIbFbRܴ,enkӮu rebt@Wv[x &>I<^/=bVI-.y./7尪jc _K(RrrVWWx܃C UMII&{(R"=#V󟷜=744bD,Yj֮BA5U-Su Qiƻna? hv@0n|1cͧTL(T7! pYYVY4Hiiի45^4ՈQ!Ju7$D19ep9mAy5.(xh):x ګ$_)*۶^.l`AE鵿Xdm `L\/ $$$|K_E1'#:H  <[cK~VIEq09)E*  P%%'U4kpD.-UxU-7k*`IU5`0j_ $"{0ݻ"(V@Dx4JEf{P*/p-pC"%X6ߍ>ˊ|7P5 SQG(Q^RIP!沦%p FU.$CPX(ɱb9HӁFb.-uIEyv6Tg"/38%]=b&L|A r1??/>?$QQS> 0,NMAEn۷¢|MAYqg[$I*)-{dyh(a_XIRz{x %Y Bmm:;{;;{DQfdͭ/Y bi!3gPBVZCR{tdf {pue7:??!;l6raVSHI$tn~^Qщɲ\07$<V4>HM߫b 0Qa 77ۨ!D3BAPiEEI <Ƕwtwuh?tĻׯ6OQ6b50 шJX@d'D% J1 D 4NsD 2kП x8'yҙ ! K""tQ*HC:]ݐ K@D! D'U5Few AM5"kźCT1@hA@ }C/OZRQu]E,B,!H'zB"@!PÏhw_L58!]Y $Iܲ醗_z&t"@)_T`s GFo}0##3h~EC=P^_N'[˪+8nX hy°ҥ ^7%@ TYYHeE8y_QןHp'}[?9|$XD|Ql0<oRhF-== Js<ll68둁[Riy_^A=C,EIU‚={$F4k.XxIK/*@Wlyy^^V=Ǫj귿tyC#y &@->pdINMMo}?EPYQ'\zDLԷ9* $Ȩ t֐l1uc!R1 "N!`(7t:nLc]LJ ' p#4 c*w@F !k%B0P |~ 8]&'Y!A?_:08 dQ1!oh13C~K/cH px(rD4in1_:̹`(fօD/^Ccld' 76^8w99 Vںm 1x7OCvAaVW\*0%))ɃEIII**\?d9MPUB3-](ٓv\QQNU7|RaQޤB˲4j&J}@d%$8#U >T;00Ȳ_aaVT% X,<MAwazRk(dDi37F 0p:VZ|IըKoWTQazۚ#GkeY1R5?|?55!Q,(̫,EXڇsIa.utw~j ))Ik-^\zL}\Eܦi !DKIK9&}?ft2]9$4O@D]X<DvEbk-49J9eU&]]T3sgf?3.vE7(hJJaE (CT$biŧKyD*RR&L4 qaw_w{gv1bLݹsos{`} $}5lAgF. NGAct{vץpY3nޫIMj,$׵D@&m-B㎓н˖Jeιa@`++Vݷ}3Z)//[x㌎rB C:11& 10 b_;pÓ,Cyآ}p0vt8ˈXT%G8qT*CkBѣTȬ 5t[oCL ^ Q_gΜymm9w=b ř˘['qނ[Ƿn@dmϿ<~SSS%!RЮm}}";J%aI1\$$I/觔Iw!)}^V,I_8[>@W(t߲qmoҷNv 祂.d\7³S߰Y.|lv%3ģ5 Xކ}WAb*5 E>5QA5ϜϭpŜ?iXwZ~MjRIԵUs]Z]<O `k@m8\W0R)_j]~4T=/X IuQ޺fJ`RqU1vʖvt8NeC+=ϗ%(;vĞ2t"3qҙJŊ[lz:b k۾R^.WÐR d^=| ɡũ? Z\g"KHFܪ繾fwݻmW*U2m~P(t?#yn6\/z2 n_\-+rk!y`Þ_*sM7L\.wfvTdRj+*==gF)C4 3hCe:j<?ɾJMk֮,+ժ!cN٩mYVK{nHJ]J1MS^gr󛾪@id48]]$ ;j KPI Hڋ;}.tdl {i'/ P6$\&CµED5Y\^;JO< ecNk0$cUDV(xVnMjweeJ<m[٬Sˈ/23w糳8y@ zz 0 ֭[ӡcG~p̹j'pM7l|S>lG~ULO !ٌ~|z6mpt-?54c& >k׮<Α?<q4#u-Zyӆͷmhkk P$H4շ24ɽO AX$]]##˲YGIR8B/t /XTd2i@l׏X?9m[?;yTqN/:gN¢xqZ\'imkIb۩o'O3BJW^X5R?ћo=tɓKaږݝX7;oZSrBR'BӐ9'H|oo~xxLaw3JI _偷=~o.LAZLѱСǎ?{ sm|ت;8|f0t]L`TOX/*3.*[>֐4@yb$ǰz5.?'% XAO"*e{q>#/'h#Q>Ep,&P@!J$dNo@WR::]T, VHZRrSsC:TKvW7E HN/PbJ'wƘ/uYl$aސW1Ԥ&5[$ )k'Pg4 ,h^fsOf'20&ժ7Յb́t$P'0I@&Imˊ0iZɯ.A`F{{kgg{:4 09tOO>AA%0Lp HC7xjn@)c0pX\&f(Hč(l<UJp~Y7GĈDY!0 4 ''.^(z8|E(;ˢ&Q\yeŋEq::exl+X.9@6tuuqrtB'PJŃIE7=5axy7+rر^xa|ON:庮eYSSS;w|Wecs3"7cDL $EB```M2#Z&!ʒFT@0P +sc)w0F0ILfI`Da `A<lf(j!eTFw<=*X&T` )DX5a'QhE#nf#!DGC(c0 SČeꈾ 49P[ʸ Jb'YU)F  "̳!&=駳l~7۷cǎ_~?{ P:R)˲ćmeYeY PT{J6$}-,&17)ù.o4g&5;@Ed*lF"t_T!lF^1`7$*S%`ku>ƨ])<_gaHqg`$,!m[y´:0,4Ma)1,#B'i lܐyԘvMkDLsi$tt|c" QTѲeqO1'HDkPMϛ0c:Qwe-#B)Tƚ)]%^K j2e0D{.FZ?B "| `T!$J ;VTa3N$^hO&s[XM :Hz mթ rw( [(1J"(UNdH~"LEb"B˜&Ȧ21hHǠK$牁6B-UV<@]A"mmRS\oj%pN <$eIENDB`
PNG  IHDRIDATxi$Gy K-w{Mj m ,f HHlfl9glϜsޏyo<x0/ 2F%$ZKw̌x22"X3-UY_}mEDjjjn@ 5PC 5PC 5԰~P;5PC 5PC 5"jj@ 5PC 5PC 5vjjjEPC 5PC 5PC /"jjjxAPC 5PC 5PËjjj^DP;5PC 5PC 5"jj@ 5PC 5PC 5vjjjEPC 5PC 5PC /"jjjxAPC 5PC 5PËjjj^DPJWx">o jj 3:]oIp L_ÇOgA]jd-"QTicFAz>bZvW䍳N*kGVb{ R3FҽYFD(}5G'f rsUxxZ֖qE9Yϐ̈́˄t{g CBu4J8f ȣscJQ4DK\[56.W`[֮Qc¬"FDe4B0MOݫDF*+Y3kQ!YE x/4AᙛU``'賲sHRaDZR&VeG#*kD1J9t!@EP.<&ȰrU|~/ =FRsTT@:sу`ptw1iƛQ;][<`{TJtp<tv8uy *ُ`bexW3BሳՔ~}T%ZJf;ݴD#;] Ռa)53])e*(&Dn%BLrn ]YqMd܇F hnղq+ i"ŊBN8mLCMWr5"km0h@k!ĩ'pӅ`VdR~ט""]#V.{HMnUUŕrնpYZ&ݭ7 ck:+cXЦs*Z~8J.*UcVQ.l2&5 Y򫰷ڂU$u5GL)͏`lMᯮg-ٴKՙf\*IRZj.s+1~ &1<3:ͬ£8+"e~+NUkJي0(cqI%+B'֠B\{eXKf[otC"&'TY%T|UdBEWg1]d0YKKpq ۣ3F8yZQV*Q}U~du#.wQ"cZ%h2jե)\GvZXV<v* 3D *q롻cm PR¸2Jk4G'kQ~-: 0O[)RPi]SWg֟/ YXY( kP!Dɗ:cŹh iǛAָ$?Ou M|Jy݃w訆%&[cp=1-O!UT.Q:.h%@p ]{i4jfTfK+dknz+&T*tT Tёɷբ x8 ?UU[5ouѠHcj9/kZ>V p,2k++VrVV(mmBՊjff{u+ֶkpn ɣ!kb]|STźLA*lbfM0\љ(rjFtGwW "ol@tqU5qVGp[^V5 3٭duRư5smNwI"sV<3u[EgmG[OwS #\_ XۦկнԲt Ҿ{Tj0~CA]_XjN"b~.BҵPjw٠֙lw]{~(-ţ~*U@f_ q!2Z\V6VTu5c".2iX.m"xf72.I_r)V=yW{zXol)]bD3 #GW:\<"cxJ%&kF'kmåt^T6w#xd #:Kt& &2 +[qRe\aU[p`|W&yIfѯAJǃV>hfi*v<oQJ @*v^W$k1N*d L*+ݩ.=SQGcv.hA52ZATTQ cq:wa5ӭ|^ɰs8'7}> jCXo'4F*Wȁģ#FAUAB)ZEPCwBwWLF!kuQkf*lc.?ojmEXcTYHq7okXc g )Ra!Lem\!V(AנY|Fƴ1z]I)c "0ZV.6{ALp<қ=Og0:uͷX:=*Lk&p`}WJ hW!q;-;A嚁V ey1\ O+OVpBE,+d觔$vMFqioJA(TEd~QieoHR+"=PNg+Q<9h:4 Y@0)n.JY`E{@1:^A~jR1U l+`8gbk- 3,g&-Ade 2 7@/t]?'\#dx⡫Uq)l@2P2~XgZ̠AxZ.֔(f5=zJF *:@nxSz=ŖNҊ, |qtpqԠ,)B( oɠUZR ꭭b^T1Jd?nx$ci&րs8k6*VC߃]q ~E?~)]Wia+6 ^(R1PDh@>=Z:k9@BR!E DxP`оVJ5}W$bu]<Pg"JKX2R#jzO9VOF ~N9kd_M/*=^o7bD٭:` _k?2Zn5L8h8:].=ArjfV:[~㠴n.j_uL\EVO՞ҽj~,U=p-&X5f<8`{*},e~s4Q:Up _ B"c!T#1/eRe0ǢuMf aW:5p@B3T4:N܄wLymn` UDRE3] WŅ * Bi!~ꝪB.jܔrU#!$WVK]~v;u)q+!|`k!ӽ UK g6uЩFYz.;:IcXYoZ06Bh =< {{—E8v#hY}FzX 2=* Tu44L2J0VA6Cs]Eh^xF`?k 1{T}ZK@N}<4tep:?Kd &Յ[iE0,+my LRBoʸ)Od1Yŭk܆` Z\]Eh\1<RPڌ*Ca vI`zZuff.vwMlSd^ZFViwD>p5c<-0G=!V* bX_DTT e1_ Qft¢"gupPF:+OхR0&ϮU Whv::Brn%ooE q5$iDdwUTRꬅX\vN8:z;n` @*j|. >Xӗ.#F+OT%p a"W f,#XMd먚 B35Z{jdh#URХv1\gC&.4T)1Jm,0Zʄ*QkqDpq_ĩ(̇` &xFp^=Tظ0F04:cXd%UUY#ХJ8VGj*,H^_!Y6XJ\d-`]8S >4Y"+V֩2P%MEv4u5T[ NχJ>kKD麤:ξWGGCD! 1_ZWtnAjtRV|!$7ggu.2R9xQ~Ȕ Gc"YӽTZ+RlL! `reteUp E)c6GAT1VEZ5=uE ]z/ JЛƟV!PEWўt)<* <#c }%V,ӥW4_<C:߲"]hD3+a-iܬ:B Ccd1jւ1տv*0X,ڍ:0F kWּ=9#7M_X%HL;BsKR= +~MU\~`=$O$6?8ECXDC^ W8 BGCf1tdV ARjA{YM+<٨V05RHex-Ti 4`=a!+?YMPT!HQ=LڧR1*QQdՉ4i3(?>}plJ?}(`ЇW+E5d_E&Xj'YmTS\k Z> ]"U) 1,̣"YC2`;ՐjXMXlDrhx ź&5mE{n@>@=qGBg%,//(xqn R 4M5a"iNf"EIClu)oY[`KNrSE܃5/<0U-dw!Xf/Dc0.Zu!d t9:Jd`i f\p GJVi8DPK@1 gBưxj ve:t.%`J*d*1@yTqmAO VCԌdF j`|:j7Ȫ!AgTK첵ym+T*\>ň[ E:#IVw!o VT *'0R"\HQ%ir:3q^{/0]9Ip̈><a//.f#n!}9?A,\P)) ]TD@ZpJ*|e\ ah9Fb7$ pw#e e"`dtd! K-~}l.zmU4[i:l V9bxtRK1Ee6H5a!*M:>Xձ#9nAIV@Ă VBNf]r8$+f0 )6dp.UZ)=Q תMVG}*48HN!;a`,qˁbKy<Q- 2Ғ.BBTmbIGP莑+ l!+,^m4Kweu6T<+fܖ` n"D*],tVT*Q ɪ5l @(fZanMbN YY?sfzzښٺm6 XEp|Z"XO؀hY-ONaz[[k*={^+C Owl1Bpe# ^ReFքr4p)6 } dU oF6`+Dp#G+1\ ݭ偧Bt Mf?-̣uV*V&` stp1q EPPEo:}ږN$/B QJ6H=a ڷjd-RD(jh l0sg,/YiBLhU3gc k>:Y!àiA,UEVޟK^9Qn˼oӨv~m|W@PZAE^:*e0B_! վ5ok^>(YE`[zVn%>*>:+QVElTe 䯵丵f6RP]a功\gpkX|=σ DSBpCY6/'u8Y)_1;%B^\Zȝ) W:KkvguR80ƕKoR* `8F (%"ఫ:QOԽՉ N)K3FZ KvƠʂ>[`ETl2 & n9|c W$2B~FV ?G=%_H`A#,F3 )g 2Zg-!z4${ܾφ?kpcn)fHV5's)a]&ݑ1@~^ցA>#=Hhk 6KAfrS堦P IKLsYe,ظ u+D( bN}1*ce.V)/%bAM3R,⃚H9" UH FF*,?OVe7Eo 200#=`F(t`vw%!L Lr,1X[(0]AkMl|*ڞ}}h~9[AzJ;_TqO-*{$Hd@8aYB9)c JSf)o$*G7q(F2\bυVZȨDaXqipx&wc M4HEj#4R䬆T3 8/ I-؋R#N y9 àc16\ыɊGO* N ~AF1H:-p!C/)5 Fwm0 M!<# 2fa=NTIu^D';.0Zqզ*܄ ;!17s}i]E{5 ˪ ׵^XUj#h_ʵ,|jrew"VFAwLGNYaVn+DI b)@p mׯT`mW4c[hHi@ۿR6n^Ru'vlbc,,,PX{Lu۝,.-&IE2&&&(:̘^oߴ$IE|=Q: "JšGzǐQ#9}cC|8ВޏjMs2tT!yq ; 綘 ۢ 0tIqOL βaicXG@+L(#XcY!.`jXB %9SJ)1WTw+z%m/2hyyFaD-ѳ ` (ux:6jq p6KX4C-):MJ(g099׊2?1Ntiid$XYcvBv(_`{geҷd@ϰw53DQjPi֛;m?:o]@Fjֿ+|,FBtX011L'sS7m\ cj9jm`Fs8|ql|ci ז'#ٖ[&''psyմ 5tا4p{}豾 2WԉfdUS7^hT14L`jqVGsx-4Ѩ6-ߨ8ꏭB+2Kanq<))js8] b)KpG%l6F0RFE.@m:Y#$,h76)dAݢ!Bw˱2BV/EКW kqdUbJ$ZL>QlѠH732~ T!)آ4JxTØN<"S591qر^QD62]`+kvH(Do}@nϯ'C Ly &nٲill\O<8n_bj6Ox&֧i6>1e˖VR>`= aL&'O8DZQO.YG-HKqoM\k{|5t\Oz H1s??:#4 Q Jp!Am*)nP"a *18l8ȳR&}LLsM 0$IZ8ۭV2y#GfgYG;㱱3gI76)Rw⨁A;{z=xMfj!$C*Nk<.[nXCL)#RT1K9Ei0H#"Sq5 I#Í#P@~E4F8#hIB>K z;sax\"Xؖj'[<oNz%3c9 p}X-RE>B4^|֌*+Ոof)#vЁҕk eȴWhB!l;=…Ѱ.LGM$uyXӡ!`& sWHLKiT.@LO RTm-CPr\/$S( \-v%(x%.Ի&^&vjeYj;Fq~_-[$L\Q'I/CclO1i2!OAm)ٜI3YִÔ dl)S͚OC੠zo67>~᠈W#J' )>?޿o1 h8{Scaz 8+6b>i{ĩD0g"Ѯ܍"Xhc>^SO7~=ueB$|| @G=x y^/ٝ{LcX+ybO^V$J)\$gE\! -e*V &nDL@Ho2( [e#$a~5t8iSL4*;ҟBz $Pn/ :ZZ`8S4ՎP˪`U&P#-9`6j)ZqQH3Ð`A( %1֌{2F3G`]8 M dPl='668wEٳE|RD1z\QVV^ $(J܇ #V1 ;Z٠•& &3U*tJ) pb1T8 Qq@Tj}_a#T" nW5K0*v R*X4ossswy7͓'O/_#l/AaFQ}93{>19yK^j6Ui&!.lŅ0 >) ~5oɩ'ڹ{3\55``13PWNE"EcS_ۉ?Y˻vϿi`α6ѻ7 (j,t~/1Qa!X؟s;F+O%)M)]z("bӹ0s-O}S??aZ4̳F<???裏^z[mKRf3cUd!)F_WN8o߾C-., d}_xĸ t,?OiRj& TLPJ΁ D $E=̴((#* HkBH#N^AD,!-DOlIr!@`3F·G)$EZdF")r8HBXP^D6Wp SȔƵ4k8' JWXlQ\0)!O=̩ӧ&'vh6HnC/" ˣeQ#fśڈF {.lձˋ(0!˸u$#;"L :YL" EvKv.S5U4 AJd$g +D/WkD;Er0#Gxwrxի^}ׅQx??S] t E)XL~z ՛T)-[%TQV$(UcIN&9UcPN)$Dⶊ.&G Hḿ FUuD@E\C s~.aa0?DG>:99Wh>S_~yܧϙFG'z&"ߍǍyO[li6it:O{/+GY@ GJo-//7 4GH[@8UbR{A_;,ƺZǀzh>3B降@ '6B"<wzs~qqa<DW~=nߎҴ8MG>1:jPĘnm?~n6.3? '[+~ʞބ& ">((!'~}ߵZ$7#힦֭[|˯bۖ-i`y0peDr'1DIoMi=7o9sf}m`TwEhzeܻ(V@ d?χFX 1#3 4{q6ՃW8BYZ}(@N#R-\C` vj/( !Fc@AV6Q4S4sA6nT+(<tSݳcnK/f>Bh`n=+++N|ÛT !Q<^Çlݺ8$~u˲42W(AE݉$M 8#Ӗ_F,< C=V4F<Be ďqU; +D{]gzA\(iMH͍əaa8j<{񩩩( B Y@-!ƩhqI P28e# XJXC[j1\ %|#%R;m(>x'<p V_++=t`̙K//%'O~p0MEǚ&h}Ç 6oBٰ}%N!iaB6QV @?(LVR$ߑ#xop/[CV/$~Mee@31;sӉq&=Y WM<bork(4[N{Qc eSs_o/?Fu#7SaSM=?< bCn8}u:""ΞE >W^yӦ,˰<q! pS3++n71Bi#n$IJHNSL߂V ;2t^wUV5Ҳ9=8n C")S-vBD܁ETCBOҢы[,51_V )a"ǜe‰Cy@q<Y|HĈ i)%HaAyA™3{ݽ{Wzg{^܌yb?} !Ozz=vEm'N:ur̆v=al=z//7\uUN<q7ررc}"^y&&&DF(ڽ{BtbbbyyLOm%dlPS͇ ~UOxcH@Y\+ d cPc,Xt<J"%RR>B&HB7G>nzM .`߾}Y~\5>EZ<k&IaIn#5j)0"Tg:Fqw߿DH}w7p +n"nS$.G4˲v?ۿ۽{QtQJs>{mj ŭK9.WӀEI9.Ia_i֛ޑx:MX0~B/ Jc$Bn<HB(NYwDMT4aLD[dOY3-o=# Oy}Crq~?mKXY%kݰa%4bN<eJrql <'/V .xڿ0Pkr $b] S9'R_JI*L1 nkX !vH6G9 R A>`|)vD+'#BHF3Q.# C{D˲ fmh5Si}vSDd2<<yAAh9hr0Q2@ Bl ɓys=vlݺ{l\Շooڴ'ڗ?6lԉ_|ѣG:#رk_کSVVV$I!a.--}3YX\Qwկ~g]~cc|m}__ZZF\]`40&i% Cn% XyrE?9d_p HIk%-ANLX[+At Ãj[S >ٝ;w\\\馛(u++a6M6e:DRibX*!t11;BIòXrOS%m@= 0CJ(O,/C׌V0~<0cA_~_G8'O!%_C HxOܳ{; !O،bb:2JX3 M0ϥP-.%0/E:0HRznX sh 2 @}<<w ?H\E!RDFM$7z}45’mtn`g}!BK8[lfGQqe,Sf4/c`ȩT% &eH ҂*B[cN!hSҊY^,._D rs+H ~$oZA#} d7H*V<~%S(X. 6PR[A/*0p-߱ hFI$X</=v$4pWxe[ ^YY>}4c/..-2i:??Ӎ7җcXegΜ9uw۷zwySN8q_exM۷oߴiw8ba(y#G|Go|>ɓ'׾5O<r^sav RRgn9ܠXW).DŽ A-bt/"XEŮJ[%)p%ֆ!c|];)RpHZ"-D=ДB6 kx۝*Μ@Yi8a\vknU%B[W@ߔRb+21A LPuRH |"@Z'"K%H":5`6JOS˺ tbopǑa7پƄCi@CEB][) 4(5a8n nGmM'-K1K߬A<=!m,>7ӗ-_c@w~A_7X~ b)VAƹcGq_qͲ]( i EAxIԈҬFM{+х$h4a2pd&m(#q)0</qJ3Un Es |͔O|KtUWhN9=ɓ'*vX$3hChE\dJcw>|𩓧hF3" eH\JoBb,OG@InSW`8:iJ!c #0 QX-";V<WuA>R3ҕE:FK<D%xZX|RX) d4cZBHn~̏ӂs'  TѰʦWQܬc"e.1VV?ˠ2f VS TT^H(Π=dČOhJ'*$U"+%1gJ{9>$IHm۶mӦM7n"$s謬LMMoܸqa~>FbxSSO?WNLLJqtV8޼i͛Ɩ[Ν;8&lܼi޽_Fqez=FA5qیĤ5Lذ>NQ| lx7ƝH ݅aݙQ-U|Iwxa#+04U)zڐSd(UIK>cǎB8Nzfv9c6ho"q\̿RZ^).˟*RGA kš?b:})Xe M $:niTVpEH,'`ULSyV;& ,iR?DH\hEu=FY7.nVߑ /^\^6( j&˲^#))Çz+^I]Q|RZ(hqqXmBJ͗!_ -:)g`MFVFsc`h Cɲ/G6 þpfµף4wL\3tÖޗp<Ped/]"=\zk\hl 5(#& )E( 3o,۟~W\qEOj+#ɓW_}H#P8pЏyj'YqqQ! 81!Jز3^ 7"iPH@! @j2_D/è -QfpjA@(i)K:1*PX 2lAXɜ !Y܃Zu0IGޢX00 b[" ܃T!1b#5mu&p^iq(x?_&LOOoݶzn$UW_>MYuVVxyyk_<t̙,˒^zɃ:pWw>O.,,>u>.--5ٝ++_~36,--$8 Q(HJVC&dUNVԸX6S-n.ʤ:#bS*\4P0 l*:[EHJH aad*'IۿO>y^}fkeo}sjjrvvWףHtഐjZGi dEh $Tv#C%<AxRz& TG#Jۂ@ #S \["uy cl6ߟ$QcLsA <3pM |9t9ib(FQр,K'']at<%Y)Ԁ܏C,]"9Eof>8F+kx,~3/u|+Jll[nOL=xYqcҗzd7'&(l>_%gztູwm8늩Ҭ˱wmXV ^BWm=X]Y}OĻAp3W^y85HI#HŤaSPac:+*nl6 Eqna62tyYB C>,f%̢=r`>6MՑ’kb "I?| AG@xcX] C9y W_`b,XǑ9VfH?E^ Ua#<;SXCA!eW^oA˯$dL ax[{p;o۱}ƙNu.jٽ"gϞ驩v{Moz/nwر7!AݚkN:511azwq?jnFkv}_KR$r70XR$$+FEƔGu `=.+(H|[9?$Iw04(ؿ@"v+ Re_8*A0Jw9FGPؕSպ/| VkiyyrrOsJAhWWȔgF+ qVjRԹ`on27Zh/i`Mb`%k!߈HG2`Wce\aСz݅ffXACaAnӎfȆ o: ;Ly_ <%:gQ$}ksYk &;~A1|W-QE Mh}F?ٗNƞgk.}*v{x B cmqQ,N hlJ )99EFD lYs1"]_:M#aBΑ3ٯ b]MU,]矟fK> |+_aGM{ SN<y2#Z~YޱcGqwavsg:HA "رcmbHB NqCRа;WEcM&j u(ɏhx煼eW{e,#uĥ7=qDBjN#ҧp1,"tm"` Y`cH00ɑKH^oeqԋ 'vMp\q pXos2 `[flO4VBn/5~ȣ_f6lxnn)M^/i6av{F ~:.ί6N}s.//رon7#n l^7KS V7 #s3-T GȊxecq'@*6>fH97LRS~P(JRQLb08 Pa'dbsǔ(,=rJ!}vJi\HBǏWޭ\WQT>veQE+:V (i]EZy"#H ,CarrrmHF~{reTz?/{KW0䳵]tV0(ܹn wٝSO=ŮBy 3{ Yx! piylQ!SN>݈ {{шW;K3fܻSiEa`zzfM,?TEH|o5᱙/q._-M ?D ϋ_LχCD^AcWʬ4nq&v˜$=K^h~1)Jhs{kv!&4.Ɓh)c[(Kذ+C޾}{`, G!ͦ,,68[=Pqf&Oyߧiqϰ0Uilq Iu++$Z4>US2&.,1P aEM Xf$m_ΰeJu1Mūr, ma# ”3# <D./I" .A D5k=h~$ёdԺ!j@&AFOx An>Epl#M*RAˎ VV`",u?.xB[4ٻw[#\w{eww:+L3yzoc/ eacB15A!A0虖@)T %YH$ TJİ u YaA!QM8T !NP 8oy(0~ TFuB_ 3@*Xy#oXĐhȲ2/`' ^,H X;}eE8ʇ:. d<YL($7VيoXT"8 C4MSyPnK.ٽkW i6N7!|)r_QW8ص]v<]'˲n+d,/dYF( p86mG`QQJ[F߇Ϡh'#.Z7x,viz^4Kb;qBT"!\,B+As@P f(Za3SS< BO>"m^+tnn &''ͦ*gqqia~!`̝ٸ1v-2wd@;P7ćA2K81zU n&P!0B%s6@ HZ ;WmQC)dVQTi3\*#Y[)͝ްa&e]kBy $ )mQRt Btx^x!!Au֝;wRo<2_HًB_erF'nX^sJdu#a CrfLqբAHA@B熩4 I/.U fJ҅V,*H 1RsB\c̛(Q[,(A9 Q^ψx`~) 0:(-[Di:8fY e23ӭf/0 IDG3OL5[h^wnnqk?o=IAh4ZV;Exǔ "o>`I Ͳdն oFF:P% XN ^)rcCTNJe̝Y\Xl{ PJ$v;qv;>j]HtV ;""CȑO'-utRᐤige% 0eꀻYfMB(Rw0~KHV $0v|fC,ݨPmOÇ<y*ciP`"+/f_J yS,-+K{EpW #ذf +dr9WiGJe 7ՊcdV<zbAjҭV*;.cB3n;-6VWsAQ#Ǻ<#`uYD}pA;WRB9!T-7< :%!Ðl5bI!%}>nĚ HϭnEb2K^X\\zv+OS&?ye@Մy*,]vPe)M#I$I|JR~6HTcL<數8Fk kikW$ߚ'PF]izE/RZh‰/4MϜ9Cxt(rQFY.,̳&;?a6Fbe7^\l҄p/8n80@`<%#&Ե䊁ʱ g;}B"g{ qt: VgO.;pzl<>Bq:(>}% DPo+vN3!: Rn7 cudA_8Wf#B.%+"ESy5*)j躠}e.A5^'{C)\4JGA#W7@PW~7qhFi6f!/|(f4m!ccfgRXa ;i~yblBI&j_ W7 Md`+N" 條yJLdy7(2X.%Aj98kĞv"zxM`W&7@SAPMJ DQ:b P 1"au@ۿYK0讗,)T  FQq CA-x;*ihXکTeυvEW1Ro^0'Jv]'lM#k(txT񢇢>팩G0E* P1 V@PUp9/8%vᦋ[j1{A@ xÉ+3+Q*v ؏`,A~&6^%g#nQo {voU绪T"𭕘y/1"GXAYFf~J~(A҆ 4@ܟ2S`D kV .7AQ`V % q_"a#KCErSqJ#-V c#h:r/fҬa˄o45X%T^̞?]_BIbZ YaEfR11\Rlv- CT~D( ^@g@%kqN\$Z$/s4A؈`@ " FMn؁i127[*L%l#%i8J9Hôo1aԖWA×᥻lmZnRztXez 0B^{T LD[u DQ.w dlw+++าwM*w%{U d= 7mvz_nۧDh ʭ#[Ey8GG^ ay,X\\zbpxT;ꓨLW:<e-ZK8 roHf>O#4ͲBJ'PT@sTIY }i?6ⵀHM=2xm0 84mh%.;oAܤr!T)yk3hs)udܖ]Uf;KV%&g ղ cJGJ\m@:Yo74Vg@atyG<@sR ͩ=(YK2: #ut㤻6a+**w+* j696hBw/h6RCNVgY@mXac@0 jEZPIYhZ-ҽTxjҰ`[a~pg>~Ee)|** 3&`myp(ߊ V[|f[_oS"_Дjn] 9r Anbu!D@P@.<+&d `3@P7)T+G +cX8}rdH&Y3ı`(OnÄT4R0dEƒƝ.[ 1\T;DTzITKE?/&ݱ `a"؆+]!ZYDtLA#+ Fwi\DlL>X9 K YRiIVX;2 "d*@ ɛ:|֘>UFg)*du"8ZCɰ\!XFVUVHi!ŢPt 5t etD?*Ƃxh'efua=s񭻁C&4>:p Ynl8U r8rpD W Uجy'k<ljz%kMu@__[b} ]9CH-%n.sV]&X.b;*k@GЪXS *RUU]~ŠJESupu0(zNAgj_KJY=Lȟe-k/B>_زekv>wQȄGi?g|XM_Gsw(f?c_$=juAXZ*Rd",sQf^:'`0U 4,ɊDM6 ڪ(wXv"z5G@Y`嵘V۳:4Zl]cH3Fs5VSu=m׬suʇ߻u\"̀ڙ?:f{WqD W]hw" <I۲O?)EF,hbŭ(\ N]>K1P*ir\X^4X7?*Ê@ '([k(jmcPE p/ER"^fo ®C дRKgP/H%Bz^ ZsJAp V"ǯaP'P1h7"óF-dXtr%dx <Ǵԭ.҃k U~?[7ZJix]NP ^bxhL0ƍFz Xn(j4i%jiJ)HDM]}P!EUQo-\n~/M Ę&Ih4_r/K,m6cywJԊ,UzADQDI$0 p\,(l4Jj:WƎv8;NC'!% CzFh8678lIύhKyi,0@A4#o"M9M1Y}H0aX6MR;ƈ)(’1Z)UJ9լе k*/\Xu WAh?Wn\m5nFX{qv mK|T{$vl8u-_`'Ic%?D#eYl6;9/hi߀HmnmZ.o}_9zر _r˲48nyϟ<|Riv?cc$IainDfnn(?o}?g9aGѻo|5{ _ eu[ޥۭNgvw={,{ygʗ_{nYKE4o>z7]fƟ w9rĭٻg>rlz4˛fw:pϻwl۲>]ssgWV tA~mJwϞ8qRt0d[;l6Bd}$r)դCT,Aax%˲( oFIih40Ld[2qfSNa(Zx/yǟ?u z$o Al4 JQ; ʇ<v#qz%_eEq1,獈yK.NOn0ר(o$?! $Iwn KQޝ,ƌc`FLA~A Xj $OjE 2r2nH2^;ִt̛hޏJК~%{vr=_ue׿W~7S۶mͲx}{oW?oڭmV=33bL^oÆ陙 Njk:z_8qMXLmEQ!$={vak^sӾ{|QM~4Fכٰm떕3۱cdqdvB]}Uo߾m5;q$MOOo84[7=v,~o]fw6ni5oa0;QE1Fo{[̆_z{nޔTnKz7ǿVZ$Iv׾zIywnE믻I:sdž KK\KBΝ'&{^۴i-3^;&؄۹sG1ɲ8j6ILر=IctMg0ܸqce7LeI]a百1{sǻnn b[|^jݻk^wEljj{Lx.0_+ZV^2k疋/:lfMEMNL0kA<Q~ 0 $m4v/aaE̕*HV3 üξ155ί`ga\bdW?Y~>xkA:j!@._u_6ov֋?gs~Vѱgo(Snl}#,JW}b|/k{?]qKirn~h6>mo}'zk_};~Ӧ;=}vnÇ|t-no ?~?mw+w{۶nW^Ç喛''>Wc??0_?|_|K~];Oͽ?q3~W;>r僿 ?<~Ļn5q|mxo~ݻ1<ȯ^z%O=y?:vxEI/!i߼EW:VzY7o>wy{\rE=#u˖{?;Iٝ;WV!VuG~n֟O-oIOϮeD/zc߳g{sGWğy$۷o۝;w J?ٿ~[^}?5}K.~ӛxwkm/~s7{WiƋ.p?|OG~%~g7n`;iƯʦO/xWo7f#0ںefnnDdA7\rg_5~߸]z3{0ƙ<vCuz޽ߙWn|ֺ{_I읐HKK GA) L@,vl'{ܽ5ޏulY659<Yl]Q]XWߚ{r).i˚/ {6]"*\jR)oh醵2=[{1N 닣gl6;0v;ng`xظy | vMb#[;j2R>;tbɒ:S~u]" Edz2" @&éenq1 *) ˁӱ[ǖٳ$v c'U ]LDҌV+Kpr{wGYPˍ=Ǎ]Mx@˖{…$a s;^{[ni^\1'.?{~O~kln:^xLQ{x>7[HNN j.˗-Yb5;W&=K,]iӆEQё-ͭťIg~g=w mXM2,#3]V:}\Yǟ[7\w-Z;[G}>x``G+.:X,v=546z#cTK׫ m7lٴjw{?++wp8? =JQD,_x짻}"26{yŅ<{0$D{uMou#;_/N/>4<EG{聟 ٽᰰϏS*m…y9߽c>ڭR{{R EvmW-OfX/5W$&/<7i I ү۰lj;]$}ޓ0;; ?~kvfƂ)Ǿ<~5W՝Al|ݎ;l7^`ڝooDN|<W>v5ܴe߿u5/9a2dݚqQa/]yԹĄؼ3%yiťH‰drœKew0)iμ谤ܜs"f6#m܅N{u+:z}yvEsE"Lzm!+q۷6*jCBa_ jy^Td{쏌Z?'*7'u҅QvC.+-Vz"b'i5GmC _g@ùL|d%ǧ?/WД ,x*0s\7ЏM/џ ZruQ4*Z҆uzyH<$T  g0 W0=?% ?o[jeKJSVTn'""/OhIeF<k1ցAIzܞR_8v/q qaTjL&i5VM,cl(C(>]i[M׮Z0|EBWerԉ/G{>Xvettr=nb620asZچP|_|~fhX<24b2ZYmj`Zm´=zlQ sbQBB|SShfp 0 ECCO:PfwX,͜ H"+.Za>`љM-"$iZU\|n}/l2[,d҈08 FSo眸XTi0{~rÖMNB$jjn׿~DDF=qB$+mq4:6FTe 7{lsGV.-9[UUYSwĉSMZ&.6Ap<z%bo0ƽy84MGE""D۝#Fǫk.ֆ"1Hvohav{vuWԶu$К抲󽽃8v_px<5+ ۭ6HLַA]הVU\PGTԧH*.. ?kx4b08}M.F^lji"p{NbYQ;0<b1A0r@v{]"D\q \@ WFAOxvt[AB/I?fp 4dܕ9pFۃ?Moݲq0'J@<}.mn[6#JJDPсEo~@@_hh\&C\*TJ $Bohκo֭]NBo.>>\F1L$J$'ZZ(t݆gyqG&j οw~+J=~ÖM"H C'&&Oimmid2 a"~pwfAJT*pgaBsfˤHTJJT49]^Ӌ xût݃!!bRT)JE M} !qnScq9]U5۷tSFZ*2i5v܅Pn Th4/-XnMyjMQa-lCCC&9u .Zv{d2Y9yltvv]j۶W._V_lnO2Mvj  k5RB!i*ZTbT)$2BiBPIQtSsQ*:VVTJBI1$Yށ,`4V:ɥ *q<F1<li&22wpͪE2hՑR\&EPw0=-`I~B|tW@}C뢼̶M `h47XrdZ/:;{RIVƼ*@h12bzD-.ȤiF.I\ HO@ڂy){jjtu5dut:n|`BD)IW ecX.j@ W|q;6ț;7TwFN>|<yċ4".3]=8>ۡEq}hܜh"5DQ9wEbH$be_T֗tJE"#;p M-2'Ʀ掎ҲrdZ&ukcbeǵ] %=3gCBB<n{kmDuvvUV$&D yHRRBENR$FU)U52 +_ bb$$Ŀήs+W.O/)-aF8| >ݻ_Z#ǎ-V:2bXnMxx|Pz,*2rh,82ȨVYVVP()zvɢy#& Aή9WR(Ʀ貲r).)Q(+{zd OӻogV hhj*,<e2mvXrE.wkk[XxXLllQ9. IB噢ظ>KEGH\|MQ,+`%p܅9[ʿ_[rUm}oj'NbsG *"ΟBv8~وȈή~>7)1';xIRQ]S788Q\rnxx$7'x AjnY^Q ̂y"m$)pwX4/%ʪŦTO[Z;Q)SQ-9sS[ں+l6B.+)1R$UrըR8T88d0 FG<y! EQ'K)iC#E55Jq&<,$5=osM+ kq: #4;Qdpф-rr(+EEEă@>9vg<'ĤpA @.̶w  ^clh)3>d$K el~Μ-Kfv_X 6'`^ZMQ79e DWj헋"Jw`D"bS$bNG2 c0Eb11* IacBc.EPle2©ѨE"bNJt-XF ԧiEh`ppTLGP\a`BF":rR$)%Rh"",,h49p۸n^0ȈH(iq\fw8AQvw:]" 5&&b7[̬'T ' aRn0 F&IhNj?uNVQ)nw"`Il8i4(H' li*"<nwfaB:  ?͛;s83=??C3LxhC"VaVUJb`pEKOQ 8N 9CPGpr^;88:4D2z5G%(Pq\ܓyn2 >:=ѽZۜ"C3EcQ&P2T"-Vd;z)G$&2jc=[->Ŕ0bKDpXmlq:FT!93tDDh)& S*V")HMmcOxUd:AQ$UnB ^ <2`z.{K\hHç'fiH l_+*.R̎CzDG4p6Eq){EX_ZT@vq I `. lS85*f8+kII6<jeo88:$X) G;=d>~\$+xTI0[g;E`M?*zH %V*~| 8ŝR{ER@i$=$7:-ȈÈvI3)P\ e\c. M0>ΎUQ ?( R"!Tt]\n~`*(sO eԨ nM &"dh(IGu)z50at𱃂6~Pl9.(C ȵx</ss\.P'b@W0kN+BF!0ڮ`MI&va7.pl*KJɮm\, Mj['X%'lqw9_&@*o*\Mbn@hU|ܻ}l`(-}7*HrDr083s/6^Mq`cw*8 ᏔgDf,8ɕr0 hF@ 'ǩ2T&o/^AWL_ϫfxg]vΌwׅtrn<@ [C.|/vRJ) K);g00 ESZ<9%y00%(2` ' @a,026bG6S:p {J)8`}?aTT$A  @  :9-xLm.?,U6ެ?b0 (@ d9<+<\[/`1r|Ka(G`0@ $؀x4C, ,݃c?9' `%5m @ e\Eǫ#_-Z7pY 3ޮ9Ɍ@ \eDXobύ3Npjw: ./% !@ pD|6:.->s„0m@MmIDAT لΟH~'PL_#%g@ ==mK  cz>Ym,@}^ -@ +\-1/ *oXnW?@  /%勽c>b,}EEGb?@ 3 (\#_n; z/Lsl<'B eh~RAړ-S&?A 5k'MK`0NA&No\% 0Ny\ܠ+?q   ccï?Gfu:NE}+EyH%I` y VI`019$/)rx+<&|e:_*+?z;f-hpw2(MSnr@ dYlZfHDx<ÇeΝ;( &k/RmrA7hۍT* v1%%{bq~do̙A,Y ?Y;M33gE*ʲUkzՠ( c'$=(VUU`aSJ:##$II<uXL̜Y$I2Wണ(t:Ξ=m0 ^A( t0CpkjAiRy>-KVf<T -K'@m@ ޿Vc'N|ߍ I.$I$n4&C66Om6+hXNQx܇innHII}Nss'!q[ #$IrmbF|))(acJQ(rA'7Xۈ l*)9t:HsѢElSnA\Zd.j-gU*5871`< (%kv& $4T{{NIp-?2işh|^ u:}LLlMMell<bbbSS=A.]{{KKϸ\̴6%'j5WVfdk7iKzͦΕ+ee8x{{`nbY^^#+=h[ 76^ tVVܹFFKK ef.jl3́!b2gNB~REkk+kR٢E#9ߌNL6b0b1R`00 RSsapn/ KzZ}xxdEEIkkSHHXA2F`iin(b19ShҲӳ::Z;:ڜN{DDtvv]ix޼tXTTtl6%&&ggb(GHXgmaO ߄5yC~hdx{ CE@ ak32/^bZwQQ텅GVˁRׇ9raVRrl6ZT)rhF]X{ԗQQ1 s[*++(r8 #8t!$I~/8R4}MyrgCCѧOuAaJuiiQccH$6=OTT̉GꪚO<6gN"I|bۦ"G办ήގ֐PTVVV\TtRPDmmjZ"J8%eA__OaADӅDbBr9jG=ze`Cihhq;Raĉ` ŒW~ _ |/d,)Ik:VJ "h{ @ exxMT\y`QP47wB:s$=6$ɇ$)q\"  MӜO!bIhoommm,ַJeR)¤R$I͟dɊyRwzch?44l`/11y[nvtti yn $ Izt:eCCÇrEQ 劦È\\H$3'ljQmh7/VTPt $IА 5mmma8NݮшT*uraxddB4M|| 7J"p0B*>NL&qL iooXyz}ho6UJ⵷Py63,L1^ P[,@x4Qe6Ri[[(+ _Y]\Ձ9LϠ(vYo`9\JJ[oT*: <.9cf 2::ZO8jD"TֈbaؠI0)J *22zU>(DyҚ::Z##pg=I"(DӔ\.W(yyK$)5(=$~N2 -0%. ø5kۭ'O"+x*KjT`T9 1A}%EdC``!0@f,]|ͷor 746{<Nh nב#nooO h(={0٬N$KJzUYЈsqʲ'qB.W;vAЈVPN:~|oۃaqn`}쩊S;MS}@'EFư|H>$=2\3̨r9r9،@065%%d2z<dwwP? r9)G<{T[[sRR2INc<wht:f+.>uBYww"ŧ[l6b;r |;gkPngd>RrP'2 v~R=QjUs@ fl֜|V:+=VS ^VZ!44,44a```iFF^JQT}}BHLLO;6vv("KosT70d2ss-\XQH$(Z]gg\zCbb2EQ55fҥR#:::Z,Hq:J*&fv-""Jr֒4,,ð}Q10*KrA'͙ K0 ;7%&f .3<<"44A%{{;Z}FFᬮċ-hA'̙T"#cZ[{򖤧g:NL>gN"ST ILIY\֜+4#(v{6a"ĭD' >zW ƅC.̶Өp<'Ev#k;d%|5~qI5J@ Hx XOJsQ1b1aT$T ׬frpLAz*H>Մ~;w[o4ZLp-k}C0l: FEQE(<%VBt\ )l6vO'2wwW!2-`_|MP r54p \@&Ƿ^y7+|10/wt)h0cLLx :w`]Ѐ;^5@#)KܖUf`:7tg! Y(ޑxP4mX9(j kyg˴T-\~xB@ix{,p@{v ըqޭY/F |]p]gXg^{;V,yxw?F ;߅=y}AK 0c1fr}2$p\Z7!h`Sdjo[^^^`̋pOUA5r*gL9h9'eW1@ |2+X͸JC6x7&JfC &}հ >|{k]ҝa/☼1N{Hʧ_ :|d>fR`Sa$*++sss뇆M&SccczzD")//NNN8M&ARWW}r\Td2t:0&%%E"L}(F$ IIIEʞ`;wd2y 7l۶3z@ df:W᫾ǐ`1ɃKd"AǏ;#WlȧRX3@:~w}g?ف>ӧOu],Yr}=ކ^z駟… rf """b޼y+Wܺukbb"77hOOϝw҂ ŋ&$$Lk %%%;vD䦛nz7ffpwtt8NFtRuu;LNw-@@ eZmۚA3LZƐi!+**~ᴴK>_p|`'QRRyˍev`uu'|s|\.vq8NA.+M-Iii?<44v^S$I`4G@ []V,۔# .aaۅVia`8sҥK_{/++(8 Ri\\[<=Po~n*x6DwXǀRXXXVV H{{;EQKoO=8zpɓ ?T* ++z:{u&9&hc_Zu#ir,Yꫯ /ظe˖?wu׍7xw?C\3pq?;>_-)) w1 x</Bff歷ފ HDD?o6i N 8j%";;_x<4M'$$b`il)˥Ri'œL ̻FQV )h#⛽}a2̂.IPM;"Z}G" `1msfɿyA_A>v8<xP-_ܹsc]]]$I644:t;6p2'''** A-[Zjǎϟaںu4 8 mmmuuu}}}FQRtO?… O=TDDDdda+SQQ[ZZ Zڽ{H$JOO+++-KHHHTTTZZXBv/^lnnw\sB7h4< Hp8JKKϟ??22T*SSS-[?UQQ0K,UWW744KA(YRRpaEЌJjqdfHa  96G"]PqQ|܍/ LLwoRg5 vo[YB$W?r[o5##_뮻v?#Gx{nB"4r5//?/~ ͆ H]]]MMͲez{{wӃ H^^DEGFF^|]v \.pJ'NelǎCCClذᣏ>*--}衇Luu<~LEM&ӳ>oX,EEV?ϧH_QQ׿v4-T*ҥKI,**ڼy3ppŸBx@Ҥ >cׯx<?A8{Ǐ#2w?@ +j9}PfffC䫁ͅ>󲻲d 4} A?S B(NLYMsz(+3aJ*;-v8yC? l߾}۶m7x>xynL&{?%n믿_Gdhhaٲe($ 2:pLzh׮]gee={$ 0*Jaf3hlx,n@Qj 'xRBX,Nl6 ۱c$7}{D_^V}}}~)h4 jjj~R +7˗_~Y__Yf˖-vuuuw>SUUe6AscqȎ}\ ))>s$t<7:Kš Ϯ`Ke Wj)_@|BӴT*>pL&30@j@BCCGxSe:rFݻw{`}^^os^{m`W^yeΝQQQ$I$I.XGOHHxG~k"R\\4_}Տ>y~f}Vԇ~E⋍8]v{O<D"IH׭[/Byy9pYv[nE*8OZ,\;v 3gDoڴi 䒰eJW<4=oLgKllc!>#tOi2]|IT>|c.YW=0VaxP\R/^ n _w bXu89>@,]499Al`@@d…>x<􌌌~g$I"2\VmZO~aR鷾D$5;}t:U*մrAV_iӦzzjwrvv䁁oϞ=(:ujw֯__\\0Laaakkkddǁ{UAAA~~0\ OJ\@RLyNڂHF0!}4R]|x\wpP8u3.B3~6@dJJ]wݥVqD" b bOH$78W˛4L<KJJSSS*++:.Y;x<ܝzĉW_}8pX5:`0<y$(n_nٲET9rd2aFtLL St̙u] m޼y@A:{wܱq---eeeiii )7oj\qerU/oo`[_c.pzb;`F3 bvPʀCqӁNX<v3PAx]:爁ŀ IsٱcN??ri}^)\n0;p566 rAT*UDD]VZu>A~ͻpt>htt4Ȣ#ؗ1! YAv&sϡC=;ҢP(2}=HRauXK$0<<v-ZMѣGGFF$11q@ ɼ/g2{A " ̺4bAʛ5s ;oYeHSdf%.ig>K.@+L,< +D*<y2//o0 h$bsܵ;;;ʈ u: / yEϳ=#~; p\J&{&μ_WFq#{78#Ghڕ+Wʢ(JvDQ46o|qbವzd`A{J?,,L|xzl88a0 7m=uw@;<:͖|wWhBؘPY o=aPA/zm~T=Obx˧Mfɒ%"hQ8?#. ÜNCz-nV>;;b޽ o1;;a MxbELJ~R/nݺA?qQ(ԀLnFsw \` \6ХM6=---=,s뭷zg\gTKKKMMJb!33TI |I྾aX[;+#\IFe'']*Mo 1 >GԽRB(g ƿ xJˉB`/#$3AT'xQ˟KʭZ߿\* L*_ER3<OXfTwww{'? [o=C^VR(2MMMKOO (7\.fST8;@(' ,>}̻ٳ?яHn~~n?c $T*)뫭MMMT*X"::HG)**JMMmhhسg82liӦW^yqېl2@Z yyy4M_p+22   k ^f$u:L&#aaT*% @V0 ۖ2W;>҄1C<lPTls1:)VlV?@ex,7l\~ҨDL Aa!!H*++~0<]P% qT-t=NlU׬Y<}d YPՋ/|sfr4'?*jƍ6lHQX,on +62X;pOqF522RpN`0vÇ""<<o~bbbrrrn^z y/^B͛׭[N7ol6н[j4h@~bhTՙðNLrë jC(*A 'b``[q g%E31)NW;J0Ah9eG`f0djg'I)<$/0\1|j^B ~zr;f }mm-Wb*8 Rd}aH2s,Yؾ};J4psw_SSӻ}taL&>44理$ӻ\.FNNΊ+> vٹs'Hzqy9KX@1RYWW TPPΖٳ'11qƍ>#zO<188XUUs${zz^y Þ}YL p > t^xq^^^aa! QQQ֭H\WX,ʪFDѤ4ؘWVVJsrf2<<ӓQ2 JSSS1 +**nb5 (I1;h M] "a׻H .6مI/h&N|or\P5+=qy_@/r/_C.O]0_׋/H$qqqN]d2F;wM֯_Ͽ v\E,׮]k2,KssŋMuu'RRRRiXX0rsXX3<hN<ɩ%evժU/s=ݹs :JMM}g~V0‘###].a:8ƒł H||ڵkAm5P[[={<#sMJJz^}O?8e˖zh2CQVݶm[mm-M7t.@ ɇ.YnL/VWWǓ$944d4=L&Y:::R)"~LLBhmmU (//T*Na\.;+B挾PC߹^V]}`ЉQouЇ*l$  fs@0 npƂ 7Kv*@`GIҩ8^ZZʭ9z@1H$\.h d@PرcwydBn{ x;Gy_G8/AP/y0LVVovu:]RR0b~]w]]]]hhhFFN~{P5 ðnm͚5---J]v_~ JDdd$0/SO=xRo~{q`޾}{EEB!?= ###*j޼yQQQ?+{ 7@tHH(x-K}}}bbbhhFx<MMME8b0p7 JWb>* <-||bXn*PޱZ#(rtYۀdj܃W3oP&+8/nxAyVmhhx#0̑J >w<˹k[vvvfPȐJ hww7h-::zɒ%C%Ll_NhG,ލ+ ANg[['x<DDDDGGFcc#yf͚nv~c\. OA +T*u\EEE tvvFGGGEEuuu544DFFvttGGGc344& Hȶ .e˖7Kp~vP~&ee X5YbV'"f{bv؈_8{f[{xgxnx`F4E%ib(^STWWiAQA> Sd⾾_{3 H3/zГ#o A, ݻTE9uo~󛢢"pDD끔OQX,޸qs=7|owho?y}\= 8qdѢqq| 0 iX\\(jZZmBBD"R>kooyFFFIl h[[Z τ7_Z;K7IRf=? {j:c$=7'\odgohI=1 /`ب1d<Hp-l* f(LpD5<-D"… /oUgDdd7;vh4ZV!J#""m۶pBXf}V vM>GbŊ7xO>9w\__j5$I*իWvmQQQgf*@ W\prr2=0襧WƂܚyqoL`|0 "B=SrQRg]gAћ5DM;( U `_QRT;l7 ccd<2>X]]˴s*LIܜF}AEvD"LjA )))f`pP%Je2 8|-{p5Jr7Eqcyy_4"ho$(L! _OZM ?˦kfq A4iKȥXfinH$>SDs5-9$ 큐1ع}f,(PQ7t)/?goȌ"to-BPg!lXC8d~|3.Fu|39p}Zd?mȌ0@(}TBǥ1Co`7T&.i 3jA9o/“zfh0W }v dn 0֧TG ;G  i(F&A X)l&r+ƥN?B`M`bNzU! D"ikki GA.+cx;03]Fݶ\Abn :]M;ǿgk5@>b/[h`GxC daF֤WWWvt_@mP!"sXũmJ%Y5ft5^:3n]7@KAn{6B;lB -"`t:*A۬EP 6 ":嘷Mw-"<7:+\CO>A+ sv|y@ W Vw\+W_[&W_MȗnvMQd !r|\$ۀL=[. (4 H^c.@~ GBe@,P@DKoV`c*C@P06>NZ=Y @ m.]ňg'UE_s00?@ dRJ@) +S$i//]A%@ 2Ly[aqA" wcऍUX=t@ \A|I TK *Mğ-GT;L@ LN|+`g\0\7:?f@ ::<A_0K.(ߓ?Ix-0c~d(@ @fk.] ?qjB_A4@ @ WD6p][wB作_>G/C A @ d6$z Vp)36 HEL_Yzae@ RZos{ 0s8_d?!@ б~|;.@@d< a2P_CS@ d񆙈K OZ&РW0@!~@ @(LZ98U.^ TB@ UToWIAĹMQTA#@ dS 0g%?u6 l10DY @ ‡h wTEn=yYz!0nyZ@q +5yw撧@  W{DUWALo9Hkӧ#?'@ '*¿J㕵.=de|IU$``vN|s='?},| Ƃ7BP_gU>2 }C+WJ }^ TWj_'[{uETGJ5Lv67|sP/Lr}J=x7V A`en/VRR"-Z$(h4P $L9(燅 HS) r9?6(--5L`F&itI wb1 dHh<yprrEbxBp;G`Jl6ۙ3gBBBqN`(..yW>3iaF*qغ:_]]޾b !נ`$@ |LP~)Wԟl # ۓצN|MG}Ν7ov:O:YħkXi0S4/szBxׯ_/Mφ `ekk?`ѢE$I8%.K"|T*A?T{a4MF m1rbnUU#<RQQ X,޺uO?#Ȧ`=EQ8{Qo'`{wʕ;wZ<Lnnmf?wz >Sofq<**'gFʻo;(Oݾ$!! 4J/GyQ98vPxISTx*ȉ(=t';;dd2l=/Ngf{U- Qл$ #2j{ r7ش2& u1Ԅ!!Zq$===%%b1銊 Ri4Yjjtn^ HMM Izl6P NUWW?w$Ivd2T*ZͲ,td2kZV+ *d2* w駟v-%% pj( v|EEE\\\ZZ|w>Ç3eR BBBFQTyy9Iey !(٬4fs:fl6E EQZ6 n\PF \2Zm4爢byWK/ 2ƃVT<IAAAJ860Jh4~~~&tbV[[˲? A 08=;v$7nlƍ|{j^UUl x[{={|KKK.]+3**Jǃ1 (ft:Ų,q`TCppTeeeǁJF$?eee Äo !}.H4XvUl:X>"<GxƏ ׯaFӿm70LR-Z|9pvڂ N>h{1c< x7>={]b =N[fMeeePPЋ/8a„R* 3f 0:G9rK/tС7|S.YCiii˖-;uT@@@vvvϞ=,Y/\tcC=lٲcǎ4=rW_}544;v1bB8wܺul6[MMMzz1 6mڜ9s-[ve'M4w\˵jժ;v 2qW_}5##_6mڳ>i& )--]lِ!CN<3c…ϟ~'NlٲǏ3g/p²erssq>}3<hZ)0dȐ%KT>(44n_|j8p _y|p=z$''ܹðy=CK.=}+Wbbbw^SO=3K.={g}aٳ_}՗_~d2<0|AΟ?RΝ;7gΜ/RN>=###$$E}^(22W_6lW\Y\\h}\Prl6??𔔔k׮)~_q|ԩs_׮]ۥKddd-YСC-zkjjΝ;GQxw{?J>ؼy۷oo޽Դ$@ H%J)7_(*TxSg[w)R!O4?߻wF!eم SLxW.\aW_}UXX?YYYr EEE?F_GUU].כo9~#GX`0c(//+**n?ٳg͟?277w߾}N3 ?׿߹sgӭ[?~>}Ǝ{̙ .ܖ+P(Ξ=o}W ]tywO8k׮K.'l޼yԨQ}9}t~~ V^ݣGΝ;Z/X,.\y>77رc555ׯ_>#RP(^{{=tɒ%˗/&MԡC7x_]z?0f̘ݻ=zY\\lZ EQk֬yۗ0dȐ'MӧO>ydXXXxx~cǎի333ۧRvsO?O>555֭.,,<téSrrrNgFFݻBnݺ;v8;v<x088gϞ(vܹ_~۶m)++{饗 f͚U\\<o޼%K9rdҤI{쩪j;qzھ}Ǎ7ƕ+W~cǎ޽ҥKwmZٳqFܵkWǿ˚ݻwo:tj~g/NHHԩ嗝;wѓ'O޼y vڵvڨɓ'8qVG@ vyky-F xeCCEs8 \hQbbϜ9j:jM&^|ꩧ*++7oޜ O?}.] <8,, ,{=k,Zz$ӈIIIիWDDD``/??׮]7n˲gϞtŋj[f˗SRRFEO<1h h0Ο?vx޽{ߖ+xYYٮ]֯__ZZ:o<N{nBQSSz<T*O<jg̘sΨ{w ;tN BRTyxmxӧYo}JJJ<Rf30555Nر#IgϞ 1cFǎ[ ˂eY H8t:={(˗ݻZmRRʕ+}YVc۽zp8j: `/V9rիǍv- AZ0ǁ^P(0 ܹ_~h"A yt**&&fҤI$I;V*ZVR<y`0)3g&&&Ruܹz*$$6aw믿^|?ի׿fdd9rDve1c'L0uTa6mtرѣGw 0Zvoܸqqqq?jQ@$I?~DeeeUTT<c#F .zXiN!?^܇|ZSS! Mf?ruv({i4bbb ڵkcbbƏe˖ڴ^xK.gϞ]vmqqU@TzkF*q ⥗^z衇 ر[oe2ƌp8 5jf 9<8R@48#/]ɓ?]"""Ǝv z꯾jڵ (s{ddd|NF<M$)gԹsgBIV H|||pppii)˲z>((HƮ]&%%i4sm޼)LHHxbYYYXX؁/^<|pI$<ϲ,8 C˅ L\a\. rARREVI.,EQ8` ѣG8088 :w'|r٤V؟933{饗JJJڵԩSf͚u; ߿LL̊+n/V+\7p#Inc1cƌԅ 9r[nU_B Pu\FxK6}@"TAJ~6Qš!hfY~駟yrEFFFGGWTT$$$(Ç\}VUU/ M byyyiiiVuΜ97sr6o޼lٲŋ_z5!!aŝ:u4hPlll`` q=z(,,XirnM}͛7cƌ1cF^^hkv+?*j{&)..`09rp|?ǍwYԣG~{Ŋ:t@Q_~}E]. ]vСg3gTTqqq $ul˗<xp֬YÆ ߮]3MMM?~ /}"##_YY^ԩS{ t: RqB{_i-0At:'_( @k n7M‹ĉNSSSjHII)))t\paff>۳gԴC='''--mʔ)[lٽ{wvvh߿rr2EQ111vA0 t:)ÇWTTDGG8X(YYYׯ_jctr񪪪{[W^>lYYӧ[!rBc^}nJ'S#fls@%ĺOUQ%Hs I2,,,((e_} .TUU-YdΜ9/a'Nݻ7F:|СC ԥK={b6eʔ _lEQ4000,,l0LPٳscǎݹsC=d0RRR.]rʙ3gyEDDhH$ Ett43lذ;v|&L8|9s7nܘ1cZ% 0:aΝ;Ϙ1~MKK7oqC?~|AA#GfϞ ȤI ֣G5k 2mڴ3g{/LKKҥ (hСÒ%Kx^ϝ;k׮o+k„ F ?ٳyV&0/\$m۶z>--Gyĉ[lٺukjj[oGQN P lh4FFFR0 Jr֬Y.\xw{,d FGG,۫WÇ:tEEEalٲK>*jΜ9={:uE:DApT+߳g϶Z6m3gqqq .LNN~@Gqȑ::Z ꡇG H@@N0駟Zjcǎ>|B|͛?Gy$>> .0lС3g΄!@rݮOE/oIo;ܷwhqAS)L֛٨(wS%r\j:66DS\~&>>^VVVD wZ,??+W(J 9q_RR *fJKKgðXt:sss€ 넄a Ngbb"q999Zcǎ(痗GFFvС6++.]lFQTVVZر#@0EQK.:Z~~>I]ta<&);;:r><A111eeeQQQn;///>>>00ڵkEEEAAAIII`NUUUvvJJLL[.--h4 g*lŋ%88DQ/R0LNN˲;w6AAA4MǗX֤$۝yڵꄄNwڵXP6:::''EфәAffN0 \[CCCP/***,, HHHP*>//8n6^aXnjuuuuQQQDD(?2 ӺsΠlff&qWXP*t^rr ۄAn0F_Y̬l ǾG%.@HځIFѿ q  Z0-`%QCLHj5sEZqxSCF)M*MͭsZv->Baxȯ#)73}_û&g ,^?/h?7AjoP0wr_S*"v<GS0y:9_JP5c #+ ;>W5xM,8] &|q)8`p| 8U8Hɾ QOx'"1$ٲ9 PrمyTV$pw$O|˄ؠxD77+ -]҉V*le7?vMH2,{Wg6o4 !B#01PSq$8& WS#[To rIoQa7|bbyQU@kɾ^X29MwMi=b ɍ+P7ݠ׍{=+(xjZp|U˗i@ F$n: Zモ!!w oGE[YX;P`r'dmt.M& Td@ rq"1F(֫#1B$VE60v(m4mC|/axV @ ^kd(XEi1r7#A _Z"r#8-Vv3sGЦ44?@ [GbԗKT7RBCb>6 j8P!Χ=rAJVU%ک|{_ =@ irK,T.-9p9ɟTi4#upB>q^I<a;n;x5c4L" @  II\:0}v e$Aq,px5H8/ٚ|4ʑ"G /@ 5G.<O<_" YBdVmO|\m%<~eYxD錉xP==_EłץBs2 a?˃ I(@ oRqHѺ|X:HHpSTҩqy hAQK EyBq/y~0X^/t۵v ݫ+M|7<XIMP@ AYeC:5"ŋw!s!AIucS8ԓ |8cYxqPtj*L" j7.}A\q4v@ )nʋ И .<jxu6ҍp!m-ANiC~EQ AX&ynE@28]f[L; x{6KІ==@ ;_Q%x Ā7j $@eAA<](ljF CXXA:yL(X/Ij|d.D+jId7RT)J@ "A~5F_7Bx >} ^\&@'݀TYJM#<<{IxtaA8Y$M<_# j mxUkHB.1O4h<goI6@ ihI9 /ȁH/~!AׄঊA byZ/> 04h 8xPԴDyzIRnH<&M,/Oh)m^i(ڠ[$W@ =ںĪ*#%jda-})_8vBx%mz!4M,ˣ(²u>^'2ln&{$lnkm -X<f OU[L;%{uRHf@ r"ŖTbq\#GДn Ƿw|hJh;bW ð,ÁVGgYGPCP1QoY^YqNP$T ,@vJ-/@@ H-K$r9b\:ݔdeʀ|BRvn;e=\2-@phiG OA c< aC`:4ĎٵRh>^_o0_R!@ZL=$ɼq_Y_W2!$~ RTTE9B!4[JN I+LcqF$00eYai7ð<H6 @$-QP.("k+iP(!Ip\Xx}}/`sRjV F~RG+BsgChqEQ>Q[[a(rgpTO cAI8jQcGQOFL}}-{d7 7C%_@ GKrc\z?hAPCQZr8N4I F`0+@8>gafs\Z688iRM  $InaX9 ^S8pEc@ 9Jty ɜVjF`>덏 KB r#CoJgYV0 3Q*<ϻ\.  `r[EEEuuu~~~YYdZ. 0'xE}@'IR*с*Ҳ2e4jUpP !E `ۮXO0Ey[I,yO+S BxUf C r#&6% BX>ia(RTE[,RjRq\(c! aNfZ&p?A7:%DDD TV^Nn' {$^l A_Z|D@ rOD:@ ȥH0 iyNGN/^XYYT*CCC{O$ .n[,rn70 {=x~t՜b'ڔ-j>!nz̒u<s+ FީS'V bVkyyyAAANNb9}dLؾ}v]VaF$I<j[ɽ"ABOQw& D)H/Qiy=4!Hb_m$I8T*It޽{\BdΝx +**233 +++M&f(iE{I2>\V2p||GokO79fj]P0 T*N PT555/_tS f(0`=t?6#ZxM-#r:i*^<!vyC/'DEFFEEŠ܃@^X1L J q'N8vؕ+WBCC h/^x٫Wf(@Q  @ >J:Łro%RiA#baW, 2[VeI>zMhʼ$DvSOx$ CXz}DDDbbb^タGfffƁ=Z_x^ABA8N?8 9`=$wA<*Z  nrCo DzAq/T KJ*)Hbyxh4?y3fLNwWTTP3 <@ IQT',/y`IA+, L|^xyIO_ɗ;p/#9Sbq+@oi0T*Fc߾}Ǐ߽{_~ҥK]v:uN3$Q?rNQ:XTGᾈm>ߔUX;$'1qFp'""@ =HSۦz{ÿ 1 P(~篿z„ tҖ-[?p8^P$~.}K`];@x(ޣ.e)\y*FlMc ĢՅ*-%I`3Hx4p2r o߾ӧO۷offw}WYY9y?MD\eevOc8N'pA؉$Q$ bO+/ pq,T HhJ v^,!Dt$]h4aaag}裏:M6ٳ| 2 <A2Q /$º+nGIR!,dNnZ.+Jn`/߲Xshj"L\r%tya`ەJaÞz꩘;v߿?55uKP*@ :@1X J)@ SPIn  8@ y%DiY W@CtnܸqΝ#G1bľ}>䓂 D$0 v!lVޔi|$oU,6_lIhGr}A4ᦒ%)7.O+~A"T*EQ. 4رcǹsfΜ9eʔ?d2yԔrx C(0 (<!8[%ZYrjbK5fƒ*}\@ {=k0An߶mӧMֵk׏>~zr:YYYB OkNNfVls bC;bu&@RԩSEEŋAwqƽK6'I7 +wQT #!GA.OoMl L2!mwc0?P@ Dj^-G([8qb̙/>vA)))<oviA" o z-qi {qKVR3T!X$I z<{k׮<ߧOzKTf f!d2 I£x|J{t( :<0I8dwP#<rEDEEA@ { A>H%%@2 P(t:Rܰa/2k֬ ddd1ﯭ=v˗A%ºA8/(v@Ck*a}իn߱cDž (JJJZz5IWV( , S* #OC%Yls─`ABS+g{Q@$fN5%~0}J@Ӵn7ǏߴiӔ)Su6 8~}߿ҥKn[)//l%>[=;!rZ4o_ r,WrUTTgddL0G{1L8y`(*i5٫9͓ +おr~Ao4pMt1@-&J^k;C ퟦi Ò\|˗/?w\```llصkWNNNEE6Hi `EAYO-qiSjt:[B|Z(,f111:.44ի+W|'ׯ_sr Prg<5CjY6p(^{7 g"&bꦡ~ @ Ƚ?8HbW<oܸʔ)۶m駟† RQQ[QQa2_#lt5e1@3Qp[y7sCmSnWKqPEY,Vnԉ` eI (\lA>G [~ׯbZ@XT4)вHU.}6/("tA ZQb7WJmܸٳf۸qR4iRn(X,B%ئRTT4M[Vp8@GXn$%>i/!Aं7:h><`dqبۊae0b0e+++ѿ￟?G2eJXXʕ+sPcd2eܪ& m35>º!@/@ v ӂ@^H8 Zmqq| 6Ԍ=:%%ʃ rF8( !Xbm}Mbm$|=QD)93a$b`{KC]ZA-at:'rfB1a„.]TWW8O6`߾}N4/2golf'ZTsN=5Rb&/nCD-_"F: m[ ^R T@dhh-[ysر={>%%%999@k$hVfĶZRh( Дv p<AJQ80PQ(v:`}xCiYpG8[ݲ%uS LT$ 8n۫KJJz1q'Nl߾}wߑ#G&NH*Vya,aˡu8A"cz瓀%$_yO@~+n9xa!wT*' O"Q+4M>|x$I~W~~~cƌA$333??pQAjt: jEC"b<B!v[D-uZ*#4:eD$0JM*9aiiUΧ ={"-e Baf6KJJ w}WG0a™3N(SHxc:USA#Nn G I<y, ZpO>ߟv4c~#Æ9|I-~ k; Gji;ĠE 1?͔?br[nEQtС{;vllllNNNqqquu5( :k4p8ąo#J)nyz@(\(ub2,&A"<q^-?#`{%)|/fA_9R)x! CBBܹ۷?3)));vܭXQKE98 c"@߲jQmUG,58O "sæFAxXAr'DCx[r-4e,YI]sXY$=O$ hӗ0|aP܆(..m*!f߿j?CHHȀGqqqIIX`d/FcX_\lMAbwSTcAwcRIvW~AhZDIiA[`BPmzĿA@JE(jX]ޣGرG1bę3ged 2(˂,1 tp 2M[=v ?s<2^N:naYզj ;tNg+dX~R׹s("т`D~X%6mz衇|Ax|.hnnݻkjjFa4caXuuCCCnj#T]~'M$^K>!8Mၭ9>a{N#R^^w^0 㱱C jḆ$gNE'ߑ .zI%z*1?DIA@8vEQC |CCC333L&PϏ(vP10 i4qan^$φK<׉uK"jAiP A)W[Q[[{Ψ) ].|EEEIIITTT==}QFĜ8~<%5$`gyp0H]ɝ7}_MH'7H WѺ/'MUUڵk/\rfٳ͛R$"/`,}:tx%/S*ŠsС^{-??`0LZ*>>^UUU6l޽ȑ#AhAJKK?E T|%ħ)) f4uV5sL\'|2--`0˪&(K)`*9M/ M!#۰%ҿBǏ/pM[KKK+++i"JBVN;IaiԘF;ͷq^g=ϣa"BgYhZqViyT8냢j,--ѣGjjjNN޽{'LЯ_o2<J4uE&"lsK\bR@^Q6%xQ~5tC <{\wZRRg}q[oqQF/33bDEEEDD4R ףœNgNNN@@@TTTuuuaaa.]H=w]V\\P(:v+++cbbz}hh(aK.]jՀ?NOO/((y>..A,{Ue].Z111 츰4(((!!d"dYYYAAA;v lyyyFp\8k4 tY`7o~SRRrssu:]||Jy؃`sP-///,,4 qqq 8***((b[,򠠠Ґhp%%%aaa111@****)) ԩB?$PbtJaXNNN~~)Sl6ٳg:tpڵZ B,0 S6 xo7T,Anb,q ` h,3 aS=yJĈi nfuu޽O~z߾}'NL2ǰZ3s əz3HTWO֍V}M7BJ!S^߷oC{|رEt2gpʕnݺ;AL6^lݻΝaR)Xe˖9jժo?ӧϙ3g^iӦ!r̙~mʔ)?8a ,ݻwlllmmܹsOx≩Sϓy+V`)X{jy=#[l׿B<8p7ߴX,EcժUӧO={ܹs\+ x N ?s /^7o^aa!aSN}嗏;nX\.פI,Xp7|@R͜9_ܿ+?w_lr?k׮.]zwi~70Gyo]n]mm`x}ѭ[Yf'xb޼y쎎2]JSur `qq}w$YUUe6N'fZi0ƒr.րFI@xCΚ |z ;tVrv@@<}1pϏ=SNG9sVPpU7`9Y17oIskN ˸ U=@eH,..裏{Ν;XbРAVvڊ+L&j~ɓΝ{ȑoaКrUVV\.{3+++&&g~<y˗/?#)))(q|֭+V(++s\k׮Lk ˗'''\.Rn:Vq7|sʔ)eee6 իaaaiii#G{9EKKKyꩧ:t;''/<s̼y&O ߄KR<r~_~?~h\xqvvǍnݺGnٲŋϟ={(++[xqEEŚ5k bŊgӓaX*++AkLPEq**--MR7o|ŋ֯_hѢ?4==}ڴi555vba$Q24m2(aaa@NJJ2_R9Ne:)v3 #Nj#$h u G"q\;;RIR)~fdq<11eӧO+Jdv//kU slkSY^:_/zq @ { m۶w~ɓG}5ESSS~G}455իNRIxj ݻtݻwWUUiZ,Hz+)) j0H+W,X`ݺuCV+J/l)---//1bĄ Ojqrbl?VQ[[;qDeׯ_oZ'N/999((h߾}ׯ_jnd31baYYY OzHLL ^a(:}ߜ9sӻw.,,j999Ç Z~}nn)SNӧ'M#<8 ;P(/ϛ7tfeeaÆE]zaeƍaڵkkjj&Nh0`D<X0!$U.((ܹ3/_P[[kxƁ-F8#1v)1"<JVd2; Qf S'jllJpfKNN0ȑõfsAr ul9yCY[IƋ7I.-O4h~@nV&&&FQٳl6҃l6PCVԬ\Ç?|Kd@@8cSNΞ1cF@@CZ-xŃ=R @Yh$tرQ_z5wܹs_~eTTbYldz/_|A@Έ $  %j1bڵk/_qg0 ~bbb͛gZmk \ahVT RP*0 T*RuuuYYQQQ#G/))t)))sεl|MFF͛;t @$xŲX+šnݺUTT'''$iX<mq_DtaBAY{ xȡl W3i%7<vLh4FDD\P cm-.{-}n *(i@XN:-Z?ܹGСI/_~l6[vv~`0?~AP?DFFOO:e2XC xAueƌ+VxǓ.\@Q8o&==i`6]vݶmAaJJJll u}vZ裏SN ~3Leၠ&F3hР]vkj:333!!A*?G}6l=zmrrrN<9|͛78q⩧2>w}h;0dȐ*ZiӦG\.pf3hӭ[3[nOgϞٳ?O>nݺ'|`01wnAvxIDAT#D !LuЕIR0 s`h xX"/mxp'(7=%J'NN\.aXBBBN87jԨJ 0q<]Nyx 9 M~ ٣^o0n]S*am aƍ h͓KQTfffDDAEcbb"##/^3bĈW^yE|z^Tfee͘1' +((ٳgtttSSSfs~~A psΥ <3&66V_x>}Fcaaaqq&LjǍPUUuٮ]&'''&&^t)!!aȑEEEgΜׯ_ΝGyȑ^xw/^<py郢F HLL :t(· RPPt:Ǎ7x`}񀀀x 88xĈfzjjjz...d2߿l6?&LԩSnn޽{1 {ޣG'N 8044T]xb 6oرVb?>**Ju֭ѣs%//?|>}"##\w^/߿Ñ!w?^H$2߿a?O{1bp WWW j46/Ҙ&ˁsqE (pYvq#$oaaaabW\p}#I5x 8AXԵ<)NF',< q"U߳:H7>  Y߀kmZuY t:~;ul͓qh$Zj@;bĈoi!nS| a'D\.P(J%t2l6n "xPu:6-88 r8P(P.5@PZNVv,̲l`` &aNnA˲ZVT\.I%q\=aNRV*zpWSSVZ-òlMM^T/kkkItCT, j.0\p<hZF@Hr$i|bX]4MGrqpBRdɒ~{׮]rשS233@͖,ڜbkeJZ EBBBrrr~.^~S[l\0hZ:T $I!ܓAQ0dPyb:{_z&Wܑ=(H[Xh&OR oD3FX Hx#i1#8vZN8*Ph\V/A6~@jP$ɐ3I~ D=qT*LN6^@z8r2V` wGD2EQXh N: p.BC{0G8_|e  >hIMPaذa\~OVWTTAhKFP;RrݵC%OP+2ɝN"((HVqdefWn}oj?mLGL9cHÁk}1B>&Hn{J-  7|XD2PZ2(PsYDY=؂׶·]B&/Ko\.+4Q / %q= ssiHshN0?jFFFꀀ|³ B)пN]W. =Q.<`^ vt~,h4$YU]]5 gT^bj^J:K aN}rQ)H% A^oIJi`ń V"\, A;>uɷD[/x]cpN9oH i=qi=u '((tx \.hP뷆)(=p 6һ 󿷙wbNs:zjf???^o534#7[ *ܔ" j*_)Fȿ4Qa];!JVWVS[Q\*Orq4>M'&N T(JB  $0{J̴[OJ)H"IRTTTl@^os'32Nho{*+^mªVr:30AE9jT.g~髋@!ߛ0puYy Vި<p УkґN( a,!Gū J+Azn4@MFS# 8 # C,Qՠh`6n7"RXۛ/o)[Nz{Iz n֨URj> 厊 떿hG4J%K6iE{UU.xB ݴ' iʱ;:aܰзM]Żz@ -8GPƊ FcZA>ʐtZ \o@q{ d@Gxp4a* $VJ% ,EV[;9{Mm6 34%'7N=QP+8~%ii_VN~ZEQ4&o U&eG_j$iM<'6蔧/£߾瞳SE{"$)qE*piM _4 .bT*_ 9r,B &7C H 7z)8j~70 %UjAI"'FH0^Q\H]?6g({Uҩ,ے{  @j Kh.`J6.ro*eVtoy^{w>C0<ϣ총VMG}=N~IDĪBN<A5 >3x_<\nu)ĝ bZj%.׺ NěbMP_{O<щXhГ$t #ЊFH(23#F|>L!,a!@@Qq 08Ptӕ 0,A#a;zlvkP7bs2X2wAT4bWTnӒ23 zz{85Z)`=^(JEyv&h&" @ 0 M~_Uh HFX 'C;@V ^&L@!F-  #~ {UP6B _R"/2wF^׈[tPOBeQ7Fpt jBCt1&?Lv` 'ǩ6kb0:f`@¥ PCEs퓑k,{#NK^'?Ab^) ^'?AjJ^x rjJ5q,.wMױ y5Z)$I}؂ p,{ǯnXd<5|aƴ =4Ck݆Mm(bb w9'5~e'0$Ie+HDAwptDњ{X| ׮t<_^A=d&~Ng>k 9Sj&h&hK2dZtA`U!Ƅv00MH`@T0E2IC'8 FLA+ 0F/ /AcHBeդ P R~ K; A TkJg`0P>j3Ar)T8ur`2`!#xP+Lp^ʀ& A $p|k|3 F@jS"+8R<ZZ:]8, 264E)'*ˠz!!huxE[`1}-pxqxcC£XBVeBǥ$'EeY7Ŧ$bdiwR^wU޿zFߟ_\d_U)1ƟpŲգH\bw<lwc ?b_~Bpيwv%(,PsGiqߞ{e#v^?f@,+)aǞ$IGV?믻gZPŬiu+A@@JKM}wOw†:A4Ax)FH5c3JK%4Gx&9R5oo Õ|> \2N\1b& $Ia>¢ {H$DIH"ĕ+5VC%xT%feգ8xQZ%%Sz8a⋑7ˆ$IQ) !z<u2,#+޿,PƲ(4E Oo{ HB~O@F!w\UP%'(^ê_R7Oi+ ]Qo#dOD`2WİPն z#)PBY##RG˴ @ћѱ#Pƃo ZĈ?7ũOeew8Yѝa{R/p/AqW+Whimo/)UTOoOonv&Iby/Moi5 7/X4oj EQ]}ںz^'!7.^0puųgNsh4 S9W;+Zo{LR`NUA@ןuU?|7׼Q)!M$IھP|v?ARM=}_{rϾc4D#MMMyh?gTG|X s26f.,v^b&D!ںoVa*BEE,554E blJE 9Y9YYYG-.nw8zTPVZk;,$1kLy;w 2.#*gϪ=YDQDPRT%YFM 1 A.j:yHFx*+*uz(J,141Ȩ?QhN46lr|BBJJJssCs_,4C \^ɓ!h7wnnN^sKk]]-q H$#D(REE$ T4DQ4$HEU.%I$,Ͱ$T9})JD0jd$!IZGjoʉtScFEF _0f@M0ERj x$ABjJGk צ$YNNNڰ YT^?s43<VhVBa}I 4I H$ lh|p" kjmͦh/[Q{Du R/қzNҒظ"ywsڔ2xI*fNضlm $ }7^wUi'[Z S!=dYXl޾̌4I' \0`QٔY"zfBAmՁ%P[ $,{WǏt 0(**"~@WkWCe1;3#6.]Pf4[N.ojnjmkIJJVT6 S\$6e;;;34n8&77gť]ptw.AϟԜ_<SNYYnneErbqqq)))V%9˚'' dfd 3mʊZlRJr[kI.XvA_MM… Koۙv9.\l޽ '& n[646N.+3,lc;:;|Vçg`6Av]NN`b(HNMhxG@5!>1>>hXtfge,aJLHHLdm--ҷx.5itww[,ĊUPNf)~S1/׈`jףA^Gx  R)dHG83/eň45V!B8.HD gVfKOMz|>Q.p)ei &;TpTՙ <&%%;jPZnwYF 8ǗXtC_]A!V)Pm{2C$7wdeqT', 24}ޞ)e &'2F8f:]~-s!e$D 0<G\8 0yʔޞn;8-5 O>D}Ŝf<ա~N$uIdf;)6h jd,g!ǎG>lRM]݌.WMmmnN`VVFRRŋRS|^[o "!~Ռc&'=vL펷~KQ `!|OiZźښtASSgϜt:Sz{H3{d.` BxWUUnnѠ[q񅥥%.%Kwv8]ή.,vwuz}aQ>İ911>66`0c'y\ @]]b^^.k4nwBTW/Z0 n[23:]$" ] ? #sY߈O]҈+4Aߒ0ajbH% t'ZO4jH3hRb 5(%(1cSQhعkϷ=G(uBY@XD ~5r("!0 4M^3 ۪=p$n,(=xh$0Ѯ8K4N7r8tV 5w1ިJ &3q 70C~X2Eƹ<v|=b%}miQƼk4Ws[S(xyqJ5~Z\eD' %^90Iyy3fy;zrrs(++;Qٍ MM--N3..fɃCov@rRrzj*M}9<ʲLGG{AA~AAAqqS,C'6 ͅ-ؘd˰hmtwKHfY66Ƙh8^Mf0I!sCCcpW[*9u)$,+KCS97ojjt&+3)[m=r$fmX֔ľ$cǎtwϘ><d{ݝt:$ :&?/T?qd[/`i)7o2ITUcpđC -Zs|G{)&cO7}0hCЁ@jhMGG(Gy }2 4e @ʨxB]T#hf࣡H B%H(?Tz O WjA24AZhZyY?uNT.'59:Lu\ &G jT;쯾n{GN3 2L!x;Brgfy8Tw+O#Dq?"1Ѥb >XR…Fn! C|nܔptvsSD7UpDs.ʡ;>31E`XHQB\/%OOBGa6aqj ԇ$Dtި(q:F?l.wk+\G8^sg&phs6iZժ?`Qֻ!H2ހ #BRRh\v-K.zN$eښlQ1 Y réY3g䚟V=00t@zF[W;44{}>/IwȡE k挬~telh3=^ryzC{{gd ^!㫯E[ c i_@;nQ!ACﺟ255c߾iiQry<~Qn/5=sploo;,]fJHh8qBE n/AR%e <x*==t2NIH!)"1$ BWw +rؽw˗;~/h '_/P.?@cCoI餘ظ~d ^3gV ~χe9jySh"#QW-0gΨ:Zn!M;RZ(jjieDӔʭ[m… *\{#RTP)HQBX1 ݁0.)^9$,e >ߜSmGYE ɹ9YMbmE@ֶ΅*bF=sZRbg_|1T^J%WhI <y\խh177'3++_mP"#:4lK Ũ vh;,^ KE9#5e$E?0"YPj06Kʦ $đi7#C:E5G7Oͳ0aTϕ8+TPmPktнJA5G?c!:xͭFCo~ 'I"Zk~uƁQm2XԳ#"zq3xFjYGKקC "(!x "(@ A@c (K!$[! $aXN;BH:tnQ]__.Anj7o<88hmnn }m¾>16$ð lV$)'3;awvvuvky<<Onɦ|%M>-,,jmis\â ?d^}A6m-ף鳳[[Z _הNڷpkKKRRؽ{$I4m/<dnh<_OONmii@zJvwu;]NN9.ǛH:tpiapoo$O8^̔bKyy^۰aciiIɓn^t\CFc٦斦fs5[gWFX{`fR6ozz{0ʊ 9/:333>>FWZ 76sJdo85T?+"۫?}()xѴɓ$@QA?+/][($i+~xɦ϶'0$I:j74Q0 .gap8]ٙ)I--%,{õ?^_nBa-i|B8;V࢛nt0YsGރ/T՟<0,7\{m7_$)a˲X~<t,3 {ǭ?<pV8d7( :RB{re.}YCMvYF'7 Q3Co YDV}"Bv8'ipEx_ `AB  qPdѽߚltqdMAWq݆b# AonfQ!R#FL{X v7Vow'Pmһ۝sK%ˋ9,_,_,]6U Um*\>Mv9E3,Le)qʫmzeRaI3逻,0W-g%Q3Z\t )'={\~*.dH/ԩSw}wCS{ھ}KøhatÈ!(p4z|Dc~񹫫kƍ<_}111Σ+>eYN<'\iiiRĘͩ<xp֭g^|T4r}!r=ė$I/Ϙ12D{O"p]>c AD#b+EP@x\NM3>{RHY__rf AA4چ040[M$i z ):~A=-$A xcDS᠂A"1L!"v={"0F--)4<aY ھ$) I<>? Ɠ')ѷaÇ jomm=u򤒳U {(!LQÇHhh1K3n>,**ڵ{oC  kneX#0F0C^$v].ƐaA@MfNȁA$\NAי8ʽ.FQn0x3Jh!WXF}F_?lpvPACsٗӧM;vTΞySY k螻n3{FGgOvVZVfF[{␣z$Uq6~VZ\ڲfwegoTaC)ܹ{C[wLZ򇪏 Y1*jE(E]=onEnNfum^YoBgii/<Ȯ6[anάS_绵4 CΆ9tۋ“{AUΞoc|>e~PLHd9xbR9HKNKY/zq󡞼Sdeè57.JgL (&tʆ;n1'iNsE_@zfo9qI2ʝL'-H67Z1_89R-<]>ޢaxOp 0RUxU)zػ_oLT+7BW~*KO6ܟ5Qaj1NV<(ɼosJ5ickn?˛eE3ߞ89ҀAQ[Uc۰* n O~>$*Z;JC7#7t<kCBw}YpUꮻ"llAVt?wΡ+K,>}*(v+ooV ?".K/|III[l+Fv4<cIII\rxStuum۶}REU!Iv`hUI897GƐ$"p됏8tbjBHHy:2,˅W](E3@8IDQ$A0$I` Y^)H(H}j a݉$i* 0 !(ŭSTCk#>Ihh%?&T~Wi*:~E&h6~$y6XaDt)8jAR'q*]YU%32(ch屠kx5x;HɘBQ4P' ccVIPj* 7Շ3"h +VY:Oi}FƄ0:}/Nߓ И\E| N9cϾx geawkV͘Z8yko9pjoy<ބ`]NϿ֮2SДxbYt/TZb O5ol30I E65}s@кexgW0 ;{/Yx@ ɿ|64AvGtŲS˒6~Ze3WS{{ O[;zxev|~e}G >rj QCdK*@LΏK}9846]pf61E`>=2h?9^R "Cb#[XjfGEB#8&xT?h )ߛۜNlohI "[{Ox%i4C|n" 0ŐZ;3 -yG0ۥ#F`Qd xޫr$PsKiyM+cS m 'R 4 NVL{X,LgʲX5$@x_/[yH7sKxhc!K+zsDSvG O$?~qmu`6K΀.<NvSG=| w4kM}wa>y:kZ-' 9U/~7ڇ3fpϬ<|wY(/VhF7Y/M4w8暝;wg?h4ѪCFIbbbTĉǏ?VF9sFٳEQT쌋KNNN7o<#9}9F$ fs̙Κ5+55u׮]7nl Ôy<{ZI&|VXٳg:usڴi<|#G߿?///%%8ISTT4}tAHMM---\>lӦM&.y>&&>11BH3c0͛9޴i%Kbbb ,Ι3Ge􇆆DzላSV;w؁!IfsEE`Ϟ=f9''gʔ)$I a6;;;yOLLX jB]"XL)5J /٥<iT!aB;#3dNOtc?z eѩQd"gEQtdsn[R%%$ N;q"IQE !ʨ1wRkp#qegHq/9aV0t*|PaxhG/ ~@>)@& ӰJOh2>DG_Rϑn/g4iNw!G`{L`B>(Z|k{s/I~_e-o<%Cs{qYij<2 Ingæ3X2n\NJβzy z$A|?+ljnicY$bV0GjU(aW0@`7~ߏ<1;5ql{{.a9.F{BahUCW;8Nф;ciʄ ,[>.2% w@Ez}B%68jQϟ6''3n6zQbQAP&=/,yG';4?Kay>tTMR }?DXw$Џ~{czg./Ҳz_\sbrj@X텁aI>=Hn?VNe my._?&Hh.2wܚXOܖ|4z}Yi ܸ5=u<OX\uKqNV{ GhmJ.Kb~#+KxG%b=(MRs2P,2<gc#kL3[H,cr~|. `N՞S+ ˦j_1 $иڵ`0B ,wttw},VUUBwꫯ>|Ñ#G^|;v<#6lZ=غu>y߿vѢEwNKMM=ze]vw2 *_xᅶUV={ccc׮]Ғ3Pzׯ_#:ub<y7;;gmjjJJJ>裂 dee֦涴[{NN@'NlڒիWiiiV[/_|ĉ _}ii)@zyȑ<޾~zXWWw-p ;w|333Ҏ|555g|O<DBBڹs}G{QTTX?裏&'';￿JII)+++((xWZ[[׮]|ŪO߼ysUUUQQQbe`0D GOh0H,1& ~ U~&81}rjYӧ߿_Ƙ ATblIRe|^oNv:TRl6llDN  ? aeYD2R" dANH/..wr!%G) g9Q &AɘN0C$ɐRI"1~=ϫ?31Ԉ&xۨ+gT<2>*X Vx k¢Yt\UW: _}u+EpfwT4F@axu e=oyh8!$#IX;#ġX.VdY?Xq#@]U52 @p,JdF)NB~uR.:GelB?3EHI%IdY$H!Q|W?GRǫeG B|wR1a,AسAjKƼMM0{K" I6sEC;^JM7YW/46ۥW-lq\QO;co7@u{rKbTi>xc`U37%V|n;_uO*>5k9]`{e[ϷYT}~ `/m5w{ "=񁥹W_պgi,NqYCfKRޔaw.C<bs<ܽ+S4d݁7]dmi+?yr|SɚE5V@"Ka.?=!aV2?W/d RuX4-HxI|dP9AYʸ!-mF yaטT `Z}}՞~7CE,BY!vps_p8:4{2nݺ`U !Ox Fl6o?{K~a@]], zu]UUU{Yp!eʕW]u՚5k6nx'%%z[^q7tӮ]t:}ݦ۷_}՝'O\UU0̊+6mt.^xݻv8k֬z_~gǒ%K~_;VzAo~S[[F^wu믿?lٲUV+fr:iii?pJJ:qqq+V8|wYRRrAe }ъ+֬YSTTtw744{_|9B(##oonnk*++i4x{ݻw/Ƹwމ{' od_x=AV<0gAVX_UUUQQ+BE\/rʔ)r˶m֭[G7ݙqF0  x(w1LY1FCB)?? ƓM|^oWWw^^.¸$KvMf&'764$$&deKhXSRSz{SR;i7ueeB~~^_oyجj jjj If <JEQ?q"ef:Ĥ!?h4[bbv8z-OCeaEg0Mh6?n޸.Q_@=qTngE<m'h.ZFyBX*Q`L<Q "/S8QlEKWzgIL(l9\Qa:ڶbX7`$xQkѝQyH2IJFg֍!IJkD<_LNp Do%)Nh<p2Z꽀 H60Dt%ihu[k<W/4@:r"nFwGG.ay7-s{QG:}rb ɱ&`rdr5 njlWss'<'ML*)uo}i%La I'Ia,C'}k+yZNRP1dM")s˃lv1WI$zn DeBdL0RCh"-^뱺*s}ioT*?tXN^̸r_{^Ngrs5tL~rOQȍ~rC0FKf'}jǠXRyc1Q~q/%3/&% rN2=@$Pz-0LD~kf͚^iooq:CCC $Y,ɤ3g8p Yvzñx-[vmӦML#AbfΜ9ذaÇKJJ`(--/))i:IOO}]| ,h4yyy*xbVp¿/?SRR `jkkްa͛bbb|>`Rfggx%lt:$t ʢE.7 Ƃ|uy FCQ$I&(>>>??رcvopp'E8AQ6٪RF#=SO=PԖRruvvztR%(ܹsL&qի5M{{{YYݿ,,˖ 0ADG_]U,KJ!$dY.-.jE4 Ih4vNٜX9| '>c({SY Ihdegit,ĤB 91`yk*-T\Rh0)9 22 VY]VVnwچKJ 9ڽgGY4M#cEg  d/FãbTכ(1x-pnO#i~<$3[˸0jZOSF1*ߘh9jBcUǸFAvx0_njqq̒_71~ cvt()LL_h; ކ:@jjʭܚf8&3,3DS@ J@08IeŪfI2H\d@ 4;dA@rJ iV 8%IJx"-GZ첌׏LXJ2=L2ga, ب!FX0dMqe,K9`g$ m`,N9VGfHյ_ˍ˦i/MIox}@U-*ռg%LeԶ]L6rfqԟRΕqeYǚ}'~L=s+br}QK~F~ df2}3`u1:X?VOŇ2].M#zaFSPP wq+VxW?;$Irƌ^{/,,8'߮^Z g&%% ޽;33oOIIimmU)տa>K/]tiuu:00p}XbժUՕiiiVZ;vxI<yjVU!cbbʤ$O&n E01%IRFFbdk'z].WRR:jULjw0|MG`7տd*++W\"%YtM.bwvvvQiv@yy7hZOo> s<ys=gZ$A8%"..pՙLK./X,_s۷Mᬥ)*F!`ɒ%$,p8>/na{a2lXxEbp0ujjᜬ!IYnWIiW[N2c$v93b)EB3EQDq+@ױ,VXX844ryAs16vehg8e7$8گ/}/{XF*m!tuC/y<A_K߭h[email protected]WQ؋nsg>3Y7lVrX/YzmϞ=3dbR7"瞴,T{~Xϗ=4=>2=~Iv0LJJvI. 3C'Mz qq7{ocxےp;{vB2(`~d=ڮƣ!A,46h^RKY KTyyҙ^d246) ~yĝB.䏜y!hiӋ&>[߆`o5s&i^*q+/UWo}0YUB,ta/!X5#</0 ai8ߵ1w2AFSB_̶ʹIW:_zCY4:,Wĩ?@뒇=w;pX l/Ƒ>DZdk]<ʻo6?/{QY;?^lqL̟?z뭷7o644 :ujSNOnӧ=z4Bǎ (:u_[ ^WYEQzz``^`ԩS322n7 .x뭷{w>o\wuSN~? TUUTVV_v̙k׮-,,x<́0r(sUiӦ<K/\_2eJjjb1<{</?1l(.d2UTT=zs֭=PdBMӋ/f|=,Yd͚5?֯_8[|ޥg}VRR"rd c\[[gϞ\HܿETSڪz{{mfF^,oV; Ncpp(;;[:6cku<7t:IDRb&I衡A*gYCa@@%pY3gwt[-ָXVw)ݖTnK0{Vf [-q6J`hYz(! 8wd:OpY~畎Fs<(_ \/BȠ3w.$g_n J:DTr%տ<v0.bӘRĄh$IR\le+b\Ec”LYDF ツ]!g au?DtAXAIqTn-"| ]&#xVՈ 6y|Q:9$Ncgvɚd:NOa<Qi6;&kuɷn!FK椳mrnJ.WY6]^<ESUx:;.]>=2Uȹ\hj>7Y<hw71~䆄9lE2ȥS:6KEI<!1ӓV씗N.I{|YI05SHNfctTsOmP>x].9uPu,Ni”\lIsґdk$)' ~C'iY2M|"}] U,eFYe ˋ>TQa#ϛg$:ve1A,Ϟ޵8Q$Y,/<11QeZ2eFdee4sΡ9sΝ;g֭UUU}}}/***222B7n뮻/^n:ٳ-KEEERRey޼y*hizYYY7|h8СC; I2>>rڵK.]rSWWg4.\k׮Lkh4Z,ɓ'gee3#BU<:]!??ѣo醇 O Ykjj < 6hѢ۷wvv^zs΍ `fϞTRRz777ϟ?YYYz~׮]1cj/:::.]:w\;a=(8=igsd#K\AS<=3gg<"r( ,$l3Ll>f{+uRRR~UHS AػwonnnJJi_fرc{i2vi~̙kƲNQd( 5 $Y1iaxB6/LFF`dXIVDQ(FU%e8QQDID堌 HQ5#lx|4:nh34MWUW5\Q Q%yl6^^j7|F%D>fXU.[UX# " "8mRԱ5`OHH<yZTTe˖#G5L2CZP5"~B(]NƤXNJaÜk 7nGQI>(陙mqk}#Zl6EF#}Jwf "_TU,H=W8Y\!iAxD||i8bQe'bDЈK'@A^ZXs cܐWE{E[j>C#2`iT -@ME,,S)4F0tY ~!h{^Qe`OFj0\ֹUDEVO<~G4n@h3!I4Rjt˯ (W.*P:ViG,%Yf9J"l!EAEvgBe ˧I2Ø[alS[ ]\χu#DtAUA@!`ېg#ӡx1 7zwJ P0GMVq|kA '&'HEl6aAx=˲DNm~oGoV)Ex.n˕0̡C,Xr{l̘1ĵ&*vYSSS#O'F#8EQ@MK#2$IHt:Z]yH0X p8A`$;+}ybuu5EQ$qIHH 0b&2dL詪Jfd2y^2ݶmۤI o۷mp8L~_|{MJJڲe˩S;(LHH5)0(Yuf1֐{aQD+z!0)WQ}$0:FpXi0tK{5 נPTDҘOl@!ICag>^s5* |b+))7oޤIn7xc?`rZ XcF`a"*!"SD Z?dߠ](F=m.Tl68yP(l9?EIe>r,x4,iEVăXaIꍖR`>ݶ]VO<A+5bQiKD8bҡ.]~ hɍ-FDž,*J6 K'y!UC fFCQo _#pH + ڀ-\AS *Y !- 4)qyIC4)K Ik!Bh بXPHxͩ H&39HQ@ga]$CɀLS*@f;T'%wp>k^ AEObb")@ u̢qdsԩk׮ݰa0>A"`$0цqN(~1bqg'ϊpɑxEˢk\ -Q"}.`HbF52V1Hyr%999I'-#Iĉ0=$(SSSE!fs  X:txGvAcZr=E@PC30U_[F C 0,@tn^ 7s~WtEJl\H0g״,j1 aVEt8rfPQ# FNKk`chpFB^6:d9?/xշ9OqQÏR$ +/sFCmxigh_񤜮@E3?_X_~f歳|eZTU}eeЫ2S_|ujt1L"cmt)m hEARB8;t7|wHPCW8D8HnScTr #oVTȃcj::;֤IMx] uư\ KE=7M)X4cnzWKh0ٳ(!"Z4{otѭڵkǎc妱Rѷ5àTIt -5]Z, @|"^q05Ю]&47Bɶ$6FtchR}3FQ7y4i6ʏIIP97S)On[tpsIѼoD5B!% n۠-G8xhuULj&f/h\ 3GVc;a@ # +F6F#Ai LB,S$'d"ڴ,O`_lXRNÐ[.GxM6,OsGjZDO<Ms\K󍌩G5&RʼnjPqYQ-zbh%9b?P4ؔQ0qx( @*ʛ[N!vO4@,m{!Jalb&!?[yբeY?{"mp%prE(m~Q%0~CF?7eD4M$ceY-$ '))f=ڠi'2H( dYUcxeYE]dEF0^Z [DILh$It;:x/еslZtjuZsabDAa# 9î$I%ڨE- yׅ;L1ds\ 1atAŪQqF?a-Gxv_%9i6H%O!TsQ^Ytp2M:Ff /,I|-.N4+4]$K^n;`py<y_oaFIRSl$-dT$)1o06+( MΟ`KKKX+w UQRTU+t!`&5%j1S$[,&QR`t+D,KgCѴ TVh /<ڨwH͊JX|@J& /77&H&$a֯] ]q+]T%5euQ%-m@Q6Y隦x~cz>Atם\n#^I Luo<̰]wi#+׬ǍM!ߡ{HK߰{%+*IXs_n۳%0fԕfh2^޿*;YYMFoз) ʲaG >Yl2j䭫ssݵW CѴ*s-Zv#oiؐA) 's^I:W"Yr8?H{; v;89$ɊZԵ}(*sxoǵ!IuҩpρCN~2m@QyPrۢSqTrs%I3R'9~oܹ!1ny\Z%F(_#~M.av7?t^ Ա#W&AHt[ eN]bXܱ}MܡILxĤW_x^;2nie}{n۱'bکVVEUSSx[O+[{yrاW8uAػg_'aF7\4c@vs?bc'BW7x똑C𳝻14DZ#}QQ֬\Y]xJ7hP5~0)7%YҰ&JR^zSLVtf?]q?/ߧSay߼{(FmFm;[email protected] H""(L?m$:P_f.B(@M3$4ζ g~[f p^?x$\t! I5&I]/4k~ ?{bVfVQU%QX4M9z^u8t|+,ô/ӫקm n߹j5Q˲шce{K4 {MnEKQÇLzK5>ʛv߱ :rNӴؼL >r=p8hm7˲0wx}/+IC}6o+E-ڨڨ1go EyEDn%5Ki7Ą( R#eO.[Xkj1mݶj`>(鸙ms  \~Y+[f@RScfɷHD{rE!Q;vTNNMs<bY!ttbIHA|!CS6m=|h(MKV$b=<j$ʚy<W$%%$Ih'ch+HjD!YIKMaQ޺m{\V,+2Mnw4M͠"ۨڨRk^T-P,:Ơui1|~ghq?zcK?~ѻܖ 7 hf  R3;[п A]O@q!x*+23R OsQSg5c' %jZ{/(CUJiЃhE* iZbBk9Wt ңÉapCٔ(:WQDUUSSna4@3QHKI2}4M٬f_I $Edg9NC }TmBƳI11lO0Z_Jfq-$=q)}F4ޡ0/sgb~(@1}kVg+-_;AzqV32A %h=yDc1q'N鼿=rπO)vh ӂն%h-狔 <fY6>.{.Ffz uaƽֆBvX-f Qzva\YY]ms8m_]wxQYl=j!R pE$Bd4!$ p_9z+RU4]Cb0Oɯ2nrJ(_>5,o޼":%"2E'''Eb/!r01/D0P0=jCQ`@SQ0;\:fC* !x|(YS~w'NgR cal6kUumMmb`Y]]˲5Bk]x!t $ܳy`HQɿq4dEi}TVd?϶鸟@ϱ|Lp<,Y?Ngmm-9}iVWm6[#}x# a%I#hd=8S8I!5 o[ѳ6[OadMV#,Iլf-) OI]PG'jpC*fF+~1*5^?㼈lꫯ-Zv-!Lr8SO%''Cf4- I!z555%%%i4aۭVk||<c%Iںukmmm^cl_^ Xx'GbşXdTɟaH'L3v"ԬD-FStt4 Phs4*jjR-rX ~ 漜߮2`0F!4cլJtf9 r۲jCi_%$GM+/.|nE S䘁9ٙ4E+H1,@LQiБom5+s\[wxP 0()z|];uXv3g% EQ|EIlۅ~<%`I6}yv0999cϞ=ۭ[^{㸆4 1b{ٚ9PW^9Hn>bEp~~/U1R#㭋娫ɯ_`G!yf[ȼG!WA32 &r .pt!PМL#Ǖf|X~%*'򶢟LL:v$Iqqqnp\~ @?k.۝ 1cƴiӈfo4h`ݺufΜBr_FEQfz7ǎo"6nx#Fl Sx< L2qQ$Zd-ډ%:KfS_'9ro !UUgϞgϞKZ$oQhoϟ\p~Q\E'I|MG9,:~\bm;U5׏~ci]!DQ rdIàA`$ BEQE(^᾿NX='r=n fn7C1эy<Z{ NUp[d4Tr7fǟ%IU5Qm'Ϝ:]&Jt㘉wi^c'))aƭa)Q2}K n܂v{eYx^ <n?HѴ?b@W_x7UdB&RUpdeesΜ9z*EQAXvm}}mvL! h ,dT%c 1yi]- aO(Vq&J@RK3,4 !G+hXӹ1 #z =i] 4 XK2}b箤`IR]ɑ"*lg`OKpG5ȣ (*vx5@ŀA4IaE<W^s8B1BHui抌:b  if%%G&o$g2D4g>lx[)8F/X.Pe p8222JJJvArϗe,%%SN7|;?^ɔHxv?VUjFJɓ']v޽ ,qT!zNgPD$?›*BeBGRZZ_3 %I0qqqӧ/_=JYTTtUWyͥ(>CK/= EYVI~5׊CP3QH(V/}ϱOINJx獗֬TW^yՃf̚s)cEQ^~MdYսk~~ι*}P,PjqG43yGfŽ~y,ܱ}^g=/rn1,E1hKaFa4MÚ6O'ϝ+7[nOӵ~V v7v􈢮J@5A)O=7IVc+jO=@fzҝALK}n9U;q^_]$(HhGrI/=u+J$I`Y^nolŚsUYi]{ʒ ߖiPIDdp݉^755~pTUes )D<Mnw@ގsx\<nMiPAAcflq pu<-pW55N7 eɠj%șQ^*Nbzmw\m7 UW$ 1@ӕ>xj%0^L_(Q)>ތ0d1 q J6oT>zZPSY"qEJAWr#[R'7gi!8k_ԁ,HNR${dZ+{ުu62u6Xs]ip.ϒ=o]Ks##ӗW:gnNِ2ZMe[=.wvoJQij/~V1{dcD%Y)\ ZFQ[eX{?lƥ'R}d%%ת{hO8ǞL?0}Vc*U< )ބ-t:.<4>ue;΀58#o0-, KvJ~pq!p1(JLL ՚ܹsg4 cǎEZKaÆM6W^9sk6`o1--MClr^zmݺbvmķdǎ4M'^{m^׮]{aTSLg$mmmmii}x8pٺuwi4׮]k&--|?qڵk۷o߿~ KTWWYGb" 4ae/c|=ٳg)0LD@4;Fuj=d5il,mtɉ) ~s`WYD3koYahȉǟziuz()ٲYs˪xן9{iejj&#e;q7W.U$>snEeE\jg w1M%07rm9b`6sƢ(-[6';kЀl@S:X'u񃇏;\3bM-+ΌCGs@8v݆-N놱sSz26r,ף{LO㖯\٭Q^<cF+ٹc{Q>+!15'O(< BA4-!!AQ`67_x˻mqzԅʰ~^{ȍ='&4 xEW!ԯIM&|LKN6MW{󐸼4pfX{[<m6OnG3;do1(B?AL!֬A kAoX\tsY *!|ULN1itjV8w7v=fDhZi 9E(Φ^CA=] >]S`ͫ aMv:}K2(_Nu'*Zs95 s,_vclLv#ĆFRVhj-s#wAfZ G^ӻ|W[k]fU/t  T(UwȌHxױ@^*$wMƾROѧ[#%qDAHG,0 "CC8̫i>OeQYznnVOiA%K9s<O:s#Gܴi?Ϛӧ r~^{;8nΝ8^i:==^fMjj0 ѣh6GIII^^|뭷dY֭ 70eʔiӦ!$I4hԩS7xcҤIY^zI& 8WVw^f5M'&I>qɓ'].׮]rssUU=p… oᆃN{C YpaΝFMn,Qc7ߦ P+CEmah2M}0l2q(Ȇqeo=b2!  )*Ȫc^!_3 tw KQ O&q99~ C$RvނQ^TߵKŲk!YpZJr<M) NMIڹ{_.@lȲ! pGVk{[f xh(?/ XrSsXH!D E!:}:K>dhbY׿z(\fp1rDz,QHBxRMսH3~zω,ݞD+59V?^nOc I_ox>~ )#h( .&`,Br 0tзlp]_~M8*`obC~B^X궻{t ¡P!&[#M!݅W&&fߪq"!u\ԭjxls<h< >hcΊc/3ǛnI9M ,Z#*FVnzV]Ն0^CsK ԩ*/i6[{8:<ڂg.7 \k NWWvt6{` ͮ' WX]KVҽ$E[ųX`N0S+wx]&#[XͺP0Έ1Rmp2orsSJ@]+_Y|sJ0IR;F;U7^a{RZi} W|~Xa`례ᝧDG}<9nB`N_no8М4`c;|6rKhlv>(LgobQB>+7m:V#6=).,dbe ='E߻]>"^f=7[<{NqӘ'$2"j:ii 2!/pn)<gvʙЫ'(eۼO!=R.m*.$maIDAT[m8hh`Ј>EnGˏ̄0ExVXRY~x WY̯'+69땫aϾse%s5 JUz3ms'qf-cHQF; 콖iϷ|Zd6%I"̥5= )))--#>>\.Y?]v=?>:s̻kĉ㩯ڵ? /,/:>))G6l\rȑѸCZQe׮];w=z̝;wΝ&LHOO<ym~킂{nѢEgϞ1c_O*?~5kꪖ8!ܿ/x"$I]w?N FcܵkW|iӦ%%%\vYO>sfϞ=f̘7|k=,PK ,mc/#l:2$E|ܣ<i8aG$}/mֹsUTȲ,M# ~4̀p^>QDMh-\&dem,^Scda쵁xjQa"!;#Њy}>C E"`PUA"},Z (8*r(H\}uildUu!Q6M2ǪM8"TYYrL&2ǝ8qB4竪233cG+2|_cY^2-FfO[:38)>+y\OϪQv(vJ Z`Cr|t&@5oLLfieK%e{ޮû|귛̰ܳZJ!xZGILpxx+5gs}&ΩwJv Z/M4SGwU¨.bi풘{V a|v+y?[]߿!L}Q}L 7 _|Z\;x*_+K54rM}p(T+-1ɏjJu^~B٫˿w(ەV:f-W0(ހ6[Ǽ +Sw})U(Si+ [ߺ/e&\ILv}(Y`>?Ҡ_TsRfT<)^t,vf\_Q%4s_uRÚsu̓,ӗ9-"*k߮0Pd+ޤaFIZ7Q Ngk-|݌.La`N/׹]ݿay.eq\iqiLvNe] ̷*ĩ *tJ8Rr뜊ǏwVa[ZS3+f=6b}t\7>Z\[GߧSkzE=軺aYVMfc~}~ۛ{WޘoyUW?ў<kS*Ipugk;ޮi9U/7+ִ~ȣv,Y0+hIc^п<GRxJ0|?oG˥)폍l^2ea]ViPϤ>]J$VQrA].WSG^p0 <q"~/gΜ}vtךfR9EQ$C#Gt\{^xqiisHb/0 }s=zk:t1cX,߾}c=V\\?̙3ÇѣE|)ƅO=,ˑA :tfyȐ!{9xG=W\裏nذٳN4M E4Ky/dh hp"Fѥ/e_Eƙehh1k7!r MS]0z@'4hj‹?`iYy嘑|4U Ē6|hhSA7c]2(_xvF FX1F_!٩S#FDkk4^o$+U fh10;+7Uwԧ%XT?W#W܎˟۫ꃧJ/,<DŽ C,0\5 ޕLA|\:pF^SDd;gQ. ^ٽ4__975>nIS7wMz hcB|j\R2\wH+,edS@h| (;O7o!΢=}=0[3wh*[x֤?yȸDzУ dQ_nr7vpe "sMrc;b߷$wZd> C70e[;+<xeb*\i}%?+l:mI&ܪ˶nuPt I\akjghqi[o;50hgoKd꽅#MT3靲XOy5;A\ûx5f"9,2[s\Ms..T˽V#zwq]~愍SQ3`P}>h۾Jw  @=`k[s('fVS^#Iэx!'w_и}ļ4*v4tdsvrUĉ&QW>qݾ^Yjw7$]zZEbF5^-(<I?oJrz׭WZ ҙE[o5N+2hl>?B!Fm-Uem.u<})]1L-5'hZN=y)WWrTP4ٰlk `vkoJ0hE?s;v̠G&`"rNK>}:??}k'l =k֬~ԨQ5 §Yb׿:uOļZG@].˲ݻw3fG}4g /<ÊDĘ%2˲cƌ)))yWE9r$&ՑT ={vh<w}ŊiiiYYY&e@ 4M[,5 h]EtG+M?Ɩ௟QMGODKp~1m ^y31PͶ-*<άX͂A0 .We4$ M 4[mo6cǎmڴ#GYLU.Tᗴ'4A (?MK3i[qzj*߳j}Voi#Ԏ)#߹<< i(T Fn6eu㯴\[P#I(ra !> ׹ ׂ1)A6x#[\K{G2BT~IE -Mɀ&ŲTț Y( "EE9"c`YSAҸ!RL(R8e5!AKxnSW: T2v G#dPO( ěGoJxӚ/`11ۂZk`aY,`@bDu1 *y^FCi58+%*xNﶃ~WoS5IȻ&+`|. ^ųa/ny,c  xvwz2#*B~1o\b@s [s*0w k?%© ?=VRpMgr#QhhӞϝҎ=:o.̴1IVgwMu~5ԻrN^ѳq?}RbYHNO0d4nk6\2(h S@ZWQS0Lan윚WkW/bЛ ȧM dY;n3Sp3(F`ӣ;'}5}IeZ"j\bHÜ NБ;=rN pg xFR5XV$ژ>(Rùh~6Q'80ן8?~| 2Rf߾}3f8p~trI(wѳg:$''WTT=zsDqi-ٱcl>xѣG>}/_NTڑe;w7n_|?p˖-3f̈k߾}RRBh ݻ7pҥC ;wo߾f+SRRN<ٳg+7AhEed2 :TUnK.=EQ]v=zgΜI[APh4~텅?{'=#B2'4Xًp,`E%86 }/o]PRT``@x!< <eO}l^[;3r5uT-Lgٯ:R\S8&ȃ*P5h*vI̫Mt( 3شjeb2V:w 4I'W𹩬bY !Q*nƿ{ϿfVzuxDarA?FOW&;)ƙ ɍuʼtھv̊ݽ y[.;<'9-VȊntUOZj6OK1@(vxroZLj!RoJGd+R 2a㞬=4_{d =aCVyOꞴJ@s<pmo"pBldQ!J_ tv8f4_ϴr){ >^){*`qediëZDծoֻN> qwjD~0q/y-D|Uk5P} yXd_KrCYWɕ}ڑRlni çpGD=nWTȯ czbrxd5gnIhNfuF-y>sIVʝ#g?:ۤ&Y+u*VTL, 㓕QiHO:||: \<v6pϨT 'ΫjQ [[78V'yk׺տ꿟1ĊEVԫM>t}|qeg5.* wkA "M&Ye&)Jp6YoB.dgPq-.gnΝ۷o_ٳgBѸgϞG}q=-8$''3 SUUeIϞ=a~7nxw09s|'&)..ݻwߺuԩS#ٳgm||jwuuu3f,Y2n8Ip3f̘>`ԨQߊ @p~~}-l׮SO=ԩORRRH҆蟞}Y.EI$エ9᷉aܣMZd_yU>p_o8HҬ: Gԛ1.F!z(IAYzE,ߟw{)HUUr\$Ez&S#<ysk{};z~0ryUw\_ʩ*ˌ[3x=/*X`e&5{̫_߾/%=^M;N\~ `pR~}M6=,y˺GL<syףLd6, 2v45ܾ4fT+5m}e~_].3kn@ 3;fqˤxa bp}"B9~y6 m' t5QnMÞvzlnTOawzGV_4k<;zOje[Sz4͢ fsBB_ԼMq\nT?'kuW } ٫(5e|/iwL!8eҲ힫 7UNBNvx] 3W9I˾\߄pe$3fp8t\dD8o[HY@=sY8P(O9Ilzc^osRE|`2~>]M3߫;pViEc;k@`⌔Q@SړLW[M_oBv{_#^KȤ ـڧ_cz)7NQ^? ˧'#z_Z_fWNW@x1hV0sR8VʥۇzUp@$ݢuഄT ڶ-}Mp d듬]XO2&>8t˷{h% XosA"ICxztـ|zka],mG kRpX/㌯0xI> 2a^kwc'pgXb ᨫlMcǎm׮VkAAA.]ȁս{]vK.MHHx{k׮'|rϞ=Gkڵ+8??ʔ)ׯӧO~>gee 0`۶mE=:u:ydΝ-ɓSRRfEN~w;7xc[l?~[o5jԨÇ'''_}۷4SNÇo60qqqFqVR4318;vlذa1Zb_QzXbiXn@T2YfXI%+JN)8'$qqp?]UC ;ILIPIi$YJلŰڣ.,u/E'|ͭ|EQmqG^oWeÆ GG'={f]wu$<Щׯh!+,OONbR˻ qFalW߷!#9Y-я* .c. ѐ楳^|ll@LQ)Әc2{yfqS`M0-..4cTP0Ne.,X8s6KS] c5Q]s~ s5 چ1ƛ ,ӁYt6t]2sK|CQ2S6׻9-YS'0[xA "0܀N# <կ!؆N ZΆFRm4`|<B N@: yil^` lè!x+Ǎ i t$.C\zrS i6!5c:࣪M̤Z $R,uu[ ]]쪫.]e׆"t*B %{)io^oޝyyS@a7G~q}w˻{0CR9c0 &g"OiN´,La|`O@4iu74M$1zkhh?daNc( CzPDu?qh^tjp!Ax| 5c>Xkh,*0XٓPt@A5!Ă[CdkikB JfH =[ Yt[hRޚ^1QPz7f%2͂ ?`yHPbOU-L6Pj}隡!i!ё隌dfp/v4sDlD:>}BQhdT(1 ~? 礞ӶXkgCzjne0tD&̀'GS QC!xy!=udLv/&EII"h(l]% j:&@ NeZ-&1pxC" I ^6jC6i&5p$Q&4-4bQƞo6R8uڴʟ9++K@ڌY߿3|FIcj"I2((hԨQ?666+++33sРA鑑d<xpJJJ{{+**Z[[KKK=Z^^>cƌ;>>~Ȑ!09 """++kܸqqqq$''?>333<<|A?>***888;;;==ð;v9r&???///))iѢE _~cǎ U aaaYYY0ۺ 袢"YZZZVVVGe|n/--۷СCPۺu+EQ(jڐ򢢢ɓ'?778{]M8c?P#:tu@S\tnxp$Qt-kCςsCVb{O? ^8nm$^! UdLo$I0L5uNKHY (/.gp~1oKo$2ᜬyvi0 MMMUvna iUܟ=GTpGvnUJ.-J6.J{xQ  {ùRi䌪V)\Ye+_QMUom%+|9y3|%<-ר";5y@ގG@A}ki<;tB;PG^p [=hnSpjK!q) >.;kN]tV7A<曂r%u Mc-96ԜFFI~Oa(W`DS$HN^P "'@@E"8^9A8IX''믗={^y啇z("""77p@+9s>sƒCcIg/1%2|*++8PTTf2XPh>fȑ#yyy{ĉ={T2;ȊbQL0&p]) U(?c:P>lذ;vZߞ3gΒ%K6m2iY$I" $I$IE3p V ԙO@~ 0z@)3j,u>ֶ߬  A9pfw׬[?ZQ=vplީ={js~Zת~n39OpNJi3;^nVFp$t"|o*K ~S" Cp8>r(<WЋҨani LS!j,M};XQ PU}aGh<27MFGSV-ޡTŔF@T^ I > jP8~PULvt[ARj#p_:F98 y 5!w{nS:MM1=zzYԺq{uͼI}Hdv*]]|A&VogT]+MAr, bB>%+$^O9HXA[&!(k AlPNdX_doᆉ' `*P=>ׅ1y<f2LWoiWs DWD@TA_ԍ5?ċ"K$o6{f6K7`ZDnN~Qfs|q#1&)<_''>KXpk/ȿwbaYA1@6G]|gRmiDcTV˚n=d[;<bWdR]hU)W +R(/5(yҡT@RLݷ[P[:1 Q!/:اȀWg"M&-CWڷ %J}!늚1UϠwtT -**J\8>g\.EQ/ԿB+ xMBʜW T"@L{×+U(1ԛ7.+<;gÕ6įF#.BSUD`?o-T_YV޽t#T1 _kTt~(^hUb]Ԥ̺*"$<}^%t+QHB r/ Aep}DA>u$Er_nw5bמ\#H$? ?yTQۢIP+$x^aJx[\8E$|#]0dB9 GPOWD$IoA_wCT>ixAx8$"/r6i_DjC/W.̊]D*F[ŔE?7y`iu6{56.3kr_Nna/0.4Bz"kҿ,w@P[_ә]3/Ҳ8}d(;w2eС!{?UC FG쨨OsPϋ55VQ:<2.mw8+@՜2v}b&U̇׽$_W9Eu&!8$Bm]nd7B 3 tr  hKkjCDb."Aih&iǃ.Q[҃E :܂cF ]qQY3h4 Nkjn<2p EP XV&N EB1 ko8@8MY$A5o xP&vCh"PmnnV(rP^k558F4"ׂ A!&90Fܾ(" f3^ *?l:{]^Uvv+?7Αb WvmQiAβnKD#E^\׋ C@6tL9…rKW<@n%},%ةLMNy23nqROkj6l p(J3hZ6$ Qi9)$[lbO0O<Qx2=-&~#w;AwX~3Dž3(Cy>[nbm^|3{ʤ1(VZ^5u4MK`Τ?{WZj2t*ݎcVq3 Tt{ʫ#Qpk֭~cF (8丱s׬`Xֹf֭w'E߽waN-|EKkEQ2p4oQk8Ͽ9U\a% q]3 Wrq**&O# 0kwGS./7|s*suZZS_ܿ..oK訫,{^֯ >A+)^;L7]wd_ٮ伻'Jػ-_nN+DJ:9f>w~# 3bK.4C~}R[Z6nN@7,;s7+jH>t+/<|vd4 zCG={l֝fpIz/W646F]Qjs\}:sT=|=oܼǟgYon_يm) 7GT,$A FIMٴu7=x>dq䵛~O@B|+ۀ"eLӏ{ӯV0bgx8Ƞv tϖ[p..:zyϯ[vNo'W/i꾻o_Ƌy";v;<sj^~78~矜Οsu: #(L>=<<\9 *oV`Ɩ)uСSN͚5۷G>aǎTjtWu.Qqonn^r `j#|cfۿAefft btGFFvƹO2$?~ĉ#FHKKS۠CJJJ&LL rΝwu:?> ș3gଋ9Lߧf,VUUuNR<Ï%eeNx/. I .BQr^u~_kj|b5?Z%@rx?^9AD Y'2rxomW^Gރ M長dWx\$dK˫v"~HVfrBܟ^~czu /~:M[wv6N 0[-~“ wDIxf <RY]ܶ3dHrOIEN}\`ltjyпIQHxPb(/ !&ݵ'Ȳ ~<Afϸqܲ?sg\LXUu^=|4d._o2aK?44,jUWսRjp?yN%}, ovNAQc&֛;'UC( NUV9*~rEIK!J<rߎ?qƩS(uVTԁ. l۶m$)b\a|Do}(օ|0 ,R PݺfꫯO?Dʀw#SMAA?6`D׆ HNNs=7zÇ3t{=uwܡ<R2ʾۑ#GBYͧzX}.TΡ^WSSaÆ,(.j}J'ڢ1T$IhW^{"$5//K/(sM1s1 Y$$Acv9/%dVD )C盗IGm;sh)Jǚ[&I&w6DpqL0 M7%N4V ֬l(4%4C@dEes,(<MQ$"ϖW4D_!6?Q@QqZ)+zXVBC5uZFx$~9pX?zP(J:AJN+.-'IC3KKD8nVqQqV+:;^p8L&W|aNȣ s̯ؐWD>H0 q4M557?֩0$kž"WCu GO2`p7O1mn@! t<WWW[,0,Bhh(fY4Ͳl{{{xxx{{{eeVe]p8V( 111Pw1 OZEQVO[}}}cccLLLxx8Mӏ?N 0ݏ$ImmmQ2jkku:]||<EQVp<WTTp'BPP"bʱ+͐scccm6[ee% +Q[[˲lTTL<C\[(2"rرo&::zIII=8p$&&imm0,..:?VQ;m{{{NNaKMMWUUi46eYAۓL?=qqqZ`F|ڐh edRQQh||`P:e;8jDDDA&d0VkDDV5...886g0Y>~uu5EQ7##sXX pI0=$w HݮcBF#/,_2aCWV%̠a9Y.tOWJֽy|L5.i% A"ϵaqn1Ql$A;4rh֪͆"N5bhssEED <+GrՃWV65L8&%9`0Pi'%1Dr bY{35r@@dЧ$ϺuaPyf#B:-ܘ% )y0w`SSㅣg^ a}Rltrd@3" 81 5[ 6FE>&^+V-&:*2<LӶY'yɫr:SRQUSU]j4]$9U4N;X E !aۗ.]zaOSuuի.]zܹ_|q֬YӧO ϟbddd<ZYSѣovxKnnn~''MTYY;44481c,\f@F6o駟B13f̻;rn-''gٲePW;wɓ,X`ъ2$IZֱc>#7oo +nݺ>,44f(FJ>'N(z 7̜9w)-->,++;s;#|2w\好q˗ٳgO2e͚5uuuyDDDppҥKԾdɒ#G(j4^xeY$f͚uWUU6b?Zᇦ .ѣ:Aƍ裏<xpٲezA={޽uҥ-8;q[o{׿VUU%%%{Y4s9s^z{?zppڴGyyy03<3p@8QQQ---%%%GYv]h>lHHO?8uuuwyܹsϝ;׿0nܸ?񏅅˖-{7ov]]q-lK.l=doC]N!op^Hj7,eZC e\ƆA!@!DeMM;̕> /A;'0Er+꘏7?aC2jH߯!(% -xޯ(8/𩽒{⑰А3gK[ZmmvM))(JQ44:iݷϠCHeg&%hN?r%#~rwCWi/?xR|ܩ%Fh"AM{9ASfHȁFDQ$0 s1Z-c6sSϼuN9ܺzmr%1TA/O߲e˴iӊΞ=p86l1mڴ;w7????btꌛmmmEEE>q>%K <[xqCC/<x`aQF566{SN[ݻw1<--}ҥw}fddX"22r֭;w::2 2gΜ5k|s9|yyy-Z}׿F~ڵkËheeeyyk7[,>[l ٸqOJ[[[ ٨=O]]M2_ϧN:}Λ7N:{,q?ӦMz-N/Z{=uԀ,Xq/b۶m;~kjj=t:9}իW/X 55khhx饗^zLA:cM4I4v؂>cjHHSO=~ڵ̙3M>,j~G .ܹsÇ8q_:th}}}XXؼyZZZ}+ ` [.%%eٲe#F?={|ԩS /,_|…'O;v}ݷvگz„ _~emmZ\\viӦlb׮][YYo8G}t4Mo޼?4L6lhii1L;'z5cT$&ưNZeZC3aCd(CQV0@v<{;c.`@/bxm]5nR$%{ 7;=ۼ}؋8>"<CGw[Y]0t'd5DAwά _lZ&66F6ONuzn۹gϾ 1o{@CӲLqb9$QiDP4Uxt2fE)+ri8גYZ[R$q<I "+xQxk6+dQ1P);`YvM<asO̷l rܙ VҐ$)<<|۶mqb%%%Ƭ'O666Λ7h4FEE[3gΌ/gs]`Aaaٳgo2[III.jI#""ϝ;W^^駟644M</|ƍ7i$P` XYYlٲI0`qnnn>$I3fHII!Irʕ,9'$Iұcv5kxgY>55`08q ࡋV50 du֏?T###>E7|ѣG#2eʔcǎ͞=[O4)==tn޼b :tݺu/ȑ#gΜ }z>::aTQ=z뭷fȴřKą)Q###u:]޽+++ >3f+**JJJƍ&LP^^^SSSRRolZ0 :tߎ^?qĊ+`n?٧Om۶1 }))==}ذaf={rrr4 <yr>}VknnnCCC~~9s2223lذꠠ QXXh6WZ󄔕͞=O>K.<x7ߜHvU/./I: ~VB8o5 DR?Z, P 6t^n\ؘFn?GɦAjr$EEQ 6<mҾy+VsNnlvܑG|gr⦭ N)bYVB@YnDF'%9/ҹʪCƏ/pVb4aN@禮VFZ>{n:]P*=NBqA}>iO66o:ߚڳ۵'<nw?_b2 wt4ןۗ{8** c~ܑu=hGcf <h4;w-Z<o8pO?5L ü;'Nزeˮ],YҫW/BXxt` [!dNQhTfDQ$bcaaaf߿}>⧟~ZEQe%K|LJ+<C;4A(8.K$bLLѣYJNN6Lk֬ݻٳo&^u>P[[; 8p̙\r%|{D+AQ |Ç7mڴgϞ?$$+'8 ~ju[.ANaX>}ƌt:i&%0 wРA(;_~qG,_?d:r5݉]=gϞO?CFFFcc#+W$ot::bI B1$IѨ^@nG߿|||DDěo{z_Wqү&a֮jnTnvc l>)w/HWBK!)¯62nYㅧiIv9n3Rx^qKPܹYN{//,yz_>t0/ ˢ츌xKfC GC%Yb8}/(@v+(@ao#͂ OӔVq,EQ皚w?SV+smީ)JZJKC1ř+\b{ N;z Hͭs'j-{z{HXko햩#e9^XQKzyؐL٢j^~ቛNhkky$ Azu#ݣבzj2 ZÑa;rȂ'ON6->>>ׯ_ppիϝ;Q͛7+&I;v쨩YlYhhhFFFRRtپ}#G  HeeeSS `Yv,ˮX_1 S9bbbSRR6lŋ^<_@4,!!!>>P=fYNv; -]~}cc ʔPZt:a_ 4d2EDD[ԩS$Kwȑy޽{GFF緵AQj #Gw}э78Pղ, FEAW_}O8qmmm (r2Ԙd߿5kN:y#G:N $),,,--&))j~ 0`߲e UUU)))fyݺuQ u2^^YYYRRӀ466VUU)K㸾} XVаo>՚eٜNgJJʮ]= aHޮ _oܸq޼y(:V;pZ}w---999_RSSxRWWsΕ+W±$wɤ-KgWC:pwvʮUpąꁱ́ĆrI9볳bSc| IUյ}݂ys܃G8ndJrb}9b(HExw=ŪǎXcϼzѩb 4LL PDfS(>[v1;msBA鈈IGKgp̻|Cɔ$a Nٴy{,%%̙ qdϲZoymuuёwμ؉-vkFM캣t..oxyW5( Yr[펏|+[xa_M&Ö?8fА;f\pU Aںo[uSnfVZ䤔(R|-b2i 8Nr↮[JMMMIIYz>SOEGGCq2z :>$I3g0`… A;v>K;~'QyV{}?~ł }cƌ9}tDDի}Ѥ$^SO}'ǎCd…8Agz!̙5bĈov۶m$=555oo"I`ߞ:uJdffh@=,X',\0&&oTvHAohhxILL߿ 233Lt:/~'3g,**Zxq|||jjj||<0SNݾ} 7pw~?A$%%;?OLIIIEr-'O\d Iwq={ FDٓ QF߿…(s=111 &)99$I xzgEQ9r֭[SRRԪ$?`wyg,N6-**jڴizTTTh^hђ%K-Zdo樨P0]w}Cjiii֭Ά&L8tK/ԫW'O:;**?8*))(b{!"99h4" x_y啧z ð'$$&''8~WVV+ݻo߾,W^yA'5nnn馛cS iP) T./f -x~E*?QU! q *<7I.$I)ʹRE'Aؘؘ"ec9@P^¨Q`EQ4~n04bU5uVo߷wEϒy 6y/>y_,Uл]Azg\e}XbB cVJ QΏ}FJĽW!gN:i(C%\13_uMYw1=/7oPCYC? fN6vP$%+V|ahu` YdwX+[o0 h虷L=z(KDJ(0p8'1sƍ>[q$CӞ 11Qk6nE 0wfn_$c(ϋ$I1汣8&bɳWnniehJn:aıoh 'fFgzcIY#$0a [[IY?xO^ó3_b*X9lJr￙tWnKKleYٳa2q7<777@p`Ʋ4sLڵk?䓿/ DGG{쥥PxWYiiit6!!!,,LfFPmiiT$=zXG'!6-%%eYp8NgHHa---EѺ&a܌*bqq$IAdYv…&''g˖-K,ݻ7qgΜ$zhΞ=+bϞ=^555h4B%Ӓ$AI]zNt:[[[ilgϞj)))JwiZ  2^2+Z ˲RZZj4xeKJJt:]ttn7 8沲."XZ__q CLl.))QYw׿u}D&M?> fgϞAAA 477 Fòl6L4M;SN%%%"JgD{z,--E155ic2wH-Zl8yS\:n裏rrr^~e(hLtnc}}LW4V a[Pbw-WzeNeQС+á-*TX~F6A> b:[[PԥګWavرjժ~{Μ9K,ٸq#GDF a44MEI$![:gpq&XT/ rM@ A@&$ѵ$ $1 b5I8F雛[%I"Ià+3"'_>&(Hs²Θ訏 { ,"E*J"rޠ,Š˲'$ x G pAAz!q-m(j<s Ü?l4:fnoK@,µI $Jբ(OT'>(j;H A8FuAo[[ͮǡ)IrZ6d \FQf&[FꚢJIng} *6 b[o gŬ9IxBeYpU?) ;* ɓ'=ZߓSz]LW\guv-g=y3dY+ k?~o=44"3z5T";Ne1f2Ea8cHn^IQB?&/|TЅ$}-@PY\QחN٠ ^QX(}t@.w K]5 2 @h)")JKP$u1 t8 `e{w]U׿vӯ'(@b(iy^hl8<(Q:ɂ2EQ yEF:rl87(eH eC0;kPcqsJ+f</8N'|BaW:9 E]8IEnX-EN)A jf N BSSBCx<A:gYnj÷€^y\ rʯ~䣞:D>ie')' :?ڿN`(?ɉ:* c˨ߓ0 .HEʤR3n]}*e'>ԯ_ϋh4 Cܿ-W, Ϯ~IՇ>* h4Ν;nS'>Գȟt)ᓼ$Hs:.-kr\@lrRq\۸t*j dl|!Gw" Җ0 it1pAqd#;Q/T>?) ΧzӮ/t]Z1;zelI K tR+ *kM0np (vںz7^l`*5Sr.=ǓK^X3E(*^+= 5C[q |`K˩ pAT|}c$)ԗI O^A> E#r֠%/THQkf^QbS["iы.]ug+]WϮkP1T&墢2u'D/]QlZ B=zT^ô[8s5x'Hȑ#Ϝ9S__O4#(* BDDDff޽{6+zw"nȟUv Q@2Itj+DAaʳr^3݈Ú5=a=Ass={ݻ~ 0^^fxr"q-tEc8݇DbZ @@B/!@|嶛CtrȮͪ5nl2Z'ǵI>6.3{ϕz.a@L|f_HrJIE^h_Z%s)um]|WE9t1V <SY q1vnkii+wFA<Ұ F"Ihbb $nbtD}cP9TTqǑowf݁+5*Nq^-UQmmP(cvcxztk$!zC$ [A:}Tk<PXryq"C>U p#*!  Jޖq:@y|4 xryQҟ.`wNTj[mS;C_΍vc뢡.DH]0}uΔ \7]noK]WRw^.Z+e~ Qu:Q#FD-y0csut H8N`P&DQqxqmF AӔwZIy(TqIQy4IE$ %cǡis$A!zq$S<j(kA`I1P %I ( 4 ECqQ -ɒ$]DA \D C9h&]z$%%s<GN$pN$8[?M " B8Q8Fs<ARD! t) N \A{S?0j7]YM'1 2DJMMR@ ("' svAM!EDF)>jjD3ñJ(b N1j䰪ʺ('ge mZZ$C C đÇaVWW'!4M1  jmkݟL dns=VVVARZ7(IQ-mmh:D <H(A퓎tsssnv':Gttxx(O:]]Bȅo2)&&“( RSN>cw8R23TUV;w>;{p[[ۙ31 A]<H(+;+ 'Ɔ:""$IdQ19E$IoY_LZQ`#BC3CBBD8]<')\xu]^[ݲoJu'B0[:,*`)fx^p8ڂHbbBjj/k<h X!!v->>flΟ7nl||<1i1cF?~178U9nYYe([oahjqٳoOfdd2yRuu;q ؽ{cc2njSRZ?w?Eӳg4Vep3fUU7LԳg2qO$QF9y~_I&0tzmV`$Q4spfHp0́أGQa֑:幹N o0 贺CRq)ǍWUU?[g g0hoe*Iǎ;qh`FwF$s?Gʃ  Nqt5P+'-SK/l~3Nٯ#nnꦫ@=^Aa$QprNٻG߯/I+pmEEA2Rvvvye ?`N8cF0ejEAAau w$nsޕsh>E>@ֱF߰a4OXYdH֜=?3P^޼ef 2ApIZf]v<tHў>UCfegnܰ ' mIx~~һwҲH~hԙm'Hy2dȐ'e/9(Ɗg' j*[S$9zÇl۾C8?7wO~!?Ѓyy{DZa(iӦ>'p<auh1Li5uzp|M+tizyyJʻO""@y0~kI v/P%炦 q'∜oNÆsbܔ%7 !bXVk 6:t11)/@?sBBY8j2bZ a$q6")uV@$  l=r.Hڢcbc>v#69^ iZZO>P,lin#Iaf544pcƞ=[N 0( Al##L$?> !!!FP%3Fd\Tahmmոvfsܐd9j4:ٌHTTsp#I{YU]Mъ𠳸UiX `5uQ }1xuEM|[)Bz_/4I(w8}r*{ayO@9_O_w|<?_of(nn+D]@ ^u׋i#kl8Njn ܹ5f4=_t1 wW9$$p-7UVV[9A0 q0r:HAHN,Ji2id 8TPPHQŒApKy \">NV "Pi41T I2f, کe 'B>er>58x6U E ฺA ^ZZ>0c=UXtRRDx{N'MkDOEP8C7`x.ѻ> ] K:PвTWn [$A1̝}~F ."Pv Ӡňa $#7&!v *p.c(e5n $!(T3AD` l48|  pn,tIZVJM_Io}`?nN/)f4Ҥk##pLӯzII$P I (N.+99(:VKumUM8XK|Bl߾}>xYmm/p!1a8.qEuٿc, cFah\GqjꂌcihN^%VC3$%Z8hv:yڛ]O/!nӘKtw w4) <Q w:E("< DTBEII-$hH"$nD^՜o:jm8FIg;(l,ٲdٖmpc:$/y/^z )@:Ā;wŪ'ݶvVb@r_N{{3Z1 (L /D(DQD"~FpcϜRI"(q3VL3\[^ys _$nn"% EQmr: X<I&dRr8lP,&3Mxlኢbqs9 EQҤũE))IX8~uKD"sx.9dY'6qS fcy^/F8OIjZ,cq;dR$ d+}RW[H"˲<]ٰ_g cJ$ :;;}:hkkbG/jB7xY]g:{8+j_X!L ݽkgO4!FQBٗW6VU$` (*.r{\Dm„I^oo[U $斖S&6> @N6d`Ux% ^ >RdSr1H-0  EjZH4~ƴt .tz<9?x<`8oi%ʬY3UM  _VVQQfڜ4]6*ڄٳgB$"T9sFߟpґ#щ Q2fhYQc݁A5 -W%7sL˭!M L);4P P"r _sUӦM4:>KI^ha,Ojkr,\te8δ zL"D+ϾksnAÑU}ni}n/)~;G!'nZvKRr~Uk7wQSs{ v3Ztia4Mwko,Dbno<]6nuWoim[[[}%ŅW_9aBȖX\Q(_ssN}W@o[~c7w ecwVߴXhk<<QQח4< ecƗikݼXmeG@ \'[0o"+C UVo'̀,.Ey7/_N8.Hv?8L:'4#(6:;7.Txi\2Ѕ~/劉=3\p fiQYwW݅vYoP@yڰa-8cd2x 񓧆=>_ϋ6 ťFr;w^GTKsx< VxsOչS4¬)II2R oؼ{Ǜ[Z )54<z͚;<Q48HToЀ"4MYf-7Pjjj9* $Il8ԟXK^&\߃tvtxsr<9. v9wQKUMs8ͭ!,+|eUEϛ?=6n{].|"LM$4~DRR5b IIMU)3g<rȩSDZ,x_x],O)K\vJ,`TӀ5veú!@}ûd.(dgٱk死(&}+mbkk-;dY8~f,_p4:ybٓ_t~^+{#̜>RzI!EQ|dN<5~NE~Q#s?̙PHEUM8h3f]6uϾCkoiu()z{s<_U;޻;^=YuSe6Hy 떼ĩ*O9i¸}K#ZNK}$oܲs㖝oS~&oپhڍۃnȊ&zrp8t:)H$H,X@UUQ7o|UU9~Yy+_5 2F ! 0Hj9Q߬KqY|ff[,wކ%E6A%e5#G r`uXt#%K3r67646bd%,]qcnWSөzIITzp8rDpĢ__\6v8p:Lu7ƌpwuJaI X7*5[Aعs48㈁#Xݶm$C \tT~a1G|KJ(%uKRRUQo޼UhkjjY޿Ƃ`wcLjP[r, pdUIIƈYv},cXΰoٲ=)I(N:wٹs&Ȳ<zC*+k̙WФ0}y-0`=RFzUv0[ssrw}2k޿[n _nW0?ho= 1 j_cʏm۹g֝W-bqMDY3z-Ϙ>3_S ۸mW^ɍ]R;U6|ߋFcيz'HUk66ϯX*`y_9}Oxnݦ.;nްeg,jo=nv]_<?oJ9}忿|51nں_E7৿6l5} BkyeYUȊ&z9(e]Ǐlٲp8|QM8knn.))+2R wH#⏨sƊ:0"C|F1b㡍lQZZ^jĒ>[0R6Ƿj;U1_q3QeH-{2 @<qcX݈iji~?90MSv)6i$%O]XM_|o˙=N`EyNLE6l ]7>k )$'brdyq]CQŲ&c BiTE JяV.R $I)/?N~L) 1tdH $ B͟@VGIrB48p<a8]'bjw0@>  yv`jAH@bF50TVTTo%fx'öttjMf9>В w B|NFBS/x <χaaƎk 5լSt԰vWi!0}u" N׻}~dAz?p0BHQSUthD6l /Y 9vmfÖƦ+bYvνnc҄qBYbCG7]΅W/xs8s;w{o+8H,^~K0r:´Litpr9? ^(*e665{\N&I㧎mp96wHmh^5maFTeOUTegLu:zH t#{F Lje83c, x Qd06D"q\$2dӧO1bDJ(X5|׳MD]7_=bpi tkOضZ'g#HsshB+vGߦñ'[HI93Z\( qC5b}uݬ[hzQXCV3アCp(boǯw>#hҨޝod6WnP*Gy58Yw0V׮6mx? Ejceyu)a9e99a/9gt$a=e3u@r_ai&N F#/^a0ɤ%+̤:Ov k3fNj7'°,և@I POֿa "%ħz^Ϧˤ[Huj }`taԚY6JgW\yDܹs+"77ooq<Oș,ґg?L~OuLzs"FBӧM޳<S4]6mFH8&"IRum$hn"(7n82gG1F67ST-{RꄪaCa6p(:5|V8G#Ѵw"(+$"JJl`۔`ڨ eY芍8`P(re )'{ܮ\!B"h\|"DZZj3LLyly0D(4MeQ@4K>oРA<O_(+͡% =JC8+OKn;iamcxVh2sDY!om;++rpi!h{+6mP:&Ft(V+qø )Չ6y0~zQb$s ^ cG˾W*1Wm9N4Ide r rU7+"/'bTU$e-89(psR<t8&hC:`0{88i >.>@SJy!Yv:iЬB+[CՒKlj^'6Ġ[g;fF;~4k*u@uI>^*pLUIY3ljŹ ͆]^xb鮓|.gyOal]-MGcE̞Y@L f&pSkERdV^q֙:%HpӴC]0f ΙbȘ2 #a$E]&Zzu}``F[7 va!Zyͦj4eXWR|א"ᡡV=`4{/U5̉[B,ô:_{c?aE*5Jƌ9gW8 C$)Ҍ@PkG+&=zAxzYH IDAT豓<q+ W\^6v0c$8c'*tLsvkV =JEH f`xjh@ e̱SssrFin/?z<4~摝|"0drÆ ^0 #: ݨj+/. b(_?/c;攉Z\{E~^0h>s߶dJ;<uomgd ~dV:^/M0GX¯o pGPݹww^U*[&u,I6j(`<]ջBNюo~<9tAz*?ҩ|U_ma`28GoڙHD%HWOv:픀D aN%R[nThGHݹ_{:߶DKl/|E0$V*\WJ9(r1mCF6][svOnuߵt* E姇` 5b/S!F?MQIYS.z']VxS_ 2=Þq%-\lj1tGӁ4'g^Vکt0CcŪ:nڡ-O^<p|^}+ JDΐc!DNKմX<;.DO)ի.@_ Z@|YڥPey|}þ5g K 6ӦNI&pv׾,˪&I2dzJhr/$ɄR}y덣K::̛{!WPxUSEek6lq\BH&㉄i,Ҵc+Vm?Dʲ(N4OG;Jv^RPJUU-((kE^n;R@&eIBk7' LjQ?&αư,>_qZJHtd>noڞ+9W|ly齮ݗ3'پ`O+ׇ~&miz,u//,jMRiCO+4}[1LPgo|vO%G-m: qf++^Y|F}]G~0߅OKOiǟ͟9F|{_$%J"ЦN[l eaws~z*OCIק O5HmU5?}/` wŶmE(ZjyAuSOߝ5_ys䟿V財]O3G A_/zmC;^3vVjR#qrߕٷт%Gt;v<~kZeY KzeL< GV4b={n; j:Va xZ COi16: qt˦~#S^MQ=D"NW2/iob} h7LzOt=7_`Uw]_9sJ#s4BDA[jBp" p8ݎfي k(FMQ9AUUN7NX _aeX? <)??OS5`")2TU6y~z# : onkc)dyPtxuM==[{ˆi/}tl 0[ZN8:7(MMMÆ ,<vL!HTԼN2Pb,ĩ<qK{SF _=eG@04 hOerD!LGWOHt5NDF ٢Aԑ&ê)A_mOh[Nkە;pWT#<zGລ ICOdTqFK د?06'~Kݘ6 7+V9"߯ r6Pyl" 65 ?\5qB vs4e1CzAushaH~eHm4`\zp(~-aƻ["ڢ9b+\N敉WO Yf;\z#3qgЉXmrd!r'Srðx#p<Y|pd>.>+DFY ヵLMtc24 r7׶+J:;v B8f薖,)kذaDcYUUt*c2ԋDqǎe9ߏ>#"bʆi~# ꕉQiiDָZi֥L4}Iq( 1Y>)ۀfa[_8=p2ɥ}Á,~Db`#ͭO<Pqh4NH|oڝ{ool[w YFc7pѥ[8<gOKkv! G\?bՆO9X<qg_~1Cwwlћ%" Vs׬b`S|+'Gw@8`0x&,.:>|UUʹhp8bq8h|7j0;̍5嶣5{yfȘ~m:~-R^Ro&pL agPqH ImT%TRDhRI0`Cx|׭3-J{@wcY$,veRr!"ȥht垈͆Z{pR]_:a ?u7߃O3@Oу}"OɑQbML)PTj@ӹ%8 UBA(F7ȃC0'#jy4c3r#"=BzX`_ F+: B|& 2JFT(JY\XM ̜5+',S'$''3L H)xn@J0ύ(4iXf L,m!@z1"]6cǎ!L:GP%վF ;vlGGGkk+0yP(BӼo戦0w܊ ]HrOveJiTGZqr?n#P<yR~fc@Ñaw/3>gL!繩S&x<2j4tÇ>Ppr tZeqQazeYgL߼r1tv~췞/7lށ^s~ht1|/?ʲ)Y3xs5W/%IQ5Da sgOϿז64xw0o,}eYϳ: gF ye3!&}1VIe9e\ @Q;t1#y[ Ԃ%|M`MӐs}3;P'. ܰYO"bmmСC{yG垼?=+:P. &bCہ;_ F'n0 * \枹m~хoߗuxD &T Db 2R-vhP 2˦) A2!*'^js (.<+z^^!Ӆ;ſ˜ ~"$>3֎<o?WqMV@Qh,u3X_'#o !ɤ}E!q+]mQvt2|oCY?7$Pʺ3;Jx-/mKhB(މ0(J+Cv$I/kC'zD^?2^4M$t W)/~lP ; + H*IR4f.bU )cbD!3g\fUkN9(8!//wed *. 24RJ4!fY1iDUU @F$*D1Bd%hy!#JR fJ퉱Xt왚mٶD]TE%iI}Mz!޴a ;iъjHq!PjFx eXMtoSQU%%ke2 =Hj^6 iHݲa wފ,8U(( f80BaiD{%[q֞_\\R~Fډ_9pu1 }k__tJT<G7pu[<g~槟z?IUo.[)^B㚚[7l:j=:5:YV =r=wޤ3P[w_k[( jˏnn1${cxhCc26˱SU5+ :Xkh83Ymܳ\UUzB_c'EO$,#d:Yim;px_~A ]PY]W~!1aNKB<xv,sggnmmGLfϸb^V3-xschSy܈B '^Xx齮A#2<=y{NU$?qg_(xm}x~fO8]?Q6L)ĒeC< o_2_ۺ`I>^'tWܣ\el.-HL;Ze͇=pkX''^F/@t]N6}cKhyZ (rרB3%zXqT=5c/fmms\^B0T ⭞J79E''   ,x9eް> 2Ȃ*^sZX;2\/G C ;:2"K5ކYL cFrGIA]j)N&j^ſ~n?N P²̔ DeEU(J ܚ 7n@)5Um /NP3eVћ3qbZk1IUHAAҡ,/( z#'%JJi09]c&:\9- @S 3UU4M9|]䢱pM]ˑk+Kr(*:dd"6bxIqq1 %$}$KvXV6nwuvvVTTiz ,KC1aZy99jVVֈ UB/$<8$ B q9^O"yV4!0erY^^^"8UY 8U$=n**KF3oA4-7'xDbNT'ecih"3"ҵ393&$8WVmnMgFMir)R3(*,,*P>0:|lٶtek3)^zյ /8bP%UU5M귾q4M'xtchzXL?*?(/';(Ӵ@FTЃ,3ʰ e_XӴD"+JkOQdQtZ=唊"TlّH$G2fԈ Ŏ;v܉MޑN4o|2 &$TۆuuC8]6T(FP@ l" cN b h3}R, ƻD 9Y[Qi(F<`H( 56*UUIR{%HHm7/%i`O mBU5WFez/YYsԃ1pSQY< 1JA#d]eCsЏ8EJ2pBUqSc)pٱCXxH P e&*rPQ)@ЄLl<bpEcڶӂ),˒$)"IR2l~,ocǎgys\~~];OWW$Ţ KbUF,|ӏs 2TťK v*t UUUNcxѰ~~Ԩ1w'ˏyu:;w*?rc℉7,1+pU`<6 T<P0%(9wsG2hm /) C{O`{/W[[밒a7-):{KȊf͆Cw}gk[ۖ-['Nw}#'B+\>k̚jai騍7ݻoȐ?kx-O@h DS6TmqKֈ6~؅ jn:ƕ?|u[E{Wɰ֦#GN,m۶ЭZQQq|`߾}Gx</=כSYQ;`{jDYtǭy+N v{<K,io;;nb>߄ Ob%4M݋Xlٻ?lll'b%%%pwRJ!(:mfכWZ:fsٰaÛo?[o}oʔ)pӏ1y>%!8ZJRw(QzC=eH?'9-F>MgMh>Ϩv@ H͹k3O~2F+ ^&.aY܋c#7z?GAԊzE}BCl(2#p85MYP&BnE"`0 !`YfYqQŒ{dh$H, ߕŹs3 x_CE<N; lft´r3F ;%\v=LߘA`p,HR scs3o&=)8rLŎrzij^/7vs6eVR'81p 3>uY )% Y#'egf |TׅAO?WwSo9Fe;!,:h_/ 9gdgu\9|{>6RuIJv}_>x+,^ɓ-nnnr«'O:tCafٸad8>ެ;m߶hyS5չޜ#GYcłjοbN2o a 樊 @dmWXˏ?hggpaxAd9BXUU}a)زe N{qqڵkݫ̙}Q/h$~6Q?䱧N]y͛;o]v +9CV;,)Eǎ[WWG(z[0# Y=kVk̲7xرcO|<߿%Bwy5W.|?Oz"G<5gfFFN?RC z=uuKt>GWV0:Kԃݓߊ`Q,@%QڝJo&;a2]/;(wen;{(a::wg[.!p/9^ `]jSY ,S*%V^,5[Pz[ZI2V{_7@000MO2<3uI'/3N&,cFvL0q4龂낌zI@+D/-qo.gI6ݿg06tWy3{˲ aBkt K̟?Q]ocgj` "{vUUb}ofQٸ֎D4Y<t$%kk\>kpASU8 بzSpjcŒA6ollB0 GFWW(EDj<m\1w4ܶm 8h Rz;X<J&%UUXWuqH/md dR'anq<Ghol= v}ڴU oPJKKkjly> qiTiiuUU4.I9vص^r,GB]>_fӈ( #Gؿ@Gg(7,/˜qj%C`]Mݢ;Ni'MT[[[]S&R*h `W @k[77T#-4MK*3Hn eI<B{j-MϚ|.,#D(]k6yj<ρ|}2.~swwYjP>/-zZ>P>G&52þ ~.q#X&~"To>s]{ݿк@p.ZY 2B$jFUU) ǦxER&8lYYG9V%YYs6t=%K*X#jAAG3ic]$%{b1IXUdE DzLo&;uP~NIɰg%M6kY3/evq*Lxt,ke]uu c{*3<G`aA@)%%%cF>v숪((r<L0ҟ1\ 3{<ґC ) E;ztMhomݾeY~(2&mYb0ꥭJ4(@_zr^D :g?@==sk,}F 6\r,K֞E*_dE,>8>E  f$jHKJӥgJt+ `Y ˪]tdYi)Q)F!Abjj]C[o# x"LH`K} P@n *E ˲Td Z:7xbNxwvy^Ԉ Ma8%kh0( XJQM9Z `nݺs%E3fL{+rRc BɤyNHuJ CDlL{[騯kd0 "TU<g(**vl?mWUTYQ$)Ivݻ/6m;i3>Ab@ t3#]I~6z8{GpCx==JR^?̚.,2CtFO`U`<,",>jȬAۯac_{_{ Tr9"'R=:Ȳ\4(H,.UWV!ξr}t3@ >Fohohhi]6cVASTa&HD"QǢD|.[UPHqQ<vhsKݗ>e1+'TU-\ܿoRJ2~\E'6Ře?ԃdI>myؾ}j^RXlچƆ3f4HSJ̛;% K o d (WF)bhtѳfH$b:;kjkkٳc3f͞w޳?*Bqq$əF)VRia2AA }KQ SjIOPm߳Y|pd.="|,cV",C6EA%I2ϟ2D!PTmiSN^b( /<TαW,J&$qGGys&|6vSLk?>|;(6+5y򤼼CS*4.FB;wUUim2hڴiXܐ_=_ONUuț3nsvdk z@TjwN69T=8{WC}caQ 4"c b,K ۺmJEN{T%jSKk4?vޱoxq44i:1G 9Vk;o /ja1ڽ랻<Ξ3s]v?ɇ>Ǐ9\>;wkv- ^WcԘQX* N (̲a#RF!YLh й~x2R\<de,",>8_2yt @7i2vӧ+ފU<+tɲgN8Ps,#c Ӟq<ChYY]ڵ#(˱;w ʬ(,SY]S&M<+βbXS5uǎ`JŢ(J<jT߷{NCX3y+ϯk[Vk)S+DADkz v[W0T .O$SL*Zygy(yq˖mph fVD(8p  )@ػg°]@wpmmK=siSvOp4xs.:uF9rrۻ7N8qhaQ$YފP(dDSKQ"!m߾#ߵ{_[{Aj°ChW@.+ILɾ=~ŦVEYdEY|p$3B)!UUTX7*pƢ7ldYF [1bϩ}v5B:|I$K(G kձ2L@ TVU2WU/ ÇhL$=τNUTEQ;ft,M$cXQVP 0GaYU5 feE!DatSТ7‡N:USS,2!8IA(?x8XeL JO, "PYQ}I!ƺg;qaj}rQYQub6յj: dYaY`9vɓU,f˲}:#G^R鿄LUe3z 3o. | ^?WQ_AB.egemYdEYd$ Ob0dJ#OiZP=ɔadlҌ·c2bSuuv] ˲F1~Yʠ(u0,P4=%sM--6n\>ORT(}oDRbYFLdYq<ՠQYza hwQ\ *) [,M@̤ƩPHږ#A3AQuP{ #M#&%a̰BbYު~LbGdԓ1`fѕѳ ~Ƞ0?7]?p","|oYBz;]aZ4b#[XJY}^Tf Ȉne Ғţ.<JFH/r;w;rBfJ(ϋt1D8P_Eh… ]L580c4B _fM<[dIzM!tFœf6#}Pjg1b4I_?4Apo.ip&3W ]M\؞ ;pY|Nθ4g骲U$h94c%tV^pNG aѬqe7 ̐{ާ.֛ݥ ![{1.l6I<I)aVy"ݬF;zfʀ^ib?3v)=(k11T­6^&cPdwa,/k*?1}K\b\\ +41S_K?™ɑ8&Sd! 撝ȭ )B}Y{}k,`v|aH2Q5u/1ʼn{xw3?3 YLF郌䇎^A ~slVUCӴL߬RE t`-y:h)i7M7>!@w Bf<tzf2,svtZRC7{K3(1m,G>h0$OZHOcޅfa]=ͨ'~NBЫJGÔWȽ yь_L{R]N*ˎ^i*[+wD!fLk%y&d "dzMF({?!90O奡YKrJNbEdޔa={E1B|{~uV5-PN! jCONfU+U\BѷJNG*HAe5MS[y>??f)?2'vH CO˓;S9x0ͤ}6HYaM_o Q L"ęa+g>`Տ;JppBtgqJR?},@)X|pF>|"x !,MہA*%**[g5@l1$υ9_(lA¸ # qк}#*Ԓ1n!H U!v¼Y^Taf _WTSTb %m]<p V~ B}i<$KSPWPvJF|Z( nNq2jB)g~p85BbMRsN:Ti{'CaK1aqAKzL{CbWB 3ƟPF(ĺ5kL=.H_s1utw1^4}vYY4 u%~# B'"^;!a FayJC<ƚHQMUy;:7=YwE^jG-L/2Df:Rb/O-5mujZ%bڣI "H:LG acI_N?ȠLZdi.~KV<r C1&m62nȴ/qہ#ICGL9|Va0_u& 8ua=A>IT6+ X 7d[+g߾N+Slzmsxծ̛`Kuj͝ڨBV@/'F?W_}]w 3<_QW^yBOg`pkk~~xɽYkZ644<sO=ԴiΚwͺot֙*x!#!;|_eؿE~SO=eժ?SS;ց2tD:DJ Q Q T҆&JFT WC("=x4U3isYihB3RsjU!aFTJ©,iI uLɟFTJNΓ/U.:tĈ;v ̖Q%[W q5Џg<;TS?{E϶nTHJEEQ"<QE@ @ tPzB H!'o;ӿ_vͦ= ;wNsh"d^)#Ix  &Fѭ a繺˸H6n}s3,MўKWL;_+no j#mVhrz}ySNMV@]Rhc#:yդ7pƷ60O릌QDW ,ZWnǬQr.V|8":tTWV6ldX6-_2,h|֐vӲM_?N/.C0U$Ͷ/ z Α_Ca"` bԣx{εm 4#˿]bXI9v&IKE,$ … {OJJRTUmm-s 0L&X{jf{~}~aAYѻ|e(%=v}qzxx[8H UB-A "I0V A(j4m4=<<fcR\+λ3aijR#M24-IhjhP< =q{Gl(&p wHݤVqn CkZAQ(JܨVcXJ*LN xc"\n"HJ"sViBQ"\h(x{juE3vУKtO!@]QCt]Q[p\ۯ{,zAgHPg9^`,Fw. V/~n-򚏳 z0iwUp_4yLc`]3xbc<P iFW'A2Xx| kWM&;@:Dl`=K7s #0GjX)jK.I1ѫW <pF?e ֙ -LR$6D@>rTŒLpۻ\b[*K&ZD4.F:$\TRKZ]pvUOOtR", ^%4+ N!h^%_Mʑ:#sENdE0-Vӗr":tXZKIEБ&i'iC p+ g2aNA^#ޙ@?p}}q孂Ogw`S;ʰ|˅l"\ p9ma*C`U#ɌwfOOtRk UoN^M(KZS:Mi7Pjr'M 5+Obmn6%rrKF@h2GMՍtBd:^/n<˫~}LD iHj=uܹs ҦLbz}jj*EEE"hԩꦧo#HP(oܸq\QQɓ]\\*b9uZ 8q\.tEQUUU&iA:K,(9~xLS[[;zh\]]'L7]|XXXKKKXXXO:yەϟonnJ /##cرNNNyyyUUUcƌqssmDCBBaX;v̘1(FL&ӕ+WC]Dz7v :LyʕC `H՟:uh0;1''Ee#ET||>ӧܪ&Np΍1 'ДK, D8 'O ((p̘$F!"Kr[շ]ǎ T*E ^EtZ*Gz8[v7NJ@6$Uo^ԱT1Ͱ#ks,=yZo2`AuT>\, ׿hhOWuQ LBc`xZ¼ES<bE8 Q/|ѐih_Up֑_I24ֳ:A~!MVuNXxjѳ&/k[Hiz>+/~J1k66dЭ|8Ț-RjQ˜2?Y]EYF]-ȕ?6})+馅:&OYϗ zMӌini1lzk{sa5MXiڧֽjZdJ6?av8SkZZ*z1pv}\ ~XL|FM+Y[w2t4|!,EAwӿlIh_:۲;rMhn2uRe[ԍZNjY­ڴh}4_pKM A;1}Q^̳1/ol\WKu Fy2Y9;~ۮNGnfffuuO>ٯ_ .8 ---Vڸq#A'NX|d ^jiիWiիWUUU{!IoY~cAo0>+Wo۶A~x뭷juzzefU_{̙+WQRR'tŋɴ}---w1ͿoMQӇ~k.X}-[(˗/Y a`Fq՗/_?oi2׭[h|W_}e2?_ xzjfgg̻6l8pR<yMH ኊ]vQ[[W_4b0z48:t>x={;@Q 0.//;&~}Q8|tT?@hڴ*+˷m۶uֺƉE8sckׯ3,uc 1n.Q#3n\߾}ѣFNݷMojR5f(iwl۶c6y„q(<7x0i?ly3g„NRimm99yNC!zDhC϶Ρ=ǖWKkK{LfE`X.Yo^FMkd!KZGucWT~Y=(ܮsiO?+c^lRj}{LK /oVZ_*~<Эx:I9䏌42W>?QX8{"*~a"H~`<QVAUY/s*ޘß͜@v6?Qj8EtSc#$ Tq ύW|'Ҍeob\zt.!}fE^%˹Dnyʯ&K+D`\gw_/}X?^39J֑֗B%UA 7L1W[v:~4GVWaZa Ys/.Py/(R<@ܼG]M$p7f-Ve]5(|oxc_Րq|b<PGdm)I"AXz!D5{OXx&fd?2?9 oFVյFb8>/_4hPAAAuu},#<hѢ~;777''G* ] 3f:t(AeeeR,J~e˖͚5+55U:Z{yL sMJJȠ(㸤W_}u!77Wܸq>}z\\kBB۶ 6؅ ?~999&)## sΙ3G" 2DRٳ'>>瞛={ӧyPiii&Mz\\\KD I 8$><lذUV-\022'NL2e̙cƌ9{lyy9a0 SRRRVVFQTYYYEEEVV#f7PlYZZכrs kk Aթ/`8~옧[ Y`hJrQ:rsBa<qdԵ4:yJ*z{<ԔKZ}CEQ0Z kշX-*,,+- fiU+-*W7&cvfL*xHpmFI}YH Bpm]tbܸ~bzzzL&l&f^OSt/_K @]S6w):&Հ^zit0%^J-jO NqF`aWo8a!YϺ) $چ$iY |}LH{`ŋmq @@ T.h\H%#$s-fkjGAjB*Hunh;ֳ9VceP Ƭ**rvBcSeCi 1 .QR |FWpқff5b-$ጌD+p\]xXcd;+LsQ b$2hX?TcM3@t>b9~)-͂3 r  ,7,BL#x'UY};5QRn?<s@a9Fu@E@&i&+'A-8Һ5kP\("a #)yF5c5Sq5,5lQ=$GEIܔ']) ҈':k׮-//D0w2k֬|Pxik׮ϛ7`0޸qv} $$׷Ѯ&ȑ#vvviZ`8B Aa1Y qss8A T* I^^^C Y~}~~~zz<β,B; py>))VRT2lڴiEѤTTT0 a03~~~#G磌]6m4"{GGA FQPUT}Ah4>}:%%j ?˲ޙZy&A~3uD!XbXFk}\եXqh0MXK@UeUZY7hp@`ٳqư,^"fA1`fd9D8S$FS4aMۼXf(Rl XT.{ EGQOOÍ)p\l[S"iAya`|OL}Nܿ=>w^%v@@J>fP_B>n@[+pR{c^ӺQ1P1YƯ<o45X# A*[lwGj)0 @g+F [v[ oWZKRJ)TTE9K`ަwd9l^@flB 8  >C5UANcke_22Jb[tfmlk^ǯB/>R+>񭋽[ c__z!L'IQOpZ&ΦolXIN'rk'WIrD@B\T䟞 tkNtlb`/ttDWVo;z!z6hH?<E(43nHU-y.z k 8 k0Yց!Da9wj V-I3BP}}RHD ~FƎa9P $G`0&}ɘ^d vnj&uDe3F)Ʋ/%T#L.reo,Z3ϸ0|O2EQEQVV{xx 믿 TpoeY)dA\|7lؐ!U]lMM͔)S&NhpF!ގ`[ IO?}ꩧ}Ǐ]VCt]]R|W ӟx No(d2UWWO4i h2P?:a{SX,JY5 r\&I$|ȑ BH$ڵkJ7oގ;N: 'r0;f̈ys(+yy "٢p Ms%MQ ZF"3Q.,( syi c! }m`#hUuM@>fNeeB *D r\̷-M>W<zKwM @{?S~{DA0h:۸U5#^n!" RL,xyQfIIQvRzKfMÌwk|ܱjRA>nl_5$o5 )jFFyoN\)lu:pٸuzi.(_Y$з}IqgKSGg2M x(a@_7Ty!SSt\y~덮|h3c"gI 9[}G C{4,:2@??oٟj+ gpZtLy5ux nH/c ;0pE$xddն 7MS:M{lDKs:aZc* Yl֏a$;螝|~r͒M5j1B0)%}\Ѭ*Y~D?_7*J5=>0X4alOEtSR 4pSyn0 Yidu/~fYV?c IqqGrBP42ȴl>*m߾,z;uBUâ\!R!uM;>EnC9s&88xܹRJz܁ :oټ}vp񐐐ثW9s&???(((777oޜ3gG`Gy\!޿ĉ ɓ':' I(ioJVUUrO?]xqٲe}dq|||rr3 >>>Gٽ{^Gh48^__;L0ᩧ?~yhjjE1B*qpgg5k 6ٳòjq|ܸq6lpvv6L!!!ŋ88P.  mnnQrr=;{lH4`R/^"tSey4?_?)bhFIfAF#pEe%fpYy!opۃUNwZ]!6o[61B7-Ԝ|-aXhhB\[vbS4$$B( m {E`Gzi1à+R8e=~%c7Nu%;9^hIR.+ۄ3ؖOKhqU<nnAFqAPdl5m?MrT<ť=;<x|" :z6dYl[(8,R? ,1a~x@|@HeŜq m{E˥P0I/5XX⟚|fBABp1LK1(6T<a%x\Dgb5vHżJj@0l(`$HpI"ĉ$jl&1}`Q1WfR8&HV4n xɣ${a[}C g'hT[N!ޘ@5Ӈ_zY.h   Q"C}0W] a@+u#U Y65O"G<;I}<z .EFH0n'-~X%@ΰjX'@"$hb_́0c68$B#%nJF-#FrbrQ JZ>3J<Q')L3PJewTq0?ZvԨQ!!!^.c*u4779s&::d2,Zb? 1cDEE!P(rxWT111,G.i1c (CCCAyðSN~III7o۷o|||M&رc i#FLJ|g oFBBB]]O?4{섄rrr\\\y={ 6lؐe˖ ^?z踸} FDDDxxSQQJ:ujhhhPP CQQ?)H5lI*80B1dgg4}WWW?~RZ3h4Zl*P@E2flt`K1 d+888~HIZ f)aÛR&ƴ+0\DM>SND:vdmʉ' K|\ܐҒC1,L"(A22 l:-cKdDdNN^}C㈑#&}M48.+&c-{ӳoDF!)fz3ʱ$aX,qqQTξyyy&L߿ZZZ~~葤L ðv 9gw#W-h!?&;Ҥ;/v%g%ϵ-q`BFk|[zԆ5O<9s {C{e-]G9%<,dp,TiS{T\ك ݻ}nt9m׋DXy[Թ,n׍G)r]mmiaܽG~om{.C;vm+u1?ku @ gqW/X71bD$I8]t!"8t)9:|.߬^lYddPeY@M+W,,,=z4a׮][lH$Mvp'NXvѣݫ+++,Y% i}(b4-D$ bY 8b#a*իW/255uʕwwHKK.--X0 ,'VzVQoOR $E5*#Ŋ""'mڴHX†%& zݙg& A17"dGn^YQ#IҬRL8I$K"\<zo4668Fѣr$bjI@ŋ twwrA >wwRSh5Ǝq[҅ )E]L08r[UU r҄*W KJ0\r YiAeYV799y޽k׮5kֺu۷rʘ^Ԍ.Qq0EPDHՀ;ԙBoC΄{I(W;*vc^$dAc@ǝsCd.{OԞd?ҸsWknX-Zo$&C1w.A۳wdmV=qmq!eEmϮ)bҗ.$(Wlgb u=K|½1iA}!CA:8Sš"0t|Uzw^ ’]&Ǿdmd){@{.m9ІİOoߔ{sqz{{ZJPw0 enKrG+(Cr'OM͛'vdzFFFee%s4hH$ع6p񁁁YYYe=\@@}]y#0H#8C @Q(&@ NN)qT&Q*a`)K@/` c%uJiVõ9E>xs,bxe}n0hZ,D,%MxGQP KKKx^<}\YQUUQY)]]z.\bYN"ݳENXIDlXϝ;DzmYA.]X"!dNRB^/c?~tsgpI;m=n?1N^H .O0@0L <|o/ǨH[W3]I`v-rGu-jVurdkEა@`,p'xv-vyq0=o}tQwGj&t`vA3_'n3\^\ѱcj>.6p.=L]ͽ+a!$n)n2-= Ɇ vS_봻0x.C?l=aVuWA.5J8Æv?Y"F=f#`3<㘨$2-.)Z-.ʐ>.]&$bZ9T֡$` 44UlFqM\s_[ac`F=54ô~l8(oh [@Ȗڶ l2 Po߿4aѽ0u' t?ZOhk_7a\RwCRT#._[0 sM@<ئ.{wgD,I b Hf:`6ȲkZ㻍#IPLkC_8#txgVn\[m9'J=)l.~8Ds2x[w>P{X?{<dn'=vy]8M9$rx19wY>d۫fYn^R1v][[8o˰d`M&3r1 YA@*͢ 7MۭuW rV !m@Ԗ@JaݭEo쥿x{NGYO/ZGJn@ҫ[j]g3C,uU8ײ ÈDyskh<rخRe[/fp{}으~JwP۵xz>,P(vGrr3(4B~Q7#&8>rjAY3 ]qgbİ,˕'P"C_R?̳AmQȿ:]^ea0~``ٸs?W]s@G}uop\,v38n^9°ͺi-_oy{1}vKEOy{@mPd'hiԁdS7~ӓԣaS>m槵q#vp YYbW==H@^l0 -L@Q L&d[ F^/dB Z-A&oZfB60dVUo0-sg6^z>i0Fc H^o $IAh[bI& !D"ysRoO79*qc,B}L&^/ nDO?x҈a$0I4qX$zkW_2'{ɫ dm-6:m$;~,ɱc4ӎW+O_G-/hy~F*:;;+.8ý%T̴`{\6#'p#m&׆ʳitl#;~= 8=~'8ZjY>i_zDnݮJdkOljeAz!;zoKZY[d2iLtr:bJ dRT*qqq>scOrZQq)a TYy ,UP MRT\\N84DX/1*i SSSSTR.($:rx" .67$M:d2ef,~S&745kZ, EӉC {װĄ~}KJӯgCp*s<r酡2*DM8Ï֮s-^ĉT*Xe]0 wc.]8ǂcرҽ5!CLvwc-thj+ѨQd2Yiq[)|CGɓ'VԩSoܩcp%Z-@酅BMD^@4!!!X7)9{ئ=`Z?p<+u6;{o٥l/nvzͻ(=Swk+P't/'4RVw/7~7<lڴ[)q޸CO<Kƍ \vʕkV>jpÇ>;/o}ח*+.8o>2s7_9N"<Ë_}cxoGN*(.blR!pʒ89ɟx|VKL^^S;v ~]B*K%o:r}[}}|6o]x}ri$l aܿz;2ݙW"tuu3fLuңG~.ðۥLk{]kȻ ;LWUUuxL~chtRUU՜9s BAMMM9sJpV2eµ略v͚5|ի¸8 6o<hРUV9;;?Ck֬D/tk;{Sy1+s_ك@]UdkGgnp {{鿃KGAeQc|п_L[9gg7ч=5sɂE:pGrK/n㢅/]ISWk!q{vmk!P$<s0 ˤRX<o޳z駟 ~g>~&Ӂ뿔89Ls Gf#0{זyjɫxM:etz=c 𵏏۫#_~a-cF,,*^/7nܲg>:zDMM]y58r<'I ~E _ܾ}dNg_|UPX$$LjZz=quuu Ä q ())A$$$D87ͅ8O?_H$̭j---y><<\X-++3Li 9V[[+\SSBQTss3 555!,,Li...i:,,L"0 (H e:00HaZFQh4t:OOOsaa\. b R kR )EQ*JYmllDGPҷ"H[,Nwȑ1cƨT*HTYYh߱ Ü?~߾}ÇGD, jbuuu^^^(J$͟?$I;7n8nĉ/2K.$''VWWGFF}{ qA`yv}饮Jd`lmtwyo{J;w{>#*H~e.^#'^ Cjh߸a0Rg/贺Аsr.]N5Qn]NK'OAzsFͪ*8eXt9V(ϑZCqusT-˲R_d/WTI$s0LJӬ'XiDZںRf*+! HCdhF.W\mm.n߶y9_}ǞI$@ @%%%o[CC)**>}?o0>e_~eպf͚Jk>|833!""b֬Y{Vϯ_`LL̒%KPݸq x]b~ss3 UUUCe͛>>>}EQX,X,:.11(..7@d͚5׮]A044tҥ-_\Z={3<#A0%%eڵ"ݽd}њ5k|}}vZ{h4R5~{?fyԨQ3goݺk׮Z?2O>IOOy>""Bϊ+,pwgϞ7o^aag}f4M&ӄ yaxiii.\iz˖- .OC֜9s}Q&PWWk׮;w/\L>}߿ǎ(0K/AD"QTTQvMB&)4MFFŋϝ;^"[H^j/1!' v1tt V9b$ZBCFGgdf+(5rİvX,V-6rL,FX Ð"IR&8 R AdBPTPFDb  8β`k9ʅ! cWVTq, Aa3 ʅiT4M,3  (q")7\<JI0q$ICh T*& CP1l歧>u`Yywl !ܿ@f졇{_駟;vl>O?tutKƢ(zoV.<x`0L2ɓqqqSN0 Fq˗/ \d_hѢ_~y֭?-[y䑗^z)---669seN:7G>`mm'֭['H-[o߾0!!aߺuqも_|lٲ'Nz\^SSC4& 6YfРAW^ݽ{wSSSjj* fxcbbv]]]0̡CN<fXkܹsΜ9EEE Xx6m<yp555W\!IRpJ6lX\\IͳZ_|񅻻… /\aÆ~q7c V; 3gK.=T*ݰaÓO>~_~ehhJaannn޲e˨QR)E7o&%% ˗/c[,3g̜9ɩWrgGB2Cwgx[Ruc´_ooy6OwTg{;Q5=zI=&ɤO==/a؇CO: B rNrOa0iW͙=p&\+/M]^T_VV왵5U}# G Xl%OΙ-9O̖ҥԧzk㳞 e7&+3 3A>?/-^cnj 1\, O' b 5 ᘐ@D$+*.),*78sC' ϛ7KKg>h*)-չEO͙7x?A y-Z_s>;]8. `AAAGZׯ_2eJtt4/^7o^tt 2eOOO T*8j^vmرCoA/4i< P*Ç zqj :4 rbd2'%%%&&0iҤS*LJ=B+jjj4͢EbbbhaX"nEr^/,,tqqٻwV8NV'$$<x?8p)S\]]]\\0  \rexƍw3frA8qΟ? 2dƌB:XrR4nnnYYYj_ӧׁ'b(****11bߟ ;vzVk0Azl4z6H$^^^eJas544l޼9;;;33"&&"Kt;ltj+:lWZ e?zwߖ=*#'Ƀba04A$v5<e%a }=V0<l+P.8+aX$˟yv.K__YS][_ߐvI,ڍU{j]u.^ť[n_{=;*+;Nruyg~Eť4l޺mY'N+X,qn|3~]{abQխ[\elAq##F ?闢\nr9 4,y}+//xczM[:Cda:ip7|GӢٲuss}W jo_qa%$ @6P[BI6 w?{o0 =e pð$Ia@ +f .mSu)o &tIJ,M}هm?B9􌌌Z]#eee%''| |PG(LQ<4?9~ >SkB}f̑_(bYVBpss a><TO2D$y{{RNERRҼyF/VUUegg<s碣{Q9жtzL 0ķ9|Nz@Ǥh5p \.@H&24f>?p{ݴ#tpnKx=Sc߷Ah\ 0!,("w.]LaAh499>v1Ehd[ZZK$E/.|ET& ʤGOIIK[/$W+MS-VE~ܶk.lp'6oxNт (sr:x#Al, o+H(f;qR`v38߸1wggg7qMGQTվѺqNGX,(ee2sRtVH1셗sH/!BS6Vq\||Ǝ|ʕ̙3?ӊ+\]]-ZT__'jZR)͇ e˖q8.]tĈK.=vXHHȞ={.z3 c6!Y,15H_F#0K$df4z@@͛CBB233D"d:rȴiN8V]]]####""s+VH{OV+JXPPʲl8.!!O?MIIJgϞ}GQ%– mm޼bٲe0 zݞࢲRVm߾z>66.@ˋ($LhP(f„ }KKKBB}VOHH l6<k׮ѣG;vL$}g͛7:t駟V*Xe96!Z>d/ {{U=~'PC ՆT+ . ]ܵ\PQz !L2{߼$]6^޻n9`or29o25"y9D~bi/,,4< L>E67j~>Kߜl.}_ >1BRY|--Y}êjIfVEB\69UH8aw!"B\iv8ĀcfO!)=~R'EF!} wF1IDATvZI P5w5yH}J(JGq0LKJJ"f<<Ϝ9izcǎZ[n}衇(kF&Nlٲj̙0y_~B8bĈ@o>Bؿ￟DIiii!!!,feeL&@LL qj:K.)..~WX5jԩS)$.F1++KՒf4~=PRRR@@ III˷mH/]wݥ( &2 {)( >𨨨 e'O\]]`Ə7#>z/M0W^;fJNNe.\xgy_p<@?1ڿ))).i:)""駟~֭[qܜ9sf3z_&/999::hfL455M:5<<ԝ8q}***Cpx1 ذ8T/ZP,HRngE\/U/_ai<Oio5Գ0@fku:QyiӓL@oS\%>z{\AX!$1QQ11}͙jֻ6l6<0,8S.sF p+a h^xXwlyuik{y+"JO9XWW8]3hNTeV_Kӕdf7HG l6L*4ML&TTT<O;q811Ca;R,997Ղ Eh4:r9 a{{VybF?00PNPQQA4M# FEj}fԄqW_}ٳIt|ݞv5 y߲2^3,++yD$&=!!! 8NLX,Ubk69s!..5jKK  l#""e3p:Ċ) @;1XBח$0` aF;::t:0o[[Vafol,7Y%/($ID_xΟ?֬Yaaaw窱)/?r< %lQ3wUMM U}#JH.bsJ})<POV{?s96C?+C6"ŭH HVԜ͛7\rӦM[hяk=k*0¼Fx88eYǰ,"Sh3$5h]׽{ag\|sv *2Fe iZ {΍nYQE77^RP:FQ!$\nESZr:ٝc!N Bz?$y +sRGLzd8AU wgdSSS}61#a@TTe߇KNNwTiGݒؔ: aSݓ|Es}3 YYYNsѾ7&ňظ 8ONLLEQ>T9#$̎O|>lstd}JQaTo|U$EOQ[_~U$}dL.*0C"Y$ P# (jǓqOa+c;:˜K#=K2T%gH{gQN\C^۠rF8./BaTGT,}O[(W_q(6oe<d2]6ں]m6FZ % ROU#gX}YvO?$wwU!>`- nV gן_%V} >tھbݚyn1߾J! X.daT7narz*{mšJ<]ߕ:)UBƘaiR  i$6@~Fͧ&~:G m_/]?!<&< ⬖#1OЯҴ lwr$~w9ڳn~n'AL~ }N^ɑuz{Ÿt g&{\ߪo_kOr.pK/<c4K-<G %Qʪ7}S0FT!Q_$YfYiQ%IfXWt7m 1/|9+#.6&'ihh8-,J9փ,S MF$}?pC<av("g((BJ`Ȃ Ҟ2_ВN''spt7dl}zm镨=;vt8bݮO7;\\*u g1褐,pRÓDIP (ٝMh'i/=Ƹ74$vދ cO%5?Zv$I ЩSwb_oM;;䘜kgBo1'ϜxC@ %>iAZ$Iw{N rZlO=HGg{uX}d;_maBCLFc}}[83͂U=)[[h5HckkE8Nӹܮ`ljn![g}$LqCn~[a?iOY1A N5&&aa6xz=MS(&&&nHȲ²LJrljjV&쎦&RAWC;[xv+Wi  d wPX V؉]6b(]0Ripp=&Y&)4Эa<"Emᮬ]tw0Kz0 C= 똌2&Z*P9 Jm\A C DSLAiӝDEQ CEVTmpcH^ǵ[W:?)K/Ɋg+ßtyڢް;5-%b.&9mS9|:QG |mw~y---4E:cڝwʧ{m—L&dϗ|λW4뎝Ͽj\l=EAG̦gzLHKV!u  #a 3Mx{fͦں^zسO=/[oee#G</.X8vTNzzyODGE!كA/{iRbsO?+>Ąg~,-5_ɊBE%snͲ/lN .ȓpؤ<H(D=8Ό@BA @πP֊,ci^o0v"RIj &ŗe TS4H4{H/ z!` XQ B9fXYTbFb!|H+MmC C,r9P]8a dYhH+x_ TF+!i8(!YR$܂H2q^6@T vo܇ uٱ:6]!F>y")Cޫw/wIq.+@0(&aDVB @!>0Ͼm444h+t:,#=c]}}ϝs/qC 6 _[cG͍+g>c|&^qŌn3d6/~_u7^]aQ8QCBdEb0̪74~Vx?vޛԓڽ;gC>cedgef\ʕp{ݤ.`\bB|MUezFZjJ ps/q-74tHܹWCM]t#?4 ,4L>fgigXzo0RE[G[?ο]uս!(e[p: n PD@$k{{tDӧQ˒!= 1].éHqLt4S&nW$Q{g3pEQDQ0AA>*2ىeӗ(vY)(gijҵ2232I/;30InJ 1G䓏Ϙ1yApv${0n)F4Anǒ=Cj.@p96($K&֛g<4w_f,J(zFIhu$ESE$Ȳ$]0n\rBetbE!8$ (I(oznB}xSfGAetg(GgD M 0@::cw`(uO״"&AR#CE5>.!4pਜ9#5J<4 ߮hkk cF.IJhHHPP #۹sw[{kUoW=.6h. @;rs'Mv2x1SL#z.((=1thvXD ]ys :|[6+>4{|~zV:$aH`^ܠK:;;o1mxg}}  ID7+^XOHPZpE MSQq!D 'cbb ڃKJNINM6u1(s<<Р>|811q|e%!>>)>y&9b-6F駟&njh>V~jJIM>qF= !љ}`o]yyadE ݛ_x)7뗹}ǎ~EGD쎄`EQ $IH ;z4v'&UռF\YUڞ{w.0+߯o9xp11)%%mm1&QQ@3LGtPggg_PPp:22B bcL9<ׅ7} @|pGghB <;kΊkd), O}YĈK>65'!,)A&/Ї6~@]5`I1 HNJ,.*?!)j5r\ppОkjeIb4 @Rb)(k4$ˊh>V 'ܵ֨qW(x5.LLL{ݶ]eaBCB J?v 4E h0iݵΙ}ިȈO.sK]YeZ)F++rAQqzZ:˰HAfg{Zg%eG yŋ/noxkj}!,g{n7vϒ sm6ۨǎرc*Y G{UUA3灭[9rػSL&`@x嗾kǎA]2aBG%.6999)**R7dy˾X >))Iok4ZaFS&K4v+Wtۭ(PQdh(rKKSVfmÆ )>z(k~8 5kv{zZJ=;$:*zic/lݕ{3*+aqc93r͝<.[XT}ɓ'\!ك~aͬY:;:೥KƆPjjҨQ F1ʏOp(Jg3f֚C7`t{ 5~[TƝ~k+c<+?sUÓ:[}?ܴSԍ" ;tշv7{hy1PX DBc_ZzO]pYw&b~~rEソ(AI8 Nea_6o]X$˲Fó,HÇ]~շY 0LrK?"֢2pʼnʷH(%9phԈ0 Sиi7Nmmk;`t:]cSs}}3n ?n˗VUVQ4ڛ0yǭcF~;-9<%%d>>Y[T UAq(j^O ~]ս$ + @1ё!Ar:Y8f(]7CdGEFX;;VZqD믽ṫ""<埯iixфahH1wݻwOMMՑÇwޣѣG757pFJFf-[ ˏc9ji?{׮j }zuRb33Z"""$ MQٯ ,!dI\h;3~YY]$ ʩY4vѣrbZӒF_}= tvKi)oq9XQ㢓11Flڴ>x̙_yÇMMIiokH ظq_6Æ++  1bĚ5ky\:ᒈpK{{̨HXit1~^=#&Up>wr:yO}6@<@$9>Mc"̫sKdvxٯEU! 1}e mZ۝%,*]84-g218//((Huί^ګ/6V\.t%Injni_6dVdp{nⴕU7lzѿϸ𰰺zIrwzn>p2Rz/>Goh'e?˹sF|Wt;vf#6mzM7Iҝ:N߻yoW_:Ҳcz7q- x7@Ofrl6busVw@") 1>i)S/QXƀB!e!^(r\ ˏ<g>EA( Z6 `OP%"sqFE,F@d *BZ)sHRjCS PE 0c%#$IaX}- Ǐg5S!,KEGCtZ<rȽ{mڴ~y]ziaa1B2s˧L^lKK,DXmko-=v- vM榬rFYU=d1 FʑD74fllj$jkni-(( 몴: 1, )`XJKGSKk$''M6K'N{byNp/-GR77'o+ #s>-&LQX_kڠ^D>U Ap2 68np%nDL\_Ay䜬؍O@Ũ{2?FNg720EE%c_xekBKj5>0b1|G-xh:Б-foh4LVyO *+?jN׊U:.c1Ǖθ7ϳ-cKʏkxwj#yG']7UM,s CNeHGEݽ4j9|- w^;A‘G.'q}a@ q>{BkyL#a z~ @ƐQ( CS,4 |Ue%55d/yORreL怛oe_tV@zS&_̳vt~\`YHQvGٱr{g-((zcǍy⋾v5pӧO{rw6lH{GPS[]]s%gee67(ɲb?h =jiP r~k&E~omCC<`]]MpHخ={Oiڊ[nB o;KgccS{Ҍ(J[.lˆᲨwtZ)۝,15 A! /, 5uÇڹkm;O3Rc6rӦOࠂlhlڮZEˎ_nĉW7p(\r-Hf:/N7R? @tÈyP2CS"8~xg,gBYEEa=e ;[|#2Vl/:xQR.(I0(qW܌w\6`[~a'~azf۴W꤫X}Yh4:!TPT̲,Dz.38Di˯B:V9BUotnش@QMwih4D9x߳w(4MtZ ˲yy9N(4E(u$I*TQR @m]FyVÚht ð,Úu}c-mkLS2$X!KL nXHr7 T)0L``d>)8][j?€ŘFcQ# ˪Fy~B2@0tEEEEaRk4,34~`^yyYeUV=QY vGdddaa[W~mffFbtI)--mmmvl2aɒ<UTT|ɧ e.GтRJvY[[i}*Ӆ1/WHյ55"vUW}ߟ|,mQmjRGM #lX>bY|||Qqfon!|p^AQIsSf,**^qyyŇK> ٲuf+ Xp]+RRR~ݶL˿LIN./?Ų/;;&s`Ss룏=iZiFr7nfq[TT,-DEF~Պ+W1 ~a_ڛ$e|g8% M7ƠR$oE/|e TXA7qŃ$I̯lym՞6Yi=鶧ou& 8<MGP[ E~>x y'4 !ǜah +J؆M R\S4m ELFB  `0 h0&LFI F8( IzS+jv^GPzJ4KRX ( 9TvEC1DZML_2`|ͺuDQjn`0`14M 4hܹ$z ^˖uAHzVoA7Fonؽ`跚΢2=t]uHx#Tʹ )GoSCğ~~KNܦF΀ Rt^|&OxLwBQR$_CnDϱvU2@tF 41EcH)е(n<0lC2v+6dvV8WV:]nqgnYxvg.K3<ϳ<WXTXUiIں:hlvˆaYE/`Y xKGǦ_6sjEQ,]zX~a!hx1FiG#Uk9i2FZRVVՔju,76pgu8k5O(.)t4C75,˰\yyyqq s,:VVtM'*oh8QY(2,VY^sh>pbzN-?^QT\i:}m}x RCX5t 'sau֩~€nnw>AXՐ> E2PĆŅhX:Ȩ 1hYMAcz+%taŃ>oJI/vXz䂯ro0x_>y/ +gg;N!AieY'0j`#eY$YNФq{`k<KtɖB$3)ѦlT9\A\|Ȳ\TTn0---.+;;[eV[[[{A5ȓ~sO>D&į˗.NnЏAr,mOF73x3>˔;Jr#˰\;wO}S_ېBQk@O[V ׺gxg~s/äKqzN׎|Ί=Cnq{GJFPB-2uE<VVV<׎Ndݡu{*fVd\vVԙI8, (ve Eq ae8Ej`iY)o T gԨ ŠΨ'OHB}ǖVUHQi"c;VEFHF0f8>WE6-Ѡ.!ހU^y5w@:ΗJ Bh44[P0u:AOi4cai5јV GH@7hI0^QT 4ZF'' 0zV%-;4Z$H֠BO2Ƽ V,C`=}.%Su[og.쯒 :Ȋ ,Q VVvK .&ƣw,^O5s"-AfTڤԬa:¬@ *].f3&= EeDGu1Zl6<B@IZtBM"ٛsrɲaX6 0@2[:w ڽq 8˲#F!l^SSSssscch4ݾxK/iQc7/nS "* 쭁D2kܕGQ:/Zwѯ24zoZXW^/Mj{v},UGn ,b]FzzTzn+p]r]~%pGk{M3^w oƪ*=uwYOCF Zeq)65@*~}"wܰA$씌ҍKwJ2V)K7l@9gFH ~['ֺ 'ޱcǢE}DC+Vx7! -"t72@$NsO>d~~$O_"JIo10+**^f;} F<r\/?\,[߆սeee>!i ￿tR;(:NY].עE֮]C t:m0j]h96nq/ĉ}]KKo>wPiw8Pemؚ n6'5buv}R^1~LZ$\Te. $%&fdER= $+$Hİ˒BJV:8;0$ V(Q$ hYMU bȒLae%80x4E =Ԯj4#0<<$U\d$)HfHw&C{jC) RUayJJbRR <-"z[ݳeQTmwွ-c6-Il{qɵ7$y@I*3Huwn7 z&30SEG᠊v]⅃dTQPZ_^o9e h☚~kCL1AG$7w8J,Hz(hN zhP3~D )J௖} ϰ,CB7@)ʳ?O4Q![(SSp:%eW;Lov@N YLOe"|(aaC"#m6۰aCؘhEMM};|}o2Fp@m6l LP!111,,6Z7k~E=>j= !6̳Ѫ*`)jIj$%Q2iK|G5MeE5˯/mP`O~e4YV*uqgG)?2Ek[{Vd'E+YT-lS_r&,z)uG} UjȨ+.WZU HE/ K{VA]mѥ(CsF{;$=Tډ>yb' iK)AAЁSgcD'<;vgJKK9BHp*IUv~|i6ضmۛok6 d iI+F.ejل0Ws޽{ KCҼ<Bl6lC6I yyy>|[/شi,IB;F[n]t(?EQzh4j4DQ<tPss3EQEEEUUU>B뫪t:ovhGD#^gg?[{ko5@ =Z` .x]yAvp4K V@x?z("X#B'^y%O.e(Ӂd`$ .AH$!n8*,sҐigedNt(7-Pa2 o!`r\tx$@@=X-J"IzɂIA7]CjZ<Kx);U~?_׻O {Ļu }g4v^>Btucμy h[R#@AFM%дHil(~|fl\buK7jxqv׵<1ƒ(^x%$-_ulj$ Er,+"+,P4e݂gKeAe!deY X]uM n[5.7H{|Ri\aX:,(?(/t22T4rk4<aiDEYŪ,=dH=^akjj3wkkkXXXw`D[࣓~Id wA̎jy,sDž  HGdh">X { J`D /sҭV`DE[ 7@j1MBgX 0|گu]캠Hݦ*u# ՋVe`=fiWKFgiCL4EAVK[x:"te׭ɱgbmֹ6~56ޑ9!h%=ŮC$3jb=[<*ai%T7K4lq[uslAKsݦ+q7Ynhq -yц6yP&!>GQ ]24'CrJ9qah֬*vlՈ)Q\e=Ů*r'E2\~wdsFCuttL>}Æ ߈EyIJ,2mڴH@EEž}f#<f͚$_555gf6ltH(1c˷]vXqFFF~~dJJJrqqqӧO iiiill444?Bx׏GyTaBSLihh ;v,333++iV8p 999::://0..nȐ![&juUUUzñcǎPqSSVkvvvfffMM͏?X]]xXX,4Ms-("X 0p\߱` +3-`mVuD$ϛ1:K~5ou!9-鉑PIaVTA2K̀04M9TY0-[/c*zͤ[mVQCWFt .#{ Ə9͛eEdyذa\0t]+/=ftqqh6|cƏ+6qNk_󷫲g8QOƍq_~9|(1NJy6CAp45|]z 8ybz^<ƀl_5_߶*o2"5 MQN |K+:,104\XM[ȩc3j~t:KESQѓrR?Xw>'P$Nw?o8+vuА;n9=-&""ba3o!ܲ3wQ#bc7}lD=jB85%iß5BlbY.SzwW\>a쨜nn:Fۿ~ٙwvtv~⢒;5p@[nR[[,I^8~k˯W1 }mw hW^y6|z>8 V,oذ!889,,L*jFc/*}t(M-6byʬi}uE[n*׍2>}S4Ƅ96԰hv_ ^5?CyæK*%M_0"͝2n(_l 0jUDn{Co-q$M8&.p]W%Fq%bUtC5'kXǿ7+c$w~le\R#uY33B4gT4wݦ<Qb7A-ޜv#Skƛ)x[ihRv2b/Y?Xa[+:˺HQLaߺ/|kso R_:b8nmV%͇ݡtm4wJЭ烎HEJ d}(2,~bWxM,<+w΅/m9l`P}Wn:d cP.p?mWZHC>k4f֟]nݺ566;7o^aaavv"窪9s[4M!!!7n| jkku:IEEE/2MNsݺu ,+++kiiYzupp0_9_|QQFaaa---;w|駛qIRRRٓ[o x-Z4}9s|'Nx'RSS_l߾=22o9sW^f͚~;%%!T\\|v#,)//ꩧxg}vذaMMM=E]D(rYxŋoܸ>JNN^r fϞM8"z#GB駦իW/^X\/W^Qf<xp̘1,ReX^~嚚jٽ!FGǎl r0a4 Zp[۳_zk;^}ec}Ó`ȁ"^7 6A9b^QQ1xЀɓ]n]HH!370/[0vֶUԥzŵ^SS]uɄ mmǍhZqUUehhpeU}2]Ff3.6+cǍ%q쨜k\~PRV 0mGxўԤuy1ð4=*I84]V߁ݟktf((`8&e;sG&xQcEh8Pd@Q 8<F͸)ÁW4<#Jխthkk{ons-ZXfɊ0j{<f# 0.`\hpzdޜRZv,:*r.;l;羑#8qo,zpR4,5lh#憇[7L6$;$8x+/0}`߁Ӯq Nkg}}#ònأjew\xMl }z@ؔģLFZ0 |r77D i)nM@)S==zeY&ؽjXl6ܸnAq4\ekBI9l;.,!2/ٛ p(BnbNE0B٦8ؔF2ﭱVC7n]qi!oSUЕ։[ mcS;34i1++Z;w rj]u LE]?:KI@6"(8LSgLmR$Vn ]H wZ"[P{o4`ɆꞞh_u\#GiV(De ;zn-̣3c c[D낞`͡0?9%_/q?UZ oaS9p&{c;{&?))M9:E֟۟5$;Y[MwyUqȑ#G4hP\\ܖ-[p.鼼3g.\pСI&M6K.!(˖-8nůzyyUƌs5$$$<5))7ZdIBB /nڴ6lhmm}Wzꩴ4BHIbC"6.m /PUUW_r-oƀ>K57ߜ5kBn!p8syw׭[G¬ɲdɒ}=c1116m<∡`]tg͚8p?`s#v6l6l؅^8bĈٳgMgJ\]w/C^ L&ĉⲳ#""~G6r ښҽw^6(Z_r jY6aX,4ulҥ$Ov8<36g`S*)uJH&ii)#ꗙ)իssw6@YY޽{+WZ.KBѼ͛ikk5NC[6FDDP457WW:]έ[~9^Q:;;MGL$ÑP__/?$%Y,wr<q-_ =L{8p>_vw#<Pie/IQ&)4;:,n _[aRZ$זfsն9]"i်UvMP`@?<2}fMBbGE=yrbSy T<@J! JҶd켻ɦ|0;f} :ɲ\tXBS_ېo߿ϖm;&Nl?y={*TBt >[ifFFffwnq ))}wl]A~aCSZ,,*sSϜ8Q}Ǯ%/ߛ"E}蟞U}l}}Cmm}> <XtϮYNKWLz=x ]kϷ?O6r'#gBF5Đe9n:&$niākreZh≿~\RlZ:880Ѐ<^E4,K`ci%e o#'^ H>@x!/|q~0w% &rWWX:t:( 0g(_P+rS?8+*@8fDbG/#fL=vPBð|% Ig`,O$Ēy~XUNՋU^>xND;=-4P`&IxG,t;+ @a fb,+?I'3vOg0m.@sϰC(q{%b)Bf}A')lϏef|s`~7o&{ƶm.\ZGBt̙3322s)))ٿ?m8pp`SFK #G1bO<ѭ[n)&&p4qjp8'O`Ȑ!<O $I&iUUU.W_E1!!rȐ!]v%IrРA۶m$Q{-ap4'''gftnܸf|c<߯_\L}jB$IVUUaҥKEQ9rd^zK/t=nS-ﱡEQ7X,]l6g2|>G}~xD_7~-JLLt88ʍ6Ǩ: xNZF\ XoYs[=5 K4y/>дq#'dimԳ0} !Dc"~ xm?$Ionp].sLLr`4Zb Fh2bò$ELsl Vkcca@G~~AwH,ZÇ}a=$1,lqCpWZZ6ko~K}wUPЃ7iI2^؈m/yn:p{h *KCOYz> Hr驆ғ @H><Th bIe}IE]Yкh P^e/?ը!˄:Dj<܃7dtZZʈÎ;ir:} Hh$(ՎC. {(U8q=BUu5$q-+*N`4G~1lxN 8|E G@>tH,bcc#pn$?x=E1*`0>}iB1<tU\1zG߬ hwIj=Yg,_P7IwDPP 6#A: 8:TFM8-F){g{Jt@](FL(5 {oJf6<fDˌ CgEIDN1DPz$IFfCLU[76ĺ==-}$d]4pC80+i(4p尘bUG eV(]r -o|= O("IIR$1.T*!ÁKC( ">(|P:_YBPRbc7ՎG٬1{EEO}cP}IC6N&[lIMMf'N\n]qqQؚE<^wʕ_Νq(j$L4Ѐ444X֨ <^CλC:u,UUU={ܶm[UUU 0 NSE9}q 5<>0h:ujZZ V!d~`E Zܺ$I !d27tS||K/TWW7sIHHs&x8bq_}Ն y晔cǎai̿_~ɒ%O>dnnTPQ)~L+vep "H&+Ry۫CsMg]:lqY_$=.c9&( pm(0Mnǟ,>t/XNEEEUՋ-o/,Y.)8q7:=^ϱ2 ׬P]Ubו'O;]Ç}y]{CoS7nj|I~~^FϖXփJq n-[6}R^"\\tsj-\Ok*v&0@ZHhql,\^ za^Ny\߷$IӮzQ-^t5 wѧ$&t뚳y6x:1 ‹w؜BHRIR0`05779)wwh\7 A4Z2,i]s;}޼vAC[ER4%K"I<XSS3h\R|0xЀFBCILV^9 @qw̙((G+f<5%[Titf1w{N5wb22Н^T" !H 'K22ĕ~Rb$+/L م~2(0DZԅ~{`W"\"AKeX0"fΗ _t׹E>z$! ,sT 3 }TkwofWduIJD.\^1 -MOݜ`3 f# &,@=vtwڔhE&_(aE<rض8c1iM z̟ՅE}p@?GL>z'B/DBX" h!﬷*{@t\plOO&)失OK/8MU'ی&"b(KA{o&q*++W^}wzث|ҥ#GhܳgOII =Iʕ+?{,33GĎ6lׯ_ff&b7nYYYv}޽/"&|=OTt&L>|ƍ+++[t9sƍ?aWNII(*''g}=|rɲ,BSS( ̚5k{h4>{?~BB<x 7h˱(`v|>l8bĈ뮻۷ jkkz衄Ս`ظq͛ S9 !t:֭[uoٴi͛G*Inسgϖ-[ yEqÆ C aYv׮]'O&8.7H-EI95JO7 Z$/ x%<, e!I,ÔȲl!Y.))ŬG޴H6mF2'%m:s$E%%%Btbe%'ò۶زuP",14nݷivܵ}Nŗټe+EQ`zJʋ9";He^ski8pW]E":B虓9eRں?l,vsOzEzasllRbb|B| [2!8) E[J C\Bc0 οѻ}8x'O]}Օ'*f=fHjlWTVxÍY&cY$Iq{yF(K!"Zb}U5C zɿ^a +ʤX9mjN:%Ba57663ȴM=>?zėlp+BĜ$fWf'' dA 4cDkzt0=O.gG{gs 7fb"3hM 51 ޘ<o۽][eby5*" 8uXLP x@tks3LLϺ6&aL/Ö#ޙ$Zb;=CXSm~%L.|;yɖ ھMM۷kh6;&[(%jޑLy_;s臯K#{zfI$ bU#bze$b І}1=pӣ7{tjb!M}NR\,3^i_s1WLe&" YB.<0w A.m&H8)DpMA_W˫`ch0w3.W6Ir6=F5rHM666o>rxNZVVgϞI&M:`0\{uuus%Ir֬Y(u]K,ٵkWzz:馛A/ӟterssTT,8qbvv6Ϙ1yQuuG]tieeeff&,c{';;;66/7 iii&L0{嗳g̘a2~zkܹ=zxGpxikKKKn:~",/**Tx߾}qHC!x555N5k֛o9{l#$%%|W<yoׯرc1W$&&߿t޼yok0l6˲\TTT^^駟fffN:5>>d2M>}էO?䓣G4?Yz왚0hC8J% , > GNKD,ͱ{)B !]%KPb߅Б (mH4(Y{ kٻ1aq,q ؾ gXFD**N~u }Q+iq&55#F%QJOKIOOюjwv}lY\BB xMbu 5{ GW$ QX"yg`1``mX"B3O>^~b\=>eGWVzŔn,p8a|jX4~ێ,]޷ǒW+.$·7]sc'*mޫWko۵knwA~WL_bQ#N:!I {\w$5unoh3jQ#6lDEѸ1+V}]USӯokj2֭ߴ 2'wkM0~}GJ,s^{^2^!nݺi&5iC20av j!%JY&Dr{e_ NBkW/#\!" !`p ҄HAADHZl.ȡNd" $Ad5mxD"Ou*20px[lH2DP8?qtXR$TvaPbljD14!, ĽF>|)(({4] }b3H`Q XJP#|_P@@b2t}3 ^ 8t060NlVbwm{0 NڱV a;˲ ,t,; 6̛7 !vHm6g!hZ զ';Rc̄SfB6@8Z#2 UG-26(* gRq%Iy8EeӉ bW  ~|76o3w}[n8uq)42a% 2hR Lr\v1#H AH_8gaRnH^x([Zi3lzRBjia -F Uf_"-PġWK,J-ڵkܡC[nů_y啯u̙!nxF1cS04E4(lLVD%9툟!W%m"M.0[ZA,<P0:HXK°| Ða&E[r_QF9WSǟ.fZFع{<1 lJ!˱.h9ȑ$s<wl߁IqH/G@B%$ychzݷ|~oG1?X\FQEV"й\/C38@_` YX{Bejl `f!0Bd=~pƘ!D<C(C>5x:bhಌ8P+Ǎwii ;:Td~jb1g blj R(ysi*ȲPxv rcLL~ΛN !d; =2dYP$ P1R!ŒVT Ŵ0tARV *rԃI! p/o;qGa~,d%UWbQi#kj1Q !ޅ‰뗘bfSEjB 1Gf`r\P"̙?$Iшk펏:[ZQJ'JuGRRR0||d2 fP}F;uR Bc ) HH@*#DD0 `hi/ Y/ojc藾N~5{adD ⿎Zw") l6 g:~B)4VB b}@jF!?tN/Tk$$SekLXI)ʦEVH+p!\h(dY p,q}v#9=o@\xo3P+2 YY.,Őy8Z!'BT h>gSC+dq^0G[Ǜqac[ T+2R9㗦u+Gtkk\dz/lyH T`MV6{p+-&0rLh>㍔Vsots>k`#'qb@Y:'ϨZW(*rk U,M{Ff8Kɨz@ɀ[5mʃ[rר]UlP5,Q(CT[B_9Ô/ s$ @&@"dK;Sadd)0E%to͟0|emmacMèKܫ@ ;9tfhި3j X ƣtCم0u~M!"H*J "a"Zۛ5S9ڷ /hjxPcHGmu[,,m"ȘBFU?T<K<9,+KU~F ۨ3mE:Mysp&:O=iRG͵JA6oZ| q||δηyhKssm LTPq:1FqLFZB LK (thf2ZF2-Mt_rQ}:Kqxn6/.v&lښϴ56>Z`Pb莈<q-}Վs6o[L:;<)ֶٌ'|cfufODžETļ;?%.VH[w>`Ke6yὰ^oC<Ӯn tLu9@ֵ&,ڌ&q%t_DžERK a3;Y%Im2 i 2N-ϩ/D9ӝ;VEFۢG T埤q1|iԱa޽}ޓq@IFcAAA{QM+?́Z)h́Z.峕%ɘ=)fm)IY^2?aCԙKPϑY[Wsd%AY+0@{Z} h:Й\(:t6ZnE=ZEUTVVΞ=gn:pԶ|^PPQ]jRřj::A|-n:}>W4tNj`&E ~O^yΟ%}Ya'@`m1 z"0:t:&Εoll8'xˎ$j˔E1!JUVVΛ7/66699ߋ=*pt)/IdVx(б:yV9NS:t?~ǂ,iS:.QY#$N\P\<=9Ƌ S@ CCEiioɲlyyh|'zU]]=gΜÇS+aV cǎ9s&K.} ™Hp7|sϞ=hٳkw4=}iӦJdXömN<YTT,G-YDzj׮];w|GM&… kjjx^!4a„{W :ttp6~?gS  сۖ :t/\.׷~kX?^{Mw}W^^cǎ^zs=v%KTTT̞={ذaO<$IXHLL2eJff7ܧOs\k_۷b8klmmiΏ?xӦM5556m_ӧO/XK.[n=u^bEBBʕ+,Y裏>_}ҥK ԡAR -2t" 7QVaE=tSBŜiӦ 2dڴi Z{@y&ûwlwuW>}f̘rDdNNNlll^^`rѣoN$jI4eʔI&]s5yyyNJII;vuBNgϞ۷o?}3f Ca^P5:ttt~[O Zv߳- n_7A0OUաΫ:Y!Ǒ$IEI^ne[o۾} .G0`@ee%IؘG=P q 9A~a@ M*)<>|7b4F#Gܾ}{ccc׮]SSS].W0t8(K7EСC_?0ۙe0?N@:B>|:t\L@>O"Ak,~bddd0 sw8qO?52ef{w^o~~~uu?a„oZ5,nhh8.??ٲeSL9u'L@$^Dj7(..׿!\`?~…[ly̬i~AC:tӝ ?m&#MBAuu^Aӡ hXRS/~E`=˲F`0u]NYXXw9rG( Bxݻki ^z%:k֬{aԨQ]v ш!cbb #G\|xAeYݻݻ ;N<9sL!^{ӡCK <]j suL00WNSE tMYz=gΜ)SFa0 oLݻ ^xȑ#@GBO:{8eV.++3<㡲,㏓$Ig67(--MJJlxB _|>_BBB(%%套^:t$I3 :t\"FkN͌`a@ϕ/LC燰y-q+0+Wc%8p@m ,S{F땤րlÆ ë_bb3--Y<IATVL& ΐ:t踴й @Tnxm`Jt :~hofT mLJZ/eePmնNZ:K:.Yׇ_ R9/;1TSD`m:Cs4?@gZG}>9:tŖģg2*zЊ*6%&ZKGi)(_}ϰM UA1\СC:.T BHq%Ԗwi8%`T[Vh~Zf$"J!ٱ5uk#mm@uD*ݯm1iS{>-Wg3:5iz7L,RjiСC:.TB\K˲%侖2?qI-U#DžqQ\Pp(h?eY!q~ m'-Ӧr=]A>VhK/ @{ʩ6N̄C:tq$,++s:066Z 'N8zQxLC=Ϟ={\.q&A A>YYY,|-[#jUQLVA<ytȐ!nn$٥K,N-Uqheuhm(b= eUz?²-U1СC:t\T8pࡇJOO'f=S`aUr/"Im]6n~嗘E8L@cR =ifY_8pr}7pCrr2Bv?3fYUaTMee:.@Q({y{x 66`0\~zԨQ@ qnB P3֣Ʈ*@M>_/2 h{מJGݥ-kǯN7ҡC:t\l`瞋[#FX"''窫*))9tx㍕ǎ+7nh6y8$Ɋk׺\ÇgƍG &X,e˖mܸG^^ /pر~ʔ)eee555#G,,,LLLXlM$IFñlٲɓ'cΝ[l1L&MJII:thӦM~(%%e͚5,{<qu};vhhh0 XEB?q&MZlٰaVXqȑaÆ >|6m2 _~j]|yYYٸqf͚.],_|Ĉv1jڵ={<y_tn0aBAA;mf4'Ov|;Z/rN:tСC$EQܼy36įz׮]+xwn&㸅 N8/4 CF?|n_jռy>òiӦM0Aݻw :t֭C -..׿5xum߾_~+VHNN***z]__O|m6?osrrۏ?~رYf͞={РA555{}Gz޽{{ަ&`ի96l7|[o3f̘;wf<rHyy_~٧O^x'|2vXꫯlw}"I?>zh\\_\\Κ5W^8.++KMrDg7A"C:t%$IAC͘1l6˲O=zժU^:u͛ )ei狉r(͚5d2a#;w~!dYiahƴSuuuYY}&''n޼'$p <+pCQ~jMOOollf6mZMM͞={zꩫa =,Y$99hҥ'==eC|>IYfͨQ|Ie7nHӴh8iA*++9{^xᅘ5kp ˲߿lQ_l">mM$$hl$СC:.:~?p̙fyѢE+WܳgOYYYzz:qСCIII&aϞ=Ocǎ} Ry V`0HD1cV\eYuኊ L~F C]]Mf邂Q Cŋ<?`ŋ_wuAJ l$m߾ĉnVIO^xᅚD@BBB <yUB Ǐ/++Ȱߨ 55q߾}%%%)))6-66W^ ૹ7Ld;5[v4gЍtСC?„ٌ***1b?{H{Wvm6vؼ^{bٳg̘1{ݷoߠA8MHHPI &<-z饗Ə߿^z1bܹ(ۗ]vm_#Gws\|M999_urrرcVuȑ۶mիd*((yfeeesڴioѣGǎ<h4LK.smhhϷW6 ]v٬Y|>O?=bĈ[n߻w%KFm2RRRt"IҕW^9tЧ~z֭ݺu{Gϟ|NNٳgW\/M꿳}uB տJ+$W0B'1D)=-5=RѡC:.&!d 0]# jA@͟?t7o~gĭ[VTT;v4p8n P)K^hĦ88MUUf3 /Ҿ}%$$F6X,(<p8B555B Iƀ#qs~1..nYykx'55Z@d`#ZBhvFan(bU,gΜ6<]__bC >d4 $*..Onojjē|Iٌ;K >w|h4AֵkܡC[nů_y啯u̙ICO&5E (3K6*8nh1P MWСC:~`iŢeKH/暱cǦQmu83 !e%I5B(--M%~Ѷŝ! hap$3BXJӴ,jFeUK ]RSSTMӘǴ;lVVj2l䣦+\쩖bQdeeT:E\-Rfె}Zսz0:tpD-/.oT ^8BPwJh3쪹1fdZӵQ) <jZ_Lk~}*݌Mk;S;%*"n4Jt5Ua]=f&V[f&nB8*>O'//@kN!굗!lsD :.eM$)":5J=D+5xyQK"laTV3G? 11Dk6JjϨ7Jڻp-GBk~Ym֯vO>V kkI6Gu^SZCq|%HאOu{L;ߎII7]ro:@X`O@MC f IDATubL+QI^mmpsšFiG.cA\vSLNVۺ >AQ4A6Ͱ[ ۫6*qS?`; ?ԯD,&@Q\]Nb{{:?ҡCx=$pD*K4ċ#BwE.[email protected]`gH>k$;އ"4b"e 1VeԇQŢRT t!+)2Wmivkc^CsղPe{wQ>drM(&1١UA+GѕWC{EUڎ{ТeAs\Ly a@6%Zer[(j t :.IZx⃺M|skuM6"¢rl^@0يK7TNՋ/|P(l"ZO^†ʟf/i<jqME*oVE5V,7f 4+oYgT͵Ha]+Բ8t}ߨ}cK}Ja>_vw~Ku-" 4q ?‚ZLa+V2*5% _{PQleqԲ`;lb\*] ihGZn^PDʋ& Ef!k5!BR5>hW:TcUv馸F^\\T`Dr3Bv=G@%>O@ߍHuXpcCK$S.@6*(.ItCo&c5$8jSeW<~db kba6":P(]Y :G} #uH9x(![2g Gn?Łp$y\r]GvT)M>8U'd zT(vMaX>LPv.ۨ vQPLBXv&x"K34<]/9`(80I#YxL!oޛ|ϿjJzYnۘH]<5waL!mF*Ǭz!Vb2@Oڋj[+ך:͡NM7&~eZ4U;G`?::45Ԉ R; 4lpAnW uV\$6/iףJ|CxsɌxj6w0uޞ$#fo]]Sniye;<=>+8)=m$v'nnhxdzβxl/,nid̕CLw5Wc6}@_r2~޵/-r[S4qvOgoj-n ?bf_Q׍+>eI}e_;8[=%IIVǘG})n8}&'ߺRe[^3qAg߹2;%[x΄4ƛ!+w GR5dz$y3 :~?m1[xj+⣾~F!xU/ď?EBk D#)DJ$P"C%HVBD%CLժLB%"P!jE`Dl&A#K$u j(Q&e2,V (LH 0B(>B$7d@0٧ዠr3!Pm*DdB9+"(DCD3?ΣCQ֏io:g f?\ xfDDi~ۉOpgBZ}s_O75 < GOW{p FO`I;ux$P=jKz1̘j hpw>.lp*?$t%:=җۚ& 0e!FUͮ]ƚn-5©ZqTO~YIs)N<>W6mS .v?xiqC xA A2UNqXkgUŞ&0n;vw2׍09H~ 3:E HB;+ "py'6 {ooKp&+~YlvxA},n;&=p^u) j?CDž^P I Q9"ADDjx1(0G2QDbs*Lh TDV`<EH*n8Dt[$dD!ƀ"Hf|[ [,*WJf[ A2!!:! (+O$A12A6C?,@@R'0&LQFuj,mR-&1ZfMk{("ň hXنM:.U`Y7ߑg=g$A>b)8)zc°|f<k8 nJc~PRwI2`,G_,. 7\3<R~!YAԯk`߮ܚZ%N+/J`& 4KLnH1$LL,$P0'$z{y.1 ѷk≾]=9ث k1u;D4;o5 1P2!yܲm 8HS&#HewOgҘ&'+&7c͂`_nvrn\Z<^\]eY>qTBr{~D_][+;md2:tt6c_aAV,dWsa9"׈" ,Ռ-gT\FMYH  i6Hqs(N1i4 Uʏ0"D`PJaZ @dh섄}}CM $)V?Dd^Pj8JR$d ZhZ>ŭdX(b):WZUM}3ڒa ljjh%CKt7/W)C24dhjzgNmHh4xt:*lяbӕ C/ D z/xDh*9#,C|A9#cxr_c.Q&rb?S,i t@~;_^dGR߬k#zrAI uDAN#EQްW6(" 05GvYln&c$o+ǽ+xV ,Ol>mpI_%SV8Q# 2 HQ4u{Bʾ̟dQ' 0vKg\Re3kZ@Ooxg"Ŷ?rc{sK=_ zY&@h&zwMǫUvP&0qz*d,L2aPQ"@AE5",Y18RdHHb \pZ,ILx K jUGPJ/0B2"DYk E( PKŐG"$?$$BIAE@)҄CEܤ`h!0j\- ,HjIB%2b5tESQh,Wϫ'5YfEo3$w̐Eht@KxqΎmڱb%n[^|'8Ż'ZrSr2$ H0 0aQߋ6:}RZo&{e6<ݖGӅe(x:W 6YܕHyt]?2ii,t@@LF<ۉ}Z&o,qpOuzzObCC#de::=rAo$ ̰f*4=Q=ⅈ놙<>ObɁ9僌ԼU}AJKv=_{d&LY (Xﯰwk}pe?ZWfXL|,ܿqbB;K;X$񝚍%>%?<-f&)u"B/BSˋF ξn|~<v}$@E,oHuŒg!/1 Mjc!=$@%U5r7$ X&P, }$%dy X9q>nυX#%\@ (xBNFoRb"Egh hAH2@_)zb' E:$I)F(N`ۛhci J B+u5`5`<BHP,IQYۼ^(111mƶҶQv_j($oY,ZK-ҡR^Ox>tƓDfY^7peK2-A̚jS;\ά~oZ1/h5OlԜ{ z<|:Q#076|rvR1Lt芚`~FyYxИ4T;IR`2KO4/h kK<PLL ZqG2Q$eW6H`([M1O7*E0k{Xs5w&BQ:W6h =KXBQ<%>Vaɫ&'Y¬I| u8&80t72<4G$ !S3Os1'lC T%@3; = !e H+8SGu듛"Cߋge4P;R1#)9 D4}w8mq<S|lJ}@jjn3qKD!D@"bRΒJIB qY1'*ҵG_=3n;z-N!+0mLK&^hSo9T6=;e<k٢aig?{_|ӦW 0 @$HB$7˖$-'r_߻~ursuˊ$Z)@ $щ^S~k ZԙS+o?1fweC}pU%^;N{r}Uy>WnPKKݻoz<cǎ>ӋZ۶mKͼg=yq,.8= "e@?Wjb.,V5]G!-⊳ujӂky <>? V]-Ҳl,[]s<lG;aqN^1yPYUWܑRG 20>\?` Cj6J^eldZmJ8xSq'@dpl7fj 獦9$Qd+^Ua>1|a- Dh-0؞$و?0|Lw:F'l@9^'^3Ή(1]Bİ24>:wf71=9Y#, xL"UZ/x|ۇC?z,.ccmL1(Q¢H%&  04=[ܟ=a EY<D,=>Tz#bg-hO[6e/<xЙpV r;M/5t'=kK=NaMB2Gf><vu p7 @N1 'Olnnnoow݄1obb{jj 088xJ-IR[[(k֬Z>!433t: *ұ1Y+**,mD r= k^tcZtcS#)B%2S/]QXj1%UeZvV[0DdLH܏kHV΀įmp(y 7JK^\_,F.vܘ(Y8 h^jaʭ\zt`fYBMdc`ByJ)/#Pտ ۾ ȼA&ai D:479x4'c'I*w~ṯPėcma8ֺypSs?^{{%zߌn;|YmshBKl`Ԕaco:qf?sr7=7;lrZ**Q۝g I\'mXg?:#\][_,  @<<<xPDjj #l`&Ix0 ʞe O?!)@4{i \hIej7fa}mΦ顓*4s5Χ/1%"!ƽUE E B&"Ѳ|u9s! ;± #VJ eppgϞBӟ_ZǎWA,˂ 8q"33_,,,<p@(z駟}Y=77wه~X>CVhŃ6i$?/SQ::hؐZ%DU+,ȅNp)Z2JsMLe ^j#hsq#q/PP(}K(ôjiRzAR\h]qmꭓ'$^͔BZ Å=P/L'am-H]PR@ߟ|pɩ2n"cPPhh3f9v~~q֍U?Tzn|pd@$Svl:jq0a-6XZ.g7VG#=X0 <cwEskD_jHhZA6Fl]MFO^˧<z\USZEQu`j'Z=ջO NG훲ª[ǂQHy'/~˦,+˾ICT=~wNReT*yNHE{߬5^=s24DA~c,˳#I²e2`hZL?|e$,} mk<n Fc dJ `bbĉ8rH[[(Α666Uĉ@#:t( VVV<y2 `0866633366VZZj0233y;v;N: > Ubϡ Bi\I-VȻv_ESfkd}vat~wHց#Q L]:bklck  CGGadj6na,*D(@"XHa @M4Ye0Da|.KIw #v"a" SP("E"$"LLPpfө#33$X!! ȼC<Q`/2Y 举b!0H)!*X̅1$OLQil$l\lx{彞nw>Agg,]$T{;;vn4n7꾱?[ƾqW!zһ.[uV㙨$CaO"PbRJƎ=(/IaYv~~yxx333h6M&bD"`6^O>yѨdfddȲbFb(1SԬ ~?_de>uttV|tt~_Ѳ.Rj*毇y^Sc#,V"J0 [ZzzWvv O腶3c%*2a䵢] "" QB bjXc-CH4Fs2 9̿}^"o_F[|gb-Iì|KÓ}?+**3_tG2/@E:6q73,@%</T)W?|g.}:QfW5ڙhzS1\svM! Ca.LL?o\븷!Ԧb.w& 2/-,[5mXtlkK߾p;? s[3$Z*ɲD"w>[ob1+++_y={<y2''! ""l>|0yyy㉉h4155uȑ-wg+)Mi.@M++"-Rvuttttt~Yte9ipʕhZ[[c؝w900TWWg2gffdYGѪ;w&hUwB `dq[Kj9w5+GG&B1?MjҐpg{~ZcYL4j1\V<qdwgq-m2 (Q,-FZ^0?`z䶢wDcڌ,Ky[Ҫbͫ+M%T6u[|nҢgncu59mLFPc[[YMpX&?˰6S?НnB)+"Yku~XUBmguj` ] N5^5TV5r{n;6˺,oϩ+r;~/dr6[Vnm)HʹP`S1\.WFF8.33jՕ2 [\\j*p8NŒ{ܹ{ltti홙@bdfffggkEW?:y={8Sh4:NzzzΝ;m۶Çwuu54ԛq3 AWµM}˺d+Z _GGGGGGg?BSpUm/Izz~YM`kO$J]jKv/: ^֐r$}5r"dp_+QHPܽ<GZY,t$?e2mɏ}F^Uvf/T%t DiI$PmyۨP,,ޞJoNC,Ips6vRO RRĀא8|S"wdOǩnfh/d2k7X6lhllԮSњҲ1 vSO=eX֮]]XWWwoίˊr=,]H [.6 h6X@H., UVˀd_ 6aWӲkEkyLɕPOt^j eEA2BBD>ee’Be0h_ _vRJTboZ>ԄZgS*&^R 964 M}SWZYm!pZ[է$''gff`0lfS_r NuR+;p|Aeutttttt~+$[)&ES.ӎ.];&93ɛ&I& Mj+SuP%[`',4OD$,ŌԬa )9,zr\,}Z0}#K|ѯJ{_A|>_^MrGm[K;ZttttttttK3%?Mw^[M9/EiI]9$PuN_m;qAΗ/?iǑZ47\mhA-4>׸˗٫y޽u~<^ ,Is}Hj+k_eg(E(B)UE4Ǚ&7B"AN TEEQdY>vdai٩?xjj*-UkٳqYsa,;rV^7$66+Ӳ]{.?9ɩo95(}}Xqɳ#K~{0ѹޤib:-4avI&5Ş{va  MbB~AɊhѣGYMFKKR%yf$y7GFFO#@Ҭ\i4ɤm=|-PSSSr׵5KVP8J# в6)N::::::::M\tI$-|aaa ؿNNıcDz7o/ggg{{oxxxӦM|r(*--83͔6559r$??Νϟ?shܶmj=>{7_ٳg޽5557nlii9xܾ}n=ztZz֦&swsobYw500XWW'|իWGSSS %%%P`>Ey<߿ftttdd￟-q֎,pm}ÑHjw}Zݮm۶p8M6=3FЕp=\ڻv2P&+cuttttttt~h?%I***ikk;sо}&&&x㍲2(EEE>7ߜ\zK/~ K/vփj孭{ݲeKgg޽{O>}RHq8~bD"VRRk׮'Nڵz||^̕@ [ZZ:::WTT\|_?zhKKKcc$I 455;w~ݧNz+++A~饗8K>w}̙3ǎ lii曛N<yG򗿴Z&~].~0yyy/r__|!oFmmS9kqϟ?~Ϟ= ü+6-;;Ol.nZє+h:H-{r..kYP}@GGGGGGFCݰaCooŋ jkk/\'deeC1 c<ONN ϟ&M&S8U~2~kll\~}{{;nZz50ٜB&j>}z||Oi(<˛tc|իWCzX DQɴm۶@ P( Z4G((++9wz`0O>=11>66 EEE7of544lݺ!477xJJJrss;;; p8TVV666B!q f|\%<=HgP$OF{:۷r$Iuuu{[o٩EߊhZ~CCúu|>_$QE$QeYE1EF$Y,/:$I>PJ#$IXLk*l6\]]]__fmSypZt(bnɬ,I% &[n#H4zt:l;88v׮]kE"*eKKKU$I,Io6"Q<oZm6[$NSE{SSSZٯ_K^g%>}.]R-/ /ReGGG?ׯ_o2<j':u555>oժUsss===>`$y뭷&''-K 06alǣ0LAAqO mt:^oVcnnd2 @ PWW~?رc,jB&)//oƍ{mnnz뭲,cw ꫯ\f4=r/\@)$ewuׁy;vBW^yblذA[YYt:ӧO۷O4AX7999&na}>_nnj' X,l^TT6??$c+%S4Rc/Iy:::::::7*wuW__ 77'y`0|K_|.KaYrl)#6 \p=h>)f㸯|+^ש6~xjjj>c!x /]d2޲,#,+<k2~?g|<|edd$l6,n߾`0XVmPH,FDQt8&pPJ~3<3<<xB__r1b|E̤Ll0 O>$qz{czh^^BG1 #X,zhrr%AXQTVHOM*<Awyh;<u]uuuZ|jH|ZAVΒ8EQL&S2 BH;(l.//fIA~?!yMwi"Ҳ2Z,M<_ZZ5(CeT0qhGVv-0ڶ٬5Otttb;vB*kgj ͦ%(rG)eFBd!999k0ɂ ԢfƧeEeiKv5j,{΍n?rZUUפmjTY*uRuv(5&S/IZ${:~jv꿩-$?&hDwLvOpݛ6mJvXF&M۟1e]'+k~ Sii5_rMoLLjܥKk-SfS7`jdieoSVwْ^ڞIvڅ=s飸Zzz]h^be e i@A::::::::7fmg< YځCWLib:޸%i7W%l fNAK?t&SOYT7ttttttti;i~Sl%鵧Ӷ[_c>S^ry-B um`u ='U$~u>4痕+LŸӤbku!-4%do:gTߡ4q1_Q mu @GGGGGGgIK)VL @ \T8ħ'Y6h3ZJbT;5پ6˕7JvhB-_ټs@Dے$Fuj#P=JS%e_rl`qZ+}3UMfI<mצJ4<OFWq=_yNE[_CVo IGFF0ƚ^Q¢DUЄ+RUjjzW4ErҤUw'-BV4!iBQMq-4/L3!XL^ՏZ`BG@F] Z?ՈM0H4E&.ʾkfԂ:2x>q84NS⏓ևfhH>Omp'En]?AiWK#ѹ ǟ} .lH$"IREEfxbAAo @*K @T@@Q$#"jP 1 P"AT4 㭣!.X"t= XP.]:%P (yDtAH3!1mUD#iB"S`F(Coh´j"([yiBeC|xP "#T - !,(BB V1hwQxrI "&yVHYX`hYdҟ~Is}U*++~XssdQt1IB{s64.˶(Dŕ'#EP,BB,? E-`o˸:|lwmImDTFU7YP # )AEP99;ٲ3ۭ&%\S  Q\GQ@8BQ)ң'zFc*/% @(T+RDa1Q  V N"GcQ+ A`jV1#6ABD H&QLA[FhDƸH ɐ 7lȇ-dF &1Y2  RbDdsr]22T-`V#|g?;4TeaeY+YJۀ.g\1˲cB(,`&$1ύ +z `\ 6 &%%s`#S/+D%Qf+K8ġxD0)@ {uc(" ! /^gd; #6(BV8 fH ?=B #E$n&Hf0VV2L2) d"`EXf{80#a]}}#1(@ Da`vBք4x_y'87/ш ,a>na0$!fM1QQEqX`dͩk3]:G'Eu]B5L<Ode_",8uEϫ{ˍ3… SSSS/B 1^_kDek]~c5%ok4k))&<xkYuC|uU&(3ygOݷV2Ep%QفeSE9/I?=Rc Q~q'wα,,Z;fl(q01l.u[>pjuGr3sݯ;ym4a;tnxQR;>~K%GYR`:WW>}Nĭ }qOaC\s?_^<lGc#}\ԜuD˳_SW=rg"M<1meV^5훑^x%w~<3MB+gzŠWm[w+vU_u@D۹.('PP:V(_oJ6@jk{K ۿ]>ܘ&]p_>5IDQ@u_Ttxb#mc Ypy?u\AϾttޡʇ{g;]v9(VY$!9tYxrE ט׭+,ɶ>]x_hXU@2;t$o{g?\IMuًz&ߋvU֟U0"^7L0|k.P > N?vT<Nv~kWrVU^f@N_ʫs7Vu ǷWeNԬ_h|FX]Uí(GsyLpR?h2syTϛpd/NN:ao:ׯ,o.D_|ߖcZm/7w+ Zqoj+pڧi]Y`iOfjTw'W%ܭK2LʞE\pY,7 l`F dP,`j63%/MEjG?hW2%3>nK,)ONdcܖm1!VflIW[\E9PEU5][͒q{ufX&{v0,I0;Y5ٞC MŊM#S1fKCigLs Y30 ,P֬vݷ%]Դ lVS,*y,Xlj0<yG}~H.-kl|xfNk.[)Ig<kZ]%C mȰ"> Wm[y - wT@"6ef{ DfJ #(mQ`亼h.͈}‍;Q8'3X":C}>V[B޵+'ß?EKJCGnA REDE!DQMPPhǴmm'!RE뀦p@%IҎ۾>󧻎^% F@P",=lduD",/|t?1_]dgc[֠Mk^~\ġH߀2]#'F텱L[wgA^٦fkˉL#fhdX$~8,EFGťolʞgJ &СΜ h名[;lB(b Č@tV ;ud&Vʗ<&Š$*sQ D ffX`4A(8"*R1$ ]/ F67֏?9_*(EY=Yd̖{ϝH @!(/3-)bTd9 8X<32msdJ#6Մq0,GiF~p!(O OZ!@Z'xO}^%uf@_(IkDs'eQp%9ttttttt~7в/kr%,IZDQEQRZ1"h(RE( b1@"O}17 }]5<CC-ͫݵ]8k<Ҍё˗33}woɇ3[j,%<;r?1o[]}J<+2v['.4`*aTx*F3c@QΛcpgoji,gڿ`ޏ{4 d'w>fv JR[zTLazGYFpΪLttɷ\kyL*cm}`w4\@,W[m]>q27ո ~}gdi0Pn#@(?}gOtW{stNcL7t} |Kh"6΂lnzwǰ76=)ɚZ?Q b #1m1tI~U^e`' ʢ2<n$E2h l< H7DI5D1y^~չ??:t׾5sȑދ/F"egff{{a&WDQlmm`&ޑ,yyyZ(@! <0,bHB XF 7>+R8138@b$d(3a9|XPBX4>FmАLb1fd}Hxr&l%U3<VecCTTYVLȳ!9a`H ;;O.L譳OSP䚞AJFR" !J@F'CFD)FE#J h *DV Geʋ  :8tt*lYD`@ f9żvrT"!PaXFH FP8>"(9cBs2 P)2H,!%PvHV(!i" M?ַe2DQt\ׯ߷o߫>w~<y ,;ƻbeF@3 E F jN.B\p;s#T A X@I C͠5"Bcc!TCճ^Q= "(exuFD2<(1xC y@!Yʳ,iaU"Rqp3P@&xAPࠒ(@T!p&)j"OHyb yFJlPKkUKШR!Xi2T՞Ȁ%2e!.!>!<DXXBH4Zy ADc~'fA,B,?(*S -N!Ep@c*QMCPQll3xQa5*ИSÀ3rP"ߝf?6Q~Rj8dAڞe<{O?؎΍tO?Ü?Դ܆tRH kյD1d!jE+ dՓ zĘ@"PU^Z$WZW TD]0E1(RMZR  fZǯ5<UB)T!@$9TL!DI-틨BvRU(2ZbMA7"I\C+hiux) &ZU)`cpWB$!`*ĄnZ0WogfChU`"tųh!1z^ebL+j'}cYSLkj> 1 IzVR&Fr\*BYUP _nkMH2CFKxӊ*ߑ*ExP 2RF~*꼽sWq}ˢV5vE eLaJc+EjRȔ"ZK=F@$ 8Ed@߀1LH0>d(8~g$:$: VM#!(S@E#OJZ (C%~|4` ZMפ)nJ=QA$$`J d@238٣i{B.ݥGGGGGGGZ$!x BĤ0X`8L"b4F`DA%ܨ̢,Ge`*"YԌh52&C\*4 PfR_7S TE %RX@1"` 0.c 33 V425Og% " t:5yA b2[0S "HAp 42-:l@A1Y<5r(TDf (S750 "DA 2"ܼ$FDMPXKplrROuf(#"B(*Em#-SSAefSf!\;MxESt]o IRzQǧ\}tttttttn4I9<`Lrʳ?{\۸ⷎ0593KV 0X d|>Gw4g-g:'j* b x;C"9L\HE9!T}E=B08ųaMnT?~i@9ˣwZ No).)D}7:>kU9.P#+HcxKw](W߽? э_\sfu`*#Hw2> %Q_<p;N0&"( ^%j&>@*PbT(U D}˩cǎqfSO1 Re&BhQ&`4Zz::)NiL<'_2RKzFXΤUQ=DHs/1hȮLNL#OSPX>?n>?s;4]G{sNP=}o0,8>=B"I*'Q ζ:37*BDpmPX12Eef>/ exd#!`6΁)/Kss-Sc=:a;'?$?tՎ% OM!aGg$H]z. #$}31#12xkZ$<܅GwE`">6zyx.,AFP!$%$'Go۶ c{ĉJ B===7r +!4n_tV< ҔW#qpButtttttnHCUUyg; VS 1G:S!!~ 06c΁{|4\ܾTws!g7BLe]gw4,>;.@L'/ss0`1$onw?;20SL>5*`*S񶙀Ǿɂ\߿p[}Vmd*bcbmJKplѭ^A`!regǎ>heɛ=-1'G˳'|ܞp};~s(>~jj]A}[/sKNeǯsDx/pDZΐȌNﻭA cft5Cx^tϟ:u{)//nwss}WQQqcx Ҹi+}PLVA{tttttttnK(Rs u%Cv;&hC VOtB%UV._yRqg?rg񻋆 :z弱PS,L(F1Fpg}?M#O]gU]v'  PpTCr Sgl Eőm tm3c2ZZZ.hJʕp9|>JZ3Kfy̾=e*V>pØbg;2=!Qc?TG |if'zШh4<ޱN_Ymp 4g-+++ % ͱX,??{5]]]SSSzkww+++o+.@fJKW%tttttttt>-p1#UsY=gnymF B8/J!^P)(T0SPbۺ`R{GA@Dˆ rGV LMk+Nd(K]n;Ɣ:XS&yB)!0H4Cd  6w/!2e8:~[4&C!l?'SrAB% L ?thJmfqMnNi;pp覆,Ca+a4y9"jY>uUU#.輤F;OOtvv\Xstt4Uaj՚5%YFQQի׬Y[\k)K. 45Js@ BX*uV \^]o^c OE;A R,]*k((M\2vNKlA N bmYfYshG= I^$'Gn@a@Aڊ;vexcd}G/ vډHs$l2O ;'(!ȷO=!"+ zzl*'ɐ;Me<kd`d&29˷FdS)Q劳V{,6/4\mS<ɟ}*35C33cy|L7L-&*B#76nhlܸXWcxV+vllLP(d0nRP-ףp1ltoPʶF2`΍f%ޭk/ʲyX# 7g͆\hѩ/<Uu9ٜ,7#mܬRO(8~$YΪf/OWXBf,ދFҐ0}eC&. Ck&:}klه7VGxFy£JOƍ+'U棊L(Tm.ɲw^7Lmeq};sI33Oz )xP2F.@I?Rv傑7oX03]6ؙlT_k4@AХz091j;NA֭[ JKKBmmmD-/,e1}\ -Or;Lң  Cuttttttt~5&jE^n^_؍ D`Bz 0`W?J- !@\ڥ҂[dVW'SfvVMB PHrΖ< @rUWjң9UܽTkA`CyƆrSdf2OL5|x|k;Vf͙fJb\jy,Z]](h(sDJ\u%.kDT龭9 eu& dLr0.bںFmZWQ=۬ %Dձ,TNJ{Wy IfjVUll0!@)%%!m7ɗ &IH%, -lpreY}$~9x4!p~9:sr~^BÂiLiEj"Rv FU3}3BM0a„ &%@p""hDEA8D?TxBL P#<T d *P{22'j; @  T Pa4(c0 !M BDZȪlcI% "Lhbkj%hV>1EoH >s DEXbԙA?r WMԥd51Sʱѧ=HXs2J c{W,҂goqv`:0a„ &>0R :iHĆhp0`!#e(tnkrjT*%]@boNS@T7GY`T!UTFo(bD P9k!H* (kHF T " eTοUH ` DT&A:{ 0X_\ -P%"@eH AfY?4X!뫇~Qg:1&ͨK0L?GcJ q*Tv\8s45ӟc^M:cs=C&L0aE:FGl9X 0b rdžmPz%DÐ&DV3 @`)B0:7{b aT 4,sO "AGwf&d1#H" p< t"I g r-GjF3j2]5!tCL85#b#^y&L0a„  :˦ySy Ĉ. !۷oEX-B[!> ;w@1Hv<yZQwd!F PNQ`uNpϙHC FFTM3=ikkkpLqnȐ) E 8 a )w M!(@ ?4<dО1K^H:Iaww#GTUP EQUԩS###AhbņX(rԩcǎ)\C&]3ז]K5坱V@&L0a„(I#kOFFFozi31͹&o );j:t~I.HkCm9E"WA w#+S2~ JO1%9_])I$Iڽ{wOOoX$}!]Ճڵ+W:wyaIVby)mFwtt Pfk~}ؘS;.@2݃:VbhLL0a„ %I$PU/^x<;v뮻Ba[ouww]r^fxQAn6av 4M{ᇏ=c|}!@MMǭV>88ȲlqqmV^=>>><<l:1[uViG655MLLdddcccwQXX"> !v}رOT.֭[*++o8p  _>\[ v###;v_p7xK|gξ^X}V\t:mۦiƍ239rE###7xcoooOO-Ƹe޽@`ݺu.뷿maaazz:=W_}5lܸpǎ7tSuuÇO:e㎴4[o'| 6{<on_)[HX700a„ &# YUUꫯ***?NLL,0̞={n͛7 >|X垞Ivںwޛoy|||۶mEEE$k…Ph}g_}䂂'ZSS~]w:uï:o޺ukww7'Oٳgƍ~v۾}<spa<hѢ~R^^xqII=)ky<?);;;55c{G[ozP(p8#IROOOMM ]vUU222yݾ`*u^z)99y_vrn/Qg!A*** v9<<|wٳܹs.\Xd sq i9bff :jB@D &L0a9R/*bZ7lrGGG=O `YV֡^˕p8onX͛!EQU ,\(/.]z~iii0<qDuu z[ookkȠr"ҥKVZu *YF~1'(++SڜN'Ңo0 B@rUUU/Bׯ__^^GodYްaC |nct:Ϝ9òwq0DZ,<N㸾qIMM ]o UTT7|}RSS5M&&&K.UVVVUU455n!77c<94@eB8ecJ&L0a„  h$1x<UUU .tccc$%''/Z4???33^*..ܼyˋ TUec700e$nݺuڵ~?55a-[< ?CCC7o1iBHӴK.חY,t􌌌wuu lŋ/ZB6m$/{%*'lݺubbbݺuǩ*IR(eyrrt* EQer򪪪(ԭC}>_ww-[RSS$I(B!3gN>(f B$ɲ(J HMM}衇jkkwMeYC˲n;### ʲLF` "xK3 .Z" &L0aܱ@AAArrg>3<<cQ333ovmۨ^˖-NOO_rGGGBYYY,˄BB(+Wܽ{+**VVV/^v ݻ799yݺu;w|wj7ov7lpwttlٲeť%%%v=//oYYY[lillX,iii)))6lHKK{ׇlgj8q֭[(WVСC999IIIIII%///;;[oݲeKmmŋVc}=466۷b477cx y晤5kl۶mddIn7 xbcccUUq]]]CCCEEE)))7n<{Ν;׭[YPPt:GqqlkkۿIIŋut\4$c||/,,\|yJJJFFƜ:Q_9`P>?q6|vyC ETE74M%)-%9c^32a„ &L\{Ē(gȲ+S(FK|?;rw'|2%%ŋ`eٱM6=s ü_nм1,B&''8(&&&ztj\@```v[,,EeM,@RR_;::jZ5Mx<<ϳ,Ku&8NӴ.ӏ=vdY~vڵkA^1@ 33c ^UU[ww7j bPDJJPfff]]UUUY$a? tuu @ݍ4M {zzTU>x޽{׬Yo|anfy@VfqGB$effB qP(dZeYrIII[Nfllltt433az}iXg}駟l$Q`Ŋ{}W~?C<[o|%%- z58VXLOX=106Vt=-s*+,\MŇh?/ &L0a#jۄTtfh4HCVknnn+J1{yW ???:km1ɡ^C,6n(펪e=Os@[bQ7|:Jiii4o޼h|D!YYY1dff+VTTTs= t#v'uUnBҢG/ D/" `EI0L&ZDUϲ.WD`Z\&L0a„-'J~bnFQN3o:hzz:+{;9۸Ltc,0@G ]F{9bY_/LstE+xbRqs8=&L0a„1_QIʹ(fPc;%W@leAOp:I2qEqSvX32%cnOwJ[d\oEهcn]g;xJ?1UfԄ &L0 kEqppf‰͚yP(*FH466GLcnLɛ2v抢)G맇[ĝZtѮfZϲz3;hϳ(cq)2'3GNLFW\02a:1 &L0a#JU5Mۼy3T ͌Ga6o|ܹ+X\xd/͌v:Oc:#GF8ϕ6V|c%q (CkQ, % nL]_CAɄ &L0a⪁:~믿#XZ$ggg~EEBh܀jx<Ν#,^xrr -Z$(%!!j,{̙<7>>>00FKuvvvww<*!ibbʺpBvvvff&pWc70q[`z\,Bdc@^b7 &L0a#y}>(mmm[ne|MZM:pCNg{{իl6uvvG3@w0̹s>55uxx塇SwqkO^3gs=Gx<ϟ?p˲.\[{SN `,@s0V,|J2EL0a„ &?(i^bEIIڵkkkkVZ5>>~Ǐx㍏=XQQӋkkkB>E%%%&$$<y2NVRRxֲ񦦦%K0 ~כSO>}СC-7zjZ۷/11ϟx<k׮u\4Vx[5Q ,f. ߯b„ &L0-h1,--VnHtDQ\b񟚚 <844D눩J@w归=~XӴތKF;NZ -!!frG{EEE{owwk644 E$4B1_,l>8`r&}aL; &L0a# ğF+z<={ر%99yʕ X,jU ZptttЂ݉ Pb||\_[[;|Zh8Z8jټy/,"Bj.]pp1W^y[/' T}C\3׶+[X;Y0a„ &Lm@INRR҃>h***DQlhhx<7nܻw(O<DQQQyy={/_|F裏geegee4 11񩧞:ydjjg?vI6mյy|;<ÇRSS !7tq٢(X"--ʢ&ŋgggvtt}݅`ֻm9f9bk.\{u\g &L0))Qv8V{VZ|r1@OӴ{rJrѢE `QehQQQAA=v 6mxv{~~>5996/--rKtj{\ntn 0+f")z%QLv d'q/Y>Nw*W~]6~%5/=Wƥ1ƱcjbmHXi+Zw޼y>'%%$e`nčE[8v٫C4ZRA8w t\!Aq.#-ZDdzȵFWOEQՍBkqOGlu|&3ola*BǥF,8+`> S4ם KhϜ@B+Ԅ QD4RPJEw/EVb@ HQU&.c0lm( c&'(`&a}5EQ!?j*+֛0RJC sͲq+)׭JBdTE{y_yNgk„&h.'> zD#YtJQeo߰I*n^Jy\ x_g#c,BdY~~E7oѮ@S5̠[o0W6ĶkvR qaYȷ  M+;07ƌ.Fh&>:.@Q}O!J.@d7)0eӧ=ҝ$;vKvvf(2maCC#@o5D"x;B(ȰwxxXM$|T8U@,sOEf90@kw>agiI,//aXW0A=] 9Vd@CFhHw$0 =.LDF˽McQT!'9!2豳LmL{0es+\8r| $lho`0a0e_;4P4xyc!F_k&ج jgȌg>)鸦BA-39NXE}M(8a\Į])k4Boί}eQ//pN`3BԳ^x_WCf A9ZaE.aY q>|zˡT?x%1)Օ8>pFB|(=# NDr㉈lpF&1<0ҀD&cE(͒(gS_~&LA.? sGKBHa7XSd2[rJfb lĨpWG|Ә^/C1|)4bPU0sPO`tactSGOw X|O<c/BG82;qtc ٬,˒嚪 _XlS *ohvbMtB+*ID}KݩBJ1C^&Ou1**6 N S'Q<T[=*|TX!S 1izfkQ,8i:,@T4z`„7~HEQe>/ O,J:ˍ(o#M1Qŗ?qQsѡ$ց YjeqFDH'Bᷨ1U-at׊hhThҧҢT6Nӕ E`c2aYVxat fnԸd0 zbGhU:h$~nΞK<1 fLM8苅 ka Sn %wb1Ï$˲aj`eUGCЏEHR ~ @PC*0 h`_$D >2t@@)PTO͠tCkDC@$< 1MJ"k hl@sWTFUjP 2r;O7*2 ~$@S*S1@_$@hFKJи0o0E&N6{H'5?^߄ W4_;QooŁ@h` #1,5Fw e NhPD0(bv(c IR0N5!!A8IR$GA.1$IBeN`,Ir8 iD#N,9$9!A`V:Q9M\ 4}+\B` M">!HDohF(i̘h Ea/^ĄOQEHLtYVM#bebE)F eِi|yxxԐO~4-F&Da DZH "X,٬FP {;*u9O<!aFFF=jq8fAN 鍯pcO_ n c4nGD B NA|99B  :ǀ n 5C8@42P!>ry# yQ>Lwi:&"cC hw $11!4@UÝH6SQB]va6.c}H"D#5~H [7k!>]o+|cMSwǪy `&>cA֜z7Ø2:x^?!r ݴrŊ*:p70IDAT9nl($+>%%Bg}U9Q7mxͫ$IV"DZ?ߪUKBbȑSk>6>>!I2 ݞ憥k,٬$9ӌ4=xDsV% s.}._3XŲkW^yj,ǿ]F1ss6lX]^Q0 *C|z]55qyy4peUUs:,eYЋOq7"Do>x I wq"<{``WAT/mZT^ O?;ǚ_PEe*֯_*6uk;m Pdtu!˲ 䬿e… e//B.]1H˲m]PU ן~̝1{gw!],BJJReeW͗KAne;_i BN:599z;;;W^-BOww0`C}2z˳ ? T v@xt&M t.h&H%Ha\ zHhjaOD΋ V zE Hz2tDܭ.SA <TfY*I @&@#ua>TA3uvBM ñbPvQZ B@D @sCB\ BDn8@?$M+F1s"`JxwF|gq2a'St^~޺vV ?{Ӣ28n!gv> _IInM#o}QwE ĝ[oY'SRna75uޮ>eC!133nI_ګ۽ Dڙ3 v߭{돻\2u0F`w{WyFQDj5#Gn۶ __#1۳i#F|/ 6]>}>e%I C% CT.у:1cЕF]}>qMm .C'1 !"xM+97ov >WxRA׿~W ,%{t{7XUY1Fm]{,YVN-^j9t?{xN<. s, b '&|ǎEE(<wp~ =x۷֭[!I|]^@Y,*0kZ.7s*'kK ݏl,H@4X11 e|"T6R 9Ft %MV=& 9BS@,AhAԐ@KŮ3 X%ȝ K!P5MAPS9H kLpT0HmCn @ H D,@,Xc &:B# [mQ|,[ꧣ1|Ms>UY]0w[(]CkeÅ?wS~Ήr34f4HM0qfC8ͯ_,//fY68~YsVZ,,!$ 78|jÆxcW($l@s>x;UW49w8A?:00`A3M n?kT-/#V [,P͛w%&%<lj|9@4e_}usxUU5݊EY`ȂJx.*^r cn[n'OAN;5j/\yNaE_}MȲj],i"::G{p_EE<r7`K5[mqη]l(,wUUs]eEwmܐ%UlVahx1Aʲrؙۯ~o=33C9vMrw1.~_4M/+1}w`#bcq <ׂx's cAQIBH˅g/ Ȅ>ffxx!dٜNbBȼq_\=ܾla=-d'Tws*8Tjإeioֆ.t@z$ex=.ƕ`9X3?:"'\Ba OURhII] Rd!5ԟŐ_Taʱ,+v\ bKJ8V¥цѢy ; O3*PO *Hw s'@MLIXVݝ_21k*b {}uKz&FD%m3utmOBD{a3z!>2@L9=k<#Tr0 :&LCӈn>WZ,w\Q;D@_~36@/B0/o(=] 7ZnEE jjN9vAm].T9Im6VQTe:{.;s!-NUUV\ olM9Ꜿ t,%I־{tQ)6(vN{  /(jif@~Ŋ*X2Qu(R*LN|.<q݇Vci ˲cJ`^]!ԏ?eEy{dYx7޸̙Mӏ9]z^EIںki TOBҥYۭg6l޼+_ إTkzQT:P+fm{k7tfz)&`A`YjsjzzJAAo M=ZPL\w@IeYNNN|DJUbe~-Yϯ<_yp%U3+>OMM-֦^קTw.|aG[բykJ3'|];߼nx΂&w$IvsCNlpi:cT_\ۗOR/o}3;N]ypOoOHpߧZ:FSx{Wow:#˶l=Y&&GucϾut7kCwBͣŹnVu:ƙv2TgJ {8a׷u}K˭v;pxep,#^Yqxgyi(p|,?ߞɜ "Hp|w @$L<=ocV78baϷ{2h/_⃓W۷yѱw^\iBt>:꭫;BIlhh)(iii)(gO_dwt5]dYxҦ%K>g0F@ȕ B1itN<1s\ŴVn~ imOoiiy(O&E8.n}EMJJ\jo2p1tYən]E$r=>}?y}? `x5M#YfK/y>jjN?M.]uDQ.V(I+V,o͛w臿e_O΄CZjꊕ#ړpa2Ey →;$a Z- D*QƵ+s,g^|3 iEc|j#jXV\Fۍ^DxD[!UFAON2鰣s ί/u9<0?/wSZ)Z×Ϟhv\\Hޓ^+]VhlFT0>jIYyKު,kyO޴y}_%_bJBwuǠ q~¥Yš47xeKUe>O;w[7TlZWvݺ$@ !EU3_]K/HHz~<w~.B @|W EiXUS?04b$$HJ"l&59 ,?zU3aBrRRW/x MN^VDy45 V:}w8<Ͽ0DvQer_ܓNAQg4\1b{9%%i``:ZQQe!-5<O^~V~^vffzuuEqqEUu8l$= e%%5?![GGx}o/I=DhvdmoR;:Lz#Qss|rSFf9}}mlfXwDQ ) Bʶ/Xxe[/^21KHpȲ,MWΜn`&zu<)Iuu8֡BeKEE "IE1ғ6=|?:,vȊ,If-..6%6C,Pf;g֛{ss27޽0/#=EVceEx%oc233h%g{F]C#=ZR500B<#߶j^F3KRʄ(T$"z'I%1 T8 YB! <ƥ`0=ё)`nȃ`IJk7ܾaEcJPdeltK! OQb$ X],6f,#iɪ5(Eiy y,p#B,YT;P89 Rr[J(SGD!@(_TB&#5U$!dB&4"*V'6  - e?cZc%]Ya|+h„O @hŏ=3?z &'C^EQ?hDb:|cEEE\c Ƒ >e6d(yuU+,tۻ6I\tC, l<VBoo߾71\np!3J*yEa9633MM eHCwMϟJpNvkƼ41 z_YMl6y RNI zr ?.I22`h:zHE+WT]BٵsmңAZUc Gci^yXy)`jmj0$Ur"q\BdQfÙ@Nc&˺[s p`[L#*It8J$8aDQ4@wsBP}NҲvLNA{SF8ٍ nl![\X8}S؀ED~Ƅ,st+LJ|A-9qHk}!hWnZdi}sN/ػ|ǍapS H;s68[$w È6W/hE%őd;$gMo*xmWcO˨ .4==6\V1PTdizcYڱBM8iܻN?ڡSU=7Ysw<=G+[&veMnDdCE4b+DrބO0]{ス܅[߶,4K\b9߄PU-I6g8 0&}ϟlyeM쎌xF)% 566Ah4T,(ȭ,Eb?Z:g$*JOO{[שF@(3\?o^}eF1fq"IQ0;h2PBᲢFʢA:9e%IQf˥OTyywT0#B!yM 6+w4jEYI=q.?E $~7IH\%`WhqbUզҍr  1!aAq Cea9lF#m|bĉӧ.^>ϲ&/..]:ΥK H1*--i 8V5" W,LOMr_q6ss<\fB+sZ] RS-LW&mS%,V+M˲Sw-9sj"˟_ᲱFY/ eâBT[XYI$8-.!Yؖf'ܟ]jv yvfp2X^Nv3_~dqnh0,ɰ}ުy\*l vY[hKH p$9;ՙ\vSS h 4,Mo]npG77ߗ(]re0g~rWn8P$kIbFbRܴ,enkӮu rebt@Wv[x &>I<^/=bVI-.y./7尪jc _K(RrrVWWx܃C UMII&{(R"=#V󟷜=744bD,Yj֮BA5U-Su Qiƻna? hv@0n|1cͧTL(T7! pYYVY4Hiiի45^4ՈQ!Ju7$D19ep9mAy5.(xh):x ګ$_)*۶^.l`AE鵿Xdm `L\/ $$$|K_E1'#:H  <[cK~VIEq09)E*  P%%'U4kpD.-UxU-7k*`IU5`0j_ $"{0ݻ"(V@Dx4JEf{P*/p-pC"%X6ߍ>ˊ|7P5 SQG(Q^RIP!沦%p FU.$CPX(ɱb9HӁFb.-uIEyv6Tg"/38%]=b&L|A r1??/>?$QQS> 0,NMAEn۷¢|MAYqg[$I*)-{dyh(a_XIRz{x %Y Bmm:;{;;{DQfdͭ/Y bi!3gPBVZCR{tdf {pue7:??!;l6raVSHI$tn~^Qщɲ\07$<V4>HM߫b 0Qa 77ۨ!D3BAPiEEI <Ƕwtwuh?tĻׯ6OQ6b50 шJX@d'D% J1 D 4NsD 2kП x8'yҙ ! K""tQ*HC:]ݐ K@D! D'U5Few AM5"kźCT1@hA@ }C/OZRQu]E,B,!H'zB"@!PÏhw_L58!]Y $Iܲ醗_z&t"@)_T`s GFo}0##3h~EC=P^_N'[˪+8nX hy°ҥ ^7%@ TYYHeE8y_QןHp'}[?9|$XD|Ql0<oRhF-== Js<ll68둁[Riy_^A=C,EIU‚={$F4k.XxIK/*@Wlyy^^V=Ǫj귿tyC#y &@->pdINMMo}?EPYQ'\zDLԷ9* $Ȩ t֐l1uc!R1 "N!`(7t:nLc]LJ ' p#4 c*w@F !k%B0P |~ 8]&'Y!A?_:08 dQ1!oh13C~K/cH px(rD4in1_:̹`(fօD/^Ccld' 76^8w99 Vںm 1x7OCvAaVW\*0%))ɃEIII**\?d9MPUB3-](ٓv\QQNU7|RaQޤB˲4j&J}@d%$8#U >T;00Ȳ_aaVT% X,<MAwazRk(dDi37F 0p:VZ|IըKoWTQazۚ#GkeY1R5?|?55!Q,(̫,EXڇsIa.utw~j ))Ik-^\zL}\Eܦi !DKIK9&}?ft2]9$4O@D]X<DvEbk-49J9eU&]]T3sgf?3.vE7(hJJaE (CT$biŧKyD*RR&L4 qaw_w{gv1bLݹsos{`} $}5lAgF. NGAct{vץpY3nޫIMj,$׵D@&m-B㎓н˖Jeιa@`++Vݷ}3Z)//[x㌎rB C:11& 10 b_;pÓ,Cyآ}p0vt8ˈXT%G8qT*CkBѣTȬ 5t[oCL ^ Q_gΜymm9w=b ř˘['qނ[Ƿn@dmϿ<~SSS%!RЮm}}";J%aI1\$$I/觔Iw!)}^V,I_8[>@W(t߲qmoҷNv 祂.d\7³S߰Y.|lv%3ģ5 Xކ}WAb*5 E>5QA5ϜϭpŜ?iXwZ~MjRIԵUs]Z]<O `k@m8\W0R)_j]~4T=/X IuQ޺fJ`RqU1vʖvt8NeC+=ϗ%(;vĞ2t"3qҙJŊ[lz:b k۾R^.WÐR d^=| ɡũ? Z\g"KHFܪ繾fwݻmW*U2m~P(t?#yn6\/z2 n_\-+rk!y`Þ_*sM7L\.wfvTdRj+*==gF)C4 3hCe:j<?ɾJMk֮,+ժ!cN٩mYVK{nHJ]J1MS^gr󛾪@id48]]$ ;j KPI Hڋ;}.tdl {i'/ P6$\&CµED5Y\^;JO< ecNk0$cUDV(xVnMjweeJ<m[٬Sˈ/23w糳8y@ zz 0 ֭[ӡcG~p̹j'pM7l|S>lG~ULO !ٌ~|z6mpt-?54c& >k׮<Α?<q4#u-Zyӆͷmhkk P$H4շ24ɽO AX$]]##˲YGIR8B/t /XTd2i@l׏X?9m[?;yTqN/:gN¢xqZ\'imkIb۩o'O3BJW^X5R?ћo=tɓKaږݝX7;oZSrBR'BӐ9'H|oo~xxLaw3JI _偷=~o.LAZLѱСǎ?{ sm|ت;8|f0t]L`TOX/*3.*[>֐4@yb$ǰz5.?'% XAO"*e{q>#/'h#Q>Ep,&P@!J$dNo@WR::]T, VHZRrSsC:TKvW7E HN/PbJ'wƘ/uYl$aސW1Ԥ&5[$ )k'Pg4 ,h^fsOf'20&ժ7Յb́t$P'0I@&Imˊ0iZɯ.A`F{{kgg{:4 09tOO>AA%0Lp HC7xjn@)c0pX\&f(Hč(l<UJp~Y7GĈDY!0 4 ''.^(z8|E(;ˢ&Q\yeŋEq::exl+X.9@6tuuqrtB'PJŃIE7=5axy7+rر^xa|ON:庮eYSSS;w|Wecs3"7cDL $EB```M2#Z&!ʒFT@0P +sc)w0F0ILfI`Da `A<lf(j!eTFw<=*X&T` )DX5a'QhE#nf#!DGC(c0 SČeꈾ 49P[ʸ Jb'YU)F  "̳!&=駳l~7۷cǎ_~?{ P:R)˲ćmeYeY PT{J6$}-,&17)ù.o4g&5;@Ed*lF"t_T!lF^1`7$*S%`ku>ƨ])<_gaHqg`$,!m[y´:0,4Ma)1,#B'i lܐyԘvMkDLsi$tt|c" QTѲeqO1'HDkPMϛ0c:Qwe-#B)Tƚ)]%^K j2e0D{.FZ?B "| `T!$J ;VTa3N$^hO&s[XM :Hz mթ rw( [(1J"(UNdH~"LEb"B˜&Ȧ21hHǠK$牁6B-UV<@]A"mmRS\oj%pN <$eIENDB`
-1
gohugoio/hugo
8,215
markup/goldmark: Add attributes support for blocks (tables etc.)
Fixes #7548
bep
"2021-02-08T09:42:41Z"
"2021-02-08T18:52:56Z"
1b2472825664763c0b88807b0d193e73553423ec
2681633db8d340d2dc59cf801419874d572fc704
markup/goldmark: Add attributes support for blocks (tables etc.). Fixes #7548
./docs/content/en/showcase/flesland-flis/bio.md
A business page for Flesland Flis AS. A Norwegian Tiler located in Bergen. The page is designed and developed by Sindre Gusdal: * [Absoluttweb AS](https://www.absoluttweb.no) * [Sindre Gusdal](https://www.linkedin.com/in/sindregusdal/)
A business page for Flesland Flis AS. A Norwegian Tiler located in Bergen. The page is designed and developed by Sindre Gusdal: * [Absoluttweb AS](https://www.absoluttweb.no) * [Sindre Gusdal](https://www.linkedin.com/in/sindregusdal/)
-1
gohugoio/hugo
8,215
markup/goldmark: Add attributes support for blocks (tables etc.)
Fixes #7548
bep
"2021-02-08T09:42:41Z"
"2021-02-08T18:52:56Z"
1b2472825664763c0b88807b0d193e73553423ec
2681633db8d340d2dc59cf801419874d572fc704
markup/goldmark: Add attributes support for blocks (tables etc.). Fixes #7548
./docs/content/en/news/0.23-relnotes/index.md
--- date: 2017-06-16T17:53:58-04:00 categories: ["Releases"] description: "Hugo 0.23 is mainly a release that handles all the small changes needed to get Hugo moved to a GitHub organisation" link: "" title: "Hugo 0.23" draft: false author: bep aliases: [/0-23/] --- Hugo `0.23` is mainly a release that handles all the small changes needed to get Hugo moved to a GitHub organisation: [gohugoio](https://github.com/gohugoio), but it also contains a couple of important fixes that makes this an update worth-while for all. Hugo now has: * 17739&#43; [stars](https://github.com/gohugoio/hugo/stargazers) * 494&#43; [contributors](https://github.com/gohugoio/hugo/graphs/contributors) * 165&#43; [themes](http://themes.gohugo.io/) ## Fixes * Fix handling of duplicate footnotes [a9e551a1](https://github.com/gohugoio/hugo/commit/a9e551a100e60a603210ee083103dd73369d6a98) [@bep](https://github.com/bep) [#1912](https://github.com/gohugoio/hugo/issues/1912) * Add support for spaces in project folder for `GitInfo` #3533 #3552 ## GitHub organisation related changes * Update layout references to gohugoio/hugo [66d4850b](https://github.com/gohugoio/hugo/commit/66d4850b89db293dc58e828de784037f06c6c8dc) [@bep](https://github.com/bep) * Update content references to gohugoio/hugo [715ff1f8](https://github.com/gohugoio/hugo/commit/715ff1f87406edf27738c8c0f52fe185fa974ee8) [@bep](https://github.com/bep) * Add note on updates for rpm-based distros [52a0cea6](https://github.com/gohugoio/hugo/commit/52a0cea65de7b75ae1662abe3dec36fca3604617) [@daftaupe](https://github.com/daftaupe) * Update logo link in README [ccb8300d](https://github.com/gohugoio/hugo/commit/ccb8300d380636d75a39f4133284eb0109e836c3) [@bep](https://github.com/bep) * Remove docs building from CI builds [214dbdfb](https://github.com/gohugoio/hugo/commit/214dbdfb6f016d21415bc1ed511a37a084238878) [@bep](https://github.com/bep) * Adjust docs path [729be807](https://github.com/gohugoio/hugo/commit/729be8074bddb58c9111f32c55cc769e49cd0d5a) [@bep](https://github.com/bep) * Add docs as submodule [6cee0dfe](https://github.com/gohugoio/hugo/commit/6cee0dfe53899d433afc3c173a87d56265904cb0) [@bep](https://github.com/bep) * Update Gitter link in README [fbb25014](https://github.com/gohugoio/hugo/commit/fbb25014e1306ce7127d53e5fc4fc49867790336) [@bep](https://github.com/bep) * Change Windows build badge link, take #3 [86543d6a](https://github.com/gohugoio/hugo/commit/86543d6a50251b40540ebd0b851d45eb99d017c7) [@bep](https://github.com/bep) * Update Windows build link [e6ae32a0](https://github.com/gohugoio/hugo/commit/e6ae32a0ba75b9894418227e87391defbb1b3b49) [@bep](https://github.com/bep) * Update links in CONTRIBUTING.md due to the org transition [95386544](https://github.com/gohugoio/hugo/commit/95386544e858949a2baa414f395f30aaf66a6257) [@digitalcraftsman](https://github.com/digitalcraftsman) * Update source path in Dockerfile due to the org transition [7b99fb9f](https://github.com/gohugoio/hugo/commit/7b99fb9f1ca8381457afe9d8e953a388b8ada182) [@digitalcraftsman](https://github.com/digitalcraftsman) * Update clone folder in appveyor.yml due to the org transition [d531d17b](https://github.com/gohugoio/hugo/commit/d531d17b3be0b14faf4934611e01ac3289e37835) [@digitalcraftsman](https://github.com/digitalcraftsman) * Update import path in snapcraft.yaml due to the org transition [9266bf9d](https://github.com/gohugoio/hugo/commit/9266bf9d4c24592b875a7f6b92f761b4cea40879) [@digitalcraftsman](https://github.com/digitalcraftsman) * Run gofmt to get imports in line vs gohugoio/hugo [873a6f18](https://github.com/gohugoio/hugo/commit/873a6f18851bcda79d562ff6c02e1109e8e31a88) [@bep](https://github.com/bep) * Update Makefile vs gohugoio/hugo [f503d76a](https://github.com/gohugoio/hugo/commit/f503d76a3b2719bbb65ab9df5595d0dbc871fae9) [@bep](https://github.com/bep) * Update README to point to gohugoio/hugo [93643860](https://github.com/gohugoio/hugo/commit/93643860c9db10c6c32176b17cc83f1c317279bd) [@bep](https://github.com/bep) * Update examples to point to gohugoio/hugo [db46bcf8](https://github.com/gohugoio/hugo/commit/db46bcf82d060656d4bc731550e63ec9cf8576f2) [@bep](https://github.com/bep) * Update textual references in Go source to point to gohugoio/hugo [c17ad675](https://github.com/gohugoio/hugo/commit/c17ad675e8fcdb2db40fc50816b8f016bc14294c) [@bep](https://github.com/bep) * Update import paths to gohugoio/hugo [d8717cd4](https://github.com/gohugoio/hugo/commit/d8717cd4c74e80ea8e20adead9321412a2d76022) [@bep](https://github.com/bep)
--- date: 2017-06-16T17:53:58-04:00 categories: ["Releases"] description: "Hugo 0.23 is mainly a release that handles all the small changes needed to get Hugo moved to a GitHub organisation" link: "" title: "Hugo 0.23" draft: false author: bep aliases: [/0-23/] --- Hugo `0.23` is mainly a release that handles all the small changes needed to get Hugo moved to a GitHub organisation: [gohugoio](https://github.com/gohugoio), but it also contains a couple of important fixes that makes this an update worth-while for all. Hugo now has: * 17739&#43; [stars](https://github.com/gohugoio/hugo/stargazers) * 494&#43; [contributors](https://github.com/gohugoio/hugo/graphs/contributors) * 165&#43; [themes](http://themes.gohugo.io/) ## Fixes * Fix handling of duplicate footnotes [a9e551a1](https://github.com/gohugoio/hugo/commit/a9e551a100e60a603210ee083103dd73369d6a98) [@bep](https://github.com/bep) [#1912](https://github.com/gohugoio/hugo/issues/1912) * Add support for spaces in project folder for `GitInfo` #3533 #3552 ## GitHub organisation related changes * Update layout references to gohugoio/hugo [66d4850b](https://github.com/gohugoio/hugo/commit/66d4850b89db293dc58e828de784037f06c6c8dc) [@bep](https://github.com/bep) * Update content references to gohugoio/hugo [715ff1f8](https://github.com/gohugoio/hugo/commit/715ff1f87406edf27738c8c0f52fe185fa974ee8) [@bep](https://github.com/bep) * Add note on updates for rpm-based distros [52a0cea6](https://github.com/gohugoio/hugo/commit/52a0cea65de7b75ae1662abe3dec36fca3604617) [@daftaupe](https://github.com/daftaupe) * Update logo link in README [ccb8300d](https://github.com/gohugoio/hugo/commit/ccb8300d380636d75a39f4133284eb0109e836c3) [@bep](https://github.com/bep) * Remove docs building from CI builds [214dbdfb](https://github.com/gohugoio/hugo/commit/214dbdfb6f016d21415bc1ed511a37a084238878) [@bep](https://github.com/bep) * Adjust docs path [729be807](https://github.com/gohugoio/hugo/commit/729be8074bddb58c9111f32c55cc769e49cd0d5a) [@bep](https://github.com/bep) * Add docs as submodule [6cee0dfe](https://github.com/gohugoio/hugo/commit/6cee0dfe53899d433afc3c173a87d56265904cb0) [@bep](https://github.com/bep) * Update Gitter link in README [fbb25014](https://github.com/gohugoio/hugo/commit/fbb25014e1306ce7127d53e5fc4fc49867790336) [@bep](https://github.com/bep) * Change Windows build badge link, take #3 [86543d6a](https://github.com/gohugoio/hugo/commit/86543d6a50251b40540ebd0b851d45eb99d017c7) [@bep](https://github.com/bep) * Update Windows build link [e6ae32a0](https://github.com/gohugoio/hugo/commit/e6ae32a0ba75b9894418227e87391defbb1b3b49) [@bep](https://github.com/bep) * Update links in CONTRIBUTING.md due to the org transition [95386544](https://github.com/gohugoio/hugo/commit/95386544e858949a2baa414f395f30aaf66a6257) [@digitalcraftsman](https://github.com/digitalcraftsman) * Update source path in Dockerfile due to the org transition [7b99fb9f](https://github.com/gohugoio/hugo/commit/7b99fb9f1ca8381457afe9d8e953a388b8ada182) [@digitalcraftsman](https://github.com/digitalcraftsman) * Update clone folder in appveyor.yml due to the org transition [d531d17b](https://github.com/gohugoio/hugo/commit/d531d17b3be0b14faf4934611e01ac3289e37835) [@digitalcraftsman](https://github.com/digitalcraftsman) * Update import path in snapcraft.yaml due to the org transition [9266bf9d](https://github.com/gohugoio/hugo/commit/9266bf9d4c24592b875a7f6b92f761b4cea40879) [@digitalcraftsman](https://github.com/digitalcraftsman) * Run gofmt to get imports in line vs gohugoio/hugo [873a6f18](https://github.com/gohugoio/hugo/commit/873a6f18851bcda79d562ff6c02e1109e8e31a88) [@bep](https://github.com/bep) * Update Makefile vs gohugoio/hugo [f503d76a](https://github.com/gohugoio/hugo/commit/f503d76a3b2719bbb65ab9df5595d0dbc871fae9) [@bep](https://github.com/bep) * Update README to point to gohugoio/hugo [93643860](https://github.com/gohugoio/hugo/commit/93643860c9db10c6c32176b17cc83f1c317279bd) [@bep](https://github.com/bep) * Update examples to point to gohugoio/hugo [db46bcf8](https://github.com/gohugoio/hugo/commit/db46bcf82d060656d4bc731550e63ec9cf8576f2) [@bep](https://github.com/bep) * Update textual references in Go source to point to gohugoio/hugo [c17ad675](https://github.com/gohugoio/hugo/commit/c17ad675e8fcdb2db40fc50816b8f016bc14294c) [@bep](https://github.com/bep) * Update import paths to gohugoio/hugo [d8717cd4](https://github.com/gohugoio/hugo/commit/d8717cd4c74e80ea8e20adead9321412a2d76022) [@bep](https://github.com/bep)
-1
gohugoio/hugo
8,215
markup/goldmark: Add attributes support for blocks (tables etc.)
Fixes #7548
bep
"2021-02-08T09:42:41Z"
"2021-02-08T18:52:56Z"
1b2472825664763c0b88807b0d193e73553423ec
2681633db8d340d2dc59cf801419874d572fc704
markup/goldmark: Add attributes support for blocks (tables etc.). Fixes #7548
./docs/content/en/news/0.65.3-relnotes/index.md
--- date: 2020-02-23 title: "Hugo 0.65.3: A couple of Bug Fixes" description: "This version fixes a couple of bugs introduced in 0.65.0." categories: ["Releases"] images: - images/blog/hugo-bug-poster.png --- This is a bug-fix release with a couple of important fixes. * Fix panic when home page is drafted [0bd6356c](https://github.com/gohugoio/hugo/commit/0bd6356c6d2a2bac06d0c3705bf13a90cb7a2688) [@bep](https://github.com/bep) [#6927](https://github.com/gohugoio/hugo/issues/6927) * Fix goldmark toc rendering [ca68abf0](https://github.com/gohugoio/hugo/commit/ca68abf0bc2fa003c2052143218f7b2ab195a46e) [@satotake](https://github.com/satotake) [#6736](https://github.com/gohugoio/hugo/issues/6736)[#6809](https://github.com/gohugoio/hugo/issues/6809) * Fix crashes for 404 in IsAncestor etc. [a524124b](https://github.com/gohugoio/hugo/commit/a524124beb0e7ca226c207ea48a90cea2cbef76e) [@bep](https://github.com/bep) [#6931](https://github.com/gohugoio/hugo/issues/6931)
--- date: 2020-02-23 title: "Hugo 0.65.3: A couple of Bug Fixes" description: "This version fixes a couple of bugs introduced in 0.65.0." categories: ["Releases"] images: - images/blog/hugo-bug-poster.png --- This is a bug-fix release with a couple of important fixes. * Fix panic when home page is drafted [0bd6356c](https://github.com/gohugoio/hugo/commit/0bd6356c6d2a2bac06d0c3705bf13a90cb7a2688) [@bep](https://github.com/bep) [#6927](https://github.com/gohugoio/hugo/issues/6927) * Fix goldmark toc rendering [ca68abf0](https://github.com/gohugoio/hugo/commit/ca68abf0bc2fa003c2052143218f7b2ab195a46e) [@satotake](https://github.com/satotake) [#6736](https://github.com/gohugoio/hugo/issues/6736)[#6809](https://github.com/gohugoio/hugo/issues/6809) * Fix crashes for 404 in IsAncestor etc. [a524124b](https://github.com/gohugoio/hugo/commit/a524124beb0e7ca226c207ea48a90cea2cbef76e) [@bep](https://github.com/bep) [#6931](https://github.com/gohugoio/hugo/issues/6931)
-1
gohugoio/hugo
8,215
markup/goldmark: Add attributes support for blocks (tables etc.)
Fixes #7548
bep
"2021-02-08T09:42:41Z"
"2021-02-08T18:52:56Z"
1b2472825664763c0b88807b0d193e73553423ec
2681633db8d340d2dc59cf801419874d572fc704
markup/goldmark: Add attributes support for blocks (tables etc.). Fixes #7548
./docs/content/en/getting-started/configuration.md
--- title: Configure Hugo linktitle: Configuration description: How to configure your Hugo site. date: 2013-07-01 publishdate: 2017-01-02 lastmod: 2017-03-05 categories: [getting started,fundamentals] keywords: [configuration,toml,yaml,json] menu: docs: parent: "getting-started" weight: 60 weight: 60 sections_weight: 60 draft: false aliases: [/overview/source-directory/,/overview/configuration/] toc: true --- ## Configuration File Hugo uses the `config.toml`, `config.yaml`, or `config.json` (if found in the site root) as the default site config file. The user can choose to override that default with one or more site config files using the command line `--config` switch. Examples: ``` hugo --config debugconfig.toml hugo --config a.toml,b.toml,c.toml ``` {{% note %}} Multiple site config files can be specified as a comma-separated string to the `--config` switch. {{% /note %}} {{< todo >}}TODO: distinct config.toml and others (the root object files){{< /todo >}} ## Configuration Directory In addition to using a single site config file, one can use the `configDir` directory (default to `config/`) to maintain easier organization and environment specific settings. - Each file represents a configuration root object, such as `params.toml` for `[Params]`, `menu(s).toml` for `[Menu]`, `languages.toml` for `[Languages]` etc... - Each file's content must be top-level, for example: In `config.toml` is: ```toml [Params] foo = "bar" ``` In `params.toml` is: ``` foo = "bar" ``` - Each directory holds a group of files containing settings unique to an environment. - Files can be localized to become language specific. ``` ├── config │ ├── _default │ │ ├── config.toml │ │ ├── languages.toml │ │ ├── menus.en.toml │ │ ├── menus.zh.toml │ │ └── params.toml │ ├── production │ │ ├── config.toml │ │ └── params.toml │ └── staging │ ├── config.toml │ └── params.toml ``` Considering the structure above, when running `hugo --environment staging`, Hugo will use every settings from `config/_default` and merge `staging`'s on top of those. {{% note %}} Default environments are __development__ with `hugo server` and __production__ with `hugo`. {{%/ note %}} ## All Configuration Settings The following is the full list of Hugo-defined variables with their default value in parentheses. Users may choose to override those values in their site config file(s). archetypeDir ("archetypes") : The directory where Hugo finds archetype files (content templates). {{% module-mounts-note %}} assetDir ("assets") : The directory where Hugo finds asset files used in [Hugo Pipes](/hugo-pipes/). {{% module-mounts-note %}} baseURL : Hostname (and path) to the root, e.g. https://bep.is/ blackfriday : See [Configure Blackfriday](/getting-started/configuration-markup#blackfriday) build : See [Configure Build](#configure-build) buildDrafts (false) : Include drafts when building. buildExpired (false) : Include content already expired. buildFuture (false) : Include content with publishdate in the future. caches : See [Configure File Caches](#configure-file-caches) canonifyURLs (false) : Enable to turn relative URLs into absolute. contentDir ("content") : The directory from where Hugo reads content files. {{% module-mounts-note %}} dataDir ("data") : The directory from where Hugo reads data files. {{% module-mounts-note %}} defaultContentLanguage ("en") : Content without language indicator will default to this language. defaultContentLanguageInSubdir (false) : Render the default content language in subdir, e.g. `content/en/`. The site root `/` will then redirect to `/en/`. disableAliases (false) : Will disable generation of alias redirects. Note that even if `disableAliases` is set, the aliases themselves are preserved on the page. The motivation with this is to be able to generate 301 redirects in an `.htaccess`, a Netlify `_redirects` file or similar using a custom output format. disableHugoGeneratorInject (false) : Hugo will, by default, inject a generator meta tag in the HTML head on the _home page only_. You can turn it off, but we would really appreciate if you don't, as this is a good way to watch Hugo's popularity on the rise. disableKinds ([]) : Enable disabling of all pages of the specified *Kinds*. Allowed values in this list: `"page"`, `"home"`, `"section"`, `"taxonomy"`, `"term"`, `"RSS"`, `"sitemap"`, `"robotsTXT"`, `"404"`. disableLiveReload (false) : Disable automatic live reloading of browser window. disablePathToLower (false) : Do not convert the url/path to lowercase. enableEmoji (false) : Enable Emoji emoticons support for page content; see the [Emoji Cheat Sheet](https://www.webpagefx.com/tools/emoji-cheat-sheet/). enableGitInfo (false) : Enable `.GitInfo` object for each page (if the Hugo site is versioned by Git). This will then update the `Lastmod` parameter for each page using the last git commit date for that content file. enableInlineShortcodes (false) : Enable inline shortcode support. See [Inline Shortcodes](/templates/shortcode-templates/#inline-shortcodes). enableMissingTranslationPlaceholders (false) : Show a placeholder instead of the default value or an empty string if a translation is missing. enableRobotsTXT (false) : Enable generation of `robots.txt` file. frontmatter : See [Front matter Configuration](#configure-front-matter). footnoteAnchorPrefix ("") : Prefix for footnote anchors. footnoteReturnLinkContents ("") : Text to display for footnote return links. googleAnalytics ("") : Google Analytics tracking ID. hasCJKLanguage (false) : If true, auto-detect Chinese/Japanese/Korean Languages in the content. This will make `.Summary` and `.WordCount` behave correctly for CJK languages. imaging : See [Image Processing Config](/content-management/image-processing/#image-processing-config). languages : See [Configure Languages](/content-management/multilingual/#configure-languages). languageCode ("") : The site's language code. It is used in the default [RSS template](/templates/rss/#configure-rss) and can be useful for [multi-lingual sites](/content-management/multilingual/#configure-multilingual-multihost). languageName ("") : The site's language name. disableLanguages : See [Disable a Language](/content-management/multilingual/#disable-a-language) layoutDir ("layouts") : The directory from where Hugo reads layouts (templates). log (false) : Enable logging. logFile ("") : Log File path (if set, logging enabled automatically). markup : See [Configure Markup](/getting-started/configuration-markup).{{< new-in "0.60.0" >}} menu : See [Add Non-content Entries to a Menu](/content-management/menus/#add-non-content-entries-to-a-menu). minify : See [Configure Minify](#configure-minify) module : Module config see [Module Config](/hugo-modules/configuration/).{{< new-in "0.56.0" >}} newContentEditor ("") : The editor to use when creating new content. noChmod (false) : Don't sync permission mode of files. noTimes (false) : Don't sync modification time of files. paginate (10) : Default number of elements per page in [pagination](/templates/pagination/). paginatePath ("page") : The path element used during pagination (https://example.com/page/2). permalinks : See [Content Management](/content-management/urls/#permalinks). pluralizeListTitles (true) : Pluralize titles in lists. publishDir ("public") : The directory to where Hugo will write the final static site (the HTML files etc.). related : See [Related Content](/content-management/related/#configure-related-content).{{< new-in "0.27" >}} relativeURLs (false) : Enable this to make all relative URLs relative to content root. Note that this does not affect absolute URLs. refLinksErrorLevel ("ERROR") : When using `ref` or `relref` to resolve page links and a link cannot resolved, it will be logged with this logg level. Valid values are `ERROR` (default) or `WARNING`. Any `ERROR` will fail the build (`exit -1`). refLinksNotFoundURL : URL to be used as a placeholder when a page reference cannot be found in `ref` or `relref`. Is used as-is. rssLimit (unlimited) : Maximum number of items in the RSS feed. sectionPagesMenu ("") : See ["Section Menu for Lazy Bloggers"](/templates/menu-templates/#section-menu-for-lazy-bloggers). sitemap : Default [sitemap configuration](/templates/sitemap-template/#configure-sitemap-xml). staticDir ("static") : A directory or a list of directories from where Hugo reads [static files][static-files]. {{% module-mounts-note %}} summaryLength (70) : The length of text in words to show in a [`.Summary`](/content-management/summaries/#hugo-defined-automatic-summary-splitting). taxonomies : See [Configure Taxonomies](/content-management/taxonomies#configure-taxonomies). theme ("") : Theme to use (located by default in `/themes/THEMENAME/`). themesDir ("themes") : The directory where Hugo reads the themes from. timeout (10000) : Timeout for generating page contents, in milliseconds (defaults to 10&nbsp;seconds). *Note:* this is used to bail out of recursive content generation, if your pages are slow to generate (e.g., because they require large image processing or depend on remote contents) you might need to raise this limit. title ("") : Site title. titleCaseStyle ("AP") : See [Configure Title Case](#configure-title-case) uglyURLs (false) : When enabled, creates URL of the form `/filename.html` instead of `/filename/`. verbose (false) : Enable verbose output. verboseLog (false) : Enable verbose logging. watch (false) : Watch filesystem for changes and recreate as needed. {{% note %}} If you are developing your site on a \*nix machine, here is a handy shortcut for finding a configuration option from the command line: ``` cd ~/sites/yourhugosite hugo config | grep emoji ``` which shows output like ``` enableemoji: true ``` {{% /note %}} ## Configure Build {{< new-in "0.66.0" >}} The `build` configuration section contains global build-related configuration options. {{< code-toggle file="config">}} [build] useResourceCacheWhen="fallback" writeStats = false noJSConfigInAssets = false {{< /code-toggle >}} useResourceCacheWhen : When to use the cached resources in `/resources/_gen` for PostCSS and ToCSS. Valid values are `never`, `always` and `fallback`. The last value means that the cache will be tried if PostCSS/extended version is not available. writeStats {{< new-in "0.69.0" >}} : When enabled, a file named `hugo_stats.json` will be written to your project root with some aggregated data about the build, e.g. list of HTML entities published to be used to do [CSS pruning](/hugo-pipes/postprocess/#css-purging-with-postcss). If you're only using this for the production build, you should consider placing it below [config/production](/getting-started/configuration/#configuration-directory). It's also worth mentioning that, due to the nature of the partial server builds, new HTML entities will be added when you add or change them while the server is running, but the old values will not be removed until you restart the server or run a regular `hugo` build. noJSConfigInAssets {{< new-in "0.78.0" >}} : Turn off writing a `jsconfig.json` into your `/assets` folder with mapping of imports from running [js.Build](https://gohugo.io/hugo-pipes/js). This file is intended to help with intellisense/navigation inside code editors such as [VS Code](https://code.visualstudio.com/). Note that if you do not use `js.Build`, no file will be written. ## Configure Server {{< new-in "0.67.0" >}} This is only relevant when running `hugo server`, and it allows to set HTTP headers during development, which allows you to test out your Content Security Policy and similar. The configuration format matches [Netlify's](https://docs.netlify.com/routing/headers/#syntax-for-the-netlify-configuration-file) with slighly more powerful [Glob matching](https://github.com/gobwas/glob): {{< code-toggle file="config">}} [server] [[server.headers]] for = "/**.html" [server.headers.values] X-Frame-Options = "DENY" X-XSS-Protection = "1; mode=block" X-Content-Type-Options = "nosniff" Referrer-Policy = "strict-origin-when-cross-origin" Content-Security-Policy = "script-src localhost:1313" {{< /code-toggle >}} Since this is is "development only", it may make sense to put it below the `development` environment: {{< code-toggle file="config/development/server">}} [[headers]] for = "/**.html" [headers.values] X-Frame-Options = "DENY" X-XSS-Protection = "1; mode=block" X-Content-Type-Options = "nosniff" Referrer-Policy = "strict-origin-when-cross-origin" Content-Security-Policy = "script-src localhost:1313" {{< /code-toggle >}} {{< new-in "0.72.0" >}} You can also specify simple redirects rules for the server. The syntax is again similar to Netlify's. Note that a `status` code of 200 will trigger a [URL rewrite](https://docs.netlify.com/routing/redirects/rewrites-proxies/), which is what you want in SPA situations, e.g: {{< code-toggle file="config/development/server">}} [[redirects]] from = "/myspa/**" to = "/myspa/" status = 200 force = false {{< /code-toggle >}} {{< new-in "0.76.0" >}} Setting `force=true` will make a redirect even if there is existing content in the path. Note that before Hugo 0.76 `force` was the default behaviour, but this is inline with how Netlify does it. ## Configure Title Case Set `titleCaseStyle` to specify the title style used by the [title](/functions/title/) template function and the automatic section titles in Hugo. It defaults to [AP Stylebook](https://www.apstylebook.com/) for title casing, but you can also set it to `Chicago` or `Go` (every word starts with a capital letter). ## Configuration Environment Variables HUGO_NUMWORKERMULTIPLIER : Can be set to increase or reduce the number of workers used in parallel processing in Hugo. If not set, the number of logical CPUs will be used. ## Configuration Lookup Order Similar to the template [lookup order][], Hugo has a default set of rules for searching for a configuration file in the root of your website's source directory as a default behavior: 1. `./config.toml` 2. `./config.yaml` 3. `./config.json` In your `config` file, you can direct Hugo as to how you want your website rendered, control your website's menus, and arbitrarily define site-wide parameters specific to your project. ## Example Configuration The following is a typical example of a configuration file. The values nested under `params:` will populate the [`.Site.Params`][] variable for use in [templates][]: {{< code-toggle file="config">}} baseURL: "https://yoursite.example.com/" title: "My Hugo Site" footnoteReturnLinkContents: "↩" permalinks: posts: /:year/:month/:title/ params: Subtitle: "Hugo is Absurdly Fast!" AuthorName: "Jon Doe" GitHubUser: "spf13" ListOfFoo: - "foo1" - "foo2" SidebarRecentLimit: 5 {{< /code-toggle >}} ## Configure with Environment Variables In addition to the 3 config options already mentioned, configuration key-values can be defined through operating system environment variables. For example, the following command will effectively set a website's title on Unix-like systems: ``` $ env HUGO_TITLE="Some Title" hugo ``` This is really useful if you use a service such as Netlify to deploy your site. Look at the Hugo docs [Netlify configuration file](https://github.com/gohugoio/hugoDocs/blob/master/netlify.toml) for an example. {{% note "Setting Environment Variables" %}} Names must be prefixed with `HUGO_` and the configuration key must be set in uppercase when setting operating system environment variables. To set config params, prefix the name with `HUGO_PARAMS_` {{% /note %}} {{< new-in "0.79.0" >}} If you are using snake_cased variable names, the above will not work, so since Hugo 0.79.0 Hugo determines the delimiter to use by the first character after `HUGO`. This allows you to define environment variables on the form `HUGOxPARAMSxAPI_KEY=abcdefgh`, using any [allowed](https://stackoverflow.com/questions/2821043/allowed-characters-in-linux-environment-variable-names#:~:text=So%20names%20may%20contain%20any,not%20begin%20with%20a%20digit.) delimiter. {{< todo >}} Test and document setting params via JSON env var. {{< /todo >}} ## Ignore Content Files When Rendering The following statement inside `./config.toml` will cause Hugo to ignore content files ending with `.foo` and `.boo` when rendering: ``` ignoreFiles = [ "\\.foo$", "\\.boo$" ] ``` The above is a list of regular expressions. Note that the backslash (`\`) character is escaped in this example to keep TOML happy. ## Configure Front Matter ### Configure Dates Dates are important in Hugo, and you can configure how Hugo assigns dates to your content pages. You do this by adding a `frontmatter` section to your `config.toml`. The default configuration is: ```toml [frontmatter] date = ["date", "publishDate", "lastmod"] lastmod = [":git", "lastmod", "date", "publishDate"] publishDate = ["publishDate", "date"] expiryDate = ["expiryDate"] ``` If you, as an example, have a non-standard date parameter in some of your content, you can override the setting for `date`: ```toml [frontmatter] date = ["myDate", ":default"] ``` The `:default` is a shortcut to the default settings. The above will set `.Date` to the date value in `myDate` if present, if not we will look in `date`,`publishDate`, `lastmod` and pick the first valid date. In the list to the right, values starting with ":" are date handlers with a special meaning (see below). The others are just names of date parameters (case insensitive) in your front matter configuration. Also note that Hugo have some built-in aliases to the above: `lastmod` => `modified`, `publishDate` => `pubdate`, `published` and `expiryDate` => `unpublishdate`. With that, as an example, using `pubDate` as a date in front matter, will, by default, be assigned to `.PublishDate`. The special date handlers are: `:fileModTime` : Fetches the date from the content file's last modification timestamp. An example: ```toml [frontmatter] lastmod = ["lastmod", ":fileModTime", ":default"] ``` The above will try first to extract the value for `.Lastmod` starting with the `lastmod` front matter parameter, then the content file's modification timestamp. The last, `:default` should not be needed here, but Hugo will finally look for a valid date in `:git`, `date` and then `publishDate`. `:filename` : Fetches the date from the content file's filename. For example, `2018-02-22-mypage.md` will extract the date `2018-02-22`. Also, if `slug` is not set, `mypage` will be used as the value for `.Slug`. An example: ```toml [frontmatter] date = [":filename", ":default"] ``` The above will try first to extract the value for `.Date` from the filename, then it will look in front matter parameters `date`, `publishDate` and lastly `lastmod`. `:git` : This is the Git author date for the last revision of this content file. This will only be set if `--enableGitInfo` is set or `enableGitInfo = true` is set in site config. ## Configure Additional Output Formats Hugo v0.20 introduced the ability to render your content to multiple output formats (e.g., to JSON, AMP html, or CSV). See [Output Formats][] for information on how to add these values to your Hugo project's configuration file. ## Configure Minify {{< new-in "0.68.0" >}} Default configuration: {{< code-toggle config="minify" />}} ## Configure File Caches Since Hugo 0.52 you can configure more than just the `cacheDir`. This is the default configuration: {{< code-toggle >}} [caches] [caches.getjson] dir = ":cacheDir/:project" maxAge = -1 [caches.getcsv] dir = ":cacheDir/:project" maxAge = -1 [caches.images] dir = ":resourceDir/_gen" maxAge = -1 [caches.assets] dir = ":resourceDir/_gen" maxAge = -1 [caches.modules] dir = ":cacheDir/modules" maxAge = -1 {{< /code-toggle >}} You can override any of these cache settings in your own `config.toml`. ### The keywords explained `:cacheDir` : This is the value of the `cacheDir` config option if set (can also be set via OS env variable `HUGO_CACHEDIR`). It will fall back to `/opt/build/cache/hugo_cache/` on Netlify, or a `hugo_cache` directory below the OS temp dir for the others. This means that if you run your builds on Netlify, all caches configured with `:cacheDir` will be saved and restored on the next build. For other CI vendors, please read their documentation. For an CircleCI example, see [this configuration](https://github.com/bep/hugo-sass-test/blob/6c3960a8f4b90e8938228688bc49bdcdd6b2d99e/.circleci/config.yml). `:project` : The base directory name of the current Hugo project. This means that, in its default setting, every project will have separated file caches, which means that when you do `hugo --gc` you will not touch files related to other Hugo projects running on the same PC. `:resourceDir` : This is the value of the `resourceDir` config option. maxAge : This is the duration before a cache entry will be evicted, -1 means forever and 0 effectively turns that particular cache off. Uses Go's `time.Duration`, so valid values are `"10s"` (10 seconds), `"10m"` (10 minutes) and `"10h"` (10 hours). dir : The absolute path to where the files for this cache will be stored. Allowed starting placeholders are `:cacheDir` and `:resourceDir` (see above). ## Configuration Format Specs * [TOML Spec][toml] * [YAML Spec][yaml] * [JSON Spec][json] [`.Site.Params`]: /variables/site/ [directory structure]: /getting-started/directory-structure [json]: https://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf "Specification for JSON, JavaScript Object Notation" [lookup order]: /templates/lookup-order/ [Output Formats]: /templates/output-formats/ [templates]: /templates/ [toml]: https://github.com/toml-lang/toml [yaml]: https://yaml.org/spec/ [static-files]: /content-management/static-files/
--- title: Configure Hugo linktitle: Configuration description: How to configure your Hugo site. date: 2013-07-01 publishdate: 2017-01-02 lastmod: 2017-03-05 categories: [getting started,fundamentals] keywords: [configuration,toml,yaml,json] menu: docs: parent: "getting-started" weight: 60 weight: 60 sections_weight: 60 draft: false aliases: [/overview/source-directory/,/overview/configuration/] toc: true --- ## Configuration File Hugo uses the `config.toml`, `config.yaml`, or `config.json` (if found in the site root) as the default site config file. The user can choose to override that default with one or more site config files using the command line `--config` switch. Examples: ``` hugo --config debugconfig.toml hugo --config a.toml,b.toml,c.toml ``` {{% note %}} Multiple site config files can be specified as a comma-separated string to the `--config` switch. {{% /note %}} {{< todo >}}TODO: distinct config.toml and others (the root object files){{< /todo >}} ## Configuration Directory In addition to using a single site config file, one can use the `configDir` directory (default to `config/`) to maintain easier organization and environment specific settings. - Each file represents a configuration root object, such as `params.toml` for `[Params]`, `menu(s).toml` for `[Menu]`, `languages.toml` for `[Languages]` etc... - Each file's content must be top-level, for example: In `config.toml` is: ```toml [Params] foo = "bar" ``` In `params.toml` is: ``` foo = "bar" ``` - Each directory holds a group of files containing settings unique to an environment. - Files can be localized to become language specific. ``` ├── config │ ├── _default │ │ ├── config.toml │ │ ├── languages.toml │ │ ├── menus.en.toml │ │ ├── menus.zh.toml │ │ └── params.toml │ ├── production │ │ ├── config.toml │ │ └── params.toml │ └── staging │ ├── config.toml │ └── params.toml ``` Considering the structure above, when running `hugo --environment staging`, Hugo will use every settings from `config/_default` and merge `staging`'s on top of those. {{% note %}} Default environments are __development__ with `hugo server` and __production__ with `hugo`. {{%/ note %}} ## All Configuration Settings The following is the full list of Hugo-defined variables with their default value in parentheses. Users may choose to override those values in their site config file(s). archetypeDir ("archetypes") : The directory where Hugo finds archetype files (content templates). {{% module-mounts-note %}} assetDir ("assets") : The directory where Hugo finds asset files used in [Hugo Pipes](/hugo-pipes/). {{% module-mounts-note %}} baseURL : Hostname (and path) to the root, e.g. https://bep.is/ blackfriday : See [Configure Blackfriday](/getting-started/configuration-markup#blackfriday) build : See [Configure Build](#configure-build) buildDrafts (false) : Include drafts when building. buildExpired (false) : Include content already expired. buildFuture (false) : Include content with publishdate in the future. caches : See [Configure File Caches](#configure-file-caches) canonifyURLs (false) : Enable to turn relative URLs into absolute. contentDir ("content") : The directory from where Hugo reads content files. {{% module-mounts-note %}} dataDir ("data") : The directory from where Hugo reads data files. {{% module-mounts-note %}} defaultContentLanguage ("en") : Content without language indicator will default to this language. defaultContentLanguageInSubdir (false) : Render the default content language in subdir, e.g. `content/en/`. The site root `/` will then redirect to `/en/`. disableAliases (false) : Will disable generation of alias redirects. Note that even if `disableAliases` is set, the aliases themselves are preserved on the page. The motivation with this is to be able to generate 301 redirects in an `.htaccess`, a Netlify `_redirects` file or similar using a custom output format. disableHugoGeneratorInject (false) : Hugo will, by default, inject a generator meta tag in the HTML head on the _home page only_. You can turn it off, but we would really appreciate if you don't, as this is a good way to watch Hugo's popularity on the rise. disableKinds ([]) : Enable disabling of all pages of the specified *Kinds*. Allowed values in this list: `"page"`, `"home"`, `"section"`, `"taxonomy"`, `"term"`, `"RSS"`, `"sitemap"`, `"robotsTXT"`, `"404"`. disableLiveReload (false) : Disable automatic live reloading of browser window. disablePathToLower (false) : Do not convert the url/path to lowercase. enableEmoji (false) : Enable Emoji emoticons support for page content; see the [Emoji Cheat Sheet](https://www.webpagefx.com/tools/emoji-cheat-sheet/). enableGitInfo (false) : Enable `.GitInfo` object for each page (if the Hugo site is versioned by Git). This will then update the `Lastmod` parameter for each page using the last git commit date for that content file. enableInlineShortcodes (false) : Enable inline shortcode support. See [Inline Shortcodes](/templates/shortcode-templates/#inline-shortcodes). enableMissingTranslationPlaceholders (false) : Show a placeholder instead of the default value or an empty string if a translation is missing. enableRobotsTXT (false) : Enable generation of `robots.txt` file. frontmatter : See [Front matter Configuration](#configure-front-matter). footnoteAnchorPrefix ("") : Prefix for footnote anchors. footnoteReturnLinkContents ("") : Text to display for footnote return links. googleAnalytics ("") : Google Analytics tracking ID. hasCJKLanguage (false) : If true, auto-detect Chinese/Japanese/Korean Languages in the content. This will make `.Summary` and `.WordCount` behave correctly for CJK languages. imaging : See [Image Processing Config](/content-management/image-processing/#image-processing-config). languages : See [Configure Languages](/content-management/multilingual/#configure-languages). languageCode ("") : The site's language code. It is used in the default [RSS template](/templates/rss/#configure-rss) and can be useful for [multi-lingual sites](/content-management/multilingual/#configure-multilingual-multihost). languageName ("") : The site's language name. disableLanguages : See [Disable a Language](/content-management/multilingual/#disable-a-language) layoutDir ("layouts") : The directory from where Hugo reads layouts (templates). log (false) : Enable logging. logFile ("") : Log File path (if set, logging enabled automatically). markup : See [Configure Markup](/getting-started/configuration-markup).{{< new-in "0.60.0" >}} menu : See [Add Non-content Entries to a Menu](/content-management/menus/#add-non-content-entries-to-a-menu). minify : See [Configure Minify](#configure-minify) module : Module config see [Module Config](/hugo-modules/configuration/).{{< new-in "0.56.0" >}} newContentEditor ("") : The editor to use when creating new content. noChmod (false) : Don't sync permission mode of files. noTimes (false) : Don't sync modification time of files. paginate (10) : Default number of elements per page in [pagination](/templates/pagination/). paginatePath ("page") : The path element used during pagination (https://example.com/page/2). permalinks : See [Content Management](/content-management/urls/#permalinks). pluralizeListTitles (true) : Pluralize titles in lists. publishDir ("public") : The directory to where Hugo will write the final static site (the HTML files etc.). related : See [Related Content](/content-management/related/#configure-related-content).{{< new-in "0.27" >}} relativeURLs (false) : Enable this to make all relative URLs relative to content root. Note that this does not affect absolute URLs. refLinksErrorLevel ("ERROR") : When using `ref` or `relref` to resolve page links and a link cannot resolved, it will be logged with this logg level. Valid values are `ERROR` (default) or `WARNING`. Any `ERROR` will fail the build (`exit -1`). refLinksNotFoundURL : URL to be used as a placeholder when a page reference cannot be found in `ref` or `relref`. Is used as-is. rssLimit (unlimited) : Maximum number of items in the RSS feed. sectionPagesMenu ("") : See ["Section Menu for Lazy Bloggers"](/templates/menu-templates/#section-menu-for-lazy-bloggers). sitemap : Default [sitemap configuration](/templates/sitemap-template/#configure-sitemap-xml). staticDir ("static") : A directory or a list of directories from where Hugo reads [static files][static-files]. {{% module-mounts-note %}} summaryLength (70) : The length of text in words to show in a [`.Summary`](/content-management/summaries/#hugo-defined-automatic-summary-splitting). taxonomies : See [Configure Taxonomies](/content-management/taxonomies#configure-taxonomies). theme ("") : Theme to use (located by default in `/themes/THEMENAME/`). themesDir ("themes") : The directory where Hugo reads the themes from. timeout (10000) : Timeout for generating page contents, in milliseconds (defaults to 10&nbsp;seconds). *Note:* this is used to bail out of recursive content generation, if your pages are slow to generate (e.g., because they require large image processing or depend on remote contents) you might need to raise this limit. title ("") : Site title. titleCaseStyle ("AP") : See [Configure Title Case](#configure-title-case) uglyURLs (false) : When enabled, creates URL of the form `/filename.html` instead of `/filename/`. verbose (false) : Enable verbose output. verboseLog (false) : Enable verbose logging. watch (false) : Watch filesystem for changes and recreate as needed. {{% note %}} If you are developing your site on a \*nix machine, here is a handy shortcut for finding a configuration option from the command line: ``` cd ~/sites/yourhugosite hugo config | grep emoji ``` which shows output like ``` enableemoji: true ``` {{% /note %}} ## Configure Build {{< new-in "0.66.0" >}} The `build` configuration section contains global build-related configuration options. {{< code-toggle file="config">}} [build] useResourceCacheWhen="fallback" writeStats = false noJSConfigInAssets = false {{< /code-toggle >}} useResourceCacheWhen : When to use the cached resources in `/resources/_gen` for PostCSS and ToCSS. Valid values are `never`, `always` and `fallback`. The last value means that the cache will be tried if PostCSS/extended version is not available. writeStats {{< new-in "0.69.0" >}} : When enabled, a file named `hugo_stats.json` will be written to your project root with some aggregated data about the build, e.g. list of HTML entities published to be used to do [CSS pruning](/hugo-pipes/postprocess/#css-purging-with-postcss). If you're only using this for the production build, you should consider placing it below [config/production](/getting-started/configuration/#configuration-directory). It's also worth mentioning that, due to the nature of the partial server builds, new HTML entities will be added when you add or change them while the server is running, but the old values will not be removed until you restart the server or run a regular `hugo` build. noJSConfigInAssets {{< new-in "0.78.0" >}} : Turn off writing a `jsconfig.json` into your `/assets` folder with mapping of imports from running [js.Build](https://gohugo.io/hugo-pipes/js). This file is intended to help with intellisense/navigation inside code editors such as [VS Code](https://code.visualstudio.com/). Note that if you do not use `js.Build`, no file will be written. ## Configure Server {{< new-in "0.67.0" >}} This is only relevant when running `hugo server`, and it allows to set HTTP headers during development, which allows you to test out your Content Security Policy and similar. The configuration format matches [Netlify's](https://docs.netlify.com/routing/headers/#syntax-for-the-netlify-configuration-file) with slighly more powerful [Glob matching](https://github.com/gobwas/glob): {{< code-toggle file="config">}} [server] [[server.headers]] for = "/**.html" [server.headers.values] X-Frame-Options = "DENY" X-XSS-Protection = "1; mode=block" X-Content-Type-Options = "nosniff" Referrer-Policy = "strict-origin-when-cross-origin" Content-Security-Policy = "script-src localhost:1313" {{< /code-toggle >}} Since this is is "development only", it may make sense to put it below the `development` environment: {{< code-toggle file="config/development/server">}} [[headers]] for = "/**.html" [headers.values] X-Frame-Options = "DENY" X-XSS-Protection = "1; mode=block" X-Content-Type-Options = "nosniff" Referrer-Policy = "strict-origin-when-cross-origin" Content-Security-Policy = "script-src localhost:1313" {{< /code-toggle >}} {{< new-in "0.72.0" >}} You can also specify simple redirects rules for the server. The syntax is again similar to Netlify's. Note that a `status` code of 200 will trigger a [URL rewrite](https://docs.netlify.com/routing/redirects/rewrites-proxies/), which is what you want in SPA situations, e.g: {{< code-toggle file="config/development/server">}} [[redirects]] from = "/myspa/**" to = "/myspa/" status = 200 force = false {{< /code-toggle >}} {{< new-in "0.76.0" >}} Setting `force=true` will make a redirect even if there is existing content in the path. Note that before Hugo 0.76 `force` was the default behaviour, but this is inline with how Netlify does it. ## Configure Title Case Set `titleCaseStyle` to specify the title style used by the [title](/functions/title/) template function and the automatic section titles in Hugo. It defaults to [AP Stylebook](https://www.apstylebook.com/) for title casing, but you can also set it to `Chicago` or `Go` (every word starts with a capital letter). ## Configuration Environment Variables HUGO_NUMWORKERMULTIPLIER : Can be set to increase or reduce the number of workers used in parallel processing in Hugo. If not set, the number of logical CPUs will be used. ## Configuration Lookup Order Similar to the template [lookup order][], Hugo has a default set of rules for searching for a configuration file in the root of your website's source directory as a default behavior: 1. `./config.toml` 2. `./config.yaml` 3. `./config.json` In your `config` file, you can direct Hugo as to how you want your website rendered, control your website's menus, and arbitrarily define site-wide parameters specific to your project. ## Example Configuration The following is a typical example of a configuration file. The values nested under `params:` will populate the [`.Site.Params`][] variable for use in [templates][]: {{< code-toggle file="config">}} baseURL: "https://yoursite.example.com/" title: "My Hugo Site" footnoteReturnLinkContents: "↩" permalinks: posts: /:year/:month/:title/ params: Subtitle: "Hugo is Absurdly Fast!" AuthorName: "Jon Doe" GitHubUser: "spf13" ListOfFoo: - "foo1" - "foo2" SidebarRecentLimit: 5 {{< /code-toggle >}} ## Configure with Environment Variables In addition to the 3 config options already mentioned, configuration key-values can be defined through operating system environment variables. For example, the following command will effectively set a website's title on Unix-like systems: ``` $ env HUGO_TITLE="Some Title" hugo ``` This is really useful if you use a service such as Netlify to deploy your site. Look at the Hugo docs [Netlify configuration file](https://github.com/gohugoio/hugoDocs/blob/master/netlify.toml) for an example. {{% note "Setting Environment Variables" %}} Names must be prefixed with `HUGO_` and the configuration key must be set in uppercase when setting operating system environment variables. To set config params, prefix the name with `HUGO_PARAMS_` {{% /note %}} {{< new-in "0.79.0" >}} If you are using snake_cased variable names, the above will not work, so since Hugo 0.79.0 Hugo determines the delimiter to use by the first character after `HUGO`. This allows you to define environment variables on the form `HUGOxPARAMSxAPI_KEY=abcdefgh`, using any [allowed](https://stackoverflow.com/questions/2821043/allowed-characters-in-linux-environment-variable-names#:~:text=So%20names%20may%20contain%20any,not%20begin%20with%20a%20digit.) delimiter. {{< todo >}} Test and document setting params via JSON env var. {{< /todo >}} ## Ignore Content Files When Rendering The following statement inside `./config.toml` will cause Hugo to ignore content files ending with `.foo` and `.boo` when rendering: ``` ignoreFiles = [ "\\.foo$", "\\.boo$" ] ``` The above is a list of regular expressions. Note that the backslash (`\`) character is escaped in this example to keep TOML happy. ## Configure Front Matter ### Configure Dates Dates are important in Hugo, and you can configure how Hugo assigns dates to your content pages. You do this by adding a `frontmatter` section to your `config.toml`. The default configuration is: ```toml [frontmatter] date = ["date", "publishDate", "lastmod"] lastmod = [":git", "lastmod", "date", "publishDate"] publishDate = ["publishDate", "date"] expiryDate = ["expiryDate"] ``` If you, as an example, have a non-standard date parameter in some of your content, you can override the setting for `date`: ```toml [frontmatter] date = ["myDate", ":default"] ``` The `:default` is a shortcut to the default settings. The above will set `.Date` to the date value in `myDate` if present, if not we will look in `date`,`publishDate`, `lastmod` and pick the first valid date. In the list to the right, values starting with ":" are date handlers with a special meaning (see below). The others are just names of date parameters (case insensitive) in your front matter configuration. Also note that Hugo have some built-in aliases to the above: `lastmod` => `modified`, `publishDate` => `pubdate`, `published` and `expiryDate` => `unpublishdate`. With that, as an example, using `pubDate` as a date in front matter, will, by default, be assigned to `.PublishDate`. The special date handlers are: `:fileModTime` : Fetches the date from the content file's last modification timestamp. An example: ```toml [frontmatter] lastmod = ["lastmod", ":fileModTime", ":default"] ``` The above will try first to extract the value for `.Lastmod` starting with the `lastmod` front matter parameter, then the content file's modification timestamp. The last, `:default` should not be needed here, but Hugo will finally look for a valid date in `:git`, `date` and then `publishDate`. `:filename` : Fetches the date from the content file's filename. For example, `2018-02-22-mypage.md` will extract the date `2018-02-22`. Also, if `slug` is not set, `mypage` will be used as the value for `.Slug`. An example: ```toml [frontmatter] date = [":filename", ":default"] ``` The above will try first to extract the value for `.Date` from the filename, then it will look in front matter parameters `date`, `publishDate` and lastly `lastmod`. `:git` : This is the Git author date for the last revision of this content file. This will only be set if `--enableGitInfo` is set or `enableGitInfo = true` is set in site config. ## Configure Additional Output Formats Hugo v0.20 introduced the ability to render your content to multiple output formats (e.g., to JSON, AMP html, or CSV). See [Output Formats][] for information on how to add these values to your Hugo project's configuration file. ## Configure Minify {{< new-in "0.68.0" >}} Default configuration: {{< code-toggle config="minify" />}} ## Configure File Caches Since Hugo 0.52 you can configure more than just the `cacheDir`. This is the default configuration: {{< code-toggle >}} [caches] [caches.getjson] dir = ":cacheDir/:project" maxAge = -1 [caches.getcsv] dir = ":cacheDir/:project" maxAge = -1 [caches.images] dir = ":resourceDir/_gen" maxAge = -1 [caches.assets] dir = ":resourceDir/_gen" maxAge = -1 [caches.modules] dir = ":cacheDir/modules" maxAge = -1 {{< /code-toggle >}} You can override any of these cache settings in your own `config.toml`. ### The keywords explained `:cacheDir` : This is the value of the `cacheDir` config option if set (can also be set via OS env variable `HUGO_CACHEDIR`). It will fall back to `/opt/build/cache/hugo_cache/` on Netlify, or a `hugo_cache` directory below the OS temp dir for the others. This means that if you run your builds on Netlify, all caches configured with `:cacheDir` will be saved and restored on the next build. For other CI vendors, please read their documentation. For an CircleCI example, see [this configuration](https://github.com/bep/hugo-sass-test/blob/6c3960a8f4b90e8938228688bc49bdcdd6b2d99e/.circleci/config.yml). `:project` : The base directory name of the current Hugo project. This means that, in its default setting, every project will have separated file caches, which means that when you do `hugo --gc` you will not touch files related to other Hugo projects running on the same PC. `:resourceDir` : This is the value of the `resourceDir` config option. maxAge : This is the duration before a cache entry will be evicted, -1 means forever and 0 effectively turns that particular cache off. Uses Go's `time.Duration`, so valid values are `"10s"` (10 seconds), `"10m"` (10 minutes) and `"10h"` (10 hours). dir : The absolute path to where the files for this cache will be stored. Allowed starting placeholders are `:cacheDir` and `:resourceDir` (see above). ## Configuration Format Specs * [TOML Spec][toml] * [YAML Spec][yaml] * [JSON Spec][json] [`.Site.Params`]: /variables/site/ [directory structure]: /getting-started/directory-structure [json]: https://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf "Specification for JSON, JavaScript Object Notation" [lookup order]: /templates/lookup-order/ [Output Formats]: /templates/output-formats/ [templates]: /templates/ [toml]: https://github.com/toml-lang/toml [yaml]: https://yaml.org/spec/ [static-files]: /content-management/static-files/
-1
gohugoio/hugo
8,215
markup/goldmark: Add attributes support for blocks (tables etc.)
Fixes #7548
bep
"2021-02-08T09:42:41Z"
"2021-02-08T18:52:56Z"
1b2472825664763c0b88807b0d193e73553423ec
2681633db8d340d2dc59cf801419874d572fc704
markup/goldmark: Add attributes support for blocks (tables etc.). Fixes #7548
./resources/testdata/gradient-circle.png
PNG  IHDR  ZgAMA asRGBPLTE%u%t%t$u%u (q$u+)ly2Vڛn `]2z zen(uhIIjM@ttB>TzesϪI"Y,ݽ6:Z.j$N%vpm{|qlvyskphkql|y`rbpm&tme*pz|.Cvi*I^}db4^tu<[{f*6`xgw#gUY,m^0a6;%4c SUy}-c08^1A'LR99@Y\ +oW.k49\"Q;68]nO?,G%uOdDW FATROnvy%fC,E)'rwR9vhr:1gui/i_"kMrktYJ{Z%Nw״==X9;ZujVL`z'eA?Vn=g?0s=3W2]HsQ;G&rǟ4>KRU4!3eSFL{T7[k?xDWK A.pqI#OQeatjiMAh aFoʢ X/hAm.d0+"JBQy6ś޿%ٷ(Ա̥cHTb|^%ܼY.WGJi PDNcKDZ,MCOfLB{*dZHIÙΨ]IGrЫ{]&ӮrlFV{ju8~2{sjj\(`JF|3ۺ[*\)qlѭtiskskrk|/K-V-(tRNSG侴o'qY5TZǪۻ%y9 IDATxյF1y!ER,x]%56hc/`Ǯ؂5{h,QخhE?{3i{ιwfsPZ{.;~XcWZiW_]Bς;W^c,y hlYy` fdE.~0j$.%dM zA=!M n\SX/*KPqnG] QActr(Ǘd-H~kj '\Wy9IPmf=罺G@kW)YZ#ĕUv=CJ`8)WsAՋ.FURb44<G9~1cM<irmJ9fǾ޲Bj՛!Oꨴo~*\|կ MӘYd~.Gu\ڊrX,vMЯ_'~zC_rsC_Eޣ܀罜g9l+WeϿoҎE_]D_oA޼'\fه=A޼aAj{8eۭɠ棜M㼱54&E]5Kz!: ]*7,9w;)_#D@֨R[^9> p!f$>?kW*)'K\;PAwer:vOK# iyUN/M<Y~yU.qhҴBWyG2 |?[&D9<Y;k?eƚ~`y"_/ o~ga\׳??GX~jPڠYnYk]k-7_rurڞWyʾnn۞d-7C˟?ZTo ֡<Iw? XUQn6L=,f-W=j~l2G7[m? Y^wWoG Of-?\Bd𣽽le=Keu }G n+aHcT)+ڕcZvW{}<խ抜K02ؒ|(]Ku|RQ=qm/7_?xzawzv{ɎZ5/aeRnmmkT:L[ǏjWZqK.E#;c4+eZr;I%*ӥV2CMCzc'oqۿ3vl/Z,W܁!=ԏiّJ.ʷe!"Ұ.D*`!=rjiӂG[ FǴŰK~aY{_fCS9簖1-5cKzM6%W6%ڻ <?fLbFj_j]cWH3iۮÎhMXҳXkFYJtcڌdq,M+UB;?أ83Q$F3fď2"5aNOi0J >ЎO3UlF>,֌`7cwP?Nݿ7"NUbn圧fX>,ǰÕ }vQHY&%c&aiPS`Sc'Q7Ogrl3JN?k<G=sȁ9G$z+7ż5õ?+ĩz8uN!nij;gS,vi~ۿ <sb=-X+6dz_F1TVm / _D:MsF]Ƞ +LP!H) $$Ī!z?=$D)$R(9&NSbJ1U/,v?>`|hԌK#DuZ9as$tHVg[s¥"{VGz>Ӈr=@2ه,WJNdHfTNcX 1yܙ< l fɳ)g׋$3;W;3ĬmsNQ SD<NI0MxR(è`L-Qbzld@'ՠg 6cRz!s>0Ÿ% V/4ݱA?+OlO#Z' :Q_EMXլgN?:YDx,<$ OIYD{H17ΞLVhLsl~_}Gi5>e$"YZϞ{'YK,S`!VR44ݬ*7cћObJs:š;+CnLIֵg/ ^ {=]ÎQLB(˘ag35gųDDmHj@I{4 =vߐdU˯t}3N̮W;LrE!ݨy&Cgh|N*ɾ#f(I}4cR#rY{ؠ`Sg왴]t~'ؙwQX=ݘnžeMYCY݃5~gD Wݓg5,#YNzsNR|/E(Eޕ\tŏV4?= {,jy Wg]#iaJcUX.7IJa*Em3b$ EVX}-FKoWXMZv=ں{8 ׋{njȤ{X+[t~m%Qj=f2C4dXD3a(L%RLejŌ9lX֛oo1%Z-5wKcWULCyTJ]eIJqb|*f'o>om;vM1ITzKca͒ULIcm&Lj+㉇xBx@ag%֛5zQtY(tB3ӅEK!.H欷L{8UiL^xۦ`|;e֭j뉧@_~`B`BDbtU+Nfx3c\*O6+‡S4> X!<4er~8EQpF,R3rL-.l:<$C ,!O>B{ <Tš`zp͇3"Y>x~%? )戒.ezWaHj#5aO$΃A}zPܯ7LC0iZgԋKDYݞ2~!BC2)-&Jc;USeCZQiL_ӛ×42-U f[#j`(t?i:1c!X`}ZG@O觏f/IGFZ}3X:"UJ?|ç)Yx4__:饷/͑!bJ2PxOo =Q[%&]%{Tgfʱ/mi͔b*Ⱦ{mi6~|7"ܨ7͍7f8^bebt|JƈGwcZlwƌ\(CH3ˍ-#((21FzԞq#ƥ*ѐ_x\'?%F3 SFBگ,^UӬZSn.YRq1,6Uc( -QR<*M-bO`yXȲZ=>:Lګr3&@ #̦؍eB]x+dfi& /2㲻Pf}6U쮔zcMNbQ,s&]x7Y%o! .{hRT.:UJ3*ٕ<Ō_\-f$!M  5%)|\39R\<2PG]u ŔA'N:mWn,܊!B[)*"C6XS̖[#+Yيj&YUFvع9qIsO!1JzL2헛h9CWU59Ԝ˻rv̆YV.\\GYظL!B"@P:0=E~k,)e0_o͔ON/v"*A5ʑkhC"AyvXΆ+!օSe+O97>8dX=~dzg5jFרsNh\I튺FZt,ukX.V49DH?#!cLW|rs.uM Rz9\s/eU% B 79|tC=lFU"f(( 7+5E;\KsnN'DHn)؃c򱜵YDZPBY$%5$R<R'&!vrKr=sS9KWF3,_@m'/zr1ky%˱sMcbLW!>U*ҐZ2γb"y2y6+ص{bqMrLRQÏ3vݴhOd6\Λ-LRߔ.,ӈq 1 098V|4qCͽe߼1{QCjxP?tL_%r9ׇcڮ &Y0xPĚ'=iIFvbh{1`΢Gڎ&' ICN ]AMR*>UltΥ{H1uF4! S&yg4bK<VL;6z\;bxTƻüy;-y<ȤŤIfd/kZapW9Vz;Bs%c:ϛ]5ras!&ќ&ч`OxXƻ 'üyj^феcDJKnEdOY 3U`-]r>48y $Xܥk&ѤDtyK&bQI#FFވ}B#&q>Mc>2qڴf +)Mڐ2F Ǫ:t=) mzZ yrdلD#Ʈy"aX\5 5b96XLPDŽ 91_Uf|NԚpm^%;։Xlq&)6dXYh oX&`S>hH'WGk&,矟GOfL*Fʴe;M/E?vK%Or/( vtV&'2hG`]t`NhzDM/EK\MbmFJ45[R[).wZu6ʎL@4ҖA3w,]hѢe~h-U'mK#>aX® nR_ tqd+1G5͞>&ZQL:2_ҒM/Ele˂:M_mp^4@oN_n{#iw(OKhZzGcFb(2ql嫡ǖ1[#t.ϋ/xqg DCguٟNFigRh˖f-[Xtip|}VGou ҎV ($SkqCv\bjH.*ME1vϖTO% EA9v23"+ŝPN5,_)pgz0v"+eՉZQ/vbR̝ZH Et $ oLU[Dèr$tqRrqy4]Ʋ%Ό=;VL)HxccTNuHѨgJ蔓+JD@J` <(A\UI 4d1>[Fe u`EԂndRX8d*qb*Ζn,]e-8"Zi}XEVX? Ce1)CL Et/.%bΪ@l!(z;N2:$LU. E@ .M jc"IEKJa)ZS)M5V֐6 8LtcLbNNy5@%NebqɱeӉjdXlNrj¨M%īenE2\TA+`;J"uҵnZ+E݃-K O!C Jj@wDE$MlEǐ!lvl@I!CC840Db݈2?qNBҁF),Y2ܲN.­,~jKԔ*)]!ҦO)Z!}J- T]2 T|@ SdJ(" ,bfZ5:4[1_9ҙT/vvڰh45VaVLdHhN$K]$Wͪ!(E3 sme}wԊC"3ҫsi赎ŴѩV8P-5u XUX)%Kkh藔H}(,NRM2Glx(qIX*bOe?XVX՞R)C_]ɞJxcL/KWa'miJF!nK& I jְ<s%:/*Qח/ȴ_ݡpՋ_P,^:dΥԶ 0m,9mIDXZ;!*,rr"Od|kD=*Et)UT Xu(չ|6D7X>Ђ](%BR%" ao[==Se/͕,#\UQ kV)]jJMV0ϼj%_ ͤ̉Q*\6J՟RzEqY4 //Q_M4PB%'_>}B_JFɒm ZґRW)PR"*bW BQѥS[$Jg*_~icsKFƙِ2XOeiGJDt>jJkm[")?~)or}_NOJO2 /Ӣ UR)"*["34ӌ9ӈD3׫˙RWrKν) M<:'ѿqa3 5Ϭ q%^-2b|ޟϢK>fV5gf2JVrbKES]AI~AɩWˬʭ8U* ; 31(>B5¸Hr/aٸdbL7ffT*,7*"QW/iVխz Ǐ1^My}#3ǨhU#RyU[5ɶetrQN6jܱ=ӈu?q Md|FaO< }0b*~+l[z:h5"e̓FlfeUƔb1(~ЄnAƍ?nq<q aDh>uƜkTmm3ftBkوX#2nIIhl/5q]BU0#BeXTʐ#"LdF؈JFd02dii4![!0R<x>h7^,?M%3F!+T4qc&s 22?!36ͨ6΃ocQJŜkPN,a ŤqvB1@Y#$@]G89FfָH5sZ0tϫ IDATD0[:v ?#jɤpƅM őfx;_d|DZ ?Hճ=Hmj)>aV!62~q,zQqXO64!>YsP;_E *N.EP#Qa9K6rM<{M]9Ah<rxF+%6r3XCDwC׆Nh53K٣oAb1VorlP%H٬]T1J7}&!ʸڊaFn L G+H2ۑU =[D-9]gAҶ8$ ҌE$Ǽi.crb-|@nmi%9 ZM ۑ 4̬+F tzⰅ9} b/_rX7P_-Z&nb6eZХ' {]OK5K@fib }/ -D4)Y*7n(N).{r)bYi6<vRV&6uz ût=I8Q <D?h61Gg[lO˸T%oi&M b_˶zv_&MT}9$Dqkbn(iVxVoܱdOvƾlmImݯ:&nksL1ۘIo~9{eM1HʾJ)}WMdӶ%Іq+FfRlb~e,_X`7rFh1*Q$ƨP6o6-Xvz`*l*=D2AQI“]rgBc%}{=EYp<yX<ytLdO&o78&fȵF~!bI_`2[ixb'krMN薽R~1V.ȳR+57NdRщ8WȫXH6`ưMƘ$ֲ\;Tvu^/hwXmj/69bd_E&,v)(hգaXwHKUaÓ9f&2jd2yr]2qMLeQx^]Ywzgol̎sQLz1.LR^bW0b׏ [W_eWgdg;yg<1;Ve_8DR#j8 oPxgǶN#Δ~jYƊd:1ca eks |m|\fzqgƊxcg<>د:c\Zۥۚ D>o}u^l"չfVT.SAp~\~Hb\_l~Xdeҋ:bTW:r<>^ erV0KRlrlۚU:j^[*BmX4bWתxOxq|. /Dx mdVL&$RuR:˳N#RjJr.׏8{ .oǜ WrD FC>nlQkBLů!=E-q oE_ߒ#Ʈ,Xrۏ˷Pt3j=#-[ptr ۦbRXFeN$X>9Er]Kh1^د"BA+_*&hHb_,ݒ_Qf"\0/Qc?E 9 |}rddW6$nIi#d9D%DB18{֮œ^A,(eG{k9QNdYN̬tP/vsu!u557[_n5=5,dG$9(CբnT]Ū8A|rR5nV7`8\9tܪ[jޜT+fSֈ^f `bF-i2U:A+$>Ț4LubZn3f#W(nі/-) _kzAl,<5,:${CuRE"سS[حMZ2JvgWzWJU~9M씉!2xJl)슪 9tcdV<ήr ڎ<JmS-X/K4E1eW ŌaV,!&9v[$^Zؕ8!y`W vi2.+}cWQ13.tȄeć .0JQȯC̐]XSWdîiKEK75EZIxZt;XhpH1k\-JWa0.wt=~{=OJd!<7e$znq&1]z1[x= mz&v+!:NwʌXe,c֌K&slU=FDȗI_{1%˔Llw^e3bD<sU+伭2ڃ%SRev_{ڃ#Bt)/#ʬ^Џq'HVYz"U dc #WB"R-r/w<3ȻVFИ7ڧĬ)&AY|UIy<=wL#fJӫ>jG=; rlj[Q+JmhjD.r"/$Ab3ʙjhzLnb[I/vV[IG~a|d{qΟunN3xT޵fzvqyHvٮLEx:-A2Ojjc%٨Q5m5gQ'Ze.FVcً 뭻zꃆpVoxA M1f1=oqΟR.dĭJܲ6|]DLںIodufpI2o܂YB8dzEeH+D3md+u8j&/ a] ʤazVцYմH'vphSVD.BsZ>\qv'⺦P8LbXO<YG:L A^Es6Ḳ%"O]@8 ['jf7Ni|=ذan5 3~e D7<o38x&6O ֌QpQ8E3 > vMlXx* [8N#3 1 x_<fLX|4f` #8֑ ٰu=&6L"U1A1)w;gX'k#%wnIX_ٯb$ŗW ~/̘1л oLΡ+Lc|c!--fcH3L<IsCWzB>Ӽ4F 7)pP\I2SXH+LL ~<z'o8G1OҪe+f"+7 1^#W<8jVX3z *!Rҷ·BDN1F6(ϵ.mmI1cl^ X/`bMk?ijگ fr)q/]5:Nv^:.kqG";/d[fVQUd&nD կaαR!X95bH(VFDj5R<k6*W#(RKK~jZ:ZZ#"mXV.g۳# H.6 YJ퉾02ʟ2 _-tjiYm'ebɬ+"XkOyޒ֚[ZS<^L`1J2ȹ\Xt.$ZøN^oK߾r<U ]r"ỡYZöp 4kh9x3Ʈȵ<~A?ҵӔ"g}el+7ZX%QUKSccKK«j5T/QL9Vѝ5-xMa0-Y{Ş̴گq.E vb_B@JlkڤՑIju/k-&Zj-6XPlxOMF}9 ַQ^##+8fZdjF}Ea?J9eNju!yiZZCVUnlQ]0'im e:9|_cr mɼW-ѫcSC(f&--PlkeF?b}];p5^ 9Y=NGӋ6j vFt蓾%g _$@F_7!6BTWWh0KR꯵99gq &Tշ%E"dx&sN9w6b6)W׌`<fڬ[m2Q2)ԃ1&vZt31fkp--!uŶNTtVN85ۜ< k_s窇Z4|܍|uΜa:6jҲ}䢯$ULEb߈J|j.[Ng}K%ԢZ睫Xl 3u &cu̳^bm6$lIYj9&~ ҤZ l3攋5 ji-<"mU+}kw_hXuXd֥ N!溿R$-J.Vw$䶭mgV_1[uo1^p<*V;j-zD_*u.d\unj> I ==[?7X5 $[8B͝[=δZ`V62_nH626[=Ʀ0^h -5z[z get |q%p,XcAXd]Jcҍjk Նomiˌ u"e Ԩ,,vLĚ-|Zs\;cuF*@W2z) "qAe7u gƽH8oa2i)x񾞨Y&HږU5!Oڏ㤘Z@kadZ^Z5Tyn_-,b[ڰ>`T ^Z|I7/dN3kUϯh31MDžV"b ɊjF5Kv]A7ok~n*nhH SU#g7ˆ01S,E[#:vjԏj₅ L@V=Xu$(}CMFEN0WW)êe 0B}֫Zܰ`r↌c5E,]o?0x`ΆlV9mgtaH%"KWlB]ՎӲ;fDcN =.}|z6$\qs8bbنbҕa*2ClУ[e؞`^2P27|dV,Xeȭu-]}vgVm2]qo}\m~rksLY}G%>Ygf4Uv$~oׄ۳Y=-7u&zt]y9NK[/R\$621Yx3У{姛)SdJ)yq&oJ)~S01rSZ(b=У{'k6;(rf`MaƳ3s12Ku&EYEb)>ܑe=.}ɩQ.dW&"_闊)_fhg:vfnV- 3ѣY5 z>fe FO0[%N"IS|Ix&ؔ)9ǘӓuU0^Gs2_5,gf~ջfbfXyuY1O-Ǧl_vLw#}݄\f4>W@!}rlJ"UŴe8f/cY)9-vҌN$ؔ)hA|7!3_dٕZ,fiųIY'9P˜ ZBm7/w5C[;>'JD*rjYdZp~RĬY> wc {oBh3z)+d#l#Y4Ǹ˟ބܝ%2)&I6.PL[)Η,fhdFjt ';ُN8<5w`G:ԮԢ!^9EfW^c\Y*d!~?ޗi?pusVM紒]˨,Qv2]R"E˝x| hBN}|R̢IrNt",ɚGJ[/ -HMg9r>l:ᄴvi8R׈Y;1N^M4uZXOjjL 9A r:>G Fu>Qݗ2Ilu' E?/''<|f(FAŒk LG&,StaLK2ƗdC.2%KZʥKblSVikvy$ V1 \5w! !82%/[cfZg'i232L,tc)Oo15muHojLv"uQZŴf!յa:Ȯ)v ܑ@edG:vB# <Btm[S"Ü,LԺ3~}"gjǺtLg$;!/xt {QRp9^ f,,fEB,E1 iTwcb9b0 0Ϛs0{Yj9UϦ2B2&+Kj?tF(KȭX>c*j۫st⹤hєZlYBŴ_dWnsxHS̚VŮbXETXXLJ]m~w{/e \l0ⳙS̴c.,yxQfV5?j*1J(6-Z1޴iϥkgi?`t=J U5{E+8PaYc=||0&x]z^rJ!J1R-/s)3] D`=cPaYc}Ic>)&jǛz+]IEK`cK[*[2Ӎ ϡ*J_i|\X2*mb%~)g$;H=)3DbR1C4dh=,*bk|圕7z_פOfͺsv,kkDɵ9f,s#+et0T<>]:8 k_׿#5_\5 cW]XD/.@i\ح;%3f=ͱ"Qa˿{ ˽r4/N:r}m,|Nb$L ybJჸ,(r/Pa]c]{\F-uI3^Fj}%WE%וYY#*YչtցF9U2hȮq~9m] U}Ɍb\&[]%b$A$YX٫-:Bٳy}4כ! 4"Uϱ{q\1[aqZ1L*ſv׶Ne,̈́ #\:%wlvS+Rhܺ4f׽ K ZGzYR*F͞-͞]űtz]:[JÊ:Qvifݛ`z< .OQGCqޏ1dY` 3%vU#1;a99YjDŁո<؂1xyz.7eҋNzfce]O]\;fgѢ7=Ӯ:,2˝2*eHU,ζ {?xwT&PJV2L1j;*cݪ1QhԦ?MS5ٓf C.J2UY#xT!y^ $zih@S)cGpIDTXj]/+/^I땄iLU(Z*LKo2E' kߨwxOI"b sd{-dbT#40_W_x 9AYn ^]F+eErk% 2cWRv1Fw6.BƋ/^̂v,Yo[ib .DbRxFbf%60ByY.^.H͋F2,ed= @ IDAT,]Kb:خwR,]:XWJw ]}Jl' ~^(SӴ)XKc_e]WalXMϰؕC«!8x5](˖^<%s .y.ޥz7HՌ!mlȡڗCWx5-/Kj*Ǭ$JE37RXŎ7@4:B.84G!x$fb#>2g F)v]F qTD0^YKd/Z2=Ȯ ًni|] M. P*iG$2XJ1E]ǃ0HD9Js>GyqIv>#0.ṳX,  rNjΦl=xb $MCm] vB;M]-"@"B98'8LuvH~wW7/B4G촏G)B)vNu"O.Qf j]iV)и1k')9v3=3LKnY"U;T`:\/Ԅ]C4M2wkřjÂRc!TK;SHTypl}8vrĝ<f+XlA4l V"hodNV D|v6>ԅ6lXIƂr'_>܋Uwi9&c,^{2c؏c̀jL_oS_۰W$XN3MY| Mj8ܸV;h%e3ua Q& %")1`̞Ym$ĶcǴk}vlmb+l޽-Ǚq"8)>.;8SZ2<3ZW3]*fO0[/n2jz·Jsҫ2tY7AvsL.uH9;Z,6ae{o5ٛ 88(ŲFvc\DW|V،K[ 7fٲ8p{Kz-cΆsbxOaK3Ӗ(0+֖{f6K<1Ǝ ;8tMڧ;[ R[Y_e\+T49YU7Ǟj P=A|{==P\mImYXCo>*&LASV-ua+&fg1Z1t>z(qAOPSjmP ֶ |eז>r7_z3YSI2؀L~M--#|%NlKY' .S9@_ GTl`mQL9צV̗r{n6bA/Czi1:X5UETW.S/rٺT _ ;C;D#":ZU4J,Ԇ'~hqj\&nA^U8W M_dl4.:w]ER]H6 R}( ԡL0X n;ˎgVlUwo1wц:T{|uD!ʦ:r,ҕVJVpg;bWGG(zh!B7t-CutDHя9Muá<^aY݉lbEb{GUEs+Ec&64i"T<P`"TܖjYŤm*juDҡ E]U{d%b2I7dYVYţװ}Xlܻ` m :`m@6AЀЁGW xFAqF?FAGР/w:`ϠAGР?,Cb/x ѯC`H~^ !~|g hk@0~? Cj/w2z8x砮!ta?$ˑ!]I?'ԓ? ( +B$W!0{ +V9(UO֣9hAЈ>ވ̪R^@ By+2 h^.@ >B<wBwX]|c,t">@Ndy|'*;D+">u4 f}娺BsPgP]ga AG+S_wPz,ha 4xAg)"RMHw_]zt"x PJ/`zu#VšnVi ZPttEx4]4ZXM]jjJ;PZ8;G#+4gV]q׵ ik :f$$)*I: 螒wksOŠ,Y׊+=%9T*7iaJ4 Rc(Q:EƊ ^[Ab^tXc::ԍ^VTV=SJ$ZIENDB`
PNG  IHDR  ZgAMA asRGBPLTE%u%t%t$u%u (q$u+)ly2Vڛn `]2z zen(uhIIjM@ttB>TzesϪI"Y,ݽ6:Z.j$N%vpm{|qlvyskphkql|y`rbpm&tme*pz|.Cvi*I^}db4^tu<[{f*6`xgw#gUY,m^0a6;%4c SUy}-c08^1A'LR99@Y\ +oW.k49\"Q;68]nO?,G%uOdDW FATROnvy%fC,E)'rwR9vhr:1gui/i_"kMrktYJ{Z%Nw״==X9;ZujVL`z'eA?Vn=g?0s=3W2]HsQ;G&rǟ4>KRU4!3eSFL{T7[k?xDWK A.pqI#OQeatjiMAh aFoʢ X/hAm.d0+"JBQy6ś޿%ٷ(Ա̥cHTb|^%ܼY.WGJi PDNcKDZ,MCOfLB{*dZHIÙΨ]IGrЫ{]&ӮrlFV{ju8~2{sjj\(`JF|3ۺ[*\)qlѭtiskskrk|/K-V-(tRNSG侴o'qY5TZǪۻ%y9 IDATxյF1y!ER,x]%56hc/`Ǯ؂5{h,QخhE?{3i{ιwfsPZ{.;~XcWZiW_]Bς;W^c,y hlYy` fdE.~0j$.%dM zA=!M n\SX/*KPqnG] QActr(Ǘd-H~kj '\Wy9IPmf=罺G@kW)YZ#ĕUv=CJ`8)WsAՋ.FURb44<G9~1cM<irmJ9fǾ޲Bj՛!Oꨴo~*\|կ MӘYd~.Gu\ڊrX,vMЯ_'~zC_rsC_Eޣ܀罜g9l+WeϿoҎE_]D_oA޼'\fه=A޼aAj{8eۭɠ棜M㼱54&E]5Kz!: ]*7,9w;)_#D@֨R[^9> p!f$>?kW*)'K\;PAwer:vOK# iyUN/M<Y~yU.qhҴBWyG2 |?[&D9<Y;k?eƚ~`y"_/ o~ga\׳??GX~jPڠYnYk]k-7_rurڞWyʾnn۞d-7C˟?ZTo ֡<Iw? XUQn6L=,f-W=j~l2G7[m? Y^wWoG Of-?\Bd𣽽le=Keu }G n+aHcT)+ڕcZvW{}<խ抜K02ؒ|(]Ku|RQ=qm/7_?xzawzv{ɎZ5/aeRnmmkT:L[ǏjWZqK.E#;c4+eZr;I%*ӥV2CMCzc'oqۿ3vl/Z,W܁!=ԏiّJ.ʷe!"Ұ.D*`!=rjiӂG[ FǴŰK~aY{_fCS9簖1-5cKzM6%W6%ڻ <?fLbFj_j]cWH3iۮÎhMXҳXkFYJtcڌdq,M+UB;?أ83Q$F3fď2"5aNOi0J >ЎO3UlF>,֌`7cwP?Nݿ7"NUbn圧fX>,ǰÕ }vQHY&%c&aiPS`Sc'Q7Ogrl3JN?k<G=sȁ9G$z+7ż5õ?+ĩz8uN!nij;gS,vi~ۿ <sb=-X+6dz_F1TVm / _D:MsF]Ƞ +LP!H) $$Ī!z?=$D)$R(9&NSbJ1U/,v?>`|hԌK#DuZ9as$tHVg[s¥"{VGz>Ӈr=@2ه,WJNdHfTNcX 1yܙ< l fɳ)g׋$3;W;3ĬmsNQ SD<NI0MxR(è`L-Qbzld@'ՠg 6cRz!s>0Ÿ% V/4ݱA?+OlO#Z' :Q_EMXլgN?:YDx,<$ OIYD{H17ΞLVhLsl~_}Gi5>e$"YZϞ{'YK,S`!VR44ݬ*7cћObJs:š;+CnLIֵg/ ^ {=]ÎQLB(˘ag35gųDDmHj@I{4 =vߐdU˯t}3N̮W;LrE!ݨy&Cgh|N*ɾ#f(I}4cR#rY{ؠ`Sg왴]t~'ؙwQX=ݘnžeMYCY݃5~gD Wݓg5,#YNzsNR|/E(Eޕ\tŏV4?= {,jy Wg]#iaJcUX.7IJa*Em3b$ EVX}-FKoWXMZv=ں{8 ׋{njȤ{X+[t~m%Qj=f2C4dXD3a(L%RLejŌ9lX֛oo1%Z-5wKcWULCyTJ]eIJqb|*f'o>om;vM1ITzKca͒ULIcm&Lj+㉇xBx@ag%֛5zQtY(tB3ӅEK!.H欷L{8UiL^xۦ`|;e֭j뉧@_~`B`BDbtU+Nfx3c\*O6+‡S4> X!<4er~8EQpF,R3rL-.l:<$C ,!O>B{ <Tš`zp͇3"Y>x~%? )戒.ezWaHj#5aO$΃A}zPܯ7LC0iZgԋKDYݞ2~!BC2)-&Jc;USeCZQiL_ӛ×42-U f[#j`(t?i:1c!X`}ZG@O觏f/IGFZ}3X:"UJ?|ç)Yx4__:饷/͑!bJ2PxOo =Q[%&]%{Tgfʱ/mi͔b*Ⱦ{mi6~|7"ܨ7͍7f8^bebt|JƈGwcZlwƌ\(CH3ˍ-#((21FzԞq#ƥ*ѐ_x\'?%F3 SFBگ,^UӬZSn.YRq1,6Uc( -QR<*M-bO`yXȲZ=>:Lګr3&@ #̦؍eB]x+dfi& /2㲻Pf}6U쮔zcMNbQ,s&]x7Y%o! .{hRT.:UJ3*ٕ<Ō_\-f$!M  5%)|\39R\<2PG]u ŔA'N:mWn,܊!B[)*"C6XS̖[#+Yيj&YUFvع9qIsO!1JzL2헛h9CWU59Ԝ˻rv̆YV.\\GYظL!B"@P:0=E~k,)e0_o͔ON/v"*A5ʑkhC"AyvXΆ+!օSe+O97>8dX=~dzg5jFרsNh\I튺FZt,ukX.V49DH?#!cLW|rs.uM Rz9\s/eU% B 79|tC=lFU"f(( 7+5E;\KsnN'DHn)؃c򱜵YDZPBY$%5$R<R'&!vrKr=sS9KWF3,_@m'/zr1ky%˱sMcbLW!>U*ҐZ2γb"y2y6+ص{bqMrLRQÏ3vݴhOd6\Λ-LRߔ.,ӈq 1 098V|4qCͽe߼1{QCjxP?tL_%r9ׇcڮ &Y0xPĚ'=iIFvbh{1`΢Gڎ&' ICN ]AMR*>UltΥ{H1uF4! S&yg4bK<VL;6z\;bxTƻüy;-y<ȤŤIfd/kZapW9Vz;Bs%c:ϛ]5ras!&ќ&ч`OxXƻ 'üyj^феcDJKnEdOY 3U`-]r>48y $Xܥk&ѤDtyK&bQI#FFވ}B#&q>Mc>2qڴf +)Mڐ2F Ǫ:t=) mzZ yrdلD#Ʈy"aX\5 5b96XLPDŽ 91_Uf|NԚpm^%;։Xlq&)6dXYh oX&`S>hH'WGk&,矟GOfL*Fʴe;M/E?vK%Or/( vtV&'2hG`]t`NhzDM/EK\MbmFJ45[R[).wZu6ʎL@4ҖA3w,]hѢe~h-U'mK#>aX® nR_ tqd+1G5͞>&ZQL:2_ҒM/Ele˂:M_mp^4@oN_n{#iw(OKhZzGcFb(2ql嫡ǖ1[#t.ϋ/xqg DCguٟNFigRh˖f-[Xtip|}VGou ҎV ($SkqCv\bjH.*ME1vϖTO% EA9v23"+ŝPN5,_)pgz0v"+eՉZQ/vbR̝ZH Et $ oLU[Dèr$tqRrqy4]Ʋ%Ό=;VL)HxccTNuHѨgJ蔓+JD@J` <(A\UI 4d1>[Fe u`EԂndRX8d*qb*Ζn,]e-8"Zi}XEVX? Ce1)CL Et/.%bΪ@l!(z;N2:$LU. E@ .M jc"IEKJa)ZS)M5V֐6 8LtcLbNNy5@%NebqɱeӉjdXlNrj¨M%īenE2\TA+`;J"uҵnZ+E݃-K O!C Jj@wDE$MlEǐ!lvl@I!CC840Db݈2?qNBҁF),Y2ܲN.­,~jKԔ*)]!ҦO)Z!}J- T]2 T|@ SdJ(" ,bfZ5:4[1_9ҙT/vvڰh45VaVLdHhN$K]$Wͪ!(E3 sme}wԊC"3ҫsi赎ŴѩV8P-5u XUX)%Kkh藔H}(,NRM2Glx(qIX*bOe?XVX՞R)C_]ɞJxcL/KWa'miJF!nK& I jְ<s%:/*Qח/ȴ_ݡpՋ_P,^:dΥԶ 0m,9mIDXZ;!*,rr"Od|kD=*Et)UT Xu(չ|6D7X>Ђ](%BR%" ao[==Se/͕,#\UQ kV)]jJMV0ϼj%_ ͤ̉Q*\6J՟RzEqY4 //Q_M4PB%'_>}B_JFɒm ZґRW)PR"*bW BQѥS[$Jg*_~icsKFƙِ2XOeiGJDt>jJkm[")?~)or}_NOJO2 /Ӣ UR)"*["34ӌ9ӈD3׫˙RWrKν) M<:'ѿqa3 5Ϭ q%^-2b|ޟϢK>fV5gf2JVrbKES]AI~AɩWˬʭ8U* ; 31(>B5¸Hr/aٸdbL7ffT*,7*"QW/iVխz Ǐ1^My}#3ǨhU#RyU[5ɶetrQN6jܱ=ӈu?q Md|FaO< }0b*~+l[z:h5"e̓FlfeUƔb1(~ЄnAƍ?nq<q aDh>uƜkTmm3ftBkوX#2nIIhl/5q]BU0#BeXTʐ#"LdF؈JFd02dii4![!0R<x>h7^,?M%3F!+T4qc&s 22?!36ͨ6΃ocQJŜkPN,a ŤqvB1@Y#$@]G89FfָH5sZ0tϫ IDATD0[:v ?#jɤpƅM őfx;_d|DZ ?Hճ=Hmj)>aV!62~q,zQqXO64!>YsP;_E *N.EP#Qa9K6rM<{M]9Ah<rxF+%6r3XCDwC׆Nh53K٣oAb1VorlP%H٬]T1J7}&!ʸڊaFn L G+H2ۑU =[D-9]gAҶ8$ ҌE$Ǽi.crb-|@nmi%9 ZM ۑ 4̬+F tzⰅ9} b/_rX7P_-Z&nb6eZХ' {]OK5K@fib }/ -D4)Y*7n(N).{r)bYi6<vRV&6uz ût=I8Q <D?h61Gg[lO˸T%oi&M b_˶zv_&MT}9$Dqkbn(iVxVoܱdOvƾlmImݯ:&nksL1ۘIo~9{eM1HʾJ)}WMdӶ%Іq+FfRlb~e,_X`7rFh1*Q$ƨP6o6-Xvz`*l*=D2AQI“]rgBc%}{=EYp<yX<ytLdO&o78&fȵF~!bI_`2[ixb'krMN薽R~1V.ȳR+57NdRщ8WȫXH6`ưMƘ$ֲ\;Tvu^/hwXmj/69bd_E&,v)(hգaXwHKUaÓ9f&2jd2yr]2qMLeQx^]Ywzgol̎sQLz1.LR^bW0b׏ [W_eWgdg;yg<1;Ve_8DR#j8 oPxgǶN#Δ~jYƊd:1ca eks |m|\fzqgƊxcg<>د:c\Zۥۚ D>o}u^l"չfVT.SAp~\~Hb\_l~Xdeҋ:bTW:r<>^ erV0KRlrlۚU:j^[*BmX4bWתxOxq|. /Dx mdVL&$RuR:˳N#RjJr.׏8{ .oǜ WrD FC>nlQkBLů!=E-q oE_ߒ#Ʈ,Xrۏ˷Pt3j=#-[ptr ۦbRXFeN$X>9Er]Kh1^د"BA+_*&hHb_,ݒ_Qf"\0/Qc?E 9 |}rddW6$nIi#d9D%DB18{֮œ^A,(eG{k9QNdYN̬tP/vsu!u557[_n5=5,dG$9(CբnT]Ū8A|rR5nV7`8\9tܪ[jޜT+fSֈ^f `bF-i2U:A+$>Ț4LubZn3f#W(nі/-) _kzAl,<5,:${CuRE"سS[حMZ2JvgWzWJU~9M씉!2xJl)슪 9tcdV<ήr ڎ<JmS-X/K4E1eW ŌaV,!&9v[$^Zؕ8!y`W vi2.+}cWQ13.tȄeć .0JQȯC̐]XSWdîiKEK75EZIxZt;XhpH1k\-JWa0.wt=~{=OJd!<7e$znq&1]z1[x= mz&v+!:NwʌXe,c֌K&slU=FDȗI_{1%˔Llw^e3bD<sU+伭2ڃ%SRev_{ڃ#Bt)/#ʬ^Џq'HVYz"U dc #WB"R-r/w<3ȻVFИ7ڧĬ)&AY|UIy<=wL#fJӫ>jG=; rlj[Q+JmhjD.r"/$Ab3ʙjhzLnb[I/vV[IG~a|d{qΟunN3xT޵fzvqyHvٮLEx:-A2Ojjc%٨Q5m5gQ'Ze.FVcً 뭻zꃆpVoxA M1f1=oqΟR.dĭJܲ6|]DLںIodufpI2o܂YB8dzEeH+D3md+u8j&/ a] ʤazVцYմH'vphSVD.BsZ>\qv'⺦P8LbXO<YG:L A^Es6Ḳ%"O]@8 ['jf7Ni|=ذan5 3~e D7<o38x&6O ֌QpQ8E3 > vMlXx* [8N#3 1 x_<fLX|4f` #8֑ ٰu=&6L"U1A1)w;gX'k#%wnIX_ٯb$ŗW ~/̘1л oLΡ+Lc|c!--fcH3L<IsCWzB>Ӽ4F 7)pP\I2SXH+LL ~<z'o8G1OҪe+f"+7 1^#W<8jVX3z *!Rҷ·BDN1F6(ϵ.mmI1cl^ X/`bMk?ijگ fr)q/]5:Nv^:.kqG";/d[fVQUd&nD կaαR!X95bH(VFDj5R<k6*W#(RKK~jZ:ZZ#"mXV.g۳# H.6 YJ퉾02ʟ2 _-tjiYm'ebɬ+"XkOyޒ֚[ZS<^L`1J2ȹ\Xt.$ZøN^oK߾r<U ]r"ỡYZöp 4kh9x3Ʈȵ<~A?ҵӔ"g}el+7ZX%QUKSccKK«j5T/QL9Vѝ5-xMa0-Y{Ş̴گq.E vb_B@JlkڤՑIju/k-&Zj-6XPlxOMF}9 ַQ^##+8fZdjF}Ea?J9eNju!yiZZCVUnlQ]0'im e:9|_cr mɼW-ѫcSC(f&--PlkeF?b}];p5^ 9Y=NGӋ6j vFt蓾%g _$@F_7!6BTWWh0KR꯵99gq &Tշ%E"dx&sN9w6b6)W׌`<fڬ[m2Q2)ԃ1&vZt31fkp--!uŶNTtVN85ۜ< k_s窇Z4|܍|uΜa:6jҲ}䢯$ULEb߈J|j.[Ng}K%ԢZ睫Xl 3u &cu̳^bm6$lIYj9&~ ҤZ l3攋5 ji-<"mU+}kw_hXuXd֥ N!溿R$-J.Vw$䶭mgV_1[uo1^p<*V;j-zD_*u.d\unj> I ==[?7X5 $[8B͝[=δZ`V62_nH626[=Ʀ0^h -5z[z get |q%p,XcAXd]Jcҍjk Նomiˌ u"e Ԩ,,vLĚ-|Zs\;cuF*@W2z) "qAe7u gƽH8oa2i)x񾞨Y&HږU5!Oڏ㤘Z@kadZ^Z5Tyn_-,b[ڰ>`T ^Z|I7/dN3kUϯh31MDžV"b ɊjF5Kv]A7ok~n*nhH SU#g7ˆ01S,E[#:vjԏj₅ L@V=Xu$(}CMFEN0WW)êe 0B}֫Zܰ`r↌c5E,]o?0x`ΆlV9mgtaH%"KWlB]ՎӲ;fDcN =.}|z6$\qs8bbنbҕa*2ClУ[e؞`^2P27|dV,Xeȭu-]}vgVm2]qo}\m~rksLY}G%>Ygf4Uv$~oׄ۳Y=-7u&zt]y9NK[/R\$621Yx3У{姛)SdJ)yq&oJ)~S01rSZ(b=У{'k6;(rf`MaƳ3s12Ku&EYEb)>ܑe=.}ɩQ.dW&"_闊)_fhg:vfnV- 3ѣY5 z>fe FO0[%N"IS|Ix&ؔ)9ǘӓuU0^Gs2_5,gf~ջfbfXyuY1O-Ǧl_vLw#}݄\f4>W@!}rlJ"UŴe8f/cY)9-vҌN$ؔ)hA|7!3_dٕZ,fiųIY'9P˜ ZBm7/w5C[;>'JD*rjYdZp~RĬY> wc {oBh3z)+d#l#Y4Ǹ˟ބܝ%2)&I6.PL[)Η,fhdFjt ';ُN8<5w`G:ԮԢ!^9EfW^c\Y*d!~?ޗi?pusVM紒]˨,Qv2]R"E˝x| hBN}|R̢IrNt",ɚGJ[/ -HMg9r>l:ᄴvi8R׈Y;1N^M4uZXOjjL 9A r:>G Fu>Qݗ2Ilu' E?/''<|f(FAŒk LG&,StaLK2ƗdC.2%KZʥKblSVikvy$ V1 \5w! !82%/[cfZg'i232L,tc)Oo15muHojLv"uQZŴf!յa:Ȯ)v ܑ@edG:vB# <Btm[S"Ü,LԺ3~}"gjǺtLg$;!/xt {QRp9^ f,,fEB,E1 iTwcb9b0 0Ϛs0{Yj9UϦ2B2&+Kj?tF(KȭX>c*j۫st⹤hєZlYBŴ_dWnsxHS̚VŮbXETXXLJ]m~w{/e \l0ⳙS̴c.,yxQfV5?j*1J(6-Z1޴iϥkgi?`t=J U5{E+8PaYc=||0&x]z^rJ!J1R-/s)3] D`=cPaYc}Ic>)&jǛz+]IEK`cK[*[2Ӎ ϡ*J_i|\X2*mb%~)g$;H=)3DbR1C4dh=,*bk|圕7z_פOfͺsv,kkDɵ9f,s#+et0T<>]:8 k_׿#5_\5 cW]XD/.@i\ح;%3f=ͱ"Qa˿{ ˽r4/N:r}m,|Nb$L ybJჸ,(r/Pa]c]{\F-uI3^Fj}%WE%וYY#*YչtցF9U2hȮq~9m] U}Ɍb\&[]%b$A$YX٫-:Bٳy}4כ! 4"Uϱ{q\1[aqZ1L*ſv׶Ne,̈́ #\:%wlvS+Rhܺ4f׽ K ZGzYR*F͞-͞]űtz]:[JÊ:Qvifݛ`z< .OQGCqޏ1dY` 3%vU#1;a99YjDŁո<؂1xyz.7eҋNzfce]O]\;fgѢ7=Ӯ:,2˝2*eHU,ζ {?xwT&PJV2L1j;*cݪ1QhԦ?MS5ٓf C.J2UY#xT!y^ $zih@S)cGpIDTXj]/+/^I땄iLU(Z*LKo2E' kߨwxOI"b sd{-dbT#40_W_x 9AYn ^]F+eErk% 2cWRv1Fw6.BƋ/^̂v,Yo[ib .DbRxFbf%60ByY.^.H͋F2,ed= @ IDAT,]Kb:خwR,]:XWJw ]}Jl' ~^(SӴ)XKc_e]WalXMϰؕC«!8x5](˖^<%s .y.ޥz7HՌ!mlȡڗCWx5-/Kj*Ǭ$JE37RXŎ7@4:B.84G!x$fb#>2g F)v]F qTD0^YKd/Z2=Ȯ ًni|] M. P*iG$2XJ1E]ǃ0HD9Js>GyqIv>#0.ṳX,  rNjΦl=xb $MCm] vB;M]-"@"B98'8LuvH~wW7/B4G촏G)B)vNu"O.Qf j]iV)и1k')9v3=3LKnY"U;T`:\/Ԅ]C4M2wkřjÂRc!TK;SHTypl}8vrĝ<f+XlA4l V"hodNV D|v6>ԅ6lXIƂr'_>܋Uwi9&c,^{2c؏c̀jL_oS_۰W$XN3MY| Mj8ܸV;h%e3ua Q& %")1`̞Ym$ĶcǴk}vlmb+l޽-Ǚq"8)>.;8SZ2<3ZW3]*fO0[/n2jz·Jsҫ2tY7AvsL.uH9;Z,6ae{o5ٛ 88(ŲFvc\DW|V،K[ 7fٲ8p{Kz-cΆsbxOaK3Ӗ(0+֖{f6K<1Ǝ ;8tMڧ;[ R[Y_e\+T49YU7Ǟj P=A|{==P\mImYXCo>*&LASV-ua+&fg1Z1t>z(qAOPSjmP ֶ |eז>r7_z3YSI2؀L~M--#|%NlKY' .S9@_ GTl`mQL9צV̗r{n6bA/Czi1:X5UETW.S/rٺT _ ;C;D#":ZU4J,Ԇ'~hqj\&nA^U8W M_dl4.:w]ER]H6 R}( ԡL0X n;ˎgVlUwo1wц:T{|uD!ʦ:r,ҕVJVpg;bWGG(zh!B7t-CutDHя9Muá<^aY݉lbEb{GUEs+Ec&64i"T<P`"TܖjYŤm*juDҡ E]U{d%b2I7dYVYţװ}Xlܻ` m :`m@6AЀЁGW xFAqF?FAGР/w:`ϠAGР?,Cb/x ѯC`H~^ !~|g hk@0~? Cj/w2z8x砮!ta?$ˑ!]I?'ԓ? ( +B$W!0{ +V9(UO֣9hAЈ>ވ̪R^@ By+2 h^.@ >B<wBwX]|c,t">@Ndy|'*;D+">u4 f}娺BsPgP]ga AG+S_wPz,ha 4xAg)"RMHw_]zt"x PJ/`zu#VšnVi ZPttEx4]4ZXM]jjJ;PZ8;G#+4gV]q׵ ik :f$$)*I: 螒wksOŠ,Y׊+=%9T*7iaJ4 Rc(Q:EƊ ^[Ab^tXc::ԍ^VTV=SJ$ZIENDB`
-1
gohugoio/hugo
8,215
markup/goldmark: Add attributes support for blocks (tables etc.)
Fixes #7548
bep
"2021-02-08T09:42:41Z"
"2021-02-08T18:52:56Z"
1b2472825664763c0b88807b0d193e73553423ec
2681633db8d340d2dc59cf801419874d572fc704
markup/goldmark: Add attributes support for blocks (tables etc.). Fixes #7548
./docs/content/en/functions/jsonify.md
--- title: jsonify linktitle: jsonify description: Encodes a given object to JSON. godocref: date: 2017-02-01 publishdate: 2017-02-01 lastmod: 2020-04-13 categories: [functions] menu: docs: parent: "functions" keywords: [strings,json] signature: ["jsonify INPUT", "jsonify OPTIONS INPUT"] workson: [] hugoversion: relatedfuncs: [plainify] deprecated: false aliases: [] --- Jsonify encodes a given object to JSON. To customize the printing of the JSON, pass a dictionary of options as the first argument. Supported options are "prefix" and "indent". Each JSON element in the output will begin on a new line beginning with *prefix* followed by one or more copies of *indent* according to the indentation nesting. ``` {{ dict "title" .Title "content" .Plain | jsonify }} {{ dict "title" .Title "content" .Plain | jsonify (dict "indent" " ") }} {{ dict "title" .Title "content" .Plain | jsonify (dict "prefix" " " "indent" " ") }} ``` See also the `.PlainWords`, `.Plain`, and `.RawContent` [page variables][pagevars]. [pagevars]: /variables/page/
--- title: jsonify linktitle: jsonify description: Encodes a given object to JSON. godocref: date: 2017-02-01 publishdate: 2017-02-01 lastmod: 2020-04-13 categories: [functions] menu: docs: parent: "functions" keywords: [strings,json] signature: ["jsonify INPUT", "jsonify OPTIONS INPUT"] workson: [] hugoversion: relatedfuncs: [plainify] deprecated: false aliases: [] --- Jsonify encodes a given object to JSON. To customize the printing of the JSON, pass a dictionary of options as the first argument. Supported options are "prefix" and "indent". Each JSON element in the output will begin on a new line beginning with *prefix* followed by one or more copies of *indent* according to the indentation nesting. ``` {{ dict "title" .Title "content" .Plain | jsonify }} {{ dict "title" .Title "content" .Plain | jsonify (dict "indent" " ") }} {{ dict "title" .Title "content" .Plain | jsonify (dict "prefix" " " "indent" " ") }} ``` See also the `.PlainWords`, `.Plain`, and `.RawContent` [page variables][pagevars]. [pagevars]: /variables/page/
-1
gohugoio/hugo
8,215
markup/goldmark: Add attributes support for blocks (tables etc.)
Fixes #7548
bep
"2021-02-08T09:42:41Z"
"2021-02-08T18:52:56Z"
1b2472825664763c0b88807b0d193e73553423ec
2681633db8d340d2dc59cf801419874d572fc704
markup/goldmark: Add attributes support for blocks (tables etc.). Fixes #7548
./tpl/tplimpl/embedded/templates/opengraph.html
<meta property="og:title" content="{{ .Title }}" /> <meta property="og:description" content="{{ with .Description }}{{ . }}{{ else }}{{if .IsPage}}{{ .Summary }}{{ else }}{{ with .Site.Params.description }}{{ . }}{{ end }}{{ end }}{{ end }}" /> <meta property="og:type" content="{{ if .IsPage }}article{{ else }}website{{ end }}" /> <meta property="og:url" content="{{ .Permalink }}" /> {{ with $.Params.images }}{{ range first 6 . -}} <meta property="og:image" content="{{ . | absURL }}" /> {{ end }}{{ else -}} {{- $images := $.Resources.ByType "image" -}} {{- $featured := $images.GetMatch "*feature*" -}} {{- if not $featured }}{{ $featured = $images.GetMatch "{*cover*,*thumbnail*}" }}{{ end -}} {{- with $featured -}} <meta property="og:image" content="{{ $featured.Permalink }}"/> {{ else -}} {{- with $.Site.Params.images -}} <meta property="og:image" content="{{ index . 0 | absURL }}"/> {{ end }}{{ end }}{{ end }} {{- $iso8601 := "2006-01-02T15:04:05-07:00" -}} {{- if .IsPage }} {{- if not .PublishDate.IsZero }}<meta property="article:published_time" {{ .PublishDate.Format $iso8601 | printf "content=%q" | safeHTMLAttr }} /> {{ else if not .Date.IsZero }}<meta property="article:published_time" {{ .Date.Format $iso8601 | printf "content=%q" | safeHTMLAttr }} /> {{ end }} {{- if not .Lastmod.IsZero }}<meta property="article:modified_time" {{ .Lastmod.Format $iso8601 | printf "content=%q" | safeHTMLAttr }} />{{ end }} {{- else }} {{- if not .Date.IsZero }}<meta property="og:updated_time" {{ .Lastmod.Format $iso8601 | printf "content=%q" | safeHTMLAttr }} /> {{- end }} {{- end }}{{/* .IsPage */}} {{- with .Params.audio }}<meta property="og:audio" content="{{ . }}" />{{ end }} {{- with .Params.locale }}<meta property="og:locale" content="{{ . }}" />{{ end }} {{- with .Site.Params.title }}<meta property="og:site_name" content="{{ . }}" />{{ end }} {{- with .Params.videos }} {{- range . }} <meta property="og:video" content="{{ . | absURL }}" /> {{ end }}{{ end }} {{- /* If it is part of a series, link to related articles */}} {{- $permalink := .Permalink }} {{- $siteSeries := .Site.Taxonomies.series }}{{ with .Params.series }} {{- range $name := . }} {{- $series := index $siteSeries ($name | urlize) }} {{- range $page := first 6 $series.Pages }} {{- if ne $page.Permalink $permalink }}<meta property="og:see_also" content="{{ $page.Permalink }}" />{{ end }} {{- end }} {{ end }}{{ end }} {{- if .IsPage }} {{- range .Site.Authors }}{{ with .Social.facebook }} <meta property="article:author" content="https://www.facebook.com/{{ . }}" />{{ end }}{{ with .Site.Social.facebook }} <meta property="article:publisher" content="https://www.facebook.com/{{ . }}" />{{ end }} <meta property="article:section" content="{{ .Section }}" /> {{- with .Params.tags }}{{ range first 6 . }} <meta property="article:tag" content="{{ . }}" />{{ end }}{{ end }} {{- end }}{{ end }} {{- /* Facebook Page Admin ID for Domain Insights */}} {{- with .Site.Social.facebook_admin }}<meta property="fb:admins" content="{{ . }}" />{{ end }}
<meta property="og:title" content="{{ .Title }}" /> <meta property="og:description" content="{{ with .Description }}{{ . }}{{ else }}{{if .IsPage}}{{ .Summary }}{{ else }}{{ with .Site.Params.description }}{{ . }}{{ end }}{{ end }}{{ end }}" /> <meta property="og:type" content="{{ if .IsPage }}article{{ else }}website{{ end }}" /> <meta property="og:url" content="{{ .Permalink }}" /> {{ with $.Params.images }}{{ range first 6 . -}} <meta property="og:image" content="{{ . | absURL }}" /> {{ end }}{{ else -}} {{- $images := $.Resources.ByType "image" -}} {{- $featured := $images.GetMatch "*feature*" -}} {{- if not $featured }}{{ $featured = $images.GetMatch "{*cover*,*thumbnail*}" }}{{ end -}} {{- with $featured -}} <meta property="og:image" content="{{ $featured.Permalink }}"/> {{ else -}} {{- with $.Site.Params.images -}} <meta property="og:image" content="{{ index . 0 | absURL }}"/> {{ end }}{{ end }}{{ end }} {{- $iso8601 := "2006-01-02T15:04:05-07:00" -}} {{- if .IsPage }} {{- if not .PublishDate.IsZero }}<meta property="article:published_time" {{ .PublishDate.Format $iso8601 | printf "content=%q" | safeHTMLAttr }} /> {{ else if not .Date.IsZero }}<meta property="article:published_time" {{ .Date.Format $iso8601 | printf "content=%q" | safeHTMLAttr }} /> {{ end }} {{- if not .Lastmod.IsZero }}<meta property="article:modified_time" {{ .Lastmod.Format $iso8601 | printf "content=%q" | safeHTMLAttr }} />{{ end }} {{- else }} {{- if not .Date.IsZero }}<meta property="og:updated_time" {{ .Lastmod.Format $iso8601 | printf "content=%q" | safeHTMLAttr }} /> {{- end }} {{- end }}{{/* .IsPage */}} {{- with .Params.audio }}<meta property="og:audio" content="{{ . }}" />{{ end }} {{- with .Params.locale }}<meta property="og:locale" content="{{ . }}" />{{ end }} {{- with .Site.Params.title }}<meta property="og:site_name" content="{{ . }}" />{{ end }} {{- with .Params.videos }} {{- range . }} <meta property="og:video" content="{{ . | absURL }}" /> {{ end }}{{ end }} {{- /* If it is part of a series, link to related articles */}} {{- $permalink := .Permalink }} {{- $siteSeries := .Site.Taxonomies.series }}{{ with .Params.series }} {{- range $name := . }} {{- $series := index $siteSeries ($name | urlize) }} {{- range $page := first 6 $series.Pages }} {{- if ne $page.Permalink $permalink }}<meta property="og:see_also" content="{{ $page.Permalink }}" />{{ end }} {{- end }} {{ end }}{{ end }} {{- if .IsPage }} {{- range .Site.Authors }}{{ with .Social.facebook }} <meta property="article:author" content="https://www.facebook.com/{{ . }}" />{{ end }}{{ with .Site.Social.facebook }} <meta property="article:publisher" content="https://www.facebook.com/{{ . }}" />{{ end }} <meta property="article:section" content="{{ .Section }}" /> {{- with .Params.tags }}{{ range first 6 . }} <meta property="article:tag" content="{{ . }}" />{{ end }}{{ end }} {{- end }}{{ end }} {{- /* Facebook Page Admin ID for Domain Insights */}} {{- with .Site.Social.facebook_admin }}<meta property="fb:admins" content="{{ . }}" />{{ end }}
-1
gohugoio/hugo
8,211
Update to Dart Sass Protocol beta6
Note that this version is not backwards compatible, so you have to update the protocol binary.
bep
"2021-02-06T16:52:23Z"
"2021-02-06T17:34:20Z"
4867cd1dea34ee53fb73cede2bcff4792e470104
441b11beec3cf0371ff9a2898f220a0bf00faf8c
Update to Dart Sass Protocol beta6. Note that this version is not backwards compatible, so you have to update the protocol binary.
./.github/workflows/test.yml
on: [push, pull_request] name: Test jobs: test: env: GOPROXY: https://proxy.golang.org GO111MODULE: on strategy: matrix: go-version: [1.14.x, 1.15.x] os: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.os }} steps: - name: Install Go uses: actions/setup-go@37335c7bb261b353407cff977110895fa0b4f7d8 with: go-version: ${{ matrix.go-version }} - name: Install Ruby uses: actions/setup-ruby@5f29a1cd8dfebf420691c4c9a0e832e2fae5a526 with: ruby-version: '2.7' - name: Install Python uses: actions/setup-python@3105fb18c05ddd93efea5f9e0bef7a03a6e9e7df with: python-version: '3.x' - name: Install Mage run: go get github.com/magefile/mage@07afc7d24f4d6d6442305d49552f04fbda5ccb3e - name: Install asciidoctor uses: reitzig/actions-asciidoctor@7570212ae20b63653481675fb1ff62d1073632b0 - name: Checkout code uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f - name: Install docutils run: | pip install docutils rst2html.py --version - if: matrix.os == 'ubuntu-latest' name: Install pandoc on Linux run: | sudo apt-get update -y sudo apt-get install -y pandoc - if: matrix.os == 'macos-latest' run: | brew install pandoc - if: matrix.os == 'windows-latest' run: | choco install pandoc - run: pandoc -v - if: matrix.os == 'ubuntu-latest' name: Install dart-sass-embedded Linux run: | curl -LJO https://github.com/sass/dart-sass-embedded/releases/download/1.0.0-beta.5/sass_embedded-1.0.0-beta.5-linux-x64.tar.gz; echo "642738beaea4ef1b9168446bc105267a2948a5e939537f5bd5afb48159140a44 sass_embedded-1.0.0-beta.5-linux-x64.tar.gz" | sha256sum -c; tar -xvf sass_embedded-1.0.0-beta.5-linux-x64.tar.gz; echo "$GITHUB_WORKSPACE/sass_embedded/" >> $GITHUB_PATH - if: matrix.os == 'macos-latest' name: Install dart-sass-embedded MacOS run: | curl -LJO https://github.com/sass/dart-sass-embedded/releases/download/1.0.0-beta.5/sass_embedded-1.0.0-beta.5-macos-x64.tar.gz; echo "47b55a39126155f89fdfb8eea7c19ba976b3f6fadbdb6867e5582a18137bd180 sass_embedded-1.0.0-beta.5-macos-x64.tar.gz" | shasum -a 256 -c; tar -xvf sass_embedded-1.0.0-beta.5-macos-x64.tar.gz; echo "$GITHUB_WORKSPACE/sass_embedded/" >> $GITHUB_PATH - if: matrix.os == 'windows-latest' name: Install dart-sass-embedded Windows run: | curl -LJO https://github.com/sass/dart-sass-embedded/releases/download/1.0.0-beta.5/sass_embedded-1.0.0-beta.5-windows-x64.zip; echo "5e65c0d8cbe038b6a120a3e7f390ad731708998f37c2de8ba565c51746a4588c sass_embedded-1.0.0-beta.5-windows-x64.zip" | sha256sum -c; unzip sass_embedded-1.0.0-beta.5-windows-x64.zip; echo "$env:GITHUB_WORKSPACE/sass_embedded/" | Out-File -FilePath $Env:GITHUB_PATH -Encoding utf-8 -Append - name: Test run: | mage -v test mage -v check; - name: Build Docs env: HUGO_BUILD_TAGS: extended HUGO_TIMEOUT: 31000 HUGO_IGNOREERRORS: error-remote-getjson run: | mage -v hugo ./hugo -s docs/ ./hugo --renderToMemory -s docs/
on: [push, pull_request] name: Test jobs: test: env: GOPROXY: https://proxy.golang.org GO111MODULE: on strategy: matrix: go-version: [1.14.x, 1.15.x] os: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.os }} steps: - name: Install Go uses: actions/setup-go@37335c7bb261b353407cff977110895fa0b4f7d8 with: go-version: ${{ matrix.go-version }} - name: Install Ruby uses: actions/setup-ruby@5f29a1cd8dfebf420691c4c9a0e832e2fae5a526 with: ruby-version: '2.7' - name: Install Python uses: actions/setup-python@3105fb18c05ddd93efea5f9e0bef7a03a6e9e7df with: python-version: '3.x' - name: Install Mage run: go get github.com/magefile/mage@07afc7d24f4d6d6442305d49552f04fbda5ccb3e - name: Install asciidoctor uses: reitzig/actions-asciidoctor@7570212ae20b63653481675fb1ff62d1073632b0 - name: Checkout code uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f - name: Install docutils run: | pip install docutils rst2html.py --version - if: matrix.os == 'ubuntu-latest' name: Install pandoc on Linux run: | sudo apt-get update -y sudo apt-get install -y pandoc - if: matrix.os == 'macos-latest' run: | brew install pandoc - if: matrix.os == 'windows-latest' run: | choco install pandoc - run: pandoc -v - if: matrix.os == 'ubuntu-latest' name: Install dart-sass-embedded Linux run: | curl -LJO https://github.com/sass/dart-sass-embedded/releases/download/1.0.0-beta.6/sass_embedded-1.0.0-beta.6-linux-x64.tar.gz; echo "04fc1e5e28d29a4585a701941b6dace56771d94bfbe7f9e4db28d24417ceeec3 sass_embedded-1.0.0-beta.6-linux-x64.tar.gz" | sha256sum -c; tar -xvf sass_embedded-1.0.0-beta.6-linux-x64.tar.gz; echo "$GITHUB_WORKSPACE/sass_embedded/" >> $GITHUB_PATH - if: matrix.os == 'macos-latest' name: Install dart-sass-embedded MacOS run: | curl -LJO https://github.com/sass/dart-sass-embedded/releases/download/1.0.0-beta.6/sass_embedded-1.0.0-beta.6-macos-x64.tar.gz; echo "b3b984675a9b04aa22f6f2302dda4191b507ac2ca124467db2dfe7e58e72fbad sass_embedded-1.0.0-beta.6-macos-x64.tar.gz" | shasum -a 256 -c; tar -xvf sass_embedded-1.0.0-beta.6-macos-x64.tar.gz; echo "$GITHUB_WORKSPACE/sass_embedded/" >> $GITHUB_PATH - if: matrix.os == 'windows-latest' name: Install dart-sass-embedded Windows run: | curl -LJO https://github.com/sass/dart-sass-embedded/releases/download/1.0.0-beta.6/sass_embedded-1.0.0-beta.6-windows-x64.zip; echo "6ae442129dbb3334bc21ef851261da6c0c1b560da790ca2e1350871d00ab816d sass_embedded-1.0.0-beta.6-windows-x64.zip" | sha256sum -c; unzip sass_embedded-1.0.0-beta.6-windows-x64.zip; echo "$env:GITHUB_WORKSPACE/sass_embedded/" | Out-File -FilePath $Env:GITHUB_PATH -Encoding utf-8 -Append - name: Test run: | mage -v test mage -v check; - name: Build Docs env: HUGO_BUILD_TAGS: extended HUGO_TIMEOUT: 31000 HUGO_IGNOREERRORS: error-remote-getjson run: | mage -v hugo ./hugo -s docs/ ./hugo --renderToMemory -s docs/
1
gohugoio/hugo
8,211
Update to Dart Sass Protocol beta6
Note that this version is not backwards compatible, so you have to update the protocol binary.
bep
"2021-02-06T16:52:23Z"
"2021-02-06T17:34:20Z"
4867cd1dea34ee53fb73cede2bcff4792e470104
441b11beec3cf0371ff9a2898f220a0bf00faf8c
Update to Dart Sass Protocol beta6. Note that this version is not backwards compatible, so you have to update the protocol binary.
./docs/content/en/hugo-pipes/scss-sass.md
--- title: SASS / SCSS description: Hugo Pipes allows the processing of SASS and SCSS files. date: 2018-07-14 publishdate: 2018-07-14 lastmod: 2018-07-14 categories: [asset management] keywords: [] menu: docs: parent: "pipes" weight: 30 weight: 02 sections_weight: 02 draft: false --- Any SASS or SCSS file can be transformed into a CSS file using `resources.ToCSS` which takes two arguments, the resource object and a map of options listed below. ```go-html-template {{ $sass := resources.Get "sass/main.scss" }} {{ $style := $sass | resources.ToCSS }} ``` ### Options transpiler [string] {{< new-in "0.80.0" >}} : The `transpiler` to use, valid values are `libsass` (default) and `dartsass`. Note that the Embedded Dart Sass project is still in beta (beta 5 at the time of writing). The release is scheduled for Q1 2021. We will try to improve the installation process by then, but if you want to use Hugo with Dart Sass you need to download a release binary from [Embedded Dart Sass](https://github.com/sass/dart-sass-embedded/releases) (beta 5) and make sure it's in your PC's `$PATH` (or `%PATH%` on Windows). targetPath [string] : If not set, the resource's target path will be the asset file original path with its extension replaced by `.css`. outputStyle [string] : Default is `nested` (LibSass) and `expanded` (Dart Sass). Other available output styles for LibSass are `expanded`, `compact` and `compressed`. Dart Sass only supports `expanded` and `compressed`. precision [int] : Precision of floating point math. **Note:** This option is not supported by Dart Sass. enableSourceMap [bool] : When enabled, a source map will be generated. includePaths [string slice] : Additional SCSS/SASS include paths. Paths must be relative to the project directory. ```go-html-template {{ $options := (dict "targetPath" "style.css" "outputStyle" "compressed" "enableSourceMap" true "includePaths" (slice "node_modules/myscss")) }} {{ $style := resources.Get "sass/main.scss" | resources.ToCSS $options }} ``` {{% note %}} Setting `outputStyle` to `compressed` will handle SASS/SCSS files minification better than the more generic [`resources.Minify`]({{< ref "minification">}}). {{% /note %}}
--- title: SASS / SCSS description: Hugo Pipes allows the processing of SASS and SCSS files. date: 2018-07-14 publishdate: 2018-07-14 lastmod: 2018-07-14 categories: [asset management] keywords: [] menu: docs: parent: "pipes" weight: 30 weight: 02 sections_weight: 02 draft: false --- Any SASS or SCSS file can be transformed into a CSS file using `resources.ToCSS` which takes two arguments, the resource object and a map of options listed below. ```go-html-template {{ $sass := resources.Get "sass/main.scss" }} {{ $style := $sass | resources.ToCSS }} ``` ### Options transpiler [string] {{< new-in "0.80.0" >}} : The `transpiler` to use, valid values are `libsass` (default) and `dartsass`. Note that the Embedded Dart Sass project is still in beta (beta 5 at the time of writing). The release is scheduled for Q1 2021. We will try to improve the installation process by then, but if you want to use Hugo with Dart Sass you need to download a release binary from [Embedded Dart Sass](https://github.com/sass/dart-sass-embedded/releases) (Hugo after 0.81.0 requires beta 6 or newer) and make sure it's in your PC's `$PATH` (or `%PATH%` on Windows). targetPath [string] : If not set, the resource's target path will be the asset file original path with its extension replaced by `.css`. outputStyle [string] : Default is `nested` (LibSass) and `expanded` (Dart Sass). Other available output styles for LibSass are `expanded`, `compact` and `compressed`. Dart Sass only supports `expanded` and `compressed`. precision [int] : Precision of floating point math. **Note:** This option is not supported by Dart Sass. enableSourceMap [bool] : When enabled, a source map will be generated. includePaths [string slice] : Additional SCSS/SASS include paths. Paths must be relative to the project directory. ```go-html-template {{ $options := (dict "targetPath" "style.css" "outputStyle" "compressed" "enableSourceMap" true "includePaths" (slice "node_modules/myscss")) }} {{ $style := resources.Get "sass/main.scss" | resources.ToCSS $options }} ``` {{% note %}} Setting `outputStyle` to `compressed` will handle SASS/SCSS files minification better than the more generic [`resources.Minify`]({{< ref "minification">}}). {{% /note %}}
1
gohugoio/hugo
8,211
Update to Dart Sass Protocol beta6
Note that this version is not backwards compatible, so you have to update the protocol binary.
bep
"2021-02-06T16:52:23Z"
"2021-02-06T17:34:20Z"
4867cd1dea34ee53fb73cede2bcff4792e470104
441b11beec3cf0371ff9a2898f220a0bf00faf8c
Update to Dart Sass Protocol beta6. Note that this version is not backwards compatible, so you have to update the protocol binary.
./go.mod
module github.com/gohugoio/hugo require ( github.com/BurntSushi/locker v0.0.0-20171006230638-a6e239ea1c69 github.com/BurntSushi/toml v0.3.1 github.com/PuerkitoBio/purell v1.1.1 github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect github.com/alecthomas/chroma v0.8.2 github.com/alecthomas/repr v0.0.0-20181024024818-d37bc2a10ba1 // indirect github.com/armon/go-radix v1.0.0 github.com/aws/aws-sdk-go v1.36.33 github.com/bep/debounce v1.2.0 github.com/bep/gitmap v1.1.2 github.com/bep/godartsass v0.11.0 github.com/bep/golibsass v0.7.0 github.com/bep/tmc v0.5.1 github.com/cli/safeexec v1.0.0 github.com/disintegration/gift v1.2.1 github.com/dlclark/regexp2 v1.4.0 // indirect github.com/dustin/go-humanize v1.0.0 github.com/evanw/esbuild v0.8.39 github.com/fortytw2/leaktest v1.3.0 github.com/frankban/quicktest v1.11.2 github.com/fsnotify/fsnotify v1.4.9 github.com/getkin/kin-openapi v0.32.0 github.com/ghodss/yaml v1.0.0 github.com/gobwas/glob v0.2.3 github.com/gohugoio/testmodBuilder/mods v0.0.0-20190520184928-c56af20f2e95 github.com/google/go-cmp v0.5.3 github.com/gorilla/websocket v1.4.2 github.com/jdkato/prose v1.2.0 github.com/kylelemons/godebug v1.1.0 github.com/kyokomi/emoji/v2 v2.2.7 github.com/magefile/mage v1.10.0 github.com/markbates/inflect v1.0.4 github.com/mattn/go-isatty v0.0.12 github.com/miekg/mmark v1.3.6 github.com/mitchellh/hashstructure v1.0.0 github.com/mitchellh/mapstructure v1.3.3 github.com/muesli/smartcrop v0.3.0 github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect github.com/nicksnyder/go-i18n/v2 v2.1.1 github.com/niklasfasching/go-org v1.4.0 github.com/olekukonko/tablewriter v0.0.4 github.com/pelletier/go-toml v1.8.1 github.com/pkg/errors v0.9.1 github.com/rogpeppe/go-internal v1.6.2 github.com/russross/blackfriday v1.5.3-0.20200218234912-41c5fccfd6f6 github.com/rwcarlsen/goexif v0.0.0-20190401172101-9e8deecbddbd github.com/sanity-io/litter v1.3.0 github.com/spf13/afero v1.5.1 github.com/spf13/cast v1.3.1 github.com/spf13/cobra v1.1.1 github.com/spf13/fsync v0.9.0 github.com/spf13/jwalterweatherman v1.1.0 github.com/spf13/pflag v1.0.5 github.com/spf13/viper v1.7.1 github.com/tdewolff/minify/v2 v2.6.2 github.com/yuin/goldmark v1.2.1 github.com/yuin/goldmark-highlighting v0.0.0-20200307114337-60d527fdb691 gocloud.dev v0.20.0 golang.org/x/image v0.0.0-20191214001246-9130b4cfad52 golang.org/x/net v0.0.0-20201224014010-6772e930b67b golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a golang.org/x/text v0.3.4 google.golang.org/api v0.26.0 gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect gopkg.in/ini.v1 v1.51.1 // indirect gopkg.in/yaml.v2 v2.4.0 ) replace github.com/markbates/inflect => github.com/markbates/inflect v0.0.0-20171215194931-a12c3aec81a6 go 1.12
module github.com/gohugoio/hugo require ( github.com/BurntSushi/locker v0.0.0-20171006230638-a6e239ea1c69 github.com/BurntSushi/toml v0.3.1 github.com/PuerkitoBio/purell v1.1.1 github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect github.com/alecthomas/chroma v0.8.2 github.com/alecthomas/repr v0.0.0-20181024024818-d37bc2a10ba1 // indirect github.com/armon/go-radix v1.0.0 github.com/aws/aws-sdk-go v1.36.33 github.com/bep/debounce v1.2.0 github.com/bep/gitmap v1.1.2 github.com/bep/godartsass v0.12.0 github.com/bep/golibsass v0.7.0 github.com/bep/tmc v0.5.1 github.com/cli/safeexec v1.0.0 github.com/disintegration/gift v1.2.1 github.com/dlclark/regexp2 v1.4.0 // indirect github.com/dustin/go-humanize v1.0.0 github.com/evanw/esbuild v0.8.39 github.com/fortytw2/leaktest v1.3.0 github.com/frankban/quicktest v1.11.2 github.com/fsnotify/fsnotify v1.4.9 github.com/getkin/kin-openapi v0.32.0 github.com/ghodss/yaml v1.0.0 github.com/gobwas/glob v0.2.3 github.com/gohugoio/testmodBuilder/mods v0.0.0-20190520184928-c56af20f2e95 github.com/google/go-cmp v0.5.3 github.com/gorilla/websocket v1.4.2 github.com/jdkato/prose v1.2.0 github.com/kylelemons/godebug v1.1.0 github.com/kyokomi/emoji/v2 v2.2.7 github.com/magefile/mage v1.10.0 github.com/markbates/inflect v1.0.4 github.com/mattn/go-isatty v0.0.12 github.com/miekg/mmark v1.3.6 github.com/mitchellh/hashstructure v1.0.0 github.com/mitchellh/mapstructure v1.3.3 github.com/muesli/smartcrop v0.3.0 github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect github.com/nicksnyder/go-i18n/v2 v2.1.1 github.com/niklasfasching/go-org v1.4.0 github.com/olekukonko/tablewriter v0.0.4 github.com/pelletier/go-toml v1.8.1 github.com/pkg/errors v0.9.1 github.com/rogpeppe/go-internal v1.6.2 github.com/russross/blackfriday v1.5.3-0.20200218234912-41c5fccfd6f6 github.com/rwcarlsen/goexif v0.0.0-20190401172101-9e8deecbddbd github.com/sanity-io/litter v1.3.0 github.com/spf13/afero v1.5.1 github.com/spf13/cast v1.3.1 github.com/spf13/cobra v1.1.1 github.com/spf13/fsync v0.9.0 github.com/spf13/jwalterweatherman v1.1.0 github.com/spf13/pflag v1.0.5 github.com/spf13/viper v1.7.1 github.com/tdewolff/minify/v2 v2.6.2 github.com/yuin/goldmark v1.2.1 github.com/yuin/goldmark-highlighting v0.0.0-20200307114337-60d527fdb691 gocloud.dev v0.20.0 golang.org/x/image v0.0.0-20191214001246-9130b4cfad52 golang.org/x/net v0.0.0-20201224014010-6772e930b67b golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a golang.org/x/text v0.3.4 google.golang.org/api v0.26.0 gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect gopkg.in/ini.v1 v1.51.1 // indirect gopkg.in/yaml.v2 v2.4.0 ) replace github.com/markbates/inflect => github.com/markbates/inflect v0.0.0-20171215194931-a12c3aec81a6 go 1.12
1
gohugoio/hugo
8,211
Update to Dart Sass Protocol beta6
Note that this version is not backwards compatible, so you have to update the protocol binary.
bep
"2021-02-06T16:52:23Z"
"2021-02-06T17:34:20Z"
4867cd1dea34ee53fb73cede2bcff4792e470104
441b11beec3cf0371ff9a2898f220a0bf00faf8c
Update to Dart Sass Protocol beta6. Note that this version is not backwards compatible, so you have to update the protocol binary.
./go.sum
bazil.org/fuse v0.0.0-20180421153158-65cc252bf669/go.mod h1:Xbm+BRKSBEpa4q4hTSxohYNQpsxXPbPry4JJWOB3LB8= cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= cloud.google.com/go v0.38.0/go.mod h1:990N+gfupTy94rShfmMCWGDn0LpTmnzTp2qbd1dvSRU= cloud.google.com/go v0.39.0/go.mod h1:rVLT6fkc8chs9sfPtFc1SBH6em7n+ZoXaG+87tDISts= cloud.google.com/go v0.44.1/go.mod h1:iSa0KzasP4Uvy3f1mN/7PiObzGgflwredwwASm/v6AU= cloud.google.com/go v0.44.2/go.mod h1:60680Gw3Yr4ikxnPRS/oxxkBccT6SA1yMk63TGekxKY= cloud.google.com/go v0.44.3/go.mod h1:60680Gw3Yr4ikxnPRS/oxxkBccT6SA1yMk63TGekxKY= cloud.google.com/go v0.45.1/go.mod h1:RpBamKRgapWJb87xiFSdk4g1CME7QZg3uwTez+TSTjc= cloud.google.com/go v0.46.3/go.mod h1:a6bKKbmY7er1mI7TEI4lsAkts/mkhTSZK8w33B4RAg0= cloud.google.com/go v0.50.0/go.mod h1:r9sluTvynVuxRIOHXQEHMFffphuXHOMZMycpNR5e6To= cloud.google.com/go v0.52.0/go.mod h1:pXajvRH/6o3+F9jDHZWQ5PbGhn+o8w9qiu/CffaVdO4= cloud.google.com/go v0.53.0/go.mod h1:fp/UouUEsRkN6ryDKNW/Upv/JBKnv6WDthjR6+vze6M= cloud.google.com/go v0.54.0/go.mod h1:1rq2OEkV3YMf6n/9ZvGWI3GWw0VoqH/1x2nd8Is/bPc= cloud.google.com/go v0.55.0/go.mod h1:ZHmoY+/lIMNkN2+fBmuTiqZ4inFhvQad8ft7MT8IV5Y= cloud.google.com/go v0.56.0/go.mod h1:jr7tqZxxKOVYizybht9+26Z/gUq7tiRzu+ACVAMbKVk= cloud.google.com/go v0.57.0/go.mod h1:oXiQ6Rzq3RAkkY7N6t3TcE6jE+CIBBbA36lwQ1JyzZs= cloud.google.com/go v0.58.0 h1:vtAfVc723K3xKq1BQydk/FyCldnaNFhGhpJxaJzgRMQ= cloud.google.com/go v0.58.0/go.mod h1:W+9FnSUw6nhVwXlFcp1eL+krq5+HQUJeUogSeJZZiWg= cloud.google.com/go/bigquery v1.0.1/go.mod h1:i/xbL2UlR5RvWAURpBYZTtm/cXjCha9lbfbpx4poX+o= cloud.google.com/go/bigquery v1.3.0/go.mod h1:PjpwJnslEMmckchkHFfq+HTD2DmtT67aNFKH1/VBDHE= cloud.google.com/go/bigquery v1.4.0/go.mod h1:S8dzgnTigyfTmLBfrtrhyYhwRxG72rYxvftPBK2Dvzc= cloud.google.com/go/bigquery v1.5.0/go.mod h1:snEHRnqQbz117VIFhE8bmtwIDY80NLUZUMb4Nv6dBIg= cloud.google.com/go/bigquery v1.7.0/go.mod h1://okPTzCYNXSlb24MZs83e2Do+h+VXtc4gLoIoXIAPc= cloud.google.com/go/bigquery v1.8.0 h1:PQcPefKFdaIzjQFbiyOgAqyx8q5djaE7x9Sqe712DPA= cloud.google.com/go/bigquery v1.8.0/go.mod h1:J5hqkt3O0uAFnINi6JXValWIb1v0goeZM77hZzJN/fQ= cloud.google.com/go/datastore v1.0.0/go.mod h1:LXYbyblFSglQ5pkeyhO+Qmw7ukd3C+pD7TKLgZqpHYE= cloud.google.com/go/datastore v1.1.0 h1:/May9ojXjRkPBNVrq+oWLqmWCkr4OU5uRY29bu0mRyQ= cloud.google.com/go/datastore v1.1.0/go.mod h1:umbIZjpQpHh4hmRpGhH4tLFup+FVzqBi1b3c64qFpCk= cloud.google.com/go/firestore v1.1.0/go.mod h1:ulACoGHTpvq5r8rxGJ4ddJZBZqakUQqClKRT5SZwBmk= cloud.google.com/go/firestore v1.2.0/go.mod h1:iISCjWnTpnoJT1R287xRdjvQHJrxQOpeah4phb5D3h0= cloud.google.com/go/pubsub v1.0.1/go.mod h1:R0Gpsv3s54REJCy4fxDixWD93lHJMoZTyQ2kNxGRt3I= cloud.google.com/go/pubsub v1.1.0/go.mod h1:EwwdRX2sKPjnvnqCa270oGRyludottCI76h+R3AArQw= cloud.google.com/go/pubsub v1.2.0/go.mod h1:jhfEVHT8odbXTkndysNHCcx0awwzvfOlguIAii9o8iA= cloud.google.com/go/pubsub v1.3.1 h1:ukjixP1wl0LpnZ6LWtZJ0mX5tBmjp1f8Sqer8Z2OMUU= cloud.google.com/go/pubsub v1.3.1/go.mod h1:i+ucay31+CNRpDW4Lu78I4xXG+O1r/MAHgjpRVR+TSU= cloud.google.com/go/storage v1.0.0/go.mod h1:IhtSnM/ZTZV8YYJWCY8RULGVqBDmpoyjwiyrjsg+URw= cloud.google.com/go/storage v1.5.0/go.mod h1:tpKbwo567HUNpVclU5sGELwQWBDZ8gh0ZeosJ0Rtdos= cloud.google.com/go/storage v1.6.0/go.mod h1:N7U0C8pVQ/+NIKOBQyamJIeKQKkZ+mxpohlUTyfDhBk= cloud.google.com/go/storage v1.8.0/go.mod h1:Wv1Oy7z6Yz3DshWRJFhqM/UCfaWIRTdp0RXyy7KQOVs= cloud.google.com/go/storage v1.9.0 h1:oXnZyBjHB6hC8TnSle0AWW6pGJ29EuSo5ww+SFmdNBg= cloud.google.com/go/storage v1.9.0/go.mod h1:m+/etGaqZbylxaNT876QGXqEHp4PR2Rq5GMqICWb9bU= contrib.go.opencensus.io/exporter/aws v0.0.0-20181029163544-2befc13012d0/go.mod h1:uu1P0UCM/6RbsMrgPa98ll8ZcHM858i/AD06a9aLRCA= contrib.go.opencensus.io/exporter/stackdriver v0.12.1/go.mod h1:iwB6wGarfphGGe/e5CWqyUk/cLzKnWsOKPVW3no6OTw= contrib.go.opencensus.io/integrations/ocsql v0.1.4/go.mod h1:8DsSdjz3F+APR+0z0WkU1aRorQCFfRxvqjUUPMbF3fE= contrib.go.opencensus.io/resource v0.1.1/go.mod h1:F361eGI91LCmW1I/Saf+rX0+OFcigGlFvXwEGEnkRLA= dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU= github.com/Azure/azure-amqp-common-go/v3 v3.0.0/go.mod h1:SY08giD/XbhTz07tJdpw1SoxQXHPN30+DI3Z04SYqyg= github.com/Azure/azure-pipeline-go v0.2.1/go.mod h1:UGSo8XybXnIGZ3epmeBw7Jdz+HiUVpqIlpz/HKHylF4= github.com/Azure/azure-pipeline-go v0.2.2 h1:6oiIS9yaG6XCCzhgAgKFfIWyo4LLCiDhZot6ltoThhY= github.com/Azure/azure-pipeline-go v0.2.2/go.mod h1:4rQ/NZncSvGqNkkOsNpOU1tgoNuIlp9AfUH5G1tvCHc= github.com/Azure/azure-sdk-for-go v37.1.0+incompatible/go.mod h1:9XXNKU+eRnpl9moKnB4QOLf1HestfXbmab5FXxiDBjc= github.com/Azure/azure-service-bus-go v0.10.1/go.mod h1:E/FOceuKAFUfpbIJDKWz/May6guE+eGibfGT6q+n1to= github.com/Azure/azure-storage-blob-go v0.9.0 h1:kORqvzXP8ORhKbW13FflGUaSE5CMyDWun9UwMxY8gPs= github.com/Azure/azure-storage-blob-go v0.9.0/go.mod h1:8UBPbiOhrMQ4pLPi3gA1tXnpjrS76UYE/fo5A40vf4g= github.com/Azure/go-amqp v0.12.6/go.mod h1:qApuH6OFTSKZFmCOxccvAv5rLizBQf4v8pRmG138DPo= github.com/Azure/go-amqp v0.12.7/go.mod h1:qApuH6OFTSKZFmCOxccvAv5rLizBQf4v8pRmG138DPo= github.com/Azure/go-autorest/autorest v0.9.0/go.mod h1:xyHB1BMZT0cuDHU7I0+g046+BFDTQ8rEZB0s4Yfa6bI= github.com/Azure/go-autorest/autorest v0.9.3 h1:OZEIaBbMdUE/Js+BQKlpO81XlISgipr6yDJ+PSwsgi4= github.com/Azure/go-autorest/autorest v0.9.3/go.mod h1:GsRuLYvwzLjjjRoWEIyMUaYq8GNUx2nRB378IPt/1p0= github.com/Azure/go-autorest/autorest/adal v0.5.0/go.mod h1:8Z9fGy2MpX0PvDjB1pEgQTmVqjGhiHBW7RJJEciWzS0= github.com/Azure/go-autorest/autorest/adal v0.8.0/go.mod h1:Z6vX6WXXuyieHAXwMj0S6HY6e6wcHn37qQMBQlvY3lc= github.com/Azure/go-autorest/autorest/adal v0.8.1/go.mod h1:ZjhuQClTqx435SRJ2iMlOxPYt3d2C/T/7TiQCVZSn3Q= github.com/Azure/go-autorest/autorest/adal v0.8.3 h1:O1AGG9Xig71FxdX9HO5pGNyZ7TbSyHaVg+5eJO/jSGw= github.com/Azure/go-autorest/autorest/adal v0.8.3/go.mod h1:ZjhuQClTqx435SRJ2iMlOxPYt3d2C/T/7TiQCVZSn3Q= github.com/Azure/go-autorest/autorest/azure/auth v0.4.2 h1:iM6UAvjR97ZIeR93qTcwpKNMpV+/FTWjwEbuPD495Tk= github.com/Azure/go-autorest/autorest/azure/auth v0.4.2/go.mod h1:90gmfKdlmKgfjUpnCEpOJzsUEjrWDSLwHIG73tSXddM= github.com/Azure/go-autorest/autorest/azure/cli v0.3.1 h1:LXl088ZQlP0SBppGFsRZonW6hSvwgL5gRByMbvUbx8U= github.com/Azure/go-autorest/autorest/azure/cli v0.3.1/go.mod h1:ZG5p860J94/0kI9mNJVoIoLgXcirM2gF5i2kWloofxw= github.com/Azure/go-autorest/autorest/date v0.1.0/go.mod h1:plvfp3oPSKwf2DNjlBjWF/7vwR+cUD/ELuzDCXwHUVA= github.com/Azure/go-autorest/autorest/date v0.2.0 h1:yW+Zlqf26583pE43KhfnhFcdmSWlm5Ew6bxipnr/tbM= github.com/Azure/go-autorest/autorest/date v0.2.0/go.mod h1:vcORJHLJEh643/Ioh9+vPmf1Ij9AEBM5FuBIXLmIy0g= github.com/Azure/go-autorest/autorest/mocks v0.1.0/go.mod h1:OTyCOPRA2IgIlWxVYxBee2F5Gr4kF2zd2J5cFRaIDN0= github.com/Azure/go-autorest/autorest/mocks v0.2.0/go.mod h1:OTyCOPRA2IgIlWxVYxBee2F5Gr4kF2zd2J5cFRaIDN0= github.com/Azure/go-autorest/autorest/mocks v0.3.0 h1:qJumjCaCudz+OcqE9/XtEPfvtOjOmKaui4EOpFI6zZc= github.com/Azure/go-autorest/autorest/mocks v0.3.0/go.mod h1:a8FDP3DYzQ4RYfVAxAN3SVSiiO77gL2j2ronKKP0syM= github.com/Azure/go-autorest/autorest/to v0.3.0/go.mod h1:MgwOyqaIuKdG4TL/2ywSsIWKAfJfgHDo8ObuUk3t5sA= github.com/Azure/go-autorest/autorest/validation v0.2.0/go.mod h1:3EEqHnBxQGHXRYq3HT1WyXAvT7LLY3tl70hw6tQIbjI= github.com/Azure/go-autorest/logger v0.1.0 h1:ruG4BSDXONFRrZZJ2GUXDiUyVpayPmb1GnWeHDdaNKY= github.com/Azure/go-autorest/logger v0.1.0/go.mod h1:oExouG+K6PryycPJfVSxi/koC6LSNgds39diKLz7Vrc= github.com/Azure/go-autorest/tracing v0.5.0 h1:TRn4WjSnkcSy5AEG3pnbtFSwNtwzjr4VYyQflFE619k= github.com/Azure/go-autorest/tracing v0.5.0/go.mod h1:r/s2XiOKccPW3HrqB+W0TQzfbtp2fGCgRFtBroKn4Dk= github.com/BurntSushi/locker v0.0.0-20171006230638-a6e239ea1c69 h1:+tu3HOoMXB7RXEINRVIpxJCT+KdYiI7LAEAUrOw3dIU= github.com/BurntSushi/locker v0.0.0-20171006230638-a6e239ea1c69/go.mod h1:L1AbZdiDllfyYH5l5OkAaZtk7VkWe89bPJFmnDBNHxg= github.com/BurntSushi/toml v0.3.1 h1:WXkYYl6Yr3qBf1K79EBnL4mak0OimBfB0XUf9Vl28OQ= github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo= github.com/GeertJohan/go.incremental v1.0.0/go.mod h1:6fAjUhbVuX1KcMD3c8TEgVUqmo4seqhv0i0kdATSkM0= github.com/GeertJohan/go.rice v1.0.0/go.mod h1:eH6gbSOAUv07dQuZVnBmoDP8mgsM1rtixis4Tib9if0= github.com/GoogleCloudPlatform/cloudsql-proxy v0.0.0-20191009163259-e802c2cb94ae/go.mod h1:mjwGPas4yKduTyubHvD1Atl9r1rUq8DfVy+gkVvZ+oo= github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU= github.com/PuerkitoBio/purell v1.1.1 h1:WEQqlqaGbrPkxLJWfBwQmfEAE1Z7ONdDLqrN38tNFfI= github.com/PuerkitoBio/purell v1.1.1/go.mod h1:c11w/QuzBsJSee3cPx9rAFu61PvFxuPbtSwDGJws/X0= github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 h1:d+Bc7a5rLufV/sSk/8dngufqelfh6jnri85riMAaF/M= github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578/go.mod h1:uGdkoq3SwY9Y+13GIhn11/XLaGBb4BfwItxLd5jeuXE= github.com/akavel/rsrc v0.8.0/go.mod h1:uLoCtb9J+EyAqh+26kdrTgmzRBFPGOolLWKpdxkKq+c= github.com/alecthomas/assert v0.0.0-20170929043011-405dbfeb8e38 h1:smF2tmSOzy2Mm+0dGI2AIUHY+w0BUc+4tn40djz7+6U= github.com/alecthomas/assert v0.0.0-20170929043011-405dbfeb8e38/go.mod h1:r7bzyVFMNntcxPZXK3/+KdruV1H5KSlyVY0gc+NgInI= github.com/alecthomas/chroma v0.7.2-0.20200305040604-4f3623dce67a/go.mod h1:fv5SzZPFJbwp2NXJWpFIX7DZS4HgV1K4ew4Pc2OZD9s= github.com/alecthomas/chroma v0.8.2 h1:x3zkuE2lUk/RIekyAJ3XRqSCP4zwWDfcw/YJCuCAACg= github.com/alecthomas/chroma v0.8.2/go.mod h1:sko8vR34/90zvl5QdcUdvzL3J8NKjAUx9va9jPuFNoM= github.com/alecthomas/colour v0.0.0-20160524082231-60882d9e2721 h1:JHZL0hZKJ1VENNfmXvHbgYlbUOvpzYzvy2aZU5gXVeo= github.com/alecthomas/colour v0.0.0-20160524082231-60882d9e2721/go.mod h1:QO9JBoKquHd+jz9nshCh40fOfO+JzsoXy8qTHF68zU0= github.com/alecthomas/kong v0.1.17-0.20190424132513-439c674f7ae0/go.mod h1:+inYUSluD+p4L8KdviBSgzcqEjUQOfC5fQDRFuc36lI= github.com/alecthomas/kong v0.2.1-0.20190708041108-0548c6b1afae/go.mod h1:+inYUSluD+p4L8KdviBSgzcqEjUQOfC5fQDRFuc36lI= github.com/alecthomas/kong v0.2.4/go.mod h1:kQOmtJgV+Lb4aj+I2LEn40cbtawdWJ9Y8QLq+lElKxE= github.com/alecthomas/kong-hcl v0.1.8-0.20190615233001-b21fea9723c8/go.mod h1:MRgZdU3vrFd05IQ89AxUZ0aYdF39BYoNFa324SodPCA= github.com/alecthomas/repr v0.0.0-20180818092828-117648cd9897/go.mod h1:xTS7Pm1pD1mvyM075QCDSRqH6qRLXylzS24ZTpRiSzQ= github.com/alecthomas/repr v0.0.0-20181024024818-d37bc2a10ba1 h1:GDQdwm/gAcJcLAKQQZGOJ4knlw+7rfEQQcmwTbt4p5E= github.com/alecthomas/repr v0.0.0-20181024024818-d37bc2a10ba1/go.mod h1:xTS7Pm1pD1mvyM075QCDSRqH6qRLXylzS24ZTpRiSzQ= github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc= github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0= github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e/go.mod h1:3U/XgcO3hCbHZ8TKRvWD2dDTCfh9M9ya+I9JpbB7O8o= github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da/go.mod h1:Q73ZrmVTwzkszR9V5SSuryQ31EELlFMUz1kKyl939pY= github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310/go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8= github.com/armon/go-radix v1.0.0 h1:F4z6KzEeeQIMeLFa97iZU6vupzoecKdU5TX24SNppXI= github.com/armon/go-radix v1.0.0/go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8= github.com/aws/aws-sdk-go v1.15.27/go.mod h1:mFuSZ37Z9YOHbQEwBWztmVzqXrEkub65tZoCYDt7FT0= github.com/aws/aws-sdk-go v1.19.18/go.mod h1:KmX6BPdI08NWTb3/sm4ZGu5ShLoqVDhKgpiN924inxo= github.com/aws/aws-sdk-go v1.31.13/go.mod h1:5zCpMtNQVjRREroY7sYe8lOMRSxkhG6MZveU8YkpAk0= github.com/aws/aws-sdk-go v1.36.33 h1:ASmYIgWuPW1p01Xxch3ygaptshrEe7Vt+CirmwIqMtI= github.com/aws/aws-sdk-go v1.36.33/go.mod h1:hcU610XS61/+aQV88ixoOzUoG7v3b31pl2zKMmprdro= github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q= github.com/beorn7/perks v1.0.0/go.mod h1:KWe93zE9D1o94FZ5RNwFwVgaQK1VOXiVxmqh+CedLV8= github.com/bep/debounce v1.2.0 h1:wXds8Kq8qRfwAOpAxHrJDbCXgC5aHSzgQb/0gKsHQqo= github.com/bep/debounce v1.2.0/go.mod h1:H8yggRPQKLUhUoqrJC1bO2xNya7vanpDl7xR3ISbCJ0= github.com/bep/gitmap v1.1.2 h1:zk04w1qc1COTZPPYWDQHvns3y1afOsdRfraFQ3qI840= github.com/bep/gitmap v1.1.2/go.mod h1:g9VRETxFUXNWzMiuxOwcudo6DfZkW9jOsOW0Ft4kYaY= github.com/bep/godartsass v0.11.0 h1:62x1zaOzIP2NUzFb3Wob6sNyrtMp0JN61FFg30yQVb8= github.com/bep/godartsass v0.11.0/go.mod h1:nXQlHHk4H1ghUk6n/JkYKG5RD43yJfcfp5aHRqT/pc4= github.com/bep/golibsass v0.7.0 h1:/ocxgtPZ5rgp7FA+mktzyent+fAg82tJq4iMsTMBAtA= github.com/bep/golibsass v0.7.0/go.mod h1:DL87K8Un/+pWUS75ggYv41bliGiolxzDKWJAq3eJ1MA= github.com/bep/tmc v0.5.1 h1:CsQnSC6MsomH64gw0cT5f+EwQDcvZz4AazKunFwTpuI= github.com/bep/tmc v0.5.1/go.mod h1:tGYHN8fS85aJPhDLgXETVKp+PR382OvFi2+q2GkGsq0= github.com/bgentry/speakeasy v0.1.0/go.mod h1:+zsyZBPWlz7T6j88CTgSN5bM796AkVf0kBD4zp0CCIs= github.com/bketelsen/crypt v0.0.3-0.20200106085610-5cbc8cc4026c/go.mod h1:MKsuJmJgSg28kpZDP6UIiPt0e0Oz0kqKNGyRaWEPv84= github.com/census-instrumentation/opencensus-proto v0.2.0/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU= github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU= github.com/cespare/xxhash v1.1.0/go.mod h1:XrSqR1VqqWfGrhpAt58auRo0WTKS1nRRg3ghfAqPWnc= github.com/cheekybits/is v0.0.0-20150225183255-68e9c0620927/go.mod h1:h/aW8ynjgkuj+NQRlZcDbAbM1ORAbXjXX77sX7T289U= github.com/chzyer/logex v1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWRnGsAI= github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5PlCu98SY8svDHJxuZscDgtXS6KTTbou5AhLI= github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU= github.com/cli/safeexec v1.0.0 h1:0VngyaIyqACHdcMNWfo6+KdUYnqEr2Sg+bSP1pdF+dI= github.com/cli/safeexec v1.0.0/go.mod h1:Z/D4tTN8Vs5gXYHDCbaM1S/anmEDnJb1iW0+EJ5zx3Q= github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw= github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc= github.com/coreos/bbolt v1.3.2/go.mod h1:iRUV2dpdMOn7Bo10OQBFzIJO9kkE559Wcmn+qkEiiKk= github.com/coreos/etcd v3.3.13+incompatible/go.mod h1:uF7uidLiAD3TWHmW31ZFd/JWoc32PjwdhPthX9715RE= github.com/coreos/go-semver v0.3.0/go.mod h1:nnelYz7RCh+5ahJtPPxZlU+153eP4D4r3EedlOD2RNk= github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e/go.mod h1:F5haX7vjVVG0kc13fIWeqUViNPyEJxv/OmvnBo0Yme4= github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f/go.mod h1:E3G3o1h8I7cfcXa63jLwjI0eiQQMgzzUDFVpN/nH/eA= github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d/go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsrgA7czyZG/E6dU= github.com/cpuguy83/go-md2man/v2 v2.0.0 h1:EoUDS0afbrsXAZ9YQ9jdu/mZ2sXgT1/2yyNng4PGlyM= github.com/cpuguy83/go-md2man/v2 v2.0.0/go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsrgA7czyZG/E6dU= github.com/daaku/go.zipexe v1.0.0/go.mod h1:z8IiR6TsVLEYKwXAoE/I+8ys/sDkgTzSL0CLnGVd57E= github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964 h1:y5HC9v93H5EPKqaS1UYVg1uYah5Xf51mBfIoWehClUQ= github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964/go.mod h1:Xd9hchkHSWYkEqJwUGisez3G1QY8Ryz0sdWrLPMGjLk= github.com/davecgh/go-spew v0.0.0-20161028175848-04cdfd42973b/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/devigned/tab v0.1.1/go.mod h1:XG9mPq0dFghrYvoBF3xdRrJzSTX1b7IQrvaL9mzjeJY= github.com/dgrijalva/jwt-go v3.2.0+incompatible h1:7qlOGliEKZXTDg6OTjfoBKDXWrumCAMpl/TFQ4/5kLM= github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ= github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954/go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no= github.com/dimchansky/utfbom v1.1.0 h1:FcM3g+nofKgUteL8dm/UpdRXNC9KmADgTpLKsu0TRo4= github.com/dimchansky/utfbom v1.1.0/go.mod h1:rO41eb7gLfo8SF1jd9F8HplJm1Fewwi4mQvIirEdv+8= github.com/disintegration/gift v1.2.1 h1:Y005a1X4Z7Uc+0gLpSAsKhWi4qLtsdEcMIbbdvdZ6pc= github.com/disintegration/gift v1.2.1/go.mod h1:Jh2i7f7Q2BM7Ezno3PhfezbR1xpUg9dUg3/RlKGr4HI= github.com/dlclark/regexp2 v1.1.6/go.mod h1:2pZnwuY/m+8K6iRw6wQdMtk+rH5tNGR1i55kozfMjCc= github.com/dlclark/regexp2 v1.2.0/go.mod h1:2pZnwuY/m+8K6iRw6wQdMtk+rH5tNGR1i55kozfMjCc= github.com/dlclark/regexp2 v1.4.0 h1:F1rxgk7p4uKjwIQxBs9oAXe5CqrXlCduYEJvrF4u93E= github.com/dlclark/regexp2 v1.4.0/go.mod h1:2pZnwuY/m+8K6iRw6wQdMtk+rH5tNGR1i55kozfMjCc= github.com/dustin/go-humanize v1.0.0 h1:VSnTsYCnlFHaM2/igO1h6X3HA71jcobQuxemgkq4zYo= github.com/dustin/go-humanize v1.0.0/go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25KnS6fMYU6eOk= github.com/envoyproxy/go-control-plane v0.9.0/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4= github.com/envoyproxy/go-control-plane v0.9.1-0.20191026205805-5f8ba28d4473/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4= github.com/envoyproxy/go-control-plane v0.9.4/go.mod h1:6rpuAdCZL397s3pYoYcLgu1mIlRU8Am5FuJP05cCM98= github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c= github.com/evanw/esbuild v0.8.17 h1:kwPgM6nrZrSUqI1rlgNG9vv5u9cAMaz6HmZ+Ns+3cfQ= github.com/evanw/esbuild v0.8.17/go.mod h1:y2AFBAGVelPqPodpdtxWWqe6n2jYf5FrsJbligmRmuw= github.com/evanw/esbuild v0.8.39 h1:/kOe+5zUXSzB2y2m/BxgNsQ5wpgbcGU2uE6MBVSleww= github.com/evanw/esbuild v0.8.39/go.mod h1:y2AFBAGVelPqPodpdtxWWqe6n2jYf5FrsJbligmRmuw= github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4= github.com/fortytw2/leaktest v1.3.0 h1:u8491cBMTQ8ft8aeV+adlcytMZylmA5nnwwkRZjI8vw= github.com/fortytw2/leaktest v1.3.0/go.mod h1:jDsjWgpAGjm2CA7WthBh/CdZYEPF31XHquHwclZch5g= github.com/frankban/quicktest v1.4.1/go.mod h1:36zfPVQyHxymz4cH7wlDmVwDrJuljRB60qkgn7rorfQ= github.com/frankban/quicktest v1.7.2/go.mod h1:jaStnuzAqU1AJdCO0l53JDCJrVDKcS03DbaAcR7Ks/o= github.com/frankban/quicktest v1.11.2 h1:mjwHjStlXWibxOohM7HYieIViKyh56mmt3+6viyhDDI= github.com/frankban/quicktest v1.11.2/go.mod h1:K+q6oSqb0W0Ininfk863uOk1lMy69l/P6txr3mVT54s= github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo= github.com/fsnotify/fsnotify v1.4.9 h1:hsms1Qyu0jgnwNXIxa+/V/PDsU6CfLf6CNO8H7IWoS4= github.com/fsnotify/fsnotify v1.4.9/go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4IgpuI1SZQ= github.com/getkin/kin-openapi v0.32.0 h1:zzeKoKewdKT9bBdRMwYEhJgB2rKSKGFKE1iOKF7KgNs= github.com/getkin/kin-openapi v0.32.0/go.mod h1:WGRs2ZMM1Q8LR1QBEwUxC6RJEfaBcD0s+pcEVXFuAjw= github.com/ghodss/yaml v1.0.0 h1:wQHKEahhL6wmXdzwWG11gIVCkOv05bNOh+Rxn0yngAk= github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04= github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1/go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU= github.com/go-gl/glfw/v3.3/glfw v0.0.0-20191125211704-12ad95a8df72/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8= github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200222043503-6f7a984d4dc4/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8= github.com/go-ini/ini v1.25.4/go.mod h1:ByCAeIL28uOIIG0E3PJtZPDL8WnHpFKFOtgjp+3Ies8= github.com/go-kit/kit v0.8.0/go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2as= github.com/go-logfmt/logfmt v0.3.0/go.mod h1:Qt1PoO58o5twSAckw1HlFXLmHsOX5/0LbT9GBnD5lWE= github.com/go-logfmt/logfmt v0.4.0/go.mod h1:3RMwSq7FuexP4Kalkev3ejPJsZTpXXBr9+V4qmtdjCk= github.com/go-sql-driver/mysql v1.5.0/go.mod h1:DCzpHaOWr8IXmIStZouvnhqoel9Qv2LBy8hT2VhHyBg= github.com/go-stack/stack v1.8.0/go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY= github.com/gobwas/glob v0.2.3 h1:A4xDbljILXROh+kObIiy5kIaPYD8e96x1tgBhUI5J+Y= github.com/gobwas/glob v0.2.3/go.mod h1:d3Ez4x06l9bZtSvzIay5+Yzi0fmZzPgnTbPcKjJAkT8= github.com/gogo/protobuf v1.1.1/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ= github.com/gogo/protobuf v1.2.1/go.mod h1:hp+jE20tsWTFYpLwKvXlhS1hjn+gTNwPg2I6zVXpSg4= github.com/gohugoio/testmodBuilder/mods v0.0.0-20190520184928-c56af20f2e95 h1:sgew0XCnZwnzpWxTt3V8LLiCO7OQi3C6dycaE67wfkU= github.com/gohugoio/testmodBuilder/mods v0.0.0-20190520184928-c56af20f2e95/go.mod h1:bOlVlCa1/RajcHpXkrUXPSHB/Re1UnlXxD1Qp8SKOd8= github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q= github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/groupcache v0.0.0-20191227052852-215e87163ea7/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e h1:1r7pUrabqp18hOBcwBwiTsbnFeTZHV9eER/QT5JVZxY= github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/mock v1.1.1/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= github.com/golang/mock v1.2.0/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= github.com/golang/mock v1.3.1/go.mod h1:sBzyDLLjw3U8JLTeZvSv8jJB+tU5PVekmnlKIyFUx0Y= github.com/golang/mock v1.4.0/go.mod h1:UOMv5ysSaYNkG+OFQykRIcU/QvvxJf3p21QfJ2Bt3cw= github.com/golang/mock v1.4.1/go.mod h1:UOMv5ysSaYNkG+OFQykRIcU/QvvxJf3p21QfJ2Bt3cw= github.com/golang/mock v1.4.3/go.mod h1:UOMv5ysSaYNkG+OFQykRIcU/QvvxJf3p21QfJ2Bt3cw= github.com/golang/protobuf v1.2.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= github.com/golang/protobuf v1.3.1/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= github.com/golang/protobuf v1.3.2/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= github.com/golang/protobuf v1.3.3/go.mod h1:vzj43D7+SQXF/4pzW/hwtAqwc6iTitCiVSaWz5lYuqw= github.com/golang/protobuf v1.3.4/go.mod h1:vzj43D7+SQXF/4pzW/hwtAqwc6iTitCiVSaWz5lYuqw= github.com/golang/protobuf v1.3.5/go.mod h1:6O5/vntMXwX2lRkT1hjjk0nAC1IDOTvTlVgjlRvqsdk= github.com/golang/protobuf v1.4.0-rc.1/go.mod h1:ceaxUfeHdC40wWswd/P6IGgMaK3YpKi5j83Wpe3EHw8= github.com/golang/protobuf v1.4.0-rc.1.0.20200221234624-67d41d38c208/go.mod h1:xKAWHe0F5eneWXFV3EuXVDTCmh+JuBKY0li0aMyXATA= github.com/golang/protobuf v1.4.0-rc.2/go.mod h1:LlEzMj4AhA7rCAGe4KMBDvJI+AwstrUpVNzEA03Pprs= github.com/golang/protobuf v1.4.0-rc.4.0.20200313231945-b860323f09d0/go.mod h1:WU3c8KckQ9AFe+yFwt9sWVRKCVIyN9cPHBJSNnbL67w= github.com/golang/protobuf v1.4.0/go.mod h1:jodUvKwWbYaEsadDk5Fwe5c77LiNKVO9IDvqG2KuDX0= github.com/golang/protobuf v1.4.1/go.mod h1:U8fpvMrcmy5pZrNK1lt4xCsGvpyWQ/VVv6QDs8UjoX8= github.com/golang/protobuf v1.4.2 h1:+Z5KGCizgyZCbGh1KZqA0fcLLkwbsjIzS4aV2v7wJX0= github.com/golang/protobuf v1.4.2/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI= github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ= github.com/google/btree v1.0.0/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ= github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M= github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= github.com/google/go-cmp v0.4.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= github.com/google/go-cmp v0.5.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= github.com/google/go-cmp v0.5.2/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= github.com/google/go-cmp v0.5.3 h1:x95R7cp+rSeeqAMI2knLtQ0DKlaBhv2NrtrOvafPHRo= github.com/google/go-cmp v0.5.3/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= github.com/google/go-replayers/grpcreplay v0.1.0 h1:eNb1y9rZFmY4ax45uEEECSa8fsxGRU+8Bil52ASAwic= github.com/google/go-replayers/grpcreplay v0.1.0/go.mod h1:8Ig2Idjpr6gifRd6pNVggX6TC1Zw6Jx74AKp7QNH2QE= github.com/google/go-replayers/httpreplay v0.1.0 h1:AX7FUb4BjrrzNvblr/OlgwrmFiep6soj5K2QSDW7BGk= github.com/google/go-replayers/httpreplay v0.1.0/go.mod h1:YKZViNhiGgqdBlUbI2MwGpq4pXxNmhJLPHQ7cv2b5no= github.com/google/martian v2.1.0+incompatible/go.mod h1:9I4somxYTbIHy5NJKHRl3wXiIaQGbYVAs8BPL6v8lEs= github.com/google/martian v2.1.1-0.20190517191504-25dcb96d9e51+incompatible h1:xmapqc1AyLoB+ddYT6r04bD9lIjlOqGaREovi0SzFaE= github.com/google/martian v2.1.1-0.20190517191504-25dcb96d9e51+incompatible/go.mod h1:9I4somxYTbIHy5NJKHRl3wXiIaQGbYVAs8BPL6v8lEs= github.com/google/pprof v0.0.0-20181206194817-3ea8567a2e57/go.mod h1:zfwlbNMJ+OItoe0UupaVj+oy1omPYYDuagoSzA8v9mc= github.com/google/pprof v0.0.0-20190515194954-54271f7e092f/go.mod h1:zfwlbNMJ+OItoe0UupaVj+oy1omPYYDuagoSzA8v9mc= github.com/google/pprof v0.0.0-20191218002539-d4f498aebedc/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM= github.com/google/pprof v0.0.0-20200212024743-f11f1df84d12/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM= github.com/google/pprof v0.0.0-20200229191704-1ebb73c60ed3/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM= github.com/google/pprof v0.0.0-20200430221834-fc25d7d30c6d/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM= github.com/google/pprof v0.0.0-20200507031123-427632fa3b1c/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM= github.com/google/renameio v0.1.0/go.mod h1:KWCgfxg9yswjAJkECMjeO8J8rahYeXnNhOm40UhjYkI= github.com/google/subcommands v1.0.1/go.mod h1:ZjhPrFU+Olkh9WazFPsl27BQ4UPiG37m3yTrtFlrHVk= github.com/google/uuid v1.1.1 h1:Gkbcsh/GbpXz7lPftLA3P6TYMwjCLYm83jiFQZF/3gY= github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= github.com/google/wire v0.4.0 h1:kXcsA/rIGzJImVqPdhfnr6q0xsS9gU0515q1EPpJ9fE= github.com/google/wire v0.4.0/go.mod h1:ngWDr9Qvq3yZA10YrxfyGELY/AFWGVpy9c1LTRi1EoU= github.com/googleapis/gax-go v2.0.2+incompatible h1:silFMLAnr330+NRuag/VjIGF7TLp/LBrV2CJKFLWEww= github.com/googleapis/gax-go v2.0.2+incompatible/go.mod h1:SFVmujtThgffbyetf+mdk2eWhX2bMyUtNHzFKcPA9HY= github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+vpHVxEJEs9eg= github.com/googleapis/gax-go/v2 v2.0.5 h1:sjZBwGj9Jlw33ImPtvFviGYvseOtDM7hkSKB7+Tv3SM= github.com/googleapis/gax-go/v2 v2.0.5/go.mod h1:DWXyrwAJ9X0FpwwEdw+IPEYBICEFu5mhpdKc/us6bOk= github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1 h1:EGx4pi6eqNxGaHF6qqu48+N2wcFQ5qg5FXgOdqsJ5d8= github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1/go.mod h1:wJfORRmW1u3UXTncJ5qlYoELFm8eSnnEO6hX4iZ3EWY= github.com/gorilla/csrf v1.6.0/go.mod h1:7tSf8kmjNYr7IWDCYhd3U8Ck34iQ/Yw5CJu7bAkHEGI= github.com/gorilla/handlers v1.4.1/go.mod h1:Qkdc/uu4tH4g6mTK6auzZ766c4CA0Ng8+o/OAirnOIQ= github.com/gorilla/mux v1.7.3/go.mod h1:1lud6UwP+6orDFRuTfBEV8e9/aOM/c4fVVCaMa2zaAs= github.com/gorilla/securecookie v1.1.1/go.mod h1:ra0sb63/xPlUeL+yeDciTfxMRAA+MP+HVt/4epWDjd4= github.com/gorilla/websocket v1.4.2 h1:+/TMaTYc4QFitKJxsQ7Yye35DkWvkdLcvGKqM+x0Ufc= github.com/gorilla/websocket v1.4.2/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE= github.com/grpc-ecosystem/go-grpc-middleware v1.0.0/go.mod h1:FiyG127CGDf3tlThmgyCl78X/SZQqEOJBCDaAfeWzPs= github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0/go.mod h1:8NvIoxWQoOIhqOTXgfV/d3M/q6VIi02HzZEHgUlZvzk= github.com/grpc-ecosystem/grpc-gateway v1.9.0/go.mod h1:vNeuVxBJEsws4ogUvrchl83t/GYV9WGTSLVdBhOQFDY= github.com/hashicorp/consul/api v1.1.0/go.mod h1:VmuI/Lkw1nC05EYQWNKwWGbkg+FbDBtguAZLlVdkD9Q= github.com/hashicorp/consul/sdk v0.1.1/go.mod h1:VKf9jXwCTEY1QZP2MOLRhb5i/I/ssyNV1vwHyQBF0x8= github.com/hashicorp/errwrap v1.0.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4= github.com/hashicorp/go-cleanhttp v0.5.1/go.mod h1:JpRdi6/HCYpAwUzNwuwqhbovhLtngrth3wmdIIUrZ80= github.com/hashicorp/go-immutable-radix v1.0.0/go.mod h1:0y9vanUI8NX6FsYoO3zeMjhV/C5i9g4Q3DwcSNZ4P60= github.com/hashicorp/go-msgpack v0.5.3/go.mod h1:ahLV/dePpqEmjfWmKiqvPkv/twdG7iPBM1vqhUKIvfM= github.com/hashicorp/go-multierror v1.0.0/go.mod h1:dHtQlpGsu+cZNNAkkCN/P3hoUDHhCYQXV3UM06sGGrk= github.com/hashicorp/go-rootcerts v1.0.0/go.mod h1:K6zTfqpRlCUIjkwsN4Z+hiSfzSTQa6eBIzfwKfwNnHU= github.com/hashicorp/go-sockaddr v1.0.0/go.mod h1:7Xibr9yA9JjQq1JpNB2Vw7kxv8xerXegt+ozgdvDeDU= github.com/hashicorp/go-syslog v1.0.0/go.mod h1:qPfqrKkXGihmCqbJM2mZgkZGvKG1dFdvsLplgctolz4= github.com/hashicorp/go-uuid v1.0.0/go.mod h1:6SBZvOh/SIDV7/2o3Jml5SYk/TvGqwFJ/bN7x4byOro= github.com/hashicorp/go-uuid v1.0.1/go.mod h1:6SBZvOh/SIDV7/2o3Jml5SYk/TvGqwFJ/bN7x4byOro= github.com/hashicorp/go.net v0.0.1/go.mod h1:hjKkEWcCURg++eb33jQU7oqQcI9XDCnUzHA0oac0k90= github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= github.com/hashicorp/hcl v1.0.0 h1:0Anlzjpi4vEasTeNFn2mLJgTSwt0+6sfsiTG8qcWGx4= github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ= github.com/hashicorp/logutils v1.0.0/go.mod h1:QIAnNjmIWmVIIkWDTG1z5v++HQmx9WQRO+LraFDTW64= github.com/hashicorp/mdns v1.0.0/go.mod h1:tL+uN++7HEJ6SQLQ2/p+z2pH24WQKWjBPkE0mNTz8vQ= github.com/hashicorp/memberlist v0.1.3/go.mod h1:ajVTdAv/9Im8oMAAj5G31PhhMCZJV2pPBoIllUwCN7I= github.com/hashicorp/serf v0.8.2/go.mod h1:6hOLApaqBFA1NXqRQAsxw9QxuDEvNxSQRwA/JwenrHc= github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc= github.com/inconshreveable/mousetrap v1.0.0 h1:Z8tu5sraLXCXIcARxBp/8cbvlwVa7Z1NHg9XEKhtSvM= github.com/inconshreveable/mousetrap v1.0.0/go.mod h1:PxqpIevigyE2G7u3NXJIT2ANytuPF1OarO4DADm73n8= github.com/jdkato/prose v1.2.0 h1:t/R3H6xOrVuIgNevWiOSJf1kEoeF2VWlrN6w76Tkzow= github.com/jdkato/prose v1.2.0/go.mod h1:WC4YKHtBdAMgBdmfdqBmEuVbBD0U5c9HQ6l1U8Cq0ts= github.com/jessevdk/go-flags v1.4.0/go.mod h1:4FA24M0QyGHXBuZZK/XkWh8h0e1EYbRYJSGM75WSRxI= github.com/jmespath/go-jmespath v0.0.0-20160202185014-0b12d6b521d8/go.mod h1:Nht3zPeWKUH0NzdCt2Blrr5ys8VGpn0CEB0cQHVjt7k= github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af/go.mod h1:Nht3zPeWKUH0NzdCt2Blrr5ys8VGpn0CEB0cQHVjt7k= github.com/jmespath/go-jmespath v0.3.0/go.mod h1:9QtRXoHjLGCJ5IBSaohpXITPlowMeeYCZ7fLUTSywik= github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg= github.com/jmespath/go-jmespath v0.4.0/go.mod h1:T8mJZnbsbmF+m6zOOFylbeCJqk5+pHWvzYPziyZiYoo= github.com/jmespath/go-jmespath/internal/testify v1.5.1 h1:shLQSRRSCCPj3f2gpwzGwWFoC7ycTf1rcQZHOlsJ6N8= github.com/jmespath/go-jmespath/internal/testify v1.5.1/go.mod h1:L3OGu8Wl2/fWfCI6z80xFu9LTZmf1ZRjMHUOPmWr69U= github.com/joho/godotenv v1.3.0/go.mod h1:7hK45KPybAkOC6peb+G5yklZfMxEjkZhHbwpqxOKXbg= github.com/jonboulle/clockwork v0.1.0/go.mod h1:Ii8DK3G1RaLaWxj9trq07+26W01tbo22gdxWY5EU2bo= github.com/json-iterator/go v1.1.6/go.mod h1:+SdeFBvtyEkXs7REEP0seUULqWtbJapLOCVDaaPEHmU= github.com/jstemmer/go-junit-report v0.0.0-20190106144839-af01ea7f8024/go.mod h1:6v2b51hI/fHJwM22ozAgKL4VKDeJcHhJFhtBdhmNjmU= github.com/jstemmer/go-junit-report v0.9.1 h1:6QPYqodiu3GuPL+7mfx+NwDdp2eTkp9IfEUpgAwUN0o= github.com/jstemmer/go-junit-report v0.9.1/go.mod h1:Brl9GWCQeLvo8nXZwPNNblvFj/XSXhF0NWZEnDohbsk= github.com/jtolds/gls v4.20.0+incompatible h1:xdiiI2gbIgH/gLH7ADydsJ1uDOEzR8yvV7C0MuV77Wo= github.com/jtolds/gls v4.20.0+incompatible/go.mod h1:QJZ7F/aHp+rZTRtaJ1ow/lLfFfVYBRgL+9YlvaHOwJU= github.com/julienschmidt/httprouter v1.2.0/go.mod h1:SYymIcj16QtmaHHD7aYtjjsJG7VTCxuUUipMqKk8s4w= github.com/kisielk/errcheck v1.1.0/go.mod h1:EZBBE59ingxPouuu3KfxchcWSUPOHkagtvWXihfKN4Q= github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck= github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ= github.com/kr/fs v0.1.0/go.mod h1:FFnZGqtBN9Gxj7eW1uZ42v5BccTP0vu6NEaFoC2HwRg= github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515/go.mod h1:+0opPa2QZZtGFBFZlji/RkVcI2GknAs/DXo4wKdlNEc= github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo= github.com/kr/pretty v0.2.1 h1:Fmg33tUaq4/8ym9TJN1x7sLJnHVwhP33CNkpYV/7rwI= github.com/kr/pretty v0.2.1/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI= github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ= github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE= github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI= github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc= github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw= github.com/kyokomi/emoji/v2 v2.2.7 h1:v12BHO3OBfwokUfaQghK4RSDFpG4WfxeKJPSdcc73Nk= github.com/kyokomi/emoji/v2 v2.2.7/go.mod h1:JUcn42DTdsXJo1SWanHh4HKDEyPaR5CqkmoirZZP9qE= github.com/lib/pq v1.1.1/go.mod h1:5WUZQaWbwv1U+lTReE5YruASi9Al49XbQIvNi/34Woo= github.com/magefile/mage v1.10.0 h1:3HiXzCUY12kh9bIuyXShaVe529fJfyqoVM42o/uom2g= github.com/magefile/mage v1.10.0/go.mod h1:z5UZb/iS3GoOSn0JgWuiw7dxlurVYTu+/jHXqQg881A= github.com/magiconair/properties v1.8.1 h1:ZC2Vc7/ZFkGmsVC9KvOjumD+G5lXy2RtTKyzRKO2BQ4= github.com/magiconair/properties v1.8.1/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ= github.com/markbates/inflect v0.0.0-20171215194931-a12c3aec81a6 h1:LZhVjIISSbj8qLf2qDPP0D8z0uvOWAW5C85ly5mJW6c= github.com/markbates/inflect v0.0.0-20171215194931-a12c3aec81a6/go.mod h1:oTeZL2KHA7CUX6X+fovmK9OvIOFuqu0TwdQrZjLTh88= github.com/matryer/try v0.0.0-20161228173917-9ac251b645a2/go.mod h1:0KeJpeMD6o+O4hW7qJOT7vyQPKrWmj26uf5wMc/IiIs= github.com/mattn/go-colorable v0.0.9/go.mod h1:9vuHe8Xs5qXnSaW/c/ABM9alt+Vo+STaOChaDxuIBZU= github.com/mattn/go-colorable v0.1.6/go.mod h1:u6P/XSegPjTcexA+o6vUJrdnUu04hMope9wVRipJSqc= github.com/mattn/go-ieproxy v0.0.0-20190610004146-91bb50d98149/go.mod h1:31jz6HNzdxOmlERGGEc4v/dMssOfmp2p5bT/okiKFFc= github.com/mattn/go-ieproxy v0.0.0-20190702010315-6dee0af9227d/go.mod h1:31jz6HNzdxOmlERGGEc4v/dMssOfmp2p5bT/okiKFFc= github.com/mattn/go-ieproxy v0.0.1 h1:qiyop7gCflfhwCzGyeT0gro3sF9AIg9HU98JORTkqfI= github.com/mattn/go-ieproxy v0.0.1/go.mod h1:pYabZ6IHcRpFh7vIaLfK7rdcWgFEb3SFJ6/gNWuh88E= github.com/mattn/go-isatty v0.0.3/go.mod h1:M+lRXTBqGeGNdLjl/ufCoiOlB5xdOkqRJdNxMWT7Zi4= github.com/mattn/go-isatty v0.0.4/go.mod h1:M+lRXTBqGeGNdLjl/ufCoiOlB5xdOkqRJdNxMWT7Zi4= github.com/mattn/go-isatty v0.0.12 h1:wuysRhFDzyxgEmMf5xjvJ2M9dZoWAXNNr5LSBS7uHXY= github.com/mattn/go-isatty v0.0.12/go.mod h1:cbi8OIDigv2wuxKPP5vlRcQ1OAZbq2CE4Kysco4FUpU= github.com/mattn/go-runewidth v0.0.7 h1:Ei8KR0497xHyKJPAv59M1dkC+rOZCMBJ+t3fZ+twI54= github.com/mattn/go-runewidth v0.0.7/go.mod h1:H031xJmbD/WCDINGzjvQ9THkh0rPKHF+m2gUSrubnMI= github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0= github.com/miekg/dns v1.0.14/go.mod h1:W1PPwlIAgtquWBMBEV9nkV9Cazfe8ScdGz/Lj7v3Nrg= github.com/miekg/mmark v1.3.6 h1:t47x5vThdwgLJzofNsbsAl7gmIiJ7kbDQN5BxwBmwvY= github.com/miekg/mmark v1.3.6/go.mod h1:w7r9mkTvpS55jlfyn22qJ618itLryxXBhA7Jp3FIlkw= github.com/mitchellh/cli v1.0.0/go.mod h1:hNIlj7HEI86fIcpObd7a0FcrxTWetlwJDGcceTlRvqc= github.com/mitchellh/go-homedir v1.0.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0= github.com/mitchellh/go-homedir v1.1.0 h1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG+4E0Y= github.com/mitchellh/go-homedir v1.1.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0= github.com/mitchellh/go-testing-interface v1.0.0/go.mod h1:kRemZodwjscx+RGhAo8eIhFbs2+BFgRtFPeD/KE+zxI= github.com/mitchellh/gox v0.4.0/go.mod h1:Sd9lOJ0+aimLBi73mGofS1ycjY8lL3uZM3JPS42BGNg= github.com/mitchellh/hashstructure v1.0.0 h1:ZkRJX1CyOoTkar7p/mLS5TZU4nJ1Rn/F8u9dGS02Q3Y= github.com/mitchellh/hashstructure v1.0.0/go.mod h1:QjSHrPWS+BGUVBYkbTZWEnOh3G1DutKwClXU/ABz6AQ= github.com/mitchellh/iochan v1.0.0/go.mod h1:JwYml1nuB7xOzsp52dPpHFffvOCDupsG0QubkSMEySY= github.com/mitchellh/mapstructure v0.0.0-20160808181253-ca63d7c062ee/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y= github.com/mitchellh/mapstructure v1.1.2/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y= github.com/mitchellh/mapstructure v1.3.3 h1:SzB1nHZ2Xi+17FP0zVQBHIZqvwRN9408fJO8h+eeNA8= github.com/mitchellh/mapstructure v1.3.3/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo= github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q= github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= github.com/montanaflynn/stats v0.6.3/go.mod h1:wL8QJuTMNUDYhXwkmfOly8iTdp5TEcJFWZD2D7SIkUc= github.com/muesli/smartcrop v0.3.0 h1:JTlSkmxWg/oQ1TcLDoypuirdE8Y/jzNirQeLkxpA6Oc= github.com/muesli/smartcrop v0.3.0/go.mod h1:i2fCI/UorTfgEpPPLWiFBv4pye+YAG78RwcQLUkocpI= github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U= github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 h1:zYyBkD/k9seD2A7fsi6Oo2LfFZAehjjQMERAvZLEDnQ= github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646/go.mod h1:jpp1/29i3P1S/RLdc7JQKbRpFeM1dOBd8T9ki5s+AY8= github.com/nicksnyder/go-i18n/v2 v2.1.1 h1:ATCOanRDlrfKVB4WHAdJnLEqZtDmKYsweqsOUYflnBU= github.com/nicksnyder/go-i18n/v2 v2.1.1/go.mod h1:d++QJC9ZVf7pa48qrsRWhMJ5pSHIPmS3OLqK1niyLxs= github.com/niklasfasching/go-org v1.4.0 h1:qPy4VEdX55f5QcLiaD3X7N/tY5XOgk4y2uEyQa02i7A= github.com/niklasfasching/go-org v1.4.0/go.mod h1:4FWT4U/Anir9ewjwNpbZIzMjG5RaXFafkyWZNEPRdk8= github.com/nkovacs/streamquote v0.0.0-20170412213628-49af9bddb229/go.mod h1:0aYXnNPJ8l7uZxf45rWW1a/uME32OF0rhiYGNQ2oF2E= github.com/oklog/ulid v1.3.1/go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn4U= github.com/olekukonko/tablewriter v0.0.4 h1:vHD/YYe1Wolo78koG299f7V/VAS08c6IpCLn+Ejf/w8= github.com/olekukonko/tablewriter v0.0.4/go.mod h1:zq6QwlOf5SlnkVbMSr5EoBv3636FWnp+qbPhuoO21uA= github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc= github.com/pelletier/go-toml v1.2.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic= github.com/pelletier/go-toml v1.8.1 h1:1Nf83orprkJyknT6h7zbuEGUEjcyVlCxSUGTENmNCRM= github.com/pelletier/go-toml v1.8.1/go.mod h1:T2/BmBdy8dvIRq1a/8aqjN41wvWlN4lrapLU/GW4pbc= github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4= github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/pkg/sftp v1.10.1/go.mod h1:lYOWFsE0bwd1+KfKJaKeuokY15vzFx25BLbzYYoAxZI= github.com/pmezard/go-difflib v0.0.0-20151028094244-d8ed2627bdf0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/posener/complete v1.1.1/go.mod h1:em0nMJCgc9GFtwrmVmEMR/ZL6WyhyjMBndrE9hABlRI= github.com/prometheus/client_golang v0.9.1/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw= github.com/prometheus/client_golang v0.9.3/go.mod h1:/TN21ttK/J9q6uSwhBd54HahCDft0ttaMvbicHlPoso= github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910/go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo= github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA= github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA= github.com/prometheus/common v0.0.0-20181113130724-41aa239b4cce/go.mod h1:daVV7qP5qjZbuso7PdcryaAu0sAZbrN9i7WWcTMWvro= github.com/prometheus/common v0.4.0/go.mod h1:TNfzLD0ON7rHzMJeJkieUDPYmFC7Snx/y86RQel1bk4= github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk= github.com/prometheus/procfs v0.0.0-20190507164030-5867b95ac084/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA= github.com/prometheus/tsdb v0.7.1/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40TwIPHuXU= github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af/go.mod h1:XWv6SoW27p1b0cqNHllgS5HIMJraePCO15w5zCzIWYg= github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4= github.com/rogpeppe/go-internal v1.6.2 h1:aIihoIOHCiLZHxyoNQ+ABL4NKhFTgKLBdMLyEAh98m0= github.com/rogpeppe/go-internal v1.6.2/go.mod h1:xXDCJY+GAPziupqXw64V24skbSoqbTEfhy4qGm1nDQc= github.com/russross/blackfriday v1.5.3-0.20200218234912-41c5fccfd6f6 h1:tlXG832s5pa9x9Gs3Rp2rTvEqjiDEuETUOSfBEiTcns= github.com/russross/blackfriday v1.5.3-0.20200218234912-41c5fccfd6f6/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g= github.com/russross/blackfriday/v2 v2.0.1 h1:lPqVAte+HuHNfhJ/0LC98ESWRz8afy9tM/0RK8m9o+Q= github.com/russross/blackfriday/v2 v2.0.1/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM= github.com/rwcarlsen/goexif v0.0.0-20190401172101-9e8deecbddbd h1:CmH9+J6ZSsIjUK3dcGsnCnO41eRBOnY12zwkn5qVwgc= github.com/rwcarlsen/goexif v0.0.0-20190401172101-9e8deecbddbd/go.mod h1:hPqNNc0+uJM6H+SuU8sEs5K5IQeKccPqeSjfgcKGgPk= github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f/go.mod h1:sm1tb6uqfes/u+d4ooFouqFdy9/2g9QGwK3SQygK0Ts= github.com/sanity-io/litter v1.3.0 h1:5ZO+weUsqdSWMUng5JnpkW/Oz8iTXiIdeumhQr1sSjs= github.com/sanity-io/litter v1.3.0/go.mod h1:5Z71SvaYy5kcGtyglXOC9rrUi3c1E8CamFWjQsazTh0= github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529/go.mod h1:DxrIzT+xaE7yg65j358z/aeFdxmN0P9QXhEzd20vsDc= github.com/sergi/go-diff v1.0.0 h1:Kpca3qRNrduNnOQeazBd0ysaKrUJiIuISHxogkT9RPQ= github.com/sergi/go-diff v1.0.0/go.mod h1:0CfEIISq7TuYL3j771MWULgwwjU+GofnZX9QAmXWZgo= github.com/shogo82148/go-shuffle v0.0.0-20180218125048-27e6095f230d/go.mod h1:2htx6lmL0NGLHlO8ZCf+lQBGBHIbEujyywxJArf+2Yc= github.com/shurcooL/sanitized_anchor_name v1.0.0 h1:PdmoCO6wvbs+7yrJyMORt4/BmY5IYyJwS/kOiWx8mHo= github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc= github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo= github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d h1:zE9ykElWQ6/NYmHa3jpm/yHnI4xSofP+UP6SpjHcSeM= github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d/go.mod h1:OnSkiWE9lh6wB0YB77sQom3nweQdgAjqCqsofrRNTgc= github.com/smartystreets/goconvey v1.6.4 h1:fv0U8FUIMPNf1L9lnHLvLhgicrIVChEkdzIKYqbNC9s= github.com/smartystreets/goconvey v1.6.4/go.mod h1:syvi0/a8iFYH4r/RixwvyeAJjdLS9QV7WQ/tjFTllLA= github.com/soheilhy/cmux v0.1.4/go.mod h1:IM3LyeVVIOuxMH7sFAkER9+bJ4dT7Ms6E4xg4kGIyLM= github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA= github.com/spf13/afero v1.1.2/go.mod h1:j4pytiNVoe2o6bmDsKpLACNPDBIoEAkihy7loJ1B0CQ= github.com/spf13/afero v1.5.1 h1:VHu76Lk0LSP1x254maIu2bplkWpfBWI+B+6fdoZprcg= github.com/spf13/afero v1.5.1/go.mod h1:Ai8FlHk4v/PARR026UzYexafAt9roJ7LcLMAmO6Z93I= github.com/spf13/cast v1.3.0/go.mod h1:Qx5cxh0v+4UWYiBimWS+eyWzqEqokIECu5etghLkUJE= github.com/spf13/cast v1.3.1 h1:nFm6S0SMdyzrzcmThSipiEubIDy8WEXKNZ0UOgiRpng= github.com/spf13/cast v1.3.1/go.mod h1:Qx5cxh0v+4UWYiBimWS+eyWzqEqokIECu5etghLkUJE= github.com/spf13/cobra v1.1.1 h1:KfztREH0tPxJJ+geloSLaAkaPkr4ki2Er5quFV1TDo4= github.com/spf13/cobra v1.1.1/go.mod h1:WnodtKOvamDL/PwE2M4iKs8aMDBZ5Q5klgD3qfVJQMI= github.com/spf13/fsync v0.9.0 h1:f9CEt3DOB2mnHxZaftmEOFWjABEvKM/xpf3cUwJrGOY= github.com/spf13/fsync v0.9.0/go.mod h1:fNtJEfG3HiltN3y4cPOz6MLjos9+2pIEqLIgszqhp/0= github.com/spf13/jwalterweatherman v1.0.0/go.mod h1:cQK4TGJAtQXfYWX+Ddv3mKDzgVb68N+wFjFa4jdeBTo= github.com/spf13/jwalterweatherman v1.1.0 h1:ue6voC5bR5F8YxI5S67j9i582FU4Qvo2bmqnqMYADFk= github.com/spf13/jwalterweatherman v1.1.0/go.mod h1:aNWZUN0dPAAO/Ljvb5BEdw96iTZ0EXowPYD95IqWIGo= github.com/spf13/pflag v1.0.3/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4= github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA= github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg= github.com/spf13/viper v1.7.0/go.mod h1:8WkrPz2fc9jxqZNCJI/76HCieCp4Q8HaLFoCha5qpdg= github.com/spf13/viper v1.7.1 h1:pM5oEahlgWv/WnHXpgbKz7iLIxRf65tye2Ci+XFK5sk= github.com/spf13/viper v1.7.1/go.mod h1:8WkrPz2fc9jxqZNCJI/76HCieCp4Q8HaLFoCha5qpdg= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/objx v0.2.0/go.mod h1:qt09Ya8vawLte6SNmTgCsAVtYtaKzEcn8ATUoHMkEqE= github.com/stretchr/testify v0.0.0-20161117074351-18a02ba4a312/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs= github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs= github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI= github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4= github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5cxcmMvtA= github.com/stretchr/testify v1.6.1 h1:hDPOHmpOpP40lSULcqw7IrRb/u7w6RpDC9399XyoNd0= github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= github.com/subosito/gotenv v1.2.0 h1:Slr1R9HxAlEKefgq5jn9U+DnETlIUa6HfgEzj0g5d7s= github.com/subosito/gotenv v1.2.0/go.mod h1:N0PQaV/YGNqwC0u51sEeR/aUtSLEXKX9iv69rRypqCw= github.com/tdewolff/minify/v2 v2.6.2 h1:Jaod6aSABWmhftvnxvXogxcEoQt6yogfFeZgIQEMPOw= github.com/tdewolff/minify/v2 v2.6.2/go.mod h1:BkDSm8aMMT0ALGmpt7j3Ra7nLUgZL0qhyrAHXwxcy5w= github.com/tdewolff/parse/v2 v2.4.2 h1:Bu2Qv6wepkc+Ou7iB/qHjAhEImlAP5vedzlQRUdj3BI= github.com/tdewolff/parse/v2 v2.4.2/go.mod h1:WzaJpRSbwq++EIQHYIRTpbYKNA3gn9it1Ik++q4zyho= github.com/tdewolff/test v1.0.6 h1:76mzYJQ83Op284kMT+63iCNCI7NEERsIN8dLM+RiKr4= github.com/tdewolff/test v1.0.6/go.mod h1:6DAvZliBAAnD7rhVgwaM7DE5/d9NMOAJ09SqYqeK4QE= github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U= github.com/urfave/cli v1.22.4/go.mod h1:Gos4lmkARVdJ6EkW0WaNv/tZAAMe9V7XWyB60NtXRu0= github.com/valyala/bytebufferpool v1.0.0/go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc= github.com/valyala/fasttemplate v1.0.1/go.mod h1:UQGH1tvbgY+Nz5t2n7tXsz52dQxojPUpymEIMZ47gx8= github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2/go.mod h1:UETIi67q53MR2AWcXfiuqkDkRtnGDLqkBTpCHuJHxtU= github.com/yuin/goldmark v1.1.22/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/yuin/goldmark v1.1.25/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/yuin/goldmark v1.2.1 h1:ruQGxdhGHe7FWOJPT0mKs5+pD2Xs1Bm/kdGlHO04FmM= github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/yuin/goldmark-highlighting v0.0.0-20200307114337-60d527fdb691 h1:VWSxtAiQNh3zgHJpdpkpVYjTPqRE3P6UZCOPa1nRDio= github.com/yuin/goldmark-highlighting v0.0.0-20200307114337-60d527fdb691/go.mod h1:YLF3kDffRfUH/bTxOxHhV6lxwIB3Vfj91rEwNMS9MXo= go.etcd.io/bbolt v1.3.2/go.mod h1:IbVyRI1SCnLcuJnV2u8VeU0CEYM7e686BmAb1XKL+uU= go.opencensus.io v0.15.0/go.mod h1:UffZAU+4sDEINUGP/B7UfBBkq4fqLu9zXAX7ke6CHW0= go.opencensus.io v0.21.0/go.mod h1:mSImk1erAIZhrmZN+AvHh14ztQfjbGwt4TtuofqLduU= go.opencensus.io v0.22.0/go.mod h1:+kGneAE2xo2IficOXnaByMWTGM9T73dGwxeWcUqIpI8= go.opencensus.io v0.22.2/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw= go.opencensus.io v0.22.3 h1:8sGtKOrtQqkN1bp2AtX+misvLIlOmsEsNd+9NIcPEm8= go.opencensus.io v0.22.3/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw= go.uber.org/atomic v1.4.0/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE= go.uber.org/multierr v1.1.0/go.mod h1:wR5kodmAFQ0UK8QlbwjlSNy0Z68gJhDJUG5sjR94q/0= go.uber.org/zap v1.10.0/go.mod h1:vwi/ZaCAaUcBkycHslxD9B2zi4UTXhF60s6SWpuDF0Q= gocloud.dev v0.20.0 h1:mbEKMfnyPV7W1Rj35R1xXfjszs9dXkwSOq2KoFr25g8= gocloud.dev v0.20.0/go.mod h1:+Y/RpSXrJthIOM8uFNzWp6MRu9pFPNFEEZrQMxpkfIc= golang.org/x/crypto v0.0.0-20180904163835-0709b304e793/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20191206172530-e9b2fee46413 h1:ULYEB3JvPRE/IfO+9uO7vKV/xzVTO7XPAwm8xbf4w2g= golang.org/x/crypto v0.0.0-20191206172530-e9b2fee46413/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 h1:psW17arqaxU48Z5kZ0CQnkZWQJsqcURM6tKiBApRjXI= golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/exp v0.0.0-20190510132918-efd6b22b2522/go.mod h1:ZjyILWgesfNpC6sMxTJOJm9Kp84zZh5NQWvqDGG3Qr8= golang.org/x/exp v0.0.0-20190829153037-c13cbed26979/go.mod h1:86+5VVa7VpoJ4kLfm080zCjGlMRFzhUhsZKEZO7MGek= golang.org/x/exp v0.0.0-20191030013958-a1ab85dbe136/go.mod h1:JXzH8nQsPlswgeRAPE3MuO9GYsAcnJvJ4vnMwN/5qkY= golang.org/x/exp v0.0.0-20191129062945-2f5052295587/go.mod h1:2RIsYlXP63K8oxa1u096TMicItID8zy7Y6sNkU49FU4= golang.org/x/exp v0.0.0-20191227195350-da58074b4299/go.mod h1:2RIsYlXP63K8oxa1u096TMicItID8zy7Y6sNkU49FU4= golang.org/x/exp v0.0.0-20200119233911-0405dc783f0a/go.mod h1:2RIsYlXP63K8oxa1u096TMicItID8zy7Y6sNkU49FU4= golang.org/x/exp v0.0.0-20200207192155-f17229e696bd/go.mod h1:J/WKrq2StrnmMY6+EHIKF9dgMWnmCNThgcyBT1FY9mM= golang.org/x/exp v0.0.0-20200224162631-6cc2880d07d6/go.mod h1:3jZMyOhIsHpP37uCMkUooju7aAi5cS1Q23tOzKc+0MU= golang.org/x/image v0.0.0-20190227222117-0694c2d4d067/go.mod h1:kZ7UVZpmo3dzQBMxlp+ypCbDeSB+sBbTgSJuh5dn5js= golang.org/x/image v0.0.0-20190802002840-cff245a6509b/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0= golang.org/x/image v0.0.0-20191214001246-9130b4cfad52 h1:2fktqPPvDiVEEVT/vSTeoUPXfmRxRaGy6GU8jypvEn0= golang.org/x/image v0.0.0-20191214001246-9130b4cfad52/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0= golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= golang.org/x/lint v0.0.0-20190227174305-5b3e6a55c961/go.mod h1:wehouNa3lNwaWXcvxsM5YxQ5yQlVC4a0KAMCusXpPoU= golang.org/x/lint v0.0.0-20190301231843-5614ed5bae6f/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc= golang.org/x/lint v0.0.0-20190409202823-959b441ac422/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc= golang.org/x/lint v0.0.0-20190909230951-414d861bb4ac/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc= golang.org/x/lint v0.0.0-20190930215403-16217165b5de/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc= golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f/go.mod h1:5qLYkcX4OjUUV8bRuDixDT3tpyyb+LUpUlRWLxfhWrs= golang.org/x/lint v0.0.0-20200130185559-910be7a94367/go.mod h1:3xt1FjdF8hUf6vQPIChWIBhFzV8gjjsPE/fR3IyQdNY= golang.org/x/lint v0.0.0-20200302205851-738671d3881b h1:Wh+f8QHJXR411sJR8/vRBTZ7YapZaRvUcLFFJhusH0k= golang.org/x/lint v0.0.0-20200302205851-738671d3881b/go.mod h1:3xt1FjdF8hUf6vQPIChWIBhFzV8gjjsPE/fR3IyQdNY= golang.org/x/mobile v0.0.0-20190312151609-d3739f865fa6/go.mod h1:z+o9i4GpDbdi3rU15maQ/Ox0txvL9dWGYEHz965HBQE= golang.org/x/mobile v0.0.0-20190719004257-d2bd2a29d028/go.mod h1:E/iHnbuqvinMTCcRqshq8CkpyQDoeVncDDYHnLhea+o= golang.org/x/mod v0.0.0-20190513183733-4bf6d317e70e/go.mod h1:mXi4GBBbnImb6dmsKGUJ2LatrhH/nqhxcFungHvyanc= golang.org/x/mod v0.1.0/go.mod h1:0QHyrYULN0/3qlju5TqG8bIK38QM8yzMo5ekMj3DlcY= golang.org/x/mod v0.1.1-0.20191105210325-c90efee705ee/go.mod h1:QqPTAvyqsEbceGzBzNggFXnrqF1CaUcvgkdR5Ot7KZg= golang.org/x/mod v0.1.1-0.20191107180719-034126e5016b/go.mod h1:QqPTAvyqsEbceGzBzNggFXnrqF1CaUcvgkdR5Ot7KZg= golang.org/x/mod v0.2.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= golang.org/x/mod v0.3.0 h1:RM4zey1++hCTbCVQfnWeKs9/IEsaBLA8vTkd0WVtmH4= golang.org/x/mod v0.3.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= golang.org/x/net v0.0.0-20180724234803-3673e40ba225/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20180826012351-8a410e7b638d/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20181023162649-9b4f9f5ad519/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20181114220301-adae6a3d119a/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20181201002055-351d144fa1fc/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20181220203305-927f97764cc3/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20190108225652-1e06a53dbb7e/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20190213061140-3a22650c66bd/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20190311183353-d8887717615a/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= golang.org/x/net v0.0.0-20190501004415-9ce7a6920f09/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= golang.org/x/net v0.0.0-20190503192946-f4e77d36d62c/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= golang.org/x/net v0.0.0-20190603091049-60506f45cf65/go.mod h1:HSz+uSET+XFnRR8LxR5pz3Of3rY3CfYBVs4xY44aLks= golang.org/x/net v0.0.0-20190619014844-b5b0513f8c1b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190724013045-ca1201d0de80/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190813141303-74dc4d7220e7/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20191112182307-2180aed22343/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20200114155413-6afb5195e5aa/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20200202094626-16171245cfb2/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20200222125558-5a598a2470a0/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20200226121028-0de0cce0169b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20200301022130-244492dfa37a/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= golang.org/x/net v0.0.0-20200501053045-e0ff5e5a1de5/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= golang.org/x/net v0.0.0-20200506145744-7e3656a0809f/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= golang.org/x/net v0.0.0-20200513185701-a91f0712d120/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= golang.org/x/net v0.0.0-20200520182314-0ba52f642ac2/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= golang.org/x/net v0.0.0-20200602114024-627f9648deb9 h1:pNX+40auqi2JqRfOP1akLGtYcn15TUbkhwuCO3foqqM= golang.org/x/net v0.0.0-20200602114024-627f9648deb9/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= golang.org/x/net v0.0.0-20201110031124-69a78807bb2b/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU= golang.org/x/net v0.0.0-20201224014010-6772e930b67b h1:iFwSg7t5GZmB/Q5TjiEAsdoLDrdJRC1RiF2WhuV29Qw= golang.org/x/net v0.0.0-20201224014010-6772e930b67b/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= golang.org/x/oauth2 v0.0.0-20191202225959-858c2ad4c8b6/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d h1:TzXSXBo42m9gQenoE3b9BGiEpg5IG2JkU5FkPIawgtw= golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a h1:WXEvlFVvvGxCJLG6REjsT03iWnKLEWinaScsxF2Vm2o= golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sys v0.0.0-20180823144017-11551d06cbcc/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20181031143558-9b800f95dbbc/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20181107165924-66b7b1311ac8/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20181116152217-5ac8a444bdc5/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20181128092732-4ed8d59d0b35/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190312061237-fead79001313/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190502145724-3ef323f4f1fd/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190507160741-ecd444e8653b/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190606165138-5da285871e9c/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190624142023-c5567b49c5d0/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190726091711-fc99dfbffb4e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20191001151750-bb3f8db39f24/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20191005200804-aed5e4c7ecf9/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20191112214154-59a1497f0cea/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20191204072324-ce4227a45e2e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20191228213918-04cbcbbfeed8/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200113162924-86b910548bc1/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200116001909-b77594299b42/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200122134326-e047566fdf82/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200202164722-d101bd2416d5/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200212091648-12a6c2dcc1e4/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200302150141-5c8b2ff67527/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200317113312-5766fd39f98d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200331124033-c3d80250170d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200413165638-669c56c373c4/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200501052902-10377860bb8e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200501145240-bc7a7d42d5c3/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200511232937-7e40ca221e25/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200523222454-059865788121/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200602225109-6fdc65e7d980 h1:OjiUf46hAmXblsZdnoSXsEUSKU8r1UEzcL5RVZ4gO9Y= golang.org/x/sys v0.0.0-20200602225109-6fdc65e7d980/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 h1:nxC68pudNYkKU6jWhgrqdreuFiOQWj1Fs7T3VrH4Pjw= golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk= golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.4 h1:0YWbFKbhXG/wIiuHDSKpS0Iy7FSA+u45VtBMfQcFTTc= golang.org/x/text v0.3.4/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/tools v0.0.0-20180221164845-07fd8470d635/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20190114222345-bf090417da8b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20190226205152-f727befe758c/go.mod h1:9Yl7xja0Znq3iFh3HoIrodX9oNMXvdceNzlUR8zjMvY= golang.org/x/tools v0.0.0-20190311212946-11955173bddd/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= golang.org/x/tools v0.0.0-20190312151545-0bb0c0a6e846/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= golang.org/x/tools v0.0.0-20190312170243-e65039ee4138/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= golang.org/x/tools v0.0.0-20190328211700-ab21143f2384/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= golang.org/x/tools v0.0.0-20190422233926-fe54fb35175b/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= golang.org/x/tools v0.0.0-20190425150028-36563e24a262/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q= golang.org/x/tools v0.0.0-20190506145303-2d16b83fe98c/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q= golang.org/x/tools v0.0.0-20190524140312-2c0ae7006135/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q= golang.org/x/tools v0.0.0-20190606124116-d0a3d012864b/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= golang.org/x/tools v0.0.0-20190621195816-6e04913cbbac/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= golang.org/x/tools v0.0.0-20190628153133-6cdbf07be9d0/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= golang.org/x/tools v0.0.0-20190816200558-6889da9d5479/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20190911174233-4f2ddba30aff/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191012152004-8de300cfc20a/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191112195655-aa38f8e97acc/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191113191852-77e3bb0ad9e7/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191115202509-3a792d9c32b2/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191125144606-a911d9008d1f/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191130070609-6e064ea0cf2d/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191216173652-a0e659d51361/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= golang.org/x/tools v0.0.0-20191227053925-7b8e75db28f4/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= golang.org/x/tools v0.0.0-20200117161641-43d50277825c/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= golang.org/x/tools v0.0.0-20200122220014-bf1340f18c4a/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= golang.org/x/tools v0.0.0-20200130002326-2f3ba24bd6e7/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= golang.org/x/tools v0.0.0-20200204074204-1cc6d1ef6c74/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= golang.org/x/tools v0.0.0-20200207183749-b753a1ba74fa/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= golang.org/x/tools v0.0.0-20200212150539-ea181f53ac56/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= golang.org/x/tools v0.0.0-20200224181240-023911ca70b2/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= golang.org/x/tools v0.0.0-20200227222343-706bc42d1f0d/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= golang.org/x/tools v0.0.0-20200304193943-95d2e580d8eb/go.mod h1:o4KQGtdN14AW+yjsvvwRTJJuXz8XRtIHtEnmAXLyFUw= golang.org/x/tools v0.0.0-20200312045724-11d5b4c81c7d/go.mod h1:o4KQGtdN14AW+yjsvvwRTJJuXz8XRtIHtEnmAXLyFUw= golang.org/x/tools v0.0.0-20200317043434-63da46f3035e/go.mod h1:Sl4aGygMT6LrqrWclx+PTx3U+LnKx/seiNR+3G19Ar8= golang.org/x/tools v0.0.0-20200325010219-a49f79bcc224/go.mod h1:Sl4aGygMT6LrqrWclx+PTx3U+LnKx/seiNR+3G19Ar8= golang.org/x/tools v0.0.0-20200331025713-a30bf2db82d4/go.mod h1:Sl4aGygMT6LrqrWclx+PTx3U+LnKx/seiNR+3G19Ar8= golang.org/x/tools v0.0.0-20200501065659-ab2804fb9c9d/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= golang.org/x/tools v0.0.0-20200512131952-2bc93b1c0c88/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= golang.org/x/tools v0.0.0-20200515010526-7d3b6ebf133d/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= golang.org/x/tools v0.0.0-20200601175630-2caf76543d99/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= golang.org/x/tools v0.0.0-20200606014950-c42cb6316fb6/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= golang.org/x/tools v0.0.0-20200608174601-1b747fd94509 h1:MI14dOfl3OG6Zd32w3ugsrvcUO810fDZdWakTq39dH4= golang.org/x/tools v0.0.0-20200608174601-1b747fd94509/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 h1:E7g+9GITq07hpfrRu66IVDexMakfv52eLZ2CXBWiKr4= golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= google.golang.org/api v0.4.0/go.mod h1:8k5glujaEP+g9n7WNsDg8QP6cUVNI86fCNMcbazEtwE= google.golang.org/api v0.5.0/go.mod h1:8k5glujaEP+g9n7WNsDg8QP6cUVNI86fCNMcbazEtwE= google.golang.org/api v0.7.0/go.mod h1:WtwebWUNSVBH/HAw79HIFXZNqEvBhG+Ra+ax0hx3E3M= google.golang.org/api v0.8.0/go.mod h1:o4eAsZoiT+ibD93RtjEohWalFOjRDx6CVaqeizhEnKg= google.golang.org/api v0.9.0/go.mod h1:o4eAsZoiT+ibD93RtjEohWalFOjRDx6CVaqeizhEnKg= google.golang.org/api v0.13.0/go.mod h1:iLdEw5Ide6rF15KTC1Kkl0iskquN2gFfn9o9XIsbkAI= google.golang.org/api v0.14.0/go.mod h1:iLdEw5Ide6rF15KTC1Kkl0iskquN2gFfn9o9XIsbkAI= google.golang.org/api v0.15.0/go.mod h1:iLdEw5Ide6rF15KTC1Kkl0iskquN2gFfn9o9XIsbkAI= google.golang.org/api v0.17.0/go.mod h1:BwFmGc8tA3vsd7r/7kR8DY7iEEGSU04BFxCo5jP/sfE= google.golang.org/api v0.18.0/go.mod h1:BwFmGc8tA3vsd7r/7kR8DY7iEEGSU04BFxCo5jP/sfE= google.golang.org/api v0.19.0/go.mod h1:BwFmGc8tA3vsd7r/7kR8DY7iEEGSU04BFxCo5jP/sfE= google.golang.org/api v0.20.0/go.mod h1:BwFmGc8tA3vsd7r/7kR8DY7iEEGSU04BFxCo5jP/sfE= google.golang.org/api v0.22.0/go.mod h1:BwFmGc8tA3vsd7r/7kR8DY7iEEGSU04BFxCo5jP/sfE= google.golang.org/api v0.24.0/go.mod h1:lIXQywCXRcnZPGlsd8NbLnOjtAoL6em04bJ9+z0MncE= google.golang.org/api v0.26.0 h1:VJZ8h6E8ip82FRpQl848c5vAadxlTXrUh8RzQzSRm08= google.golang.org/api v0.26.0/go.mod h1:lIXQywCXRcnZPGlsd8NbLnOjtAoL6em04bJ9+z0MncE= google.golang.org/appengine v1.1.0/go.mod h1:EbEs0AVv82hx2wNQdGPgUI5lhzA/G0D9YwlJXL52JkM= google.golang.org/appengine v1.4.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4= google.golang.org/appengine v1.5.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4= google.golang.org/appengine v1.6.1/go.mod h1:i06prIuMbXzDqacNJfV5OdTW448YApPu5ww/cMBSeb0= google.golang.org/appengine v1.6.5/go.mod h1:8WjMMxjGQR8xUklV/ARdw2HLXBOI7O7uCIDZVag1xfc= google.golang.org/appengine v1.6.6 h1:lMO5rYAqUxkmaj76jAkRUvt5JZgFymx/+Q5Mzfivuhc= google.golang.org/appengine v1.6.6/go.mod h1:8WjMMxjGQR8xUklV/ARdw2HLXBOI7O7uCIDZVag1xfc= google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8/go.mod h1:JiN7NxoALGmiZfu7CAH4rXhgtRTLTxftemlI0sWmxmc= google.golang.org/genproto v0.0.0-20190307195333-5fe7a883aa19/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE= google.golang.org/genproto v0.0.0-20190418145605-e7d98fc518a7/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE= google.golang.org/genproto v0.0.0-20190425155659-357c62f0e4bb/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE= google.golang.org/genproto v0.0.0-20190502173448-54afdca5d873/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE= google.golang.org/genproto v0.0.0-20190508193815-b515fa19cec8/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE= google.golang.org/genproto v0.0.0-20190530194941-fb225487d101/go.mod h1:z3L6/3dTEVtUr6QSP8miRzeRqwQOioJ9I66odjN4I7s= google.golang.org/genproto v0.0.0-20190801165951-fa694d86fc64/go.mod h1:DMBHOl98Agz4BDEuKkezgsaosCRResVns1a3J2ZsMNc= google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55/go.mod h1:DMBHOl98Agz4BDEuKkezgsaosCRResVns1a3J2ZsMNc= google.golang.org/genproto v0.0.0-20190911173649-1774047e7e51/go.mod h1:IbNlFCBrqXvoKpeg0TB2l7cyZUmoaFKYIwrEpbDKLA8= google.golang.org/genproto v0.0.0-20191108220845-16a3f7862a1a/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc= google.golang.org/genproto v0.0.0-20191115194625-c23dd37a84c9/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc= google.golang.org/genproto v0.0.0-20191216164720-4f79533eabd1/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc= google.golang.org/genproto v0.0.0-20191230161307-f3c370f40bfb/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc= google.golang.org/genproto v0.0.0-20200115191322-ca5a22157cba/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc= google.golang.org/genproto v0.0.0-20200122232147-0452cf42e150/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc= google.golang.org/genproto v0.0.0-20200204135345-fa8e72b47b90/go.mod h1:GmwEX6Z4W5gMy59cAlVYjN9JhxgbQH6Gn+gFDQe2lzA= google.golang.org/genproto v0.0.0-20200212174721-66ed5ce911ce/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= google.golang.org/genproto v0.0.0-20200224152610-e50cd9704f63/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= google.golang.org/genproto v0.0.0-20200228133532-8c2c7df3a383/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= google.golang.org/genproto v0.0.0-20200305110556-506484158171/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= google.golang.org/genproto v0.0.0-20200312145019-da6875a35672/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= google.golang.org/genproto v0.0.0-20200317114155-1f3552e48f24/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= google.golang.org/genproto v0.0.0-20200325114520-5b2d0af7952b/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= google.golang.org/genproto v0.0.0-20200331122359-1ee6d9798940/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= google.golang.org/genproto v0.0.0-20200430143042-b979b6f78d84/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= google.golang.org/genproto v0.0.0-20200511104702-f5ebc3bea380/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= google.golang.org/genproto v0.0.0-20200515170657-fc4c6c6a6587/go.mod h1:YsZOwe1myG/8QRHRsmBRE1LrgQY60beZKjly0O1fX9U= google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013/go.mod h1:NbSheEEYHJ7i3ixzK3sjbqSGDJWnxyFXZblF3eUsNvo= google.golang.org/genproto v0.0.0-20200603110839-e855014d5736/go.mod h1:jDfRM7FcilCzHH/e9qn6dsT145K34l5v+OpcnNgKAAA= google.golang.org/genproto v0.0.0-20200608115520-7c474a2e3482 h1:i+Aiej6cta/Frzp13/swvwz5O00kYcSe0A/C5Wd7zX8= google.golang.org/genproto v0.0.0-20200608115520-7c474a2e3482/go.mod h1:jDfRM7FcilCzHH/e9qn6dsT145K34l5v+OpcnNgKAAA= google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c= google.golang.org/grpc v1.20.1/go.mod h1:10oTOabMzJvdu6/UiuZezV6QK5dSlG84ov/aaiqXj38= google.golang.org/grpc v1.21.0/go.mod h1:oYelfM1adQP15Ek0mdvEgi9Df8B9CZIaU1084ijfRaM= google.golang.org/grpc v1.21.1/go.mod h1:oYelfM1adQP15Ek0mdvEgi9Df8B9CZIaU1084ijfRaM= google.golang.org/grpc v1.23.0/go.mod h1:Y5yQAOtifL1yxbo5wqy6BxZv8vAUGQwXBOALyacEbxg= google.golang.org/grpc v1.25.1/go.mod h1:c3i+UQWmh7LiEpx4sFZnkU36qjEYZ0imhYfXVyQciAY= google.golang.org/grpc v1.26.0/go.mod h1:qbnxyOmOxrQa7FizSgH+ReBfzJrCY1pSN7KXBS8abTk= google.golang.org/grpc v1.27.0/go.mod h1:qbnxyOmOxrQa7FizSgH+ReBfzJrCY1pSN7KXBS8abTk= google.golang.org/grpc v1.27.1/go.mod h1:qbnxyOmOxrQa7FizSgH+ReBfzJrCY1pSN7KXBS8abTk= google.golang.org/grpc v1.28.0/go.mod h1:rpkK4SK4GF4Ach/+MFLZUBavHOvF2JJB5uozKKal+60= google.golang.org/grpc v1.29.1 h1:EC2SB8S04d2r73uptxphDSUG+kTKVgjRPF+N3xpxRB4= google.golang.org/grpc v1.29.1/go.mod h1:itym6AZVZYACWQqET3MqgPpjcuV5QH3BxFS3IjizoKk= google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8= google.golang.org/protobuf v0.0.0-20200221191635-4d8936d0db64/go.mod h1:kwYJMbMJ01Woi6D6+Kah6886xMZcty6N08ah7+eCXa0= google.golang.org/protobuf v0.0.0-20200228230310-ab0ca4ff8a60/go.mod h1:cfTl7dwQJ+fmap5saPgwCLgHXTUD7jkjRqWcaiX5VyM= google.golang.org/protobuf v1.20.1-0.20200309200217-e05f789c0967/go.mod h1:A+miEFZTKqfCUM6K7xSMQL9OKL/b6hQv+e19PK+JZNE= google.golang.org/protobuf v1.21.0/go.mod h1:47Nbq4nVaFHyn7ilMalzfO3qCViNmqZ2kzikPIcrTAo= google.golang.org/protobuf v1.22.0/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2l/sGQquU= google.golang.org/protobuf v1.23.0/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2l/sGQquU= google.golang.org/protobuf v1.23.1-0.20200526195155-81db48ad09cc/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2l/sGQquU= google.golang.org/protobuf v1.24.0/go.mod h1:r/3tXBNzIEhYS9I1OUVjXDlt8tc493IdKGjtUeSXeh4= google.golang.org/protobuf v1.25.0 h1:Ejskq+SyPohKW+1uil0JJMtmHCgJPJ/qWTxr8qp+R4c= google.golang.org/protobuf v1.25.0/go.mod h1:9JNX74DMeImyA3h4bdi1ymwjUzf21/xIlbajtzgsN7c= gopkg.in/alecthomas/kingpin.v2 v2.2.6/go.mod h1:FMv+mEhP44yOT+4EoQTLFTRgOQ1FBLkstjWtayDeSgw= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 h1:YR8cESwS4TdDjEe65xsg0ogRM/Nc3DYOhEAlW+xobZo= gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/errgo.v2 v2.1.0/go.mod h1:hNsd1EY+bozCKY1Ytp96fpM3vjJbqLJn88ws8XvfDNI= gopkg.in/ini.v1 v1.51.0/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k= gopkg.in/ini.v1 v1.51.1 h1:GyboHr4UqMiLUybYjd22ZjQIKEJEpgtLXtuGbR21Oho= gopkg.in/ini.v1 v1.51.1/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k= gopkg.in/neurosnap/sentences.v1 v1.0.6/go.mod h1:YlK+SN+fLQZj+kY3r8DkGDhDr91+S3JmTb5LSxFRQo0= gopkg.in/resty.v1 v1.12.0/go.mod h1:mDo4pnntr5jdWRML875a/NmxYqAlA73dVijT2AXvQQo= gopkg.in/yaml.v2 v2.0.0-20170812160011-eb3733d160e7/go.mod h1:JAlM8MvJe8wmxCU4Bli9HhUf9+ttbYbLASfIpnQbh74= gopkg.in/yaml.v2 v2.2.1/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= gopkg.in/yaml.v2 v2.2.4/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= gopkg.in/yaml.v2 v2.2.8/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= gopkg.in/yaml.v2 v2.3.0/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY= gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ= gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c h1:dUUwHk2QECo/6vqA44rthZ8ie2QXMNeKRTHCNY2nXvo= gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= honnef.co/go/tools v0.0.0-20190106161140-3f1c8253044a/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= honnef.co/go/tools v0.0.0-20190418001031-e561f6794a2a/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= honnef.co/go/tools v0.0.1-2019.2.3/go.mod h1:a3bituU0lyd329TUQxRnasdCoJDkEUEAqEt0JzvZhAg= honnef.co/go/tools v0.0.1-2020.1.3/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k= honnef.co/go/tools v0.0.1-2020.1.4 h1:UoveltGrhghAA7ePc+e+QYDHXrBps2PqFZiHkGR/xK8= honnef.co/go/tools v0.0.1-2020.1.4/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k= rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8= rsc.io/quote/v3 v3.1.0/go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0= rsc.io/sampler v1.3.0/go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA=
bazil.org/fuse v0.0.0-20180421153158-65cc252bf669/go.mod h1:Xbm+BRKSBEpa4q4hTSxohYNQpsxXPbPry4JJWOB3LB8= cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= cloud.google.com/go v0.38.0/go.mod h1:990N+gfupTy94rShfmMCWGDn0LpTmnzTp2qbd1dvSRU= cloud.google.com/go v0.39.0/go.mod h1:rVLT6fkc8chs9sfPtFc1SBH6em7n+ZoXaG+87tDISts= cloud.google.com/go v0.44.1/go.mod h1:iSa0KzasP4Uvy3f1mN/7PiObzGgflwredwwASm/v6AU= cloud.google.com/go v0.44.2/go.mod h1:60680Gw3Yr4ikxnPRS/oxxkBccT6SA1yMk63TGekxKY= cloud.google.com/go v0.44.3/go.mod h1:60680Gw3Yr4ikxnPRS/oxxkBccT6SA1yMk63TGekxKY= cloud.google.com/go v0.45.1/go.mod h1:RpBamKRgapWJb87xiFSdk4g1CME7QZg3uwTez+TSTjc= cloud.google.com/go v0.46.3/go.mod h1:a6bKKbmY7er1mI7TEI4lsAkts/mkhTSZK8w33B4RAg0= cloud.google.com/go v0.50.0/go.mod h1:r9sluTvynVuxRIOHXQEHMFffphuXHOMZMycpNR5e6To= cloud.google.com/go v0.52.0/go.mod h1:pXajvRH/6o3+F9jDHZWQ5PbGhn+o8w9qiu/CffaVdO4= cloud.google.com/go v0.53.0/go.mod h1:fp/UouUEsRkN6ryDKNW/Upv/JBKnv6WDthjR6+vze6M= cloud.google.com/go v0.54.0/go.mod h1:1rq2OEkV3YMf6n/9ZvGWI3GWw0VoqH/1x2nd8Is/bPc= cloud.google.com/go v0.55.0/go.mod h1:ZHmoY+/lIMNkN2+fBmuTiqZ4inFhvQad8ft7MT8IV5Y= cloud.google.com/go v0.56.0/go.mod h1:jr7tqZxxKOVYizybht9+26Z/gUq7tiRzu+ACVAMbKVk= cloud.google.com/go v0.57.0/go.mod h1:oXiQ6Rzq3RAkkY7N6t3TcE6jE+CIBBbA36lwQ1JyzZs= cloud.google.com/go v0.58.0 h1:vtAfVc723K3xKq1BQydk/FyCldnaNFhGhpJxaJzgRMQ= cloud.google.com/go v0.58.0/go.mod h1:W+9FnSUw6nhVwXlFcp1eL+krq5+HQUJeUogSeJZZiWg= cloud.google.com/go/bigquery v1.0.1/go.mod h1:i/xbL2UlR5RvWAURpBYZTtm/cXjCha9lbfbpx4poX+o= cloud.google.com/go/bigquery v1.3.0/go.mod h1:PjpwJnslEMmckchkHFfq+HTD2DmtT67aNFKH1/VBDHE= cloud.google.com/go/bigquery v1.4.0/go.mod h1:S8dzgnTigyfTmLBfrtrhyYhwRxG72rYxvftPBK2Dvzc= cloud.google.com/go/bigquery v1.5.0/go.mod h1:snEHRnqQbz117VIFhE8bmtwIDY80NLUZUMb4Nv6dBIg= cloud.google.com/go/bigquery v1.7.0/go.mod h1://okPTzCYNXSlb24MZs83e2Do+h+VXtc4gLoIoXIAPc= cloud.google.com/go/bigquery v1.8.0 h1:PQcPefKFdaIzjQFbiyOgAqyx8q5djaE7x9Sqe712DPA= cloud.google.com/go/bigquery v1.8.0/go.mod h1:J5hqkt3O0uAFnINi6JXValWIb1v0goeZM77hZzJN/fQ= cloud.google.com/go/datastore v1.0.0/go.mod h1:LXYbyblFSglQ5pkeyhO+Qmw7ukd3C+pD7TKLgZqpHYE= cloud.google.com/go/datastore v1.1.0 h1:/May9ojXjRkPBNVrq+oWLqmWCkr4OU5uRY29bu0mRyQ= cloud.google.com/go/datastore v1.1.0/go.mod h1:umbIZjpQpHh4hmRpGhH4tLFup+FVzqBi1b3c64qFpCk= cloud.google.com/go/firestore v1.1.0/go.mod h1:ulACoGHTpvq5r8rxGJ4ddJZBZqakUQqClKRT5SZwBmk= cloud.google.com/go/firestore v1.2.0/go.mod h1:iISCjWnTpnoJT1R287xRdjvQHJrxQOpeah4phb5D3h0= cloud.google.com/go/pubsub v1.0.1/go.mod h1:R0Gpsv3s54REJCy4fxDixWD93lHJMoZTyQ2kNxGRt3I= cloud.google.com/go/pubsub v1.1.0/go.mod h1:EwwdRX2sKPjnvnqCa270oGRyludottCI76h+R3AArQw= cloud.google.com/go/pubsub v1.2.0/go.mod h1:jhfEVHT8odbXTkndysNHCcx0awwzvfOlguIAii9o8iA= cloud.google.com/go/pubsub v1.3.1 h1:ukjixP1wl0LpnZ6LWtZJ0mX5tBmjp1f8Sqer8Z2OMUU= cloud.google.com/go/pubsub v1.3.1/go.mod h1:i+ucay31+CNRpDW4Lu78I4xXG+O1r/MAHgjpRVR+TSU= cloud.google.com/go/storage v1.0.0/go.mod h1:IhtSnM/ZTZV8YYJWCY8RULGVqBDmpoyjwiyrjsg+URw= cloud.google.com/go/storage v1.5.0/go.mod h1:tpKbwo567HUNpVclU5sGELwQWBDZ8gh0ZeosJ0Rtdos= cloud.google.com/go/storage v1.6.0/go.mod h1:N7U0C8pVQ/+NIKOBQyamJIeKQKkZ+mxpohlUTyfDhBk= cloud.google.com/go/storage v1.8.0/go.mod h1:Wv1Oy7z6Yz3DshWRJFhqM/UCfaWIRTdp0RXyy7KQOVs= cloud.google.com/go/storage v1.9.0 h1:oXnZyBjHB6hC8TnSle0AWW6pGJ29EuSo5ww+SFmdNBg= cloud.google.com/go/storage v1.9.0/go.mod h1:m+/etGaqZbylxaNT876QGXqEHp4PR2Rq5GMqICWb9bU= contrib.go.opencensus.io/exporter/aws v0.0.0-20181029163544-2befc13012d0/go.mod h1:uu1P0UCM/6RbsMrgPa98ll8ZcHM858i/AD06a9aLRCA= contrib.go.opencensus.io/exporter/stackdriver v0.12.1/go.mod h1:iwB6wGarfphGGe/e5CWqyUk/cLzKnWsOKPVW3no6OTw= contrib.go.opencensus.io/integrations/ocsql v0.1.4/go.mod h1:8DsSdjz3F+APR+0z0WkU1aRorQCFfRxvqjUUPMbF3fE= contrib.go.opencensus.io/resource v0.1.1/go.mod h1:F361eGI91LCmW1I/Saf+rX0+OFcigGlFvXwEGEnkRLA= dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU= github.com/Azure/azure-amqp-common-go/v3 v3.0.0/go.mod h1:SY08giD/XbhTz07tJdpw1SoxQXHPN30+DI3Z04SYqyg= github.com/Azure/azure-pipeline-go v0.2.1/go.mod h1:UGSo8XybXnIGZ3epmeBw7Jdz+HiUVpqIlpz/HKHylF4= github.com/Azure/azure-pipeline-go v0.2.2 h1:6oiIS9yaG6XCCzhgAgKFfIWyo4LLCiDhZot6ltoThhY= github.com/Azure/azure-pipeline-go v0.2.2/go.mod h1:4rQ/NZncSvGqNkkOsNpOU1tgoNuIlp9AfUH5G1tvCHc= github.com/Azure/azure-sdk-for-go v37.1.0+incompatible/go.mod h1:9XXNKU+eRnpl9moKnB4QOLf1HestfXbmab5FXxiDBjc= github.com/Azure/azure-service-bus-go v0.10.1/go.mod h1:E/FOceuKAFUfpbIJDKWz/May6guE+eGibfGT6q+n1to= github.com/Azure/azure-storage-blob-go v0.9.0 h1:kORqvzXP8ORhKbW13FflGUaSE5CMyDWun9UwMxY8gPs= github.com/Azure/azure-storage-blob-go v0.9.0/go.mod h1:8UBPbiOhrMQ4pLPi3gA1tXnpjrS76UYE/fo5A40vf4g= github.com/Azure/go-amqp v0.12.6/go.mod h1:qApuH6OFTSKZFmCOxccvAv5rLizBQf4v8pRmG138DPo= github.com/Azure/go-amqp v0.12.7/go.mod h1:qApuH6OFTSKZFmCOxccvAv5rLizBQf4v8pRmG138DPo= github.com/Azure/go-autorest/autorest v0.9.0/go.mod h1:xyHB1BMZT0cuDHU7I0+g046+BFDTQ8rEZB0s4Yfa6bI= github.com/Azure/go-autorest/autorest v0.9.3 h1:OZEIaBbMdUE/Js+BQKlpO81XlISgipr6yDJ+PSwsgi4= github.com/Azure/go-autorest/autorest v0.9.3/go.mod h1:GsRuLYvwzLjjjRoWEIyMUaYq8GNUx2nRB378IPt/1p0= github.com/Azure/go-autorest/autorest/adal v0.5.0/go.mod h1:8Z9fGy2MpX0PvDjB1pEgQTmVqjGhiHBW7RJJEciWzS0= github.com/Azure/go-autorest/autorest/adal v0.8.0/go.mod h1:Z6vX6WXXuyieHAXwMj0S6HY6e6wcHn37qQMBQlvY3lc= github.com/Azure/go-autorest/autorest/adal v0.8.1/go.mod h1:ZjhuQClTqx435SRJ2iMlOxPYt3d2C/T/7TiQCVZSn3Q= github.com/Azure/go-autorest/autorest/adal v0.8.3 h1:O1AGG9Xig71FxdX9HO5pGNyZ7TbSyHaVg+5eJO/jSGw= github.com/Azure/go-autorest/autorest/adal v0.8.3/go.mod h1:ZjhuQClTqx435SRJ2iMlOxPYt3d2C/T/7TiQCVZSn3Q= github.com/Azure/go-autorest/autorest/azure/auth v0.4.2 h1:iM6UAvjR97ZIeR93qTcwpKNMpV+/FTWjwEbuPD495Tk= github.com/Azure/go-autorest/autorest/azure/auth v0.4.2/go.mod h1:90gmfKdlmKgfjUpnCEpOJzsUEjrWDSLwHIG73tSXddM= github.com/Azure/go-autorest/autorest/azure/cli v0.3.1 h1:LXl088ZQlP0SBppGFsRZonW6hSvwgL5gRByMbvUbx8U= github.com/Azure/go-autorest/autorest/azure/cli v0.3.1/go.mod h1:ZG5p860J94/0kI9mNJVoIoLgXcirM2gF5i2kWloofxw= github.com/Azure/go-autorest/autorest/date v0.1.0/go.mod h1:plvfp3oPSKwf2DNjlBjWF/7vwR+cUD/ELuzDCXwHUVA= github.com/Azure/go-autorest/autorest/date v0.2.0 h1:yW+Zlqf26583pE43KhfnhFcdmSWlm5Ew6bxipnr/tbM= github.com/Azure/go-autorest/autorest/date v0.2.0/go.mod h1:vcORJHLJEh643/Ioh9+vPmf1Ij9AEBM5FuBIXLmIy0g= github.com/Azure/go-autorest/autorest/mocks v0.1.0/go.mod h1:OTyCOPRA2IgIlWxVYxBee2F5Gr4kF2zd2J5cFRaIDN0= github.com/Azure/go-autorest/autorest/mocks v0.2.0/go.mod h1:OTyCOPRA2IgIlWxVYxBee2F5Gr4kF2zd2J5cFRaIDN0= github.com/Azure/go-autorest/autorest/mocks v0.3.0 h1:qJumjCaCudz+OcqE9/XtEPfvtOjOmKaui4EOpFI6zZc= github.com/Azure/go-autorest/autorest/mocks v0.3.0/go.mod h1:a8FDP3DYzQ4RYfVAxAN3SVSiiO77gL2j2ronKKP0syM= github.com/Azure/go-autorest/autorest/to v0.3.0/go.mod h1:MgwOyqaIuKdG4TL/2ywSsIWKAfJfgHDo8ObuUk3t5sA= github.com/Azure/go-autorest/autorest/validation v0.2.0/go.mod h1:3EEqHnBxQGHXRYq3HT1WyXAvT7LLY3tl70hw6tQIbjI= github.com/Azure/go-autorest/logger v0.1.0 h1:ruG4BSDXONFRrZZJ2GUXDiUyVpayPmb1GnWeHDdaNKY= github.com/Azure/go-autorest/logger v0.1.0/go.mod h1:oExouG+K6PryycPJfVSxi/koC6LSNgds39diKLz7Vrc= github.com/Azure/go-autorest/tracing v0.5.0 h1:TRn4WjSnkcSy5AEG3pnbtFSwNtwzjr4VYyQflFE619k= github.com/Azure/go-autorest/tracing v0.5.0/go.mod h1:r/s2XiOKccPW3HrqB+W0TQzfbtp2fGCgRFtBroKn4Dk= github.com/BurntSushi/locker v0.0.0-20171006230638-a6e239ea1c69 h1:+tu3HOoMXB7RXEINRVIpxJCT+KdYiI7LAEAUrOw3dIU= github.com/BurntSushi/locker v0.0.0-20171006230638-a6e239ea1c69/go.mod h1:L1AbZdiDllfyYH5l5OkAaZtk7VkWe89bPJFmnDBNHxg= github.com/BurntSushi/toml v0.3.1 h1:WXkYYl6Yr3qBf1K79EBnL4mak0OimBfB0XUf9Vl28OQ= github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo= github.com/GeertJohan/go.incremental v1.0.0/go.mod h1:6fAjUhbVuX1KcMD3c8TEgVUqmo4seqhv0i0kdATSkM0= github.com/GeertJohan/go.rice v1.0.0/go.mod h1:eH6gbSOAUv07dQuZVnBmoDP8mgsM1rtixis4Tib9if0= github.com/GoogleCloudPlatform/cloudsql-proxy v0.0.0-20191009163259-e802c2cb94ae/go.mod h1:mjwGPas4yKduTyubHvD1Atl9r1rUq8DfVy+gkVvZ+oo= github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU= github.com/PuerkitoBio/purell v1.1.1 h1:WEQqlqaGbrPkxLJWfBwQmfEAE1Z7ONdDLqrN38tNFfI= github.com/PuerkitoBio/purell v1.1.1/go.mod h1:c11w/QuzBsJSee3cPx9rAFu61PvFxuPbtSwDGJws/X0= github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 h1:d+Bc7a5rLufV/sSk/8dngufqelfh6jnri85riMAaF/M= github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578/go.mod h1:uGdkoq3SwY9Y+13GIhn11/XLaGBb4BfwItxLd5jeuXE= github.com/akavel/rsrc v0.8.0/go.mod h1:uLoCtb9J+EyAqh+26kdrTgmzRBFPGOolLWKpdxkKq+c= github.com/alecthomas/assert v0.0.0-20170929043011-405dbfeb8e38 h1:smF2tmSOzy2Mm+0dGI2AIUHY+w0BUc+4tn40djz7+6U= github.com/alecthomas/assert v0.0.0-20170929043011-405dbfeb8e38/go.mod h1:r7bzyVFMNntcxPZXK3/+KdruV1H5KSlyVY0gc+NgInI= github.com/alecthomas/chroma v0.7.2-0.20200305040604-4f3623dce67a/go.mod h1:fv5SzZPFJbwp2NXJWpFIX7DZS4HgV1K4ew4Pc2OZD9s= github.com/alecthomas/chroma v0.8.2 h1:x3zkuE2lUk/RIekyAJ3XRqSCP4zwWDfcw/YJCuCAACg= github.com/alecthomas/chroma v0.8.2/go.mod h1:sko8vR34/90zvl5QdcUdvzL3J8NKjAUx9va9jPuFNoM= github.com/alecthomas/colour v0.0.0-20160524082231-60882d9e2721 h1:JHZL0hZKJ1VENNfmXvHbgYlbUOvpzYzvy2aZU5gXVeo= github.com/alecthomas/colour v0.0.0-20160524082231-60882d9e2721/go.mod h1:QO9JBoKquHd+jz9nshCh40fOfO+JzsoXy8qTHF68zU0= github.com/alecthomas/kong v0.1.17-0.20190424132513-439c674f7ae0/go.mod h1:+inYUSluD+p4L8KdviBSgzcqEjUQOfC5fQDRFuc36lI= github.com/alecthomas/kong v0.2.1-0.20190708041108-0548c6b1afae/go.mod h1:+inYUSluD+p4L8KdviBSgzcqEjUQOfC5fQDRFuc36lI= github.com/alecthomas/kong v0.2.4/go.mod h1:kQOmtJgV+Lb4aj+I2LEn40cbtawdWJ9Y8QLq+lElKxE= github.com/alecthomas/kong-hcl v0.1.8-0.20190615233001-b21fea9723c8/go.mod h1:MRgZdU3vrFd05IQ89AxUZ0aYdF39BYoNFa324SodPCA= github.com/alecthomas/repr v0.0.0-20180818092828-117648cd9897/go.mod h1:xTS7Pm1pD1mvyM075QCDSRqH6qRLXylzS24ZTpRiSzQ= github.com/alecthomas/repr v0.0.0-20181024024818-d37bc2a10ba1 h1:GDQdwm/gAcJcLAKQQZGOJ4knlw+7rfEQQcmwTbt4p5E= github.com/alecthomas/repr v0.0.0-20181024024818-d37bc2a10ba1/go.mod h1:xTS7Pm1pD1mvyM075QCDSRqH6qRLXylzS24ZTpRiSzQ= github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc= github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0= github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e/go.mod h1:3U/XgcO3hCbHZ8TKRvWD2dDTCfh9M9ya+I9JpbB7O8o= github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da/go.mod h1:Q73ZrmVTwzkszR9V5SSuryQ31EELlFMUz1kKyl939pY= github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310/go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8= github.com/armon/go-radix v1.0.0 h1:F4z6KzEeeQIMeLFa97iZU6vupzoecKdU5TX24SNppXI= github.com/armon/go-radix v1.0.0/go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8= github.com/aws/aws-sdk-go v1.15.27/go.mod h1:mFuSZ37Z9YOHbQEwBWztmVzqXrEkub65tZoCYDt7FT0= github.com/aws/aws-sdk-go v1.19.18/go.mod h1:KmX6BPdI08NWTb3/sm4ZGu5ShLoqVDhKgpiN924inxo= github.com/aws/aws-sdk-go v1.31.13/go.mod h1:5zCpMtNQVjRREroY7sYe8lOMRSxkhG6MZveU8YkpAk0= github.com/aws/aws-sdk-go v1.36.33 h1:ASmYIgWuPW1p01Xxch3ygaptshrEe7Vt+CirmwIqMtI= github.com/aws/aws-sdk-go v1.36.33/go.mod h1:hcU610XS61/+aQV88ixoOzUoG7v3b31pl2zKMmprdro= github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q= github.com/beorn7/perks v1.0.0/go.mod h1:KWe93zE9D1o94FZ5RNwFwVgaQK1VOXiVxmqh+CedLV8= github.com/bep/debounce v1.2.0 h1:wXds8Kq8qRfwAOpAxHrJDbCXgC5aHSzgQb/0gKsHQqo= github.com/bep/debounce v1.2.0/go.mod h1:H8yggRPQKLUhUoqrJC1bO2xNya7vanpDl7xR3ISbCJ0= github.com/bep/gitmap v1.1.2 h1:zk04w1qc1COTZPPYWDQHvns3y1afOsdRfraFQ3qI840= github.com/bep/gitmap v1.1.2/go.mod h1:g9VRETxFUXNWzMiuxOwcudo6DfZkW9jOsOW0Ft4kYaY= github.com/bep/godartsass v0.11.0 h1:62x1zaOzIP2NUzFb3Wob6sNyrtMp0JN61FFg30yQVb8= github.com/bep/godartsass v0.11.0/go.mod h1:nXQlHHk4H1ghUk6n/JkYKG5RD43yJfcfp5aHRqT/pc4= github.com/bep/godartsass v0.12.0 h1:VvGLA4XpXUjKvp53SI05YFLhRFJ78G+Ybnlaz6Oul7E= github.com/bep/godartsass v0.12.0/go.mod h1:nXQlHHk4H1ghUk6n/JkYKG5RD43yJfcfp5aHRqT/pc4= github.com/bep/golibsass v0.7.0 h1:/ocxgtPZ5rgp7FA+mktzyent+fAg82tJq4iMsTMBAtA= github.com/bep/golibsass v0.7.0/go.mod h1:DL87K8Un/+pWUS75ggYv41bliGiolxzDKWJAq3eJ1MA= github.com/bep/tmc v0.5.1 h1:CsQnSC6MsomH64gw0cT5f+EwQDcvZz4AazKunFwTpuI= github.com/bep/tmc v0.5.1/go.mod h1:tGYHN8fS85aJPhDLgXETVKp+PR382OvFi2+q2GkGsq0= github.com/bgentry/speakeasy v0.1.0/go.mod h1:+zsyZBPWlz7T6j88CTgSN5bM796AkVf0kBD4zp0CCIs= github.com/bketelsen/crypt v0.0.3-0.20200106085610-5cbc8cc4026c/go.mod h1:MKsuJmJgSg28kpZDP6UIiPt0e0Oz0kqKNGyRaWEPv84= github.com/census-instrumentation/opencensus-proto v0.2.0/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU= github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU= github.com/cespare/xxhash v1.1.0/go.mod h1:XrSqR1VqqWfGrhpAt58auRo0WTKS1nRRg3ghfAqPWnc= github.com/cheekybits/is v0.0.0-20150225183255-68e9c0620927/go.mod h1:h/aW8ynjgkuj+NQRlZcDbAbM1ORAbXjXX77sX7T289U= github.com/chzyer/logex v1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWRnGsAI= github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5PlCu98SY8svDHJxuZscDgtXS6KTTbou5AhLI= github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU= github.com/cli/safeexec v1.0.0 h1:0VngyaIyqACHdcMNWfo6+KdUYnqEr2Sg+bSP1pdF+dI= github.com/cli/safeexec v1.0.0/go.mod h1:Z/D4tTN8Vs5gXYHDCbaM1S/anmEDnJb1iW0+EJ5zx3Q= github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw= github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc= github.com/coreos/bbolt v1.3.2/go.mod h1:iRUV2dpdMOn7Bo10OQBFzIJO9kkE559Wcmn+qkEiiKk= github.com/coreos/etcd v3.3.13+incompatible/go.mod h1:uF7uidLiAD3TWHmW31ZFd/JWoc32PjwdhPthX9715RE= github.com/coreos/go-semver v0.3.0/go.mod h1:nnelYz7RCh+5ahJtPPxZlU+153eP4D4r3EedlOD2RNk= github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e/go.mod h1:F5haX7vjVVG0kc13fIWeqUViNPyEJxv/OmvnBo0Yme4= github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f/go.mod h1:E3G3o1h8I7cfcXa63jLwjI0eiQQMgzzUDFVpN/nH/eA= github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d/go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsrgA7czyZG/E6dU= github.com/cpuguy83/go-md2man/v2 v2.0.0 h1:EoUDS0afbrsXAZ9YQ9jdu/mZ2sXgT1/2yyNng4PGlyM= github.com/cpuguy83/go-md2man/v2 v2.0.0/go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsrgA7czyZG/E6dU= github.com/daaku/go.zipexe v1.0.0/go.mod h1:z8IiR6TsVLEYKwXAoE/I+8ys/sDkgTzSL0CLnGVd57E= github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964 h1:y5HC9v93H5EPKqaS1UYVg1uYah5Xf51mBfIoWehClUQ= github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964/go.mod h1:Xd9hchkHSWYkEqJwUGisez3G1QY8Ryz0sdWrLPMGjLk= github.com/davecgh/go-spew v0.0.0-20161028175848-04cdfd42973b/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/devigned/tab v0.1.1/go.mod h1:XG9mPq0dFghrYvoBF3xdRrJzSTX1b7IQrvaL9mzjeJY= github.com/dgrijalva/jwt-go v3.2.0+incompatible h1:7qlOGliEKZXTDg6OTjfoBKDXWrumCAMpl/TFQ4/5kLM= github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ= github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954/go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no= github.com/dimchansky/utfbom v1.1.0 h1:FcM3g+nofKgUteL8dm/UpdRXNC9KmADgTpLKsu0TRo4= github.com/dimchansky/utfbom v1.1.0/go.mod h1:rO41eb7gLfo8SF1jd9F8HplJm1Fewwi4mQvIirEdv+8= github.com/disintegration/gift v1.2.1 h1:Y005a1X4Z7Uc+0gLpSAsKhWi4qLtsdEcMIbbdvdZ6pc= github.com/disintegration/gift v1.2.1/go.mod h1:Jh2i7f7Q2BM7Ezno3PhfezbR1xpUg9dUg3/RlKGr4HI= github.com/dlclark/regexp2 v1.1.6/go.mod h1:2pZnwuY/m+8K6iRw6wQdMtk+rH5tNGR1i55kozfMjCc= github.com/dlclark/regexp2 v1.2.0/go.mod h1:2pZnwuY/m+8K6iRw6wQdMtk+rH5tNGR1i55kozfMjCc= github.com/dlclark/regexp2 v1.4.0 h1:F1rxgk7p4uKjwIQxBs9oAXe5CqrXlCduYEJvrF4u93E= github.com/dlclark/regexp2 v1.4.0/go.mod h1:2pZnwuY/m+8K6iRw6wQdMtk+rH5tNGR1i55kozfMjCc= github.com/dustin/go-humanize v1.0.0 h1:VSnTsYCnlFHaM2/igO1h6X3HA71jcobQuxemgkq4zYo= github.com/dustin/go-humanize v1.0.0/go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25KnS6fMYU6eOk= github.com/envoyproxy/go-control-plane v0.9.0/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4= github.com/envoyproxy/go-control-plane v0.9.1-0.20191026205805-5f8ba28d4473/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4= github.com/envoyproxy/go-control-plane v0.9.4/go.mod h1:6rpuAdCZL397s3pYoYcLgu1mIlRU8Am5FuJP05cCM98= github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c= github.com/evanw/esbuild v0.8.17 h1:kwPgM6nrZrSUqI1rlgNG9vv5u9cAMaz6HmZ+Ns+3cfQ= github.com/evanw/esbuild v0.8.17/go.mod h1:y2AFBAGVelPqPodpdtxWWqe6n2jYf5FrsJbligmRmuw= github.com/evanw/esbuild v0.8.39 h1:/kOe+5zUXSzB2y2m/BxgNsQ5wpgbcGU2uE6MBVSleww= github.com/evanw/esbuild v0.8.39/go.mod h1:y2AFBAGVelPqPodpdtxWWqe6n2jYf5FrsJbligmRmuw= github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4= github.com/fortytw2/leaktest v1.3.0 h1:u8491cBMTQ8ft8aeV+adlcytMZylmA5nnwwkRZjI8vw= github.com/fortytw2/leaktest v1.3.0/go.mod h1:jDsjWgpAGjm2CA7WthBh/CdZYEPF31XHquHwclZch5g= github.com/frankban/quicktest v1.4.1/go.mod h1:36zfPVQyHxymz4cH7wlDmVwDrJuljRB60qkgn7rorfQ= github.com/frankban/quicktest v1.7.2/go.mod h1:jaStnuzAqU1AJdCO0l53JDCJrVDKcS03DbaAcR7Ks/o= github.com/frankban/quicktest v1.11.2 h1:mjwHjStlXWibxOohM7HYieIViKyh56mmt3+6viyhDDI= github.com/frankban/quicktest v1.11.2/go.mod h1:K+q6oSqb0W0Ininfk863uOk1lMy69l/P6txr3mVT54s= github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo= github.com/fsnotify/fsnotify v1.4.9 h1:hsms1Qyu0jgnwNXIxa+/V/PDsU6CfLf6CNO8H7IWoS4= github.com/fsnotify/fsnotify v1.4.9/go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4IgpuI1SZQ= github.com/getkin/kin-openapi v0.32.0 h1:zzeKoKewdKT9bBdRMwYEhJgB2rKSKGFKE1iOKF7KgNs= github.com/getkin/kin-openapi v0.32.0/go.mod h1:WGRs2ZMM1Q8LR1QBEwUxC6RJEfaBcD0s+pcEVXFuAjw= github.com/ghodss/yaml v1.0.0 h1:wQHKEahhL6wmXdzwWG11gIVCkOv05bNOh+Rxn0yngAk= github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04= github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1/go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU= github.com/go-gl/glfw/v3.3/glfw v0.0.0-20191125211704-12ad95a8df72/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8= github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200222043503-6f7a984d4dc4/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8= github.com/go-ini/ini v1.25.4/go.mod h1:ByCAeIL28uOIIG0E3PJtZPDL8WnHpFKFOtgjp+3Ies8= github.com/go-kit/kit v0.8.0/go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2as= github.com/go-logfmt/logfmt v0.3.0/go.mod h1:Qt1PoO58o5twSAckw1HlFXLmHsOX5/0LbT9GBnD5lWE= github.com/go-logfmt/logfmt v0.4.0/go.mod h1:3RMwSq7FuexP4Kalkev3ejPJsZTpXXBr9+V4qmtdjCk= github.com/go-sql-driver/mysql v1.5.0/go.mod h1:DCzpHaOWr8IXmIStZouvnhqoel9Qv2LBy8hT2VhHyBg= github.com/go-stack/stack v1.8.0/go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY= github.com/gobwas/glob v0.2.3 h1:A4xDbljILXROh+kObIiy5kIaPYD8e96x1tgBhUI5J+Y= github.com/gobwas/glob v0.2.3/go.mod h1:d3Ez4x06l9bZtSvzIay5+Yzi0fmZzPgnTbPcKjJAkT8= github.com/gogo/protobuf v1.1.1/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ= github.com/gogo/protobuf v1.2.1/go.mod h1:hp+jE20tsWTFYpLwKvXlhS1hjn+gTNwPg2I6zVXpSg4= github.com/gohugoio/testmodBuilder/mods v0.0.0-20190520184928-c56af20f2e95 h1:sgew0XCnZwnzpWxTt3V8LLiCO7OQi3C6dycaE67wfkU= github.com/gohugoio/testmodBuilder/mods v0.0.0-20190520184928-c56af20f2e95/go.mod h1:bOlVlCa1/RajcHpXkrUXPSHB/Re1UnlXxD1Qp8SKOd8= github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q= github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/groupcache v0.0.0-20191227052852-215e87163ea7/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e h1:1r7pUrabqp18hOBcwBwiTsbnFeTZHV9eER/QT5JVZxY= github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/mock v1.1.1/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= github.com/golang/mock v1.2.0/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= github.com/golang/mock v1.3.1/go.mod h1:sBzyDLLjw3U8JLTeZvSv8jJB+tU5PVekmnlKIyFUx0Y= github.com/golang/mock v1.4.0/go.mod h1:UOMv5ysSaYNkG+OFQykRIcU/QvvxJf3p21QfJ2Bt3cw= github.com/golang/mock v1.4.1/go.mod h1:UOMv5ysSaYNkG+OFQykRIcU/QvvxJf3p21QfJ2Bt3cw= github.com/golang/mock v1.4.3/go.mod h1:UOMv5ysSaYNkG+OFQykRIcU/QvvxJf3p21QfJ2Bt3cw= github.com/golang/protobuf v1.2.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= github.com/golang/protobuf v1.3.1/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= github.com/golang/protobuf v1.3.2/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= github.com/golang/protobuf v1.3.3/go.mod h1:vzj43D7+SQXF/4pzW/hwtAqwc6iTitCiVSaWz5lYuqw= github.com/golang/protobuf v1.3.4/go.mod h1:vzj43D7+SQXF/4pzW/hwtAqwc6iTitCiVSaWz5lYuqw= github.com/golang/protobuf v1.3.5/go.mod h1:6O5/vntMXwX2lRkT1hjjk0nAC1IDOTvTlVgjlRvqsdk= github.com/golang/protobuf v1.4.0-rc.1/go.mod h1:ceaxUfeHdC40wWswd/P6IGgMaK3YpKi5j83Wpe3EHw8= github.com/golang/protobuf v1.4.0-rc.1.0.20200221234624-67d41d38c208/go.mod h1:xKAWHe0F5eneWXFV3EuXVDTCmh+JuBKY0li0aMyXATA= github.com/golang/protobuf v1.4.0-rc.2/go.mod h1:LlEzMj4AhA7rCAGe4KMBDvJI+AwstrUpVNzEA03Pprs= github.com/golang/protobuf v1.4.0-rc.4.0.20200313231945-b860323f09d0/go.mod h1:WU3c8KckQ9AFe+yFwt9sWVRKCVIyN9cPHBJSNnbL67w= github.com/golang/protobuf v1.4.0/go.mod h1:jodUvKwWbYaEsadDk5Fwe5c77LiNKVO9IDvqG2KuDX0= github.com/golang/protobuf v1.4.1/go.mod h1:U8fpvMrcmy5pZrNK1lt4xCsGvpyWQ/VVv6QDs8UjoX8= github.com/golang/protobuf v1.4.2 h1:+Z5KGCizgyZCbGh1KZqA0fcLLkwbsjIzS4aV2v7wJX0= github.com/golang/protobuf v1.4.2/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI= github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ= github.com/google/btree v1.0.0/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ= github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M= github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= github.com/google/go-cmp v0.4.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= github.com/google/go-cmp v0.5.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= github.com/google/go-cmp v0.5.2/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= github.com/google/go-cmp v0.5.3 h1:x95R7cp+rSeeqAMI2knLtQ0DKlaBhv2NrtrOvafPHRo= github.com/google/go-cmp v0.5.3/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= github.com/google/go-replayers/grpcreplay v0.1.0 h1:eNb1y9rZFmY4ax45uEEECSa8fsxGRU+8Bil52ASAwic= github.com/google/go-replayers/grpcreplay v0.1.0/go.mod h1:8Ig2Idjpr6gifRd6pNVggX6TC1Zw6Jx74AKp7QNH2QE= github.com/google/go-replayers/httpreplay v0.1.0 h1:AX7FUb4BjrrzNvblr/OlgwrmFiep6soj5K2QSDW7BGk= github.com/google/go-replayers/httpreplay v0.1.0/go.mod h1:YKZViNhiGgqdBlUbI2MwGpq4pXxNmhJLPHQ7cv2b5no= github.com/google/martian v2.1.0+incompatible/go.mod h1:9I4somxYTbIHy5NJKHRl3wXiIaQGbYVAs8BPL6v8lEs= github.com/google/martian v2.1.1-0.20190517191504-25dcb96d9e51+incompatible h1:xmapqc1AyLoB+ddYT6r04bD9lIjlOqGaREovi0SzFaE= github.com/google/martian v2.1.1-0.20190517191504-25dcb96d9e51+incompatible/go.mod h1:9I4somxYTbIHy5NJKHRl3wXiIaQGbYVAs8BPL6v8lEs= github.com/google/pprof v0.0.0-20181206194817-3ea8567a2e57/go.mod h1:zfwlbNMJ+OItoe0UupaVj+oy1omPYYDuagoSzA8v9mc= github.com/google/pprof v0.0.0-20190515194954-54271f7e092f/go.mod h1:zfwlbNMJ+OItoe0UupaVj+oy1omPYYDuagoSzA8v9mc= github.com/google/pprof v0.0.0-20191218002539-d4f498aebedc/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM= github.com/google/pprof v0.0.0-20200212024743-f11f1df84d12/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM= github.com/google/pprof v0.0.0-20200229191704-1ebb73c60ed3/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM= github.com/google/pprof v0.0.0-20200430221834-fc25d7d30c6d/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM= github.com/google/pprof v0.0.0-20200507031123-427632fa3b1c/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM= github.com/google/renameio v0.1.0/go.mod h1:KWCgfxg9yswjAJkECMjeO8J8rahYeXnNhOm40UhjYkI= github.com/google/subcommands v1.0.1/go.mod h1:ZjhPrFU+Olkh9WazFPsl27BQ4UPiG37m3yTrtFlrHVk= github.com/google/uuid v1.1.1 h1:Gkbcsh/GbpXz7lPftLA3P6TYMwjCLYm83jiFQZF/3gY= github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= github.com/google/wire v0.4.0 h1:kXcsA/rIGzJImVqPdhfnr6q0xsS9gU0515q1EPpJ9fE= github.com/google/wire v0.4.0/go.mod h1:ngWDr9Qvq3yZA10YrxfyGELY/AFWGVpy9c1LTRi1EoU= github.com/googleapis/gax-go v2.0.2+incompatible h1:silFMLAnr330+NRuag/VjIGF7TLp/LBrV2CJKFLWEww= github.com/googleapis/gax-go v2.0.2+incompatible/go.mod h1:SFVmujtThgffbyetf+mdk2eWhX2bMyUtNHzFKcPA9HY= github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+vpHVxEJEs9eg= github.com/googleapis/gax-go/v2 v2.0.5 h1:sjZBwGj9Jlw33ImPtvFviGYvseOtDM7hkSKB7+Tv3SM= github.com/googleapis/gax-go/v2 v2.0.5/go.mod h1:DWXyrwAJ9X0FpwwEdw+IPEYBICEFu5mhpdKc/us6bOk= github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1 h1:EGx4pi6eqNxGaHF6qqu48+N2wcFQ5qg5FXgOdqsJ5d8= github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1/go.mod h1:wJfORRmW1u3UXTncJ5qlYoELFm8eSnnEO6hX4iZ3EWY= github.com/gorilla/csrf v1.6.0/go.mod h1:7tSf8kmjNYr7IWDCYhd3U8Ck34iQ/Yw5CJu7bAkHEGI= github.com/gorilla/handlers v1.4.1/go.mod h1:Qkdc/uu4tH4g6mTK6auzZ766c4CA0Ng8+o/OAirnOIQ= github.com/gorilla/mux v1.7.3/go.mod h1:1lud6UwP+6orDFRuTfBEV8e9/aOM/c4fVVCaMa2zaAs= github.com/gorilla/securecookie v1.1.1/go.mod h1:ra0sb63/xPlUeL+yeDciTfxMRAA+MP+HVt/4epWDjd4= github.com/gorilla/websocket v1.4.2 h1:+/TMaTYc4QFitKJxsQ7Yye35DkWvkdLcvGKqM+x0Ufc= github.com/gorilla/websocket v1.4.2/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE= github.com/grpc-ecosystem/go-grpc-middleware v1.0.0/go.mod h1:FiyG127CGDf3tlThmgyCl78X/SZQqEOJBCDaAfeWzPs= github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0/go.mod h1:8NvIoxWQoOIhqOTXgfV/d3M/q6VIi02HzZEHgUlZvzk= github.com/grpc-ecosystem/grpc-gateway v1.9.0/go.mod h1:vNeuVxBJEsws4ogUvrchl83t/GYV9WGTSLVdBhOQFDY= github.com/hashicorp/consul/api v1.1.0/go.mod h1:VmuI/Lkw1nC05EYQWNKwWGbkg+FbDBtguAZLlVdkD9Q= github.com/hashicorp/consul/sdk v0.1.1/go.mod h1:VKf9jXwCTEY1QZP2MOLRhb5i/I/ssyNV1vwHyQBF0x8= github.com/hashicorp/errwrap v1.0.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4= github.com/hashicorp/go-cleanhttp v0.5.1/go.mod h1:JpRdi6/HCYpAwUzNwuwqhbovhLtngrth3wmdIIUrZ80= github.com/hashicorp/go-immutable-radix v1.0.0/go.mod h1:0y9vanUI8NX6FsYoO3zeMjhV/C5i9g4Q3DwcSNZ4P60= github.com/hashicorp/go-msgpack v0.5.3/go.mod h1:ahLV/dePpqEmjfWmKiqvPkv/twdG7iPBM1vqhUKIvfM= github.com/hashicorp/go-multierror v1.0.0/go.mod h1:dHtQlpGsu+cZNNAkkCN/P3hoUDHhCYQXV3UM06sGGrk= github.com/hashicorp/go-rootcerts v1.0.0/go.mod h1:K6zTfqpRlCUIjkwsN4Z+hiSfzSTQa6eBIzfwKfwNnHU= github.com/hashicorp/go-sockaddr v1.0.0/go.mod h1:7Xibr9yA9JjQq1JpNB2Vw7kxv8xerXegt+ozgdvDeDU= github.com/hashicorp/go-syslog v1.0.0/go.mod h1:qPfqrKkXGihmCqbJM2mZgkZGvKG1dFdvsLplgctolz4= github.com/hashicorp/go-uuid v1.0.0/go.mod h1:6SBZvOh/SIDV7/2o3Jml5SYk/TvGqwFJ/bN7x4byOro= github.com/hashicorp/go-uuid v1.0.1/go.mod h1:6SBZvOh/SIDV7/2o3Jml5SYk/TvGqwFJ/bN7x4byOro= github.com/hashicorp/go.net v0.0.1/go.mod h1:hjKkEWcCURg++eb33jQU7oqQcI9XDCnUzHA0oac0k90= github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= github.com/hashicorp/hcl v1.0.0 h1:0Anlzjpi4vEasTeNFn2mLJgTSwt0+6sfsiTG8qcWGx4= github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ= github.com/hashicorp/logutils v1.0.0/go.mod h1:QIAnNjmIWmVIIkWDTG1z5v++HQmx9WQRO+LraFDTW64= github.com/hashicorp/mdns v1.0.0/go.mod h1:tL+uN++7HEJ6SQLQ2/p+z2pH24WQKWjBPkE0mNTz8vQ= github.com/hashicorp/memberlist v0.1.3/go.mod h1:ajVTdAv/9Im8oMAAj5G31PhhMCZJV2pPBoIllUwCN7I= github.com/hashicorp/serf v0.8.2/go.mod h1:6hOLApaqBFA1NXqRQAsxw9QxuDEvNxSQRwA/JwenrHc= github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc= github.com/inconshreveable/mousetrap v1.0.0 h1:Z8tu5sraLXCXIcARxBp/8cbvlwVa7Z1NHg9XEKhtSvM= github.com/inconshreveable/mousetrap v1.0.0/go.mod h1:PxqpIevigyE2G7u3NXJIT2ANytuPF1OarO4DADm73n8= github.com/jdkato/prose v1.2.0 h1:t/R3H6xOrVuIgNevWiOSJf1kEoeF2VWlrN6w76Tkzow= github.com/jdkato/prose v1.2.0/go.mod h1:WC4YKHtBdAMgBdmfdqBmEuVbBD0U5c9HQ6l1U8Cq0ts= github.com/jessevdk/go-flags v1.4.0/go.mod h1:4FA24M0QyGHXBuZZK/XkWh8h0e1EYbRYJSGM75WSRxI= github.com/jmespath/go-jmespath v0.0.0-20160202185014-0b12d6b521d8/go.mod h1:Nht3zPeWKUH0NzdCt2Blrr5ys8VGpn0CEB0cQHVjt7k= github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af/go.mod h1:Nht3zPeWKUH0NzdCt2Blrr5ys8VGpn0CEB0cQHVjt7k= github.com/jmespath/go-jmespath v0.3.0/go.mod h1:9QtRXoHjLGCJ5IBSaohpXITPlowMeeYCZ7fLUTSywik= github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg= github.com/jmespath/go-jmespath v0.4.0/go.mod h1:T8mJZnbsbmF+m6zOOFylbeCJqk5+pHWvzYPziyZiYoo= github.com/jmespath/go-jmespath/internal/testify v1.5.1 h1:shLQSRRSCCPj3f2gpwzGwWFoC7ycTf1rcQZHOlsJ6N8= github.com/jmespath/go-jmespath/internal/testify v1.5.1/go.mod h1:L3OGu8Wl2/fWfCI6z80xFu9LTZmf1ZRjMHUOPmWr69U= github.com/joho/godotenv v1.3.0/go.mod h1:7hK45KPybAkOC6peb+G5yklZfMxEjkZhHbwpqxOKXbg= github.com/jonboulle/clockwork v0.1.0/go.mod h1:Ii8DK3G1RaLaWxj9trq07+26W01tbo22gdxWY5EU2bo= github.com/json-iterator/go v1.1.6/go.mod h1:+SdeFBvtyEkXs7REEP0seUULqWtbJapLOCVDaaPEHmU= github.com/jstemmer/go-junit-report v0.0.0-20190106144839-af01ea7f8024/go.mod h1:6v2b51hI/fHJwM22ozAgKL4VKDeJcHhJFhtBdhmNjmU= github.com/jstemmer/go-junit-report v0.9.1 h1:6QPYqodiu3GuPL+7mfx+NwDdp2eTkp9IfEUpgAwUN0o= github.com/jstemmer/go-junit-report v0.9.1/go.mod h1:Brl9GWCQeLvo8nXZwPNNblvFj/XSXhF0NWZEnDohbsk= github.com/jtolds/gls v4.20.0+incompatible h1:xdiiI2gbIgH/gLH7ADydsJ1uDOEzR8yvV7C0MuV77Wo= github.com/jtolds/gls v4.20.0+incompatible/go.mod h1:QJZ7F/aHp+rZTRtaJ1ow/lLfFfVYBRgL+9YlvaHOwJU= github.com/julienschmidt/httprouter v1.2.0/go.mod h1:SYymIcj16QtmaHHD7aYtjjsJG7VTCxuUUipMqKk8s4w= github.com/kisielk/errcheck v1.1.0/go.mod h1:EZBBE59ingxPouuu3KfxchcWSUPOHkagtvWXihfKN4Q= github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck= github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ= github.com/kr/fs v0.1.0/go.mod h1:FFnZGqtBN9Gxj7eW1uZ42v5BccTP0vu6NEaFoC2HwRg= github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515/go.mod h1:+0opPa2QZZtGFBFZlji/RkVcI2GknAs/DXo4wKdlNEc= github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo= github.com/kr/pretty v0.2.1 h1:Fmg33tUaq4/8ym9TJN1x7sLJnHVwhP33CNkpYV/7rwI= github.com/kr/pretty v0.2.1/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI= github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ= github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE= github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI= github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc= github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw= github.com/kyokomi/emoji/v2 v2.2.7 h1:v12BHO3OBfwokUfaQghK4RSDFpG4WfxeKJPSdcc73Nk= github.com/kyokomi/emoji/v2 v2.2.7/go.mod h1:JUcn42DTdsXJo1SWanHh4HKDEyPaR5CqkmoirZZP9qE= github.com/lib/pq v1.1.1/go.mod h1:5WUZQaWbwv1U+lTReE5YruASi9Al49XbQIvNi/34Woo= github.com/magefile/mage v1.10.0 h1:3HiXzCUY12kh9bIuyXShaVe529fJfyqoVM42o/uom2g= github.com/magefile/mage v1.10.0/go.mod h1:z5UZb/iS3GoOSn0JgWuiw7dxlurVYTu+/jHXqQg881A= github.com/magiconair/properties v1.8.1 h1:ZC2Vc7/ZFkGmsVC9KvOjumD+G5lXy2RtTKyzRKO2BQ4= github.com/magiconair/properties v1.8.1/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ= github.com/markbates/inflect v0.0.0-20171215194931-a12c3aec81a6 h1:LZhVjIISSbj8qLf2qDPP0D8z0uvOWAW5C85ly5mJW6c= github.com/markbates/inflect v0.0.0-20171215194931-a12c3aec81a6/go.mod h1:oTeZL2KHA7CUX6X+fovmK9OvIOFuqu0TwdQrZjLTh88= github.com/matryer/try v0.0.0-20161228173917-9ac251b645a2/go.mod h1:0KeJpeMD6o+O4hW7qJOT7vyQPKrWmj26uf5wMc/IiIs= github.com/mattn/go-colorable v0.0.9/go.mod h1:9vuHe8Xs5qXnSaW/c/ABM9alt+Vo+STaOChaDxuIBZU= github.com/mattn/go-colorable v0.1.6/go.mod h1:u6P/XSegPjTcexA+o6vUJrdnUu04hMope9wVRipJSqc= github.com/mattn/go-ieproxy v0.0.0-20190610004146-91bb50d98149/go.mod h1:31jz6HNzdxOmlERGGEc4v/dMssOfmp2p5bT/okiKFFc= github.com/mattn/go-ieproxy v0.0.0-20190702010315-6dee0af9227d/go.mod h1:31jz6HNzdxOmlERGGEc4v/dMssOfmp2p5bT/okiKFFc= github.com/mattn/go-ieproxy v0.0.1 h1:qiyop7gCflfhwCzGyeT0gro3sF9AIg9HU98JORTkqfI= github.com/mattn/go-ieproxy v0.0.1/go.mod h1:pYabZ6IHcRpFh7vIaLfK7rdcWgFEb3SFJ6/gNWuh88E= github.com/mattn/go-isatty v0.0.3/go.mod h1:M+lRXTBqGeGNdLjl/ufCoiOlB5xdOkqRJdNxMWT7Zi4= github.com/mattn/go-isatty v0.0.4/go.mod h1:M+lRXTBqGeGNdLjl/ufCoiOlB5xdOkqRJdNxMWT7Zi4= github.com/mattn/go-isatty v0.0.12 h1:wuysRhFDzyxgEmMf5xjvJ2M9dZoWAXNNr5LSBS7uHXY= github.com/mattn/go-isatty v0.0.12/go.mod h1:cbi8OIDigv2wuxKPP5vlRcQ1OAZbq2CE4Kysco4FUpU= github.com/mattn/go-runewidth v0.0.7 h1:Ei8KR0497xHyKJPAv59M1dkC+rOZCMBJ+t3fZ+twI54= github.com/mattn/go-runewidth v0.0.7/go.mod h1:H031xJmbD/WCDINGzjvQ9THkh0rPKHF+m2gUSrubnMI= github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0= github.com/miekg/dns v1.0.14/go.mod h1:W1PPwlIAgtquWBMBEV9nkV9Cazfe8ScdGz/Lj7v3Nrg= github.com/miekg/mmark v1.3.6 h1:t47x5vThdwgLJzofNsbsAl7gmIiJ7kbDQN5BxwBmwvY= github.com/miekg/mmark v1.3.6/go.mod h1:w7r9mkTvpS55jlfyn22qJ618itLryxXBhA7Jp3FIlkw= github.com/mitchellh/cli v1.0.0/go.mod h1:hNIlj7HEI86fIcpObd7a0FcrxTWetlwJDGcceTlRvqc= github.com/mitchellh/go-homedir v1.0.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0= github.com/mitchellh/go-homedir v1.1.0 h1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG+4E0Y= github.com/mitchellh/go-homedir v1.1.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0= github.com/mitchellh/go-testing-interface v1.0.0/go.mod h1:kRemZodwjscx+RGhAo8eIhFbs2+BFgRtFPeD/KE+zxI= github.com/mitchellh/gox v0.4.0/go.mod h1:Sd9lOJ0+aimLBi73mGofS1ycjY8lL3uZM3JPS42BGNg= github.com/mitchellh/hashstructure v1.0.0 h1:ZkRJX1CyOoTkar7p/mLS5TZU4nJ1Rn/F8u9dGS02Q3Y= github.com/mitchellh/hashstructure v1.0.0/go.mod h1:QjSHrPWS+BGUVBYkbTZWEnOh3G1DutKwClXU/ABz6AQ= github.com/mitchellh/iochan v1.0.0/go.mod h1:JwYml1nuB7xOzsp52dPpHFffvOCDupsG0QubkSMEySY= github.com/mitchellh/mapstructure v0.0.0-20160808181253-ca63d7c062ee/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y= github.com/mitchellh/mapstructure v1.1.2/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y= github.com/mitchellh/mapstructure v1.3.3 h1:SzB1nHZ2Xi+17FP0zVQBHIZqvwRN9408fJO8h+eeNA8= github.com/mitchellh/mapstructure v1.3.3/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo= github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q= github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= github.com/montanaflynn/stats v0.6.3/go.mod h1:wL8QJuTMNUDYhXwkmfOly8iTdp5TEcJFWZD2D7SIkUc= github.com/muesli/smartcrop v0.3.0 h1:JTlSkmxWg/oQ1TcLDoypuirdE8Y/jzNirQeLkxpA6Oc= github.com/muesli/smartcrop v0.3.0/go.mod h1:i2fCI/UorTfgEpPPLWiFBv4pye+YAG78RwcQLUkocpI= github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U= github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 h1:zYyBkD/k9seD2A7fsi6Oo2LfFZAehjjQMERAvZLEDnQ= github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646/go.mod h1:jpp1/29i3P1S/RLdc7JQKbRpFeM1dOBd8T9ki5s+AY8= github.com/nicksnyder/go-i18n/v2 v2.1.1 h1:ATCOanRDlrfKVB4WHAdJnLEqZtDmKYsweqsOUYflnBU= github.com/nicksnyder/go-i18n/v2 v2.1.1/go.mod h1:d++QJC9ZVf7pa48qrsRWhMJ5pSHIPmS3OLqK1niyLxs= github.com/niklasfasching/go-org v1.4.0 h1:qPy4VEdX55f5QcLiaD3X7N/tY5XOgk4y2uEyQa02i7A= github.com/niklasfasching/go-org v1.4.0/go.mod h1:4FWT4U/Anir9ewjwNpbZIzMjG5RaXFafkyWZNEPRdk8= github.com/nkovacs/streamquote v0.0.0-20170412213628-49af9bddb229/go.mod h1:0aYXnNPJ8l7uZxf45rWW1a/uME32OF0rhiYGNQ2oF2E= github.com/oklog/ulid v1.3.1/go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn4U= github.com/olekukonko/tablewriter v0.0.4 h1:vHD/YYe1Wolo78koG299f7V/VAS08c6IpCLn+Ejf/w8= github.com/olekukonko/tablewriter v0.0.4/go.mod h1:zq6QwlOf5SlnkVbMSr5EoBv3636FWnp+qbPhuoO21uA= github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc= github.com/pelletier/go-toml v1.2.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic= github.com/pelletier/go-toml v1.8.1 h1:1Nf83orprkJyknT6h7zbuEGUEjcyVlCxSUGTENmNCRM= github.com/pelletier/go-toml v1.8.1/go.mod h1:T2/BmBdy8dvIRq1a/8aqjN41wvWlN4lrapLU/GW4pbc= github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4= github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/pkg/sftp v1.10.1/go.mod h1:lYOWFsE0bwd1+KfKJaKeuokY15vzFx25BLbzYYoAxZI= github.com/pmezard/go-difflib v0.0.0-20151028094244-d8ed2627bdf0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/posener/complete v1.1.1/go.mod h1:em0nMJCgc9GFtwrmVmEMR/ZL6WyhyjMBndrE9hABlRI= github.com/prometheus/client_golang v0.9.1/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw= github.com/prometheus/client_golang v0.9.3/go.mod h1:/TN21ttK/J9q6uSwhBd54HahCDft0ttaMvbicHlPoso= github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910/go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo= github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA= github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA= github.com/prometheus/common v0.0.0-20181113130724-41aa239b4cce/go.mod h1:daVV7qP5qjZbuso7PdcryaAu0sAZbrN9i7WWcTMWvro= github.com/prometheus/common v0.4.0/go.mod h1:TNfzLD0ON7rHzMJeJkieUDPYmFC7Snx/y86RQel1bk4= github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk= github.com/prometheus/procfs v0.0.0-20190507164030-5867b95ac084/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA= github.com/prometheus/tsdb v0.7.1/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40TwIPHuXU= github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af/go.mod h1:XWv6SoW27p1b0cqNHllgS5HIMJraePCO15w5zCzIWYg= github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4= github.com/rogpeppe/go-internal v1.6.2 h1:aIihoIOHCiLZHxyoNQ+ABL4NKhFTgKLBdMLyEAh98m0= github.com/rogpeppe/go-internal v1.6.2/go.mod h1:xXDCJY+GAPziupqXw64V24skbSoqbTEfhy4qGm1nDQc= github.com/russross/blackfriday v1.5.3-0.20200218234912-41c5fccfd6f6 h1:tlXG832s5pa9x9Gs3Rp2rTvEqjiDEuETUOSfBEiTcns= github.com/russross/blackfriday v1.5.3-0.20200218234912-41c5fccfd6f6/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g= github.com/russross/blackfriday/v2 v2.0.1 h1:lPqVAte+HuHNfhJ/0LC98ESWRz8afy9tM/0RK8m9o+Q= github.com/russross/blackfriday/v2 v2.0.1/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM= github.com/rwcarlsen/goexif v0.0.0-20190401172101-9e8deecbddbd h1:CmH9+J6ZSsIjUK3dcGsnCnO41eRBOnY12zwkn5qVwgc= github.com/rwcarlsen/goexif v0.0.0-20190401172101-9e8deecbddbd/go.mod h1:hPqNNc0+uJM6H+SuU8sEs5K5IQeKccPqeSjfgcKGgPk= github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f/go.mod h1:sm1tb6uqfes/u+d4ooFouqFdy9/2g9QGwK3SQygK0Ts= github.com/sanity-io/litter v1.3.0 h1:5ZO+weUsqdSWMUng5JnpkW/Oz8iTXiIdeumhQr1sSjs= github.com/sanity-io/litter v1.3.0/go.mod h1:5Z71SvaYy5kcGtyglXOC9rrUi3c1E8CamFWjQsazTh0= github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529/go.mod h1:DxrIzT+xaE7yg65j358z/aeFdxmN0P9QXhEzd20vsDc= github.com/sergi/go-diff v1.0.0 h1:Kpca3qRNrduNnOQeazBd0ysaKrUJiIuISHxogkT9RPQ= github.com/sergi/go-diff v1.0.0/go.mod h1:0CfEIISq7TuYL3j771MWULgwwjU+GofnZX9QAmXWZgo= github.com/shogo82148/go-shuffle v0.0.0-20180218125048-27e6095f230d/go.mod h1:2htx6lmL0NGLHlO8ZCf+lQBGBHIbEujyywxJArf+2Yc= github.com/shurcooL/sanitized_anchor_name v1.0.0 h1:PdmoCO6wvbs+7yrJyMORt4/BmY5IYyJwS/kOiWx8mHo= github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc= github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo= github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d h1:zE9ykElWQ6/NYmHa3jpm/yHnI4xSofP+UP6SpjHcSeM= github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d/go.mod h1:OnSkiWE9lh6wB0YB77sQom3nweQdgAjqCqsofrRNTgc= github.com/smartystreets/goconvey v1.6.4 h1:fv0U8FUIMPNf1L9lnHLvLhgicrIVChEkdzIKYqbNC9s= github.com/smartystreets/goconvey v1.6.4/go.mod h1:syvi0/a8iFYH4r/RixwvyeAJjdLS9QV7WQ/tjFTllLA= github.com/soheilhy/cmux v0.1.4/go.mod h1:IM3LyeVVIOuxMH7sFAkER9+bJ4dT7Ms6E4xg4kGIyLM= github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA= github.com/spf13/afero v1.1.2/go.mod h1:j4pytiNVoe2o6bmDsKpLACNPDBIoEAkihy7loJ1B0CQ= github.com/spf13/afero v1.5.1 h1:VHu76Lk0LSP1x254maIu2bplkWpfBWI+B+6fdoZprcg= github.com/spf13/afero v1.5.1/go.mod h1:Ai8FlHk4v/PARR026UzYexafAt9roJ7LcLMAmO6Z93I= github.com/spf13/cast v1.3.0/go.mod h1:Qx5cxh0v+4UWYiBimWS+eyWzqEqokIECu5etghLkUJE= github.com/spf13/cast v1.3.1 h1:nFm6S0SMdyzrzcmThSipiEubIDy8WEXKNZ0UOgiRpng= github.com/spf13/cast v1.3.1/go.mod h1:Qx5cxh0v+4UWYiBimWS+eyWzqEqokIECu5etghLkUJE= github.com/spf13/cobra v1.1.1 h1:KfztREH0tPxJJ+geloSLaAkaPkr4ki2Er5quFV1TDo4= github.com/spf13/cobra v1.1.1/go.mod h1:WnodtKOvamDL/PwE2M4iKs8aMDBZ5Q5klgD3qfVJQMI= github.com/spf13/fsync v0.9.0 h1:f9CEt3DOB2mnHxZaftmEOFWjABEvKM/xpf3cUwJrGOY= github.com/spf13/fsync v0.9.0/go.mod h1:fNtJEfG3HiltN3y4cPOz6MLjos9+2pIEqLIgszqhp/0= github.com/spf13/jwalterweatherman v1.0.0/go.mod h1:cQK4TGJAtQXfYWX+Ddv3mKDzgVb68N+wFjFa4jdeBTo= github.com/spf13/jwalterweatherman v1.1.0 h1:ue6voC5bR5F8YxI5S67j9i582FU4Qvo2bmqnqMYADFk= github.com/spf13/jwalterweatherman v1.1.0/go.mod h1:aNWZUN0dPAAO/Ljvb5BEdw96iTZ0EXowPYD95IqWIGo= github.com/spf13/pflag v1.0.3/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4= github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA= github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg= github.com/spf13/viper v1.7.0/go.mod h1:8WkrPz2fc9jxqZNCJI/76HCieCp4Q8HaLFoCha5qpdg= github.com/spf13/viper v1.7.1 h1:pM5oEahlgWv/WnHXpgbKz7iLIxRf65tye2Ci+XFK5sk= github.com/spf13/viper v1.7.1/go.mod h1:8WkrPz2fc9jxqZNCJI/76HCieCp4Q8HaLFoCha5qpdg= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/objx v0.2.0/go.mod h1:qt09Ya8vawLte6SNmTgCsAVtYtaKzEcn8ATUoHMkEqE= github.com/stretchr/testify v0.0.0-20161117074351-18a02ba4a312/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs= github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs= github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI= github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4= github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5cxcmMvtA= github.com/stretchr/testify v1.6.1 h1:hDPOHmpOpP40lSULcqw7IrRb/u7w6RpDC9399XyoNd0= github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= github.com/subosito/gotenv v1.2.0 h1:Slr1R9HxAlEKefgq5jn9U+DnETlIUa6HfgEzj0g5d7s= github.com/subosito/gotenv v1.2.0/go.mod h1:N0PQaV/YGNqwC0u51sEeR/aUtSLEXKX9iv69rRypqCw= github.com/tdewolff/minify/v2 v2.6.2 h1:Jaod6aSABWmhftvnxvXogxcEoQt6yogfFeZgIQEMPOw= github.com/tdewolff/minify/v2 v2.6.2/go.mod h1:BkDSm8aMMT0ALGmpt7j3Ra7nLUgZL0qhyrAHXwxcy5w= github.com/tdewolff/parse/v2 v2.4.2 h1:Bu2Qv6wepkc+Ou7iB/qHjAhEImlAP5vedzlQRUdj3BI= github.com/tdewolff/parse/v2 v2.4.2/go.mod h1:WzaJpRSbwq++EIQHYIRTpbYKNA3gn9it1Ik++q4zyho= github.com/tdewolff/test v1.0.6 h1:76mzYJQ83Op284kMT+63iCNCI7NEERsIN8dLM+RiKr4= github.com/tdewolff/test v1.0.6/go.mod h1:6DAvZliBAAnD7rhVgwaM7DE5/d9NMOAJ09SqYqeK4QE= github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U= github.com/urfave/cli v1.22.4/go.mod h1:Gos4lmkARVdJ6EkW0WaNv/tZAAMe9V7XWyB60NtXRu0= github.com/valyala/bytebufferpool v1.0.0/go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc= github.com/valyala/fasttemplate v1.0.1/go.mod h1:UQGH1tvbgY+Nz5t2n7tXsz52dQxojPUpymEIMZ47gx8= github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2/go.mod h1:UETIi67q53MR2AWcXfiuqkDkRtnGDLqkBTpCHuJHxtU= github.com/yuin/goldmark v1.1.22/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/yuin/goldmark v1.1.25/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/yuin/goldmark v1.2.1 h1:ruQGxdhGHe7FWOJPT0mKs5+pD2Xs1Bm/kdGlHO04FmM= github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/yuin/goldmark-highlighting v0.0.0-20200307114337-60d527fdb691 h1:VWSxtAiQNh3zgHJpdpkpVYjTPqRE3P6UZCOPa1nRDio= github.com/yuin/goldmark-highlighting v0.0.0-20200307114337-60d527fdb691/go.mod h1:YLF3kDffRfUH/bTxOxHhV6lxwIB3Vfj91rEwNMS9MXo= go.etcd.io/bbolt v1.3.2/go.mod h1:IbVyRI1SCnLcuJnV2u8VeU0CEYM7e686BmAb1XKL+uU= go.opencensus.io v0.15.0/go.mod h1:UffZAU+4sDEINUGP/B7UfBBkq4fqLu9zXAX7ke6CHW0= go.opencensus.io v0.21.0/go.mod h1:mSImk1erAIZhrmZN+AvHh14ztQfjbGwt4TtuofqLduU= go.opencensus.io v0.22.0/go.mod h1:+kGneAE2xo2IficOXnaByMWTGM9T73dGwxeWcUqIpI8= go.opencensus.io v0.22.2/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw= go.opencensus.io v0.22.3 h1:8sGtKOrtQqkN1bp2AtX+misvLIlOmsEsNd+9NIcPEm8= go.opencensus.io v0.22.3/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw= go.uber.org/atomic v1.4.0/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE= go.uber.org/multierr v1.1.0/go.mod h1:wR5kodmAFQ0UK8QlbwjlSNy0Z68gJhDJUG5sjR94q/0= go.uber.org/zap v1.10.0/go.mod h1:vwi/ZaCAaUcBkycHslxD9B2zi4UTXhF60s6SWpuDF0Q= gocloud.dev v0.20.0 h1:mbEKMfnyPV7W1Rj35R1xXfjszs9dXkwSOq2KoFr25g8= gocloud.dev v0.20.0/go.mod h1:+Y/RpSXrJthIOM8uFNzWp6MRu9pFPNFEEZrQMxpkfIc= golang.org/x/crypto v0.0.0-20180904163835-0709b304e793/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20191206172530-e9b2fee46413 h1:ULYEB3JvPRE/IfO+9uO7vKV/xzVTO7XPAwm8xbf4w2g= golang.org/x/crypto v0.0.0-20191206172530-e9b2fee46413/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 h1:psW17arqaxU48Z5kZ0CQnkZWQJsqcURM6tKiBApRjXI= golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/exp v0.0.0-20190510132918-efd6b22b2522/go.mod h1:ZjyILWgesfNpC6sMxTJOJm9Kp84zZh5NQWvqDGG3Qr8= golang.org/x/exp v0.0.0-20190829153037-c13cbed26979/go.mod h1:86+5VVa7VpoJ4kLfm080zCjGlMRFzhUhsZKEZO7MGek= golang.org/x/exp v0.0.0-20191030013958-a1ab85dbe136/go.mod h1:JXzH8nQsPlswgeRAPE3MuO9GYsAcnJvJ4vnMwN/5qkY= golang.org/x/exp v0.0.0-20191129062945-2f5052295587/go.mod h1:2RIsYlXP63K8oxa1u096TMicItID8zy7Y6sNkU49FU4= golang.org/x/exp v0.0.0-20191227195350-da58074b4299/go.mod h1:2RIsYlXP63K8oxa1u096TMicItID8zy7Y6sNkU49FU4= golang.org/x/exp v0.0.0-20200119233911-0405dc783f0a/go.mod h1:2RIsYlXP63K8oxa1u096TMicItID8zy7Y6sNkU49FU4= golang.org/x/exp v0.0.0-20200207192155-f17229e696bd/go.mod h1:J/WKrq2StrnmMY6+EHIKF9dgMWnmCNThgcyBT1FY9mM= golang.org/x/exp v0.0.0-20200224162631-6cc2880d07d6/go.mod h1:3jZMyOhIsHpP37uCMkUooju7aAi5cS1Q23tOzKc+0MU= golang.org/x/image v0.0.0-20190227222117-0694c2d4d067/go.mod h1:kZ7UVZpmo3dzQBMxlp+ypCbDeSB+sBbTgSJuh5dn5js= golang.org/x/image v0.0.0-20190802002840-cff245a6509b/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0= golang.org/x/image v0.0.0-20191214001246-9130b4cfad52 h1:2fktqPPvDiVEEVT/vSTeoUPXfmRxRaGy6GU8jypvEn0= golang.org/x/image v0.0.0-20191214001246-9130b4cfad52/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0= golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= golang.org/x/lint v0.0.0-20190227174305-5b3e6a55c961/go.mod h1:wehouNa3lNwaWXcvxsM5YxQ5yQlVC4a0KAMCusXpPoU= golang.org/x/lint v0.0.0-20190301231843-5614ed5bae6f/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc= golang.org/x/lint v0.0.0-20190409202823-959b441ac422/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc= golang.org/x/lint v0.0.0-20190909230951-414d861bb4ac/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc= golang.org/x/lint v0.0.0-20190930215403-16217165b5de/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc= golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f/go.mod h1:5qLYkcX4OjUUV8bRuDixDT3tpyyb+LUpUlRWLxfhWrs= golang.org/x/lint v0.0.0-20200130185559-910be7a94367/go.mod h1:3xt1FjdF8hUf6vQPIChWIBhFzV8gjjsPE/fR3IyQdNY= golang.org/x/lint v0.0.0-20200302205851-738671d3881b h1:Wh+f8QHJXR411sJR8/vRBTZ7YapZaRvUcLFFJhusH0k= golang.org/x/lint v0.0.0-20200302205851-738671d3881b/go.mod h1:3xt1FjdF8hUf6vQPIChWIBhFzV8gjjsPE/fR3IyQdNY= golang.org/x/mobile v0.0.0-20190312151609-d3739f865fa6/go.mod h1:z+o9i4GpDbdi3rU15maQ/Ox0txvL9dWGYEHz965HBQE= golang.org/x/mobile v0.0.0-20190719004257-d2bd2a29d028/go.mod h1:E/iHnbuqvinMTCcRqshq8CkpyQDoeVncDDYHnLhea+o= golang.org/x/mod v0.0.0-20190513183733-4bf6d317e70e/go.mod h1:mXi4GBBbnImb6dmsKGUJ2LatrhH/nqhxcFungHvyanc= golang.org/x/mod v0.1.0/go.mod h1:0QHyrYULN0/3qlju5TqG8bIK38QM8yzMo5ekMj3DlcY= golang.org/x/mod v0.1.1-0.20191105210325-c90efee705ee/go.mod h1:QqPTAvyqsEbceGzBzNggFXnrqF1CaUcvgkdR5Ot7KZg= golang.org/x/mod v0.1.1-0.20191107180719-034126e5016b/go.mod h1:QqPTAvyqsEbceGzBzNggFXnrqF1CaUcvgkdR5Ot7KZg= golang.org/x/mod v0.2.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= golang.org/x/mod v0.3.0 h1:RM4zey1++hCTbCVQfnWeKs9/IEsaBLA8vTkd0WVtmH4= golang.org/x/mod v0.3.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= golang.org/x/net v0.0.0-20180724234803-3673e40ba225/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20180826012351-8a410e7b638d/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20181023162649-9b4f9f5ad519/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20181114220301-adae6a3d119a/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20181201002055-351d144fa1fc/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20181220203305-927f97764cc3/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20190108225652-1e06a53dbb7e/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20190213061140-3a22650c66bd/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20190311183353-d8887717615a/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= golang.org/x/net v0.0.0-20190501004415-9ce7a6920f09/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= golang.org/x/net v0.0.0-20190503192946-f4e77d36d62c/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= golang.org/x/net v0.0.0-20190603091049-60506f45cf65/go.mod h1:HSz+uSET+XFnRR8LxR5pz3Of3rY3CfYBVs4xY44aLks= golang.org/x/net v0.0.0-20190619014844-b5b0513f8c1b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190724013045-ca1201d0de80/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190813141303-74dc4d7220e7/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20191112182307-2180aed22343/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20200114155413-6afb5195e5aa/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20200202094626-16171245cfb2/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20200222125558-5a598a2470a0/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20200226121028-0de0cce0169b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20200301022130-244492dfa37a/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= golang.org/x/net v0.0.0-20200501053045-e0ff5e5a1de5/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= golang.org/x/net v0.0.0-20200506145744-7e3656a0809f/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= golang.org/x/net v0.0.0-20200513185701-a91f0712d120/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= golang.org/x/net v0.0.0-20200520182314-0ba52f642ac2/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= golang.org/x/net v0.0.0-20200602114024-627f9648deb9 h1:pNX+40auqi2JqRfOP1akLGtYcn15TUbkhwuCO3foqqM= golang.org/x/net v0.0.0-20200602114024-627f9648deb9/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= golang.org/x/net v0.0.0-20201110031124-69a78807bb2b/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU= golang.org/x/net v0.0.0-20201224014010-6772e930b67b h1:iFwSg7t5GZmB/Q5TjiEAsdoLDrdJRC1RiF2WhuV29Qw= golang.org/x/net v0.0.0-20201224014010-6772e930b67b/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= golang.org/x/oauth2 v0.0.0-20191202225959-858c2ad4c8b6/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d h1:TzXSXBo42m9gQenoE3b9BGiEpg5IG2JkU5FkPIawgtw= golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a h1:WXEvlFVvvGxCJLG6REjsT03iWnKLEWinaScsxF2Vm2o= golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sys v0.0.0-20180823144017-11551d06cbcc/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20181031143558-9b800f95dbbc/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20181107165924-66b7b1311ac8/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20181116152217-5ac8a444bdc5/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20181128092732-4ed8d59d0b35/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190312061237-fead79001313/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190502145724-3ef323f4f1fd/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190507160741-ecd444e8653b/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190606165138-5da285871e9c/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190624142023-c5567b49c5d0/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190726091711-fc99dfbffb4e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20191001151750-bb3f8db39f24/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20191005200804-aed5e4c7ecf9/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20191112214154-59a1497f0cea/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20191204072324-ce4227a45e2e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20191228213918-04cbcbbfeed8/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200113162924-86b910548bc1/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200116001909-b77594299b42/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200122134326-e047566fdf82/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200202164722-d101bd2416d5/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200212091648-12a6c2dcc1e4/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200302150141-5c8b2ff67527/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200317113312-5766fd39f98d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200331124033-c3d80250170d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200413165638-669c56c373c4/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200501052902-10377860bb8e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200501145240-bc7a7d42d5c3/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200511232937-7e40ca221e25/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200523222454-059865788121/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200602225109-6fdc65e7d980 h1:OjiUf46hAmXblsZdnoSXsEUSKU8r1UEzcL5RVZ4gO9Y= golang.org/x/sys v0.0.0-20200602225109-6fdc65e7d980/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 h1:nxC68pudNYkKU6jWhgrqdreuFiOQWj1Fs7T3VrH4Pjw= golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk= golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.4 h1:0YWbFKbhXG/wIiuHDSKpS0Iy7FSA+u45VtBMfQcFTTc= golang.org/x/text v0.3.4/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/tools v0.0.0-20180221164845-07fd8470d635/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20190114222345-bf090417da8b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20190226205152-f727befe758c/go.mod h1:9Yl7xja0Znq3iFh3HoIrodX9oNMXvdceNzlUR8zjMvY= golang.org/x/tools v0.0.0-20190311212946-11955173bddd/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= golang.org/x/tools v0.0.0-20190312151545-0bb0c0a6e846/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= golang.org/x/tools v0.0.0-20190312170243-e65039ee4138/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= golang.org/x/tools v0.0.0-20190328211700-ab21143f2384/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= golang.org/x/tools v0.0.0-20190422233926-fe54fb35175b/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= golang.org/x/tools v0.0.0-20190425150028-36563e24a262/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q= golang.org/x/tools v0.0.0-20190506145303-2d16b83fe98c/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q= golang.org/x/tools v0.0.0-20190524140312-2c0ae7006135/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q= golang.org/x/tools v0.0.0-20190606124116-d0a3d012864b/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= golang.org/x/tools v0.0.0-20190621195816-6e04913cbbac/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= golang.org/x/tools v0.0.0-20190628153133-6cdbf07be9d0/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= golang.org/x/tools v0.0.0-20190816200558-6889da9d5479/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20190911174233-4f2ddba30aff/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191012152004-8de300cfc20a/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191112195655-aa38f8e97acc/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191113191852-77e3bb0ad9e7/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191115202509-3a792d9c32b2/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191125144606-a911d9008d1f/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191130070609-6e064ea0cf2d/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191216173652-a0e659d51361/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= golang.org/x/tools v0.0.0-20191227053925-7b8e75db28f4/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= golang.org/x/tools v0.0.0-20200117161641-43d50277825c/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= golang.org/x/tools v0.0.0-20200122220014-bf1340f18c4a/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= golang.org/x/tools v0.0.0-20200130002326-2f3ba24bd6e7/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= golang.org/x/tools v0.0.0-20200204074204-1cc6d1ef6c74/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= golang.org/x/tools v0.0.0-20200207183749-b753a1ba74fa/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= golang.org/x/tools v0.0.0-20200212150539-ea181f53ac56/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= golang.org/x/tools v0.0.0-20200224181240-023911ca70b2/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= golang.org/x/tools v0.0.0-20200227222343-706bc42d1f0d/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= golang.org/x/tools v0.0.0-20200304193943-95d2e580d8eb/go.mod h1:o4KQGtdN14AW+yjsvvwRTJJuXz8XRtIHtEnmAXLyFUw= golang.org/x/tools v0.0.0-20200312045724-11d5b4c81c7d/go.mod h1:o4KQGtdN14AW+yjsvvwRTJJuXz8XRtIHtEnmAXLyFUw= golang.org/x/tools v0.0.0-20200317043434-63da46f3035e/go.mod h1:Sl4aGygMT6LrqrWclx+PTx3U+LnKx/seiNR+3G19Ar8= golang.org/x/tools v0.0.0-20200325010219-a49f79bcc224/go.mod h1:Sl4aGygMT6LrqrWclx+PTx3U+LnKx/seiNR+3G19Ar8= golang.org/x/tools v0.0.0-20200331025713-a30bf2db82d4/go.mod h1:Sl4aGygMT6LrqrWclx+PTx3U+LnKx/seiNR+3G19Ar8= golang.org/x/tools v0.0.0-20200501065659-ab2804fb9c9d/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= golang.org/x/tools v0.0.0-20200512131952-2bc93b1c0c88/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= golang.org/x/tools v0.0.0-20200515010526-7d3b6ebf133d/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= golang.org/x/tools v0.0.0-20200601175630-2caf76543d99/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= golang.org/x/tools v0.0.0-20200606014950-c42cb6316fb6/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= golang.org/x/tools v0.0.0-20200608174601-1b747fd94509 h1:MI14dOfl3OG6Zd32w3ugsrvcUO810fDZdWakTq39dH4= golang.org/x/tools v0.0.0-20200608174601-1b747fd94509/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 h1:E7g+9GITq07hpfrRu66IVDexMakfv52eLZ2CXBWiKr4= golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= google.golang.org/api v0.4.0/go.mod h1:8k5glujaEP+g9n7WNsDg8QP6cUVNI86fCNMcbazEtwE= google.golang.org/api v0.5.0/go.mod h1:8k5glujaEP+g9n7WNsDg8QP6cUVNI86fCNMcbazEtwE= google.golang.org/api v0.7.0/go.mod h1:WtwebWUNSVBH/HAw79HIFXZNqEvBhG+Ra+ax0hx3E3M= google.golang.org/api v0.8.0/go.mod h1:o4eAsZoiT+ibD93RtjEohWalFOjRDx6CVaqeizhEnKg= google.golang.org/api v0.9.0/go.mod h1:o4eAsZoiT+ibD93RtjEohWalFOjRDx6CVaqeizhEnKg= google.golang.org/api v0.13.0/go.mod h1:iLdEw5Ide6rF15KTC1Kkl0iskquN2gFfn9o9XIsbkAI= google.golang.org/api v0.14.0/go.mod h1:iLdEw5Ide6rF15KTC1Kkl0iskquN2gFfn9o9XIsbkAI= google.golang.org/api v0.15.0/go.mod h1:iLdEw5Ide6rF15KTC1Kkl0iskquN2gFfn9o9XIsbkAI= google.golang.org/api v0.17.0/go.mod h1:BwFmGc8tA3vsd7r/7kR8DY7iEEGSU04BFxCo5jP/sfE= google.golang.org/api v0.18.0/go.mod h1:BwFmGc8tA3vsd7r/7kR8DY7iEEGSU04BFxCo5jP/sfE= google.golang.org/api v0.19.0/go.mod h1:BwFmGc8tA3vsd7r/7kR8DY7iEEGSU04BFxCo5jP/sfE= google.golang.org/api v0.20.0/go.mod h1:BwFmGc8tA3vsd7r/7kR8DY7iEEGSU04BFxCo5jP/sfE= google.golang.org/api v0.22.0/go.mod h1:BwFmGc8tA3vsd7r/7kR8DY7iEEGSU04BFxCo5jP/sfE= google.golang.org/api v0.24.0/go.mod h1:lIXQywCXRcnZPGlsd8NbLnOjtAoL6em04bJ9+z0MncE= google.golang.org/api v0.26.0 h1:VJZ8h6E8ip82FRpQl848c5vAadxlTXrUh8RzQzSRm08= google.golang.org/api v0.26.0/go.mod h1:lIXQywCXRcnZPGlsd8NbLnOjtAoL6em04bJ9+z0MncE= google.golang.org/appengine v1.1.0/go.mod h1:EbEs0AVv82hx2wNQdGPgUI5lhzA/G0D9YwlJXL52JkM= google.golang.org/appengine v1.4.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4= google.golang.org/appengine v1.5.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4= google.golang.org/appengine v1.6.1/go.mod h1:i06prIuMbXzDqacNJfV5OdTW448YApPu5ww/cMBSeb0= google.golang.org/appengine v1.6.5/go.mod h1:8WjMMxjGQR8xUklV/ARdw2HLXBOI7O7uCIDZVag1xfc= google.golang.org/appengine v1.6.6 h1:lMO5rYAqUxkmaj76jAkRUvt5JZgFymx/+Q5Mzfivuhc= google.golang.org/appengine v1.6.6/go.mod h1:8WjMMxjGQR8xUklV/ARdw2HLXBOI7O7uCIDZVag1xfc= google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8/go.mod h1:JiN7NxoALGmiZfu7CAH4rXhgtRTLTxftemlI0sWmxmc= google.golang.org/genproto v0.0.0-20190307195333-5fe7a883aa19/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE= google.golang.org/genproto v0.0.0-20190418145605-e7d98fc518a7/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE= google.golang.org/genproto v0.0.0-20190425155659-357c62f0e4bb/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE= google.golang.org/genproto v0.0.0-20190502173448-54afdca5d873/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE= google.golang.org/genproto v0.0.0-20190508193815-b515fa19cec8/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE= google.golang.org/genproto v0.0.0-20190530194941-fb225487d101/go.mod h1:z3L6/3dTEVtUr6QSP8miRzeRqwQOioJ9I66odjN4I7s= google.golang.org/genproto v0.0.0-20190801165951-fa694d86fc64/go.mod h1:DMBHOl98Agz4BDEuKkezgsaosCRResVns1a3J2ZsMNc= google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55/go.mod h1:DMBHOl98Agz4BDEuKkezgsaosCRResVns1a3J2ZsMNc= google.golang.org/genproto v0.0.0-20190911173649-1774047e7e51/go.mod h1:IbNlFCBrqXvoKpeg0TB2l7cyZUmoaFKYIwrEpbDKLA8= google.golang.org/genproto v0.0.0-20191108220845-16a3f7862a1a/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc= google.golang.org/genproto v0.0.0-20191115194625-c23dd37a84c9/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc= google.golang.org/genproto v0.0.0-20191216164720-4f79533eabd1/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc= google.golang.org/genproto v0.0.0-20191230161307-f3c370f40bfb/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc= google.golang.org/genproto v0.0.0-20200115191322-ca5a22157cba/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc= google.golang.org/genproto v0.0.0-20200122232147-0452cf42e150/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc= google.golang.org/genproto v0.0.0-20200204135345-fa8e72b47b90/go.mod h1:GmwEX6Z4W5gMy59cAlVYjN9JhxgbQH6Gn+gFDQe2lzA= google.golang.org/genproto v0.0.0-20200212174721-66ed5ce911ce/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= google.golang.org/genproto v0.0.0-20200224152610-e50cd9704f63/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= google.golang.org/genproto v0.0.0-20200228133532-8c2c7df3a383/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= google.golang.org/genproto v0.0.0-20200305110556-506484158171/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= google.golang.org/genproto v0.0.0-20200312145019-da6875a35672/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= google.golang.org/genproto v0.0.0-20200317114155-1f3552e48f24/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= google.golang.org/genproto v0.0.0-20200325114520-5b2d0af7952b/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= google.golang.org/genproto v0.0.0-20200331122359-1ee6d9798940/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= google.golang.org/genproto v0.0.0-20200430143042-b979b6f78d84/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= google.golang.org/genproto v0.0.0-20200511104702-f5ebc3bea380/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= google.golang.org/genproto v0.0.0-20200515170657-fc4c6c6a6587/go.mod h1:YsZOwe1myG/8QRHRsmBRE1LrgQY60beZKjly0O1fX9U= google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013/go.mod h1:NbSheEEYHJ7i3ixzK3sjbqSGDJWnxyFXZblF3eUsNvo= google.golang.org/genproto v0.0.0-20200603110839-e855014d5736/go.mod h1:jDfRM7FcilCzHH/e9qn6dsT145K34l5v+OpcnNgKAAA= google.golang.org/genproto v0.0.0-20200608115520-7c474a2e3482 h1:i+Aiej6cta/Frzp13/swvwz5O00kYcSe0A/C5Wd7zX8= google.golang.org/genproto v0.0.0-20200608115520-7c474a2e3482/go.mod h1:jDfRM7FcilCzHH/e9qn6dsT145K34l5v+OpcnNgKAAA= google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c= google.golang.org/grpc v1.20.1/go.mod h1:10oTOabMzJvdu6/UiuZezV6QK5dSlG84ov/aaiqXj38= google.golang.org/grpc v1.21.0/go.mod h1:oYelfM1adQP15Ek0mdvEgi9Df8B9CZIaU1084ijfRaM= google.golang.org/grpc v1.21.1/go.mod h1:oYelfM1adQP15Ek0mdvEgi9Df8B9CZIaU1084ijfRaM= google.golang.org/grpc v1.23.0/go.mod h1:Y5yQAOtifL1yxbo5wqy6BxZv8vAUGQwXBOALyacEbxg= google.golang.org/grpc v1.25.1/go.mod h1:c3i+UQWmh7LiEpx4sFZnkU36qjEYZ0imhYfXVyQciAY= google.golang.org/grpc v1.26.0/go.mod h1:qbnxyOmOxrQa7FizSgH+ReBfzJrCY1pSN7KXBS8abTk= google.golang.org/grpc v1.27.0/go.mod h1:qbnxyOmOxrQa7FizSgH+ReBfzJrCY1pSN7KXBS8abTk= google.golang.org/grpc v1.27.1/go.mod h1:qbnxyOmOxrQa7FizSgH+ReBfzJrCY1pSN7KXBS8abTk= google.golang.org/grpc v1.28.0/go.mod h1:rpkK4SK4GF4Ach/+MFLZUBavHOvF2JJB5uozKKal+60= google.golang.org/grpc v1.29.1 h1:EC2SB8S04d2r73uptxphDSUG+kTKVgjRPF+N3xpxRB4= google.golang.org/grpc v1.29.1/go.mod h1:itym6AZVZYACWQqET3MqgPpjcuV5QH3BxFS3IjizoKk= google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8= google.golang.org/protobuf v0.0.0-20200221191635-4d8936d0db64/go.mod h1:kwYJMbMJ01Woi6D6+Kah6886xMZcty6N08ah7+eCXa0= google.golang.org/protobuf v0.0.0-20200228230310-ab0ca4ff8a60/go.mod h1:cfTl7dwQJ+fmap5saPgwCLgHXTUD7jkjRqWcaiX5VyM= google.golang.org/protobuf v1.20.1-0.20200309200217-e05f789c0967/go.mod h1:A+miEFZTKqfCUM6K7xSMQL9OKL/b6hQv+e19PK+JZNE= google.golang.org/protobuf v1.21.0/go.mod h1:47Nbq4nVaFHyn7ilMalzfO3qCViNmqZ2kzikPIcrTAo= google.golang.org/protobuf v1.22.0/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2l/sGQquU= google.golang.org/protobuf v1.23.0/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2l/sGQquU= google.golang.org/protobuf v1.23.1-0.20200526195155-81db48ad09cc/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2l/sGQquU= google.golang.org/protobuf v1.24.0/go.mod h1:r/3tXBNzIEhYS9I1OUVjXDlt8tc493IdKGjtUeSXeh4= google.golang.org/protobuf v1.25.0 h1:Ejskq+SyPohKW+1uil0JJMtmHCgJPJ/qWTxr8qp+R4c= google.golang.org/protobuf v1.25.0/go.mod h1:9JNX74DMeImyA3h4bdi1ymwjUzf21/xIlbajtzgsN7c= gopkg.in/alecthomas/kingpin.v2 v2.2.6/go.mod h1:FMv+mEhP44yOT+4EoQTLFTRgOQ1FBLkstjWtayDeSgw= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 h1:YR8cESwS4TdDjEe65xsg0ogRM/Nc3DYOhEAlW+xobZo= gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/errgo.v2 v2.1.0/go.mod h1:hNsd1EY+bozCKY1Ytp96fpM3vjJbqLJn88ws8XvfDNI= gopkg.in/ini.v1 v1.51.0/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k= gopkg.in/ini.v1 v1.51.1 h1:GyboHr4UqMiLUybYjd22ZjQIKEJEpgtLXtuGbR21Oho= gopkg.in/ini.v1 v1.51.1/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k= gopkg.in/neurosnap/sentences.v1 v1.0.6/go.mod h1:YlK+SN+fLQZj+kY3r8DkGDhDr91+S3JmTb5LSxFRQo0= gopkg.in/resty.v1 v1.12.0/go.mod h1:mDo4pnntr5jdWRML875a/NmxYqAlA73dVijT2AXvQQo= gopkg.in/yaml.v2 v2.0.0-20170812160011-eb3733d160e7/go.mod h1:JAlM8MvJe8wmxCU4Bli9HhUf9+ttbYbLASfIpnQbh74= gopkg.in/yaml.v2 v2.2.1/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= gopkg.in/yaml.v2 v2.2.4/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= gopkg.in/yaml.v2 v2.2.8/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= gopkg.in/yaml.v2 v2.3.0/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY= gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ= gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c h1:dUUwHk2QECo/6vqA44rthZ8ie2QXMNeKRTHCNY2nXvo= gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= honnef.co/go/tools v0.0.0-20190106161140-3f1c8253044a/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= honnef.co/go/tools v0.0.0-20190418001031-e561f6794a2a/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= honnef.co/go/tools v0.0.1-2019.2.3/go.mod h1:a3bituU0lyd329TUQxRnasdCoJDkEUEAqEt0JzvZhAg= honnef.co/go/tools v0.0.1-2020.1.3/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k= honnef.co/go/tools v0.0.1-2020.1.4 h1:UoveltGrhghAA7ePc+e+QYDHXrBps2PqFZiHkGR/xK8= honnef.co/go/tools v0.0.1-2020.1.4/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k= rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8= rsc.io/quote/v3 v3.1.0/go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0= rsc.io/sampler v1.3.0/go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA=
1
gohugoio/hugo
8,211
Update to Dart Sass Protocol beta6
Note that this version is not backwards compatible, so you have to update the protocol binary.
bep
"2021-02-06T16:52:23Z"
"2021-02-06T17:34:20Z"
4867cd1dea34ee53fb73cede2bcff4792e470104
441b11beec3cf0371ff9a2898f220a0bf00faf8c
Update to Dart Sass Protocol beta6. Note that this version is not backwards compatible, so you have to update the protocol binary.
./docs/content/en/functions/strings.HasSuffix.md
--- title: strings.HasSuffix description: Determine whether or not a given string ends with the provided trailing suffix string. godocref: date: 2019-08-13 publishdate: 2019-08-13 lastmod: 2019-08-13 categories: [functions] menu: docs: parent: "functions" keywords: [strings] signature: ["strings.HasSuffix STRING SUFFIX"] workson: [] hugoversion: relatedfuncs: [hasPrefix] deprecated: false aliases: [] --- {{ $pdfPath := "/path/to/some.pdf" }} {{ strings.HasSuffix $pdfPath "pdf" }} → true {{ strings.HasSuffix $pdfPath "txt" }} → false
--- title: strings.HasSuffix description: Determine whether or not a given string ends with the provided trailing suffix string. godocref: date: 2019-08-13 publishdate: 2019-08-13 lastmod: 2019-08-13 categories: [functions] menu: docs: parent: "functions" keywords: [strings] signature: ["strings.HasSuffix STRING SUFFIX"] workson: [] hugoversion: relatedfuncs: [hasPrefix] deprecated: false aliases: [] --- {{ $pdfPath := "/path/to/some.pdf" }} {{ strings.HasSuffix $pdfPath "pdf" }} → true {{ strings.HasSuffix $pdfPath "txt" }} → false
-1
gohugoio/hugo
8,211
Update to Dart Sass Protocol beta6
Note that this version is not backwards compatible, so you have to update the protocol binary.
bep
"2021-02-06T16:52:23Z"
"2021-02-06T17:34:20Z"
4867cd1dea34ee53fb73cede2bcff4792e470104
441b11beec3cf0371ff9a2898f220a0bf00faf8c
Update to Dart Sass Protocol beta6. Note that this version is not backwards compatible, so you have to update the protocol binary.
./docs/content/en/news/0.78.0-relnotes/index.md
--- date: 2020-11-03 title: "Hugo 0.78.0: Full Hugo Modules Support in js.Build" description: "Resolve JavaScript imports top-down in the layered filesystem, pass parameters from template to JS, new JS intellisense helper, improved JS build errors." categories: ["Releases"] --- This release finally brings full [Hugo Modules](https://gohugo.io/hugo-modules/) support to [js.Build](https://gohugo.io/hugo-pipes/js/), curtsy of he new plugin API in the really, really fast [ESBuild](https://github.com/evanw/esbuild) by [@evanw](https://github.com/evanw). Some notes on the improvements in this release: * Now `js.Build` fully supports the virtual union filesystem in [Hugo Modules](https://gohugo.io/hugo-modules/). Any import inside your JavaScript components will resolve starting from the top component mount inside `/assets` with a fallback to the traditional "JS way" (`node_modules` etc.) * You can now pass configuration data from the templates to your scripts via a new `params` option. * Hugo now writes a `jsconfig.json` file inside `/assets` (you can turn it off) with import mappings to help editors such as VS Code with intellisense/navigation, which is especially useful when there is no common root and the source lives inside some temporary directory. * We have also improved the build errors you get from `js.Build`. In server mode you will get a preview of the failing lines and in the console you will get a link to the location. Read more about this in [the documentation](https://gohugo.io/hugo-pipes/js/), but a short usage example would look like: In the template: ```go-html-template {{ $js := resources.Get "js/main.js" | js.Build (dict "params" (dict "api" "https://example.org/api" ) }} ``` And then in a JavaScript component: ```js import * as params from '@params'; // Will resolve to one of `hello.{js,ts,tsx,jsx}` inside `assets/my/module`. import { hello } from 'my/module/hello'; var api = params.api; hello(); ``` ## Changes * Add avoidTDZ option [3b2fe3cd](https://github.com/gohugoio/hugo/commit/3b2fe3cd33b74166c3debec9826826f2b5a54fd9) [@bep](https://github.com/bep) [#7865](https://github.com/gohugoio/hugo/issues/7865) * Make js.Build fully support modules [85e4dd73](https://github.com/gohugoio/hugo/commit/85e4dd7370eae97ae367e596aa6a10ba42fd4b7c) [@bep](https://github.com/bep) [#7816](https://github.com/gohugoio/hugo/issues/7816)[#7777](https://github.com/gohugoio/hugo/issues/7777)[#7916](https://github.com/gohugoio/hugo/issues/7916) * Generate tsconfig files [3089fc0b](https://github.com/gohugoio/hugo/commit/3089fc0ba171be14670b19439bc2eab6b077b6c3) [@richtera](https://github.com/richtera) [#7777](https://github.com/gohugoio/hugo/issues/7777)
--- date: 2020-11-03 title: "Hugo 0.78.0: Full Hugo Modules Support in js.Build" description: "Resolve JavaScript imports top-down in the layered filesystem, pass parameters from template to JS, new JS intellisense helper, improved JS build errors." categories: ["Releases"] --- This release finally brings full [Hugo Modules](https://gohugo.io/hugo-modules/) support to [js.Build](https://gohugo.io/hugo-pipes/js/), curtsy of he new plugin API in the really, really fast [ESBuild](https://github.com/evanw/esbuild) by [@evanw](https://github.com/evanw). Some notes on the improvements in this release: * Now `js.Build` fully supports the virtual union filesystem in [Hugo Modules](https://gohugo.io/hugo-modules/). Any import inside your JavaScript components will resolve starting from the top component mount inside `/assets` with a fallback to the traditional "JS way" (`node_modules` etc.) * You can now pass configuration data from the templates to your scripts via a new `params` option. * Hugo now writes a `jsconfig.json` file inside `/assets` (you can turn it off) with import mappings to help editors such as VS Code with intellisense/navigation, which is especially useful when there is no common root and the source lives inside some temporary directory. * We have also improved the build errors you get from `js.Build`. In server mode you will get a preview of the failing lines and in the console you will get a link to the location. Read more about this in [the documentation](https://gohugo.io/hugo-pipes/js/), but a short usage example would look like: In the template: ```go-html-template {{ $js := resources.Get "js/main.js" | js.Build (dict "params" (dict "api" "https://example.org/api" ) }} ``` And then in a JavaScript component: ```js import * as params from '@params'; // Will resolve to one of `hello.{js,ts,tsx,jsx}` inside `assets/my/module`. import { hello } from 'my/module/hello'; var api = params.api; hello(); ``` ## Changes * Add avoidTDZ option [3b2fe3cd](https://github.com/gohugoio/hugo/commit/3b2fe3cd33b74166c3debec9826826f2b5a54fd9) [@bep](https://github.com/bep) [#7865](https://github.com/gohugoio/hugo/issues/7865) * Make js.Build fully support modules [85e4dd73](https://github.com/gohugoio/hugo/commit/85e4dd7370eae97ae367e596aa6a10ba42fd4b7c) [@bep](https://github.com/bep) [#7816](https://github.com/gohugoio/hugo/issues/7816)[#7777](https://github.com/gohugoio/hugo/issues/7777)[#7916](https://github.com/gohugoio/hugo/issues/7916) * Generate tsconfig files [3089fc0b](https://github.com/gohugoio/hugo/commit/3089fc0ba171be14670b19439bc2eab6b077b6c3) [@richtera](https://github.com/richtera) [#7777](https://github.com/gohugoio/hugo/issues/7777)
-1
gohugoio/hugo
8,211
Update to Dart Sass Protocol beta6
Note that this version is not backwards compatible, so you have to update the protocol binary.
bep
"2021-02-06T16:52:23Z"
"2021-02-06T17:34:20Z"
4867cd1dea34ee53fb73cede2bcff4792e470104
441b11beec3cf0371ff9a2898f220a0bf00faf8c
Update to Dart Sass Protocol beta6. Note that this version is not backwards compatible, so you have to update the protocol binary.
./docs/content/en/functions/in.md
--- title: in linktitle: description: Checks if an element is in an array or slice--or a substring in a string---and returns a boolean. godocref: date: 2017-02-01 publishdate: 2017-02-01 lastmod: 2017-02-01 categories: [functions] menu: docs: parent: "functions" keywords: [strings] signature: ["in SET ITEM"] workson: [] hugoversion: relatedfuncs: [] deprecated: false aliases: [] --- The elements supported are strings, integers and floats, although only float64 will match as expected. In addition, `in` can also check if a substring exists in a string. ``` {{ if in .Params.tags "Git" }}Follow me on GitHub!{{ end }} ``` ``` {{ if in "this string contains a substring" "substring" }}Substring found!{{ end }} ```
--- title: in linktitle: description: Checks if an element is in an array or slice--or a substring in a string---and returns a boolean. godocref: date: 2017-02-01 publishdate: 2017-02-01 lastmod: 2017-02-01 categories: [functions] menu: docs: parent: "functions" keywords: [strings] signature: ["in SET ITEM"] workson: [] hugoversion: relatedfuncs: [] deprecated: false aliases: [] --- The elements supported are strings, integers and floats, although only float64 will match as expected. In addition, `in` can also check if a substring exists in a string. ``` {{ if in .Params.tags "Git" }}Follow me on GitHub!{{ end }} ``` ``` {{ if in "this string contains a substring" "substring" }}Substring found!{{ end }} ```
-1
gohugoio/hugo
8,211
Update to Dart Sass Protocol beta6
Note that this version is not backwards compatible, so you have to update the protocol binary.
bep
"2021-02-06T16:52:23Z"
"2021-02-06T17:34:20Z"
4867cd1dea34ee53fb73cede2bcff4792e470104
441b11beec3cf0371ff9a2898f220a0bf00faf8c
Update to Dart Sass Protocol beta6. Note that this version is not backwards compatible, so you have to update the protocol binary.
./docs/content/en/_index.md
--- title: "The world’s fastest framework for building websites" date: 2017-03-02T12:00:00-05:00 features: - heading: Blistering Speed image_path: /images/icon-fast.svg tagline: What's modern about waiting for your site to build? copy: Hugo is the fastest tool of its kind. At <1 ms per page, the average site builds in less than a second. - heading: Robust Content Management image_path: /images/icon-content-management.svg tagline: Flexibility rules. Hugo is a content strategist's dream. copy: Hugo supports unlimited content types, taxonomies, menus, dynamic API-driven content, and more, all without plugins. - heading: Shortcodes image_path: /images/icon-shortcodes.svg tagline: Hugo's shortcodes are Markdown's hidden superpower. copy: We love the beautiful simplicity of markdown’s syntax, but there are times when we want more flexibility. Hugo shortcodes allow for both beauty and flexibility. - heading: Built-in Templates image_path: /images/icon-built-in-templates.svg tagline: Hugo has common patterns to get your work done quickly. copy: Hugo ships with pre-made templates to make quick work of SEO, commenting, analytics and other functions. One line of code, and you're done. - heading: Multilingual and i18n image_path: /images/icon-multilingual2.svg tagline: Polyglot baked in. copy: Hugo provides full i18n support for multi-language sites with the same straightforward development experience Hugo users love in single-language sites. - heading: Custom Outputs image_path: /images/icon-custom-outputs.svg tagline: HTML not enough? copy: Hugo allows you to output your content in multiple formats, including JSON or AMP, and makes it easy to create your own. sections: - heading: "300+ Themes" cta: Check out the Hugo themes. link: https://themes.gohugo.io/ color_classes: bg-accent-color white image: /images/homepage-screenshot-hugo-themes.jpg copy: "Hugo provides a robust theming system that is easy to implement but capable of producing even the most complicated websites." - heading: "Capable Templating" cta: Get Started. link: templates/ color_classes: bg-primary-color-light black image: /images/home-page-templating-example.png copy: "Hugo's Go-based templating provides just the right amount of logic to build anything from the simple to complex." --- Hugo is one of the most popular open-source static site generators. With its amazing speed and flexibility, Hugo makes building websites fun again.
--- title: "The world’s fastest framework for building websites" date: 2017-03-02T12:00:00-05:00 features: - heading: Blistering Speed image_path: /images/icon-fast.svg tagline: What's modern about waiting for your site to build? copy: Hugo is the fastest tool of its kind. At <1 ms per page, the average site builds in less than a second. - heading: Robust Content Management image_path: /images/icon-content-management.svg tagline: Flexibility rules. Hugo is a content strategist's dream. copy: Hugo supports unlimited content types, taxonomies, menus, dynamic API-driven content, and more, all without plugins. - heading: Shortcodes image_path: /images/icon-shortcodes.svg tagline: Hugo's shortcodes are Markdown's hidden superpower. copy: We love the beautiful simplicity of markdown’s syntax, but there are times when we want more flexibility. Hugo shortcodes allow for both beauty and flexibility. - heading: Built-in Templates image_path: /images/icon-built-in-templates.svg tagline: Hugo has common patterns to get your work done quickly. copy: Hugo ships with pre-made templates to make quick work of SEO, commenting, analytics and other functions. One line of code, and you're done. - heading: Multilingual and i18n image_path: /images/icon-multilingual2.svg tagline: Polyglot baked in. copy: Hugo provides full i18n support for multi-language sites with the same straightforward development experience Hugo users love in single-language sites. - heading: Custom Outputs image_path: /images/icon-custom-outputs.svg tagline: HTML not enough? copy: Hugo allows you to output your content in multiple formats, including JSON or AMP, and makes it easy to create your own. sections: - heading: "300+ Themes" cta: Check out the Hugo themes. link: https://themes.gohugo.io/ color_classes: bg-accent-color white image: /images/homepage-screenshot-hugo-themes.jpg copy: "Hugo provides a robust theming system that is easy to implement but capable of producing even the most complicated websites." - heading: "Capable Templating" cta: Get Started. link: templates/ color_classes: bg-primary-color-light black image: /images/home-page-templating-example.png copy: "Hugo's Go-based templating provides just the right amount of logic to build anything from the simple to complex." --- Hugo is one of the most popular open-source static site generators. With its amazing speed and flexibility, Hugo makes building websites fun again.
-1
gohugoio/hugo
8,211
Update to Dart Sass Protocol beta6
Note that this version is not backwards compatible, so you have to update the protocol binary.
bep
"2021-02-06T16:52:23Z"
"2021-02-06T17:34:20Z"
4867cd1dea34ee53fb73cede2bcff4792e470104
441b11beec3cf0371ff9a2898f220a0bf00faf8c
Update to Dart Sass Protocol beta6. Note that this version is not backwards compatible, so you have to update the protocol binary.
./docs/content/en/hosting-and-deployment/hosting-on-github.md
--- title: Host on GitHub linktitle: Host on GitHub description: Deploy Hugo as a GitHub Pages project or personal/organizational site and automate the whole process with a simple shell script. date: 2014-03-21 publishdate: 2014-03-21 lastmod: 2018-09-22 categories: [hosting and deployment] keywords: [github,git,deployment,hosting] authors: [Spencer Lyon, Gunnar Morling] menu: docs: parent: "hosting-and-deployment" weight: 30 weight: 30 sections_weight: 30 draft: false toc: true aliases: [/tutorials/github-pages-blog/] --- GitHub provides free and fast static hosting over SSL for personal, organization, or project pages directly from a GitHub repository via its [GitHub Pages service][]. ## Assumptions 1. You have Git 2.8 or greater [installed on your machine][installgit]. 2. You have a GitHub account. [Signing up][ghsignup] for GitHub is free. 3. You have a ready-to-publish Hugo website or have at least completed the [Quick Start][]. ## Types of GitHub Pages There are 2 types of GitHub Pages: - User/Organization Pages (`https://<USERNAME|ORGANIZATION>.github.io/`) - Project Pages (`https://<USERNAME|ORGANIZATION>.github.io/<PROJECT>/`) Please refer to the [GitHub Pages documentation][ghorgs] to decide which type of site you would like to create as it will determine which of the below methods to use. To create a User/Organization Pages site, follow the single method in the *GitHub User and Organization Pages* section below. To create a Project Pages site, choose a method from the *Project Pages* section below. ## GitHub User or Organization Pages As mentioned in the [GitHub Pages documentation][ghorgs], you can host a user/organization page in addition to project pages. Here are the key differences in GitHub Pages websites for Users and Organizations: 1. You must use a `<USERNAME>.github.io` to host your **generated** content 2. Content from the `main` branch will be used to publish your GitHub Pages site This is a much simpler setup as your Hugo files and generated content are published into two different repositories. ### Step-by-step Instructions 1. Create a `<YOUR-PROJECT>` (e.g. `blog`) repository on GitHub. This repository will contain Hugo's content and other source files. 2. Create a `<USERNAME>.github.io` GitHub repository. This is the repository that will contain the fully rendered version of your Hugo website. 3. `git clone <YOUR-PROJECT-URL> && cd <YOUR-PROJECT>` 4. Paste your existing Hugo project into the new local `<YOUR-PROJECT>` repository. Make sure your website works locally (`hugo server` or `hugo server -t <YOURTHEME>`) and open your browser to <http://localhost:1313>. 5. Once you are happy with the results: * Press <kbd>Ctrl</kbd>+<kbd>C</kbd> to kill the server * Before proceeding run `rm -rf public` to completely remove the `public` directory 6. `git submodule add -b main https://github.com/<USERNAME>/<USERNAME>.github.io.git public`. This creates a git [submodule][]. Now when you run the `hugo` command to build your site to `public`, the created `public` directory will have a different remote origin (i.e. hosted GitHub repository). 7. Make sure the `baseURL` in your config file is updated with: `<USERNAME>.github.io` ### Put it Into a Script You're almost done. In order to automate next steps create a `deploy.sh` script. You can also make it executable with `chmod +x deploy.sh`. The following are the contents of the `deploy.sh` script: ``` #!/bin/sh # If a command fails then the deploy stops set -e printf "\033[0;32mDeploying updates to GitHub...\033[0m\n" # Build the project. hugo # if using a theme, replace with `hugo -t <YOURTHEME>` # Go To Public folder cd public # Add changes to git. git add . # Commit changes. msg="rebuilding site $(date)" if [ -n "$*" ]; then msg="$*" fi git commit -m "$msg" # Push source and build repos. git push origin main ``` You can then run `./deploy.sh "Your optional commit message"` to send changes to `<USERNAME>.github.io`. Note that you likely will want to commit changes to your `<YOUR-PROJECT>` repository as well. That's it! Your personal page should be up and running at `https://<USERNAME>.github.io` within a couple minutes. ## GitHub Project Pages {{% note %}} Make sure your `baseURL` key-value in your [site configuration](/getting-started/configuration/) reflects the full URL of your GitHub pages repository if you're using the default GH Pages URL (e.g., `<USERNAME>.github.io/<PROJECT>/`) and not a custom domain. {{% /note %}} ### Deployment of Project Pages from `/docs` folder on `main` branch [As described in the GitHub Pages documentation][ghpfromdocs], you can deploy from a folder called `docs/` on your main branch. To effectively use this feature with Hugo, you need to change the Hugo publish directory in your [site's][config] `config.toml` and `config.yaml`, respectively: ``` publishDir = "docs" ``` ``` publishDir: docs ``` After running `hugo`, push your main branch to the remote repository and choose the `docs/` folder as the website source of your repo. Do the following from within your GitHub project: 1. Go to **Settings** &rarr; **GitHub Pages** 2. From **Source**, select "main branch /docs folder". If the option isn't enabled, you likely do not have a `docs/` folder in the root of your project. {{% note %}} The `docs/` option is the simplest approach but requires you set a publish directory in your site configuration. You cannot currently configure GitHub pages to publish from another directory on main, and not everyone prefers the output site live concomitantly with source files in version control. {{% /note %}} ### Deployment of Project Pages From Your `gh-pages` branch You can also tell GitHub pages to treat your `main` branch as the published site or point to a separate `gh-pages` branch. The latter approach is a bit more complex but has some advantages: * It keeps your source and generated website in different branches and therefore maintains version control history for both. * Unlike the preceding `docs/` option, it uses the default `public` folder. #### Preparations for `gh-pages` Branch These steps only need to be done once. Replace `upstream` with the name of your remote; e.g., `origin`: ##### Add the `public` Folder First, add the `public` folder to your `.gitignore` file at the project root so that the directory is ignored on the main branch: ``` echo "public" >> .gitignore ``` ##### Initialize Your `gh-pages` Branch You can now initialize your `gh-pages` branch as an empty [orphan branch][]: ``` git checkout --orphan gh-pages git reset --hard git commit --allow-empty -m "Initializing gh-pages branch" git push upstream gh-pages git checkout main ``` #### Build and Deployment Now check out the `gh-pages` branch into your `public` folder using git's [worktree feature][]. Essentially, the worktree allows you to have multiple branches of the same local repository to be checked out in different directories: ``` rm -rf public git worktree add -B gh-pages public upstream/gh-pages ``` Regenerate the site using the `hugo` command and commit the generated files on the `gh-pages` branch: {{< code file="commit-gh-pages-files.sh">}} hugo cd public && git add --all && git commit -m "Publishing to gh-pages" && cd .. {{< /code >}} If the changes in your local `gh-pages` branch look alright, push them to the remote repo: ``` git push upstream gh-pages ``` ##### Set `gh-pages` as Your Publish Branch In order to use your `gh-pages` branch as your publishing branch, you'll need to configure the repository within the GitHub UI. This will likely happen automatically once GitHub realizes you've created this branch. You can also set the branch manually from within your GitHub project: 1. Go to **Settings** &rarr; **GitHub Pages** 2. From **Source**, select "gh-pages branch" and then **Save**. If the option isn't enabled, you likely have not created the branch yet OR you have not pushed the branch from your local machine to the hosted repository on GitHub. After a short while, you'll see the updated contents on your GitHub Pages site. #### Put it Into a Script To automate these steps, you can create a script with the following contents: {{< code file="publish_to_ghpages.sh" >}} #!/bin/sh if [ "`git status -s`" ] then echo "The working directory is dirty. Please commit any pending changes." exit 1; fi echo "Deleting old publication" rm -rf public mkdir public git worktree prune rm -rf .git/worktrees/public/ echo "Checking out gh-pages branch into public" git worktree add -B gh-pages public upstream/gh-pages echo "Removing existing files" rm -rf public/* echo "Generating site" hugo echo "Updating gh-pages branch" cd public && git add --all && git commit -m "Publishing to gh-pages (publish.sh)" #echo "Pushing to github" #git push --all {{< /code >}} This will abort if there are pending changes in the working directory and also makes sure that all previously existing output files are removed. Adjust the script to taste, e.g. to include the final push to the remote repository if you don't need to take a look at the gh-pages branch before pushing. ### Deployment of Project Pages from Your `main` Branch To use `main` as your publishing branch, you'll need your rendered website to live at the root of the GitHub repository. Steps should be similar to that of the `gh-pages` branch, with the exception that you will create your GitHub repository with the `public` directory as the root. Note that this does not provide the same benefits of the `gh-pages` branch in keeping your source and output in separate, but version controlled, branches within the same repo. You will also need to set `main` as your publishable branch from within the GitHub UI: 1. Go to **Settings** &rarr; **GitHub Pages** 2. From **Source**, select "main branch" and then **Save**. ## Use a Custom Domain If you'd like to use a custom domain for your GitHub Pages site, create a file `static/CNAME`. Your custom domain name should be the only contents inside `CNAME`. Since it's inside `static`, the published site will contain the CNAME file at the root of the published site, which is a requirements of GitHub Pages. Refer to the [official documentation for custom domains][domains] for further information. [config]: /getting-started/configuration/ [domains]: https://help.github.com/articles/using-a-custom-domain-with-github-pages/ [ghorgs]: https://help.github.com/articles/user-organization-and-project-pages/#user--organization-pages [ghpfromdocs]: https://help.github.com/articles/configuring-a-publishing-source-for-github-pages/ [ghsignup]: https://github.com/join [GitHub Pages service]: https://help.github.com/articles/what-is-github-pages/ [installgit]: https://git-scm.com/downloads [orphan branch]: https://git-scm.com/docs/git-checkout/#Documentation/git-checkout.txt---orphanltnewbranchgt [Quick Start]: /getting-started/quick-start/ [submodule]: https://github.com/blog/2104-working-with-submodules [worktree feature]: https://git-scm.com/docs/git-worktree
--- title: Host on GitHub linktitle: Host on GitHub description: Deploy Hugo as a GitHub Pages project or personal/organizational site and automate the whole process with a simple shell script. date: 2014-03-21 publishdate: 2014-03-21 lastmod: 2018-09-22 categories: [hosting and deployment] keywords: [github,git,deployment,hosting] authors: [Spencer Lyon, Gunnar Morling] menu: docs: parent: "hosting-and-deployment" weight: 30 weight: 30 sections_weight: 30 draft: false toc: true aliases: [/tutorials/github-pages-blog/] --- GitHub provides free and fast static hosting over SSL for personal, organization, or project pages directly from a GitHub repository via its [GitHub Pages service][]. ## Assumptions 1. You have Git 2.8 or greater [installed on your machine][installgit]. 2. You have a GitHub account. [Signing up][ghsignup] for GitHub is free. 3. You have a ready-to-publish Hugo website or have at least completed the [Quick Start][]. ## Types of GitHub Pages There are 2 types of GitHub Pages: - User/Organization Pages (`https://<USERNAME|ORGANIZATION>.github.io/`) - Project Pages (`https://<USERNAME|ORGANIZATION>.github.io/<PROJECT>/`) Please refer to the [GitHub Pages documentation][ghorgs] to decide which type of site you would like to create as it will determine which of the below methods to use. To create a User/Organization Pages site, follow the single method in the *GitHub User and Organization Pages* section below. To create a Project Pages site, choose a method from the *Project Pages* section below. ## GitHub User or Organization Pages As mentioned in the [GitHub Pages documentation][ghorgs], you can host a user/organization page in addition to project pages. Here are the key differences in GitHub Pages websites for Users and Organizations: 1. You must use a `<USERNAME>.github.io` to host your **generated** content 2. Content from the `main` branch will be used to publish your GitHub Pages site This is a much simpler setup as your Hugo files and generated content are published into two different repositories. ### Step-by-step Instructions 1. Create a `<YOUR-PROJECT>` (e.g. `blog`) repository on GitHub. This repository will contain Hugo's content and other source files. 2. Create a `<USERNAME>.github.io` GitHub repository. This is the repository that will contain the fully rendered version of your Hugo website. 3. `git clone <YOUR-PROJECT-URL> && cd <YOUR-PROJECT>` 4. Paste your existing Hugo project into the new local `<YOUR-PROJECT>` repository. Make sure your website works locally (`hugo server` or `hugo server -t <YOURTHEME>`) and open your browser to <http://localhost:1313>. 5. Once you are happy with the results: * Press <kbd>Ctrl</kbd>+<kbd>C</kbd> to kill the server * Before proceeding run `rm -rf public` to completely remove the `public` directory 6. `git submodule add -b main https://github.com/<USERNAME>/<USERNAME>.github.io.git public`. This creates a git [submodule][]. Now when you run the `hugo` command to build your site to `public`, the created `public` directory will have a different remote origin (i.e. hosted GitHub repository). 7. Make sure the `baseURL` in your config file is updated with: `<USERNAME>.github.io` ### Put it Into a Script You're almost done. In order to automate next steps create a `deploy.sh` script. You can also make it executable with `chmod +x deploy.sh`. The following are the contents of the `deploy.sh` script: ``` #!/bin/sh # If a command fails then the deploy stops set -e printf "\033[0;32mDeploying updates to GitHub...\033[0m\n" # Build the project. hugo # if using a theme, replace with `hugo -t <YOURTHEME>` # Go To Public folder cd public # Add changes to git. git add . # Commit changes. msg="rebuilding site $(date)" if [ -n "$*" ]; then msg="$*" fi git commit -m "$msg" # Push source and build repos. git push origin main ``` You can then run `./deploy.sh "Your optional commit message"` to send changes to `<USERNAME>.github.io`. Note that you likely will want to commit changes to your `<YOUR-PROJECT>` repository as well. That's it! Your personal page should be up and running at `https://<USERNAME>.github.io` within a couple minutes. ## GitHub Project Pages {{% note %}} Make sure your `baseURL` key-value in your [site configuration](/getting-started/configuration/) reflects the full URL of your GitHub pages repository if you're using the default GH Pages URL (e.g., `<USERNAME>.github.io/<PROJECT>/`) and not a custom domain. {{% /note %}} ### Deployment of Project Pages from `/docs` folder on `main` branch [As described in the GitHub Pages documentation][ghpfromdocs], you can deploy from a folder called `docs/` on your main branch. To effectively use this feature with Hugo, you need to change the Hugo publish directory in your [site's][config] `config.toml` and `config.yaml`, respectively: ``` publishDir = "docs" ``` ``` publishDir: docs ``` After running `hugo`, push your main branch to the remote repository and choose the `docs/` folder as the website source of your repo. Do the following from within your GitHub project: 1. Go to **Settings** &rarr; **GitHub Pages** 2. From **Source**, select "main branch /docs folder". If the option isn't enabled, you likely do not have a `docs/` folder in the root of your project. {{% note %}} The `docs/` option is the simplest approach but requires you set a publish directory in your site configuration. You cannot currently configure GitHub pages to publish from another directory on main, and not everyone prefers the output site live concomitantly with source files in version control. {{% /note %}} ### Deployment of Project Pages From Your `gh-pages` branch You can also tell GitHub pages to treat your `main` branch as the published site or point to a separate `gh-pages` branch. The latter approach is a bit more complex but has some advantages: * It keeps your source and generated website in different branches and therefore maintains version control history for both. * Unlike the preceding `docs/` option, it uses the default `public` folder. #### Preparations for `gh-pages` Branch These steps only need to be done once. Replace `upstream` with the name of your remote; e.g., `origin`: ##### Add the `public` Folder First, add the `public` folder to your `.gitignore` file at the project root so that the directory is ignored on the main branch: ``` echo "public" >> .gitignore ``` ##### Initialize Your `gh-pages` Branch You can now initialize your `gh-pages` branch as an empty [orphan branch][]: ``` git checkout --orphan gh-pages git reset --hard git commit --allow-empty -m "Initializing gh-pages branch" git push upstream gh-pages git checkout main ``` #### Build and Deployment Now check out the `gh-pages` branch into your `public` folder using git's [worktree feature][]. Essentially, the worktree allows you to have multiple branches of the same local repository to be checked out in different directories: ``` rm -rf public git worktree add -B gh-pages public upstream/gh-pages ``` Regenerate the site using the `hugo` command and commit the generated files on the `gh-pages` branch: {{< code file="commit-gh-pages-files.sh">}} hugo cd public && git add --all && git commit -m "Publishing to gh-pages" && cd .. {{< /code >}} If the changes in your local `gh-pages` branch look alright, push them to the remote repo: ``` git push upstream gh-pages ``` ##### Set `gh-pages` as Your Publish Branch In order to use your `gh-pages` branch as your publishing branch, you'll need to configure the repository within the GitHub UI. This will likely happen automatically once GitHub realizes you've created this branch. You can also set the branch manually from within your GitHub project: 1. Go to **Settings** &rarr; **GitHub Pages** 2. From **Source**, select "gh-pages branch" and then **Save**. If the option isn't enabled, you likely have not created the branch yet OR you have not pushed the branch from your local machine to the hosted repository on GitHub. After a short while, you'll see the updated contents on your GitHub Pages site. #### Put it Into a Script To automate these steps, you can create a script with the following contents: {{< code file="publish_to_ghpages.sh" >}} #!/bin/sh if [ "`git status -s`" ] then echo "The working directory is dirty. Please commit any pending changes." exit 1; fi echo "Deleting old publication" rm -rf public mkdir public git worktree prune rm -rf .git/worktrees/public/ echo "Checking out gh-pages branch into public" git worktree add -B gh-pages public upstream/gh-pages echo "Removing existing files" rm -rf public/* echo "Generating site" hugo echo "Updating gh-pages branch" cd public && git add --all && git commit -m "Publishing to gh-pages (publish.sh)" #echo "Pushing to github" #git push --all {{< /code >}} This will abort if there are pending changes in the working directory and also makes sure that all previously existing output files are removed. Adjust the script to taste, e.g. to include the final push to the remote repository if you don't need to take a look at the gh-pages branch before pushing. ### Deployment of Project Pages from Your `main` Branch To use `main` as your publishing branch, you'll need your rendered website to live at the root of the GitHub repository. Steps should be similar to that of the `gh-pages` branch, with the exception that you will create your GitHub repository with the `public` directory as the root. Note that this does not provide the same benefits of the `gh-pages` branch in keeping your source and output in separate, but version controlled, branches within the same repo. You will also need to set `main` as your publishable branch from within the GitHub UI: 1. Go to **Settings** &rarr; **GitHub Pages** 2. From **Source**, select "main branch" and then **Save**. ## Use a Custom Domain If you'd like to use a custom domain for your GitHub Pages site, create a file `static/CNAME`. Your custom domain name should be the only contents inside `CNAME`. Since it's inside `static`, the published site will contain the CNAME file at the root of the published site, which is a requirements of GitHub Pages. Refer to the [official documentation for custom domains][domains] for further information. [config]: /getting-started/configuration/ [domains]: https://help.github.com/articles/using-a-custom-domain-with-github-pages/ [ghorgs]: https://help.github.com/articles/user-organization-and-project-pages/#user--organization-pages [ghpfromdocs]: https://help.github.com/articles/configuring-a-publishing-source-for-github-pages/ [ghsignup]: https://github.com/join [GitHub Pages service]: https://help.github.com/articles/what-is-github-pages/ [installgit]: https://git-scm.com/downloads [orphan branch]: https://git-scm.com/docs/git-checkout/#Documentation/git-checkout.txt---orphanltnewbranchgt [Quick Start]: /getting-started/quick-start/ [submodule]: https://github.com/blog/2104-working-with-submodules [worktree feature]: https://git-scm.com/docs/git-worktree
-1
gohugoio/hugo
8,211
Update to Dart Sass Protocol beta6
Note that this version is not backwards compatible, so you have to update the protocol binary.
bep
"2021-02-06T16:52:23Z"
"2021-02-06T17:34:20Z"
4867cd1dea34ee53fb73cede2bcff4792e470104
441b11beec3cf0371ff9a2898f220a0bf00faf8c
Update to Dart Sass Protocol beta6. Note that this version is not backwards compatible, so you have to update the protocol binary.
./docs/content/en/variables/_index.md
--- title: Variables and Params linktitle: Variables Overview description: Page-, file-, taxonomy-, and site-level variables and parameters available in templates. date: 2017-02-01 publishdate: 2017-02-01 lastmod: 2017-02-01 categories: [variables and params] keywords: [variables,params,values,globals] draft: false menu: docs: parent: "variables" weight: 1 weight: 01 #rem sections_weight: 01 aliases: [/templates/variables/] toc: false --- Hugo's templates are context aware and make a large number of values available to you as you're creating views for your website. [Go templates]: /templates/introduction/ "Understand context in Go templates by learning the language's fundamental templating functions."
--- title: Variables and Params linktitle: Variables Overview description: Page-, file-, taxonomy-, and site-level variables and parameters available in templates. date: 2017-02-01 publishdate: 2017-02-01 lastmod: 2017-02-01 categories: [variables and params] keywords: [variables,params,values,globals] draft: false menu: docs: parent: "variables" weight: 1 weight: 01 #rem sections_weight: 01 aliases: [/templates/variables/] toc: false --- Hugo's templates are context aware and make a large number of values available to you as you're creating views for your website. [Go templates]: /templates/introduction/ "Understand context in Go templates by learning the language's fundamental templating functions."
-1
gohugoio/hugo
8,211
Update to Dart Sass Protocol beta6
Note that this version is not backwards compatible, so you have to update the protocol binary.
bep
"2021-02-06T16:52:23Z"
"2021-02-06T17:34:20Z"
4867cd1dea34ee53fb73cede2bcff4792e470104
441b11beec3cf0371ff9a2898f220a0bf00faf8c
Update to Dart Sass Protocol beta6. Note that this version is not backwards compatible, so you have to update the protocol binary.
./docs/content/en/news/0.24.1-relnotes/index.md
--- date: 2017-06-24T17:53:58-04:00 categories: ["Releases"] description: "This release fixes some important archetype-related regressions from Hugo 0.24" link: "" title: "Hugo 0.24.1" draft: false author: bep aliases: [/0-24-1/] --- This release fixes some important **archetype-related regressions** from the recent Hugo 0.24-release. ## Fixes * Fix archetype regression when no archetype file [4294dd8d](https://github.com/gohugoio/hugo/commit/4294dd8d9d22bd8107b7904d5389967da1f83f27) [@bep](https://github.com/bep) [#3626](https://github.com/gohugoio/hugo/issues/3626) * Preserve shortcodes in archetype templates [b63e4ee1](https://github.com/gohugoio/hugo/commit/b63e4ee198c875b73a6a9af6bb809589785ed589) [@bep](https://github.com/bep) [#3623](https://github.com/gohugoio/hugo/issues/3623) * Fix handling of timezones with positive UTC offset (e.g., +0800) in TOML [0744f81e](https://github.com/gohugoio/hugo/commit/0744f81ec00bb8888f59d6c8b5f57096e07e70b1) [@bep](https://github.com/bep) [#3628](https://github.com/gohugoio/hugo/issues/3628) ## Enhancements * Create default archetype on new site [bfa336d9](https://github.com/gohugoio/hugo/commit/bfa336d96173377b9bbe2298dbd101f6a718c174) [@bep](https://github.com/bep) [#3626](https://github.com/gohugoio/hugo/issues/3626)
--- date: 2017-06-24T17:53:58-04:00 categories: ["Releases"] description: "This release fixes some important archetype-related regressions from Hugo 0.24" link: "" title: "Hugo 0.24.1" draft: false author: bep aliases: [/0-24-1/] --- This release fixes some important **archetype-related regressions** from the recent Hugo 0.24-release. ## Fixes * Fix archetype regression when no archetype file [4294dd8d](https://github.com/gohugoio/hugo/commit/4294dd8d9d22bd8107b7904d5389967da1f83f27) [@bep](https://github.com/bep) [#3626](https://github.com/gohugoio/hugo/issues/3626) * Preserve shortcodes in archetype templates [b63e4ee1](https://github.com/gohugoio/hugo/commit/b63e4ee198c875b73a6a9af6bb809589785ed589) [@bep](https://github.com/bep) [#3623](https://github.com/gohugoio/hugo/issues/3623) * Fix handling of timezones with positive UTC offset (e.g., +0800) in TOML [0744f81e](https://github.com/gohugoio/hugo/commit/0744f81ec00bb8888f59d6c8b5f57096e07e70b1) [@bep](https://github.com/bep) [#3628](https://github.com/gohugoio/hugo/issues/3628) ## Enhancements * Create default archetype on new site [bfa336d9](https://github.com/gohugoio/hugo/commit/bfa336d96173377b9bbe2298dbd101f6a718c174) [@bep](https://github.com/bep) [#3626](https://github.com/gohugoio/hugo/issues/3626)
-1
gohugoio/hugo
8,211
Update to Dart Sass Protocol beta6
Note that this version is not backwards compatible, so you have to update the protocol binary.
bep
"2021-02-06T16:52:23Z"
"2021-02-06T17:34:20Z"
4867cd1dea34ee53fb73cede2bcff4792e470104
441b11beec3cf0371ff9a2898f220a0bf00faf8c
Update to Dart Sass Protocol beta6. Note that this version is not backwards compatible, so you have to update the protocol binary.
./docs/content/en/news/0.50-relnotes/index.md
--- date: 2018-10-29 title: "Hugo 0.50: Errors so Good, You’ll Want to Fail!" description: "Errors with full filename and line and column number, shown in browser. And improved Fast Render Mode …" categories: ["Releases"] --- Hugo `0.50` brings **greatly improved error messages**, and we now also show them in the browser. Having error messages with filename, line- and column number greatly simplify troubleshooting. Many editors (like VS Code) even let you click and navigate directly to the problematic line. If your editor requires a different log format, you can set it via the `HUGO_FILE_LOG_FORMAT` OS environment variable: ```bash env HUGO_FILE_LOG_FORMAT="\":file::line::col\"" hugo server ``` But this release isn't all about error handling. Getting line- and column number into "every" error also meant that we had to consolidate and simplify some code paths, which, as a nice side effect, made Hugo a little bit faster. Benchmarks show it running **about 5% faster and consume about 8% less memory**. Also, we have now implemented **"render on demand"** in Hugo's Fast Render Mode (default when running `hugo server`). This means that you should now always see updated content when navigating around the site after a change. This release represents **88 contributions by 14 contributors** to the main Hugo code base. [@bep](https://github.com/bep) leads the Hugo development with a significant amount of contributions, but also a big shoutout to [@moorereason](https://github.com/moorereason), [@anthonyfok](https://github.com/anthonyfok), and [@GregorioMartinez](https://github.com/GregorioMartinez) for their ongoing contributions. And a big thanks to [@digitalcraftsman](https://github.com/digitalcraftsman) and [@onedrawingperday](https://github.com/onedrawingperday) for their relentless work on keeping the themes site in pristine condition and to [@kaushalmodi](https://github.com/kaushalmodi) for his great work on the documentation site. Many have also been busy writing and fixing the documentation in [hugoDocs](https://github.com/gohugoio/hugoDocs), which has received **14 contributions by 9 contributors**. A special thanks to [@bep](https://github.com/bep), [@NotWoods](https://github.com/NotWoods), [@Nick-Rivera](https://github.com/Nick-Rivera), and [@tomanistor](https://github.com/tomanistor) for their work on the documentation site. Hugo now has: * 29842+ [stars](https://github.com/gohugoio/hugo/stargazers) * 441+ [contributors](https://github.com/gohugoio/hugo/graphs/contributors) * 275+ [themes](http://themes.gohugo.io/) ## Notes * You should not get stale content in Fast Render Mode anymore. * Errors will now show up in the browser by default, turn it off by running `hugo server --disableBrowserError` * `jsonify` will now produce pretty/indented output ## Enhancements ### Templates * Handle truncated identifiers in Go template errors [2d7709d1](https://github.com/gohugoio/hugo/commit/2d7709d15584e4c11138cd7fe92717a2a58e4585) [@bep](https://github.com/bep) [#5346](https://github.com/gohugoio/hugo/issues/5346) * Update Jsonify to return pretty-print output [5a52cd5f](https://github.com/gohugoio/hugo/commit/5a52cd5f920bb3d067ab1682adece9f813c67ba1) [@SeanPrashad](https://github.com/SeanPrashad) [#5040](https://github.com/gohugoio/hugo/issues/5040) * Improve the Execute panic error message [0fe4ff18](https://github.com/gohugoio/hugo/commit/0fe4ff18751156fa072e1f83077e49a8597e7dcd) [@bep](https://github.com/bep) [#5327](https://github.com/gohugoio/hugo/issues/5327) * Use .Lastmod in embedded schema template [c21e5179](https://github.com/gohugoio/hugo/commit/c21e5179ce9a370c416c01fbe9472be1fb5c6650) [@akshaybabloo](https://github.com/akshaybabloo) [#5320](https://github.com/gohugoio/hugo/issues/5320) * Cast IsSet key to int for indexed types [0d5110d0](https://github.com/gohugoio/hugo/commit/0d5110d03324380cb4a288d3fa08c1b86ba227da) [@moorereason](https://github.com/moorereason) [#3681](https://github.com/gohugoio/hugo/issues/3681) * Add a delimiter parameter to lang.NumFmt [ce264b93](https://github.com/gohugoio/hugo/commit/ce264b936ce9f589bd889e18762881cff8bc9cd0) [@moorereason](https://github.com/moorereason) [#5260](https://github.com/gohugoio/hugo/issues/5260) ### Core * Adjust error test to make it pass on Go tip [acc14b46](https://github.com/gohugoio/hugo/commit/acc14b4646d849e09e8da37552d4f4f777d0fce2) [@bep](https://github.com/bep) * Rename some page_* files [e3ed4a83](https://github.com/gohugoio/hugo/commit/e3ed4a83b8e92ce9bf070f7b41780798b006e848) [@bep](https://github.com/bep) * Get file context in "config parse failed" errors [ed7b3e26](https://github.com/gohugoio/hugo/commit/ed7b3e261909fe425ef64216f12806840c45b205) [@bep](https://github.com/bep) [#5325](https://github.com/gohugoio/hugo/issues/5325) * Improve errors in /i18n handlling [2bf686ee](https://github.com/gohugoio/hugo/commit/2bf686ee217808186385bfcf6156f15bbdb33651) [@bep](https://github.com/bep) [#5324](https://github.com/gohugoio/hugo/issues/5324) * Improve errors in /data handlling [9f74dc2a](https://github.com/gohugoio/hugo/commit/9f74dc2a52b6f568b5a060b7a4be47196804b01f) [@bep](https://github.com/bep) [#5324](https://github.com/gohugoio/hugo/issues/5324) * Continue the file context/line number errors work [d1661b82](https://github.com/gohugoio/hugo/commit/d1661b823af25c50d3bbe5366ea40a3cdd52e237) [@bep](https://github.com/bep) [#5324](https://github.com/gohugoio/hugo/issues/5324) * Remove the now superflous Source struct [7930d213](https://github.com/gohugoio/hugo/commit/7930d2132a3c36c1aaca20f16f56978c84656b0a) [@bep](https://github.com/bep) [#5324](https://github.com/gohugoio/hugo/issues/5324) * Redo the summary delimiter logic [44da60d8](https://github.com/gohugoio/hugo/commit/44da60d869578423dea529db62ed613588a2a560) [@bep](https://github.com/bep) [#5324](https://github.com/gohugoio/hugo/issues/5324) * Integrate new page parser [1e3e3400](https://github.com/gohugoio/hugo/commit/1e3e34002dae3d4a980141efcc86886e7de5bef8) [@bep](https://github.com/bep) [#5324](https://github.com/gohugoio/hugo/issues/5324) * Use []byte in shortcode parsing [1b7ecfc2](https://github.com/gohugoio/hugo/commit/1b7ecfc2e176315b69914756c70b46306561e4d1) [@bep](https://github.com/bep) [#5324](https://github.com/gohugoio/hugo/issues/5324) * Use stdlib context package [4b4af2c5](https://github.com/gohugoio/hugo/commit/4b4af2c52e658d516dd4bfaf59fef4f054dabec3) [@GregorioMartinez](https://github.com/GregorioMartinez) * Normalize permalink path segments [fae48d74](https://github.com/gohugoio/hugo/commit/fae48d7457de96969ec53349194dcbfa45adc269) [@moorereason](https://github.com/moorereason) [#5223](https://github.com/gohugoio/hugo/issues/5223)[#4926](https://github.com/gohugoio/hugo/issues/4926) * Improve error message for bad taxonomy weights [d3b81ee5](https://github.com/gohugoio/hugo/commit/d3b81ee58e8fd3a0ab8265a2898d66cbcdf6a7c1) [@moorereason](https://github.com/moorereason) * Cast taxonomy weight parameters to int [1fd30d46](https://github.com/gohugoio/hugo/commit/1fd30d462ee7f67fde6f29d170af1d225258322b) [@moorereason](https://github.com/moorereason) [#4628](https://github.com/gohugoio/hugo/issues/4628) * Allow nil to be unwrapped as *Page [498d6299](https://github.com/gohugoio/hugo/commit/498d6299581bead0f582431b8133d8b5f8760618) [@moorereason](https://github.com/moorereason) [#5043](https://github.com/gohugoio/hugo/issues/5043) * Be a litle more specific in NextPage TODO [fb732d53](https://github.com/gohugoio/hugo/commit/fb732d5322381ee7f3a849258419cef7bbf1487b) [@bep](https://github.com/bep) * Introduce Page.NextPage and Page.PrevPage [ad705aac](https://github.com/gohugoio/hugo/commit/ad705aac0649fa3102f7639bc4db65d45e108ee2) [@felicianotech](https://github.com/felicianotech) [#1061](https://github.com/gohugoio/hugo/issues/1061) ### Other * Update go.sum [7082a5d1](https://github.com/gohugoio/hugo/commit/7082a5d14382acfc300ae4f66d07a14100e2358c) [@bep](https://github.com/bep) * Update minify [aa281b51](https://github.com/gohugoio/hugo/commit/aa281b5135db2e84b9e21b5f38a6cb63cf3ab158) [@bep](https://github.com/bep) [#5261](https://github.com/gohugoio/hugo/issues/5261) * Regenerate CLI docs [32501987](https://github.com/gohugoio/hugo/commit/325019872467ee152ea56329a796acf35dec6fb3) [@bep](https://github.com/bep) * Make sure the global logger also gets colored labels [9c88a8a5](https://github.com/gohugoio/hugo/commit/9c88a8a55adf7779039504fa77d74ec80d658c40) [@bep](https://github.com/bep) [#4414](https://github.com/gohugoio/hugo/issues/4414) * Avoid using the global logger [95e72f5e](https://github.com/gohugoio/hugo/commit/95e72f5e8e4634fbbb2ea7ece2156487230ad1d4) [@bep](https://github.com/bep) [#4414](https://github.com/gohugoio/hugo/issues/4414) * Add color to ERROR and WARN [1c7b7b4e](https://github.com/gohugoio/hugo/commit/1c7b7b4ef293aa133e5b55f3ebb2d37d8839532f) [@bep](https://github.com/bep) [#4414](https://github.com/gohugoio/hugo/issues/4414) * Make the file error log format configurable [1ad117cb](https://github.com/gohugoio/hugo/commit/1ad117cbe2903aa9d029f90750acf633eb2a51a2) [@bep](https://github.com/bep) [#5352](https://github.com/gohugoio/hugo/issues/5352) * Allow a mix of slice types in append/Scratch.Add [dac7092a](https://github.com/gohugoio/hugo/commit/dac7092a9cb22d59db28fb15af15f7b14ff47588) [@bep](https://github.com/bep) [#5361](https://github.com/gohugoio/hugo/issues/5361) * Allow .Data.Integrity to be accessed on its own [b27ccf34](https://github.com/gohugoio/hugo/commit/b27ccf34bf4e5ee618a66fa11c68a9690e395034) [@bep](https://github.com/bep) [#5296](https://github.com/gohugoio/hugo/issues/5296) * Update minify [83c873ff](https://github.com/gohugoio/hugo/commit/83c873ff37ddd379181540021232f026e7678486) [@bep](https://github.com/bep) [#5261](https://github.com/gohugoio/hugo/issues/5261) * Update cast [a2440dc0](https://github.com/gohugoio/hugo/commit/a2440dc0e2d46ef774305cd5e4fea5ff2bdd5f11) [@bep](https://github.com/bep) [#5340](https://github.com/gohugoio/hugo/issues/5340) * Truncate the error log on repeated config errors [1e9ac3dc](https://github.com/gohugoio/hugo/commit/1e9ac3dcc21e8f78d3f0a0ba4f35f6c142dfa6bc) [@bep](https://github.com/bep) * Regenerate CLI docs [40e99672](https://github.com/gohugoio/hugo/commit/40e99672b6f697a614485aace07ca84268f6c787) [@bep](https://github.com/bep) [#5354](https://github.com/gohugoio/hugo/issues/5354) * Serialize image processing [3a3badfd](https://github.com/gohugoio/hugo/commit/3a3badfd1d4b1d4c9863ecaf029512d36136fa0f) [@bep](https://github.com/bep) [#5220](https://github.com/gohugoio/hugo/issues/5220) * Only show Ansi escape codes if in a terminal [df021317](https://github.com/gohugoio/hugo/commit/df021317a964a482cd1cd579de5a12d50faf0d08) [@bep](https://github.com/bep) * Read disableFastRender from flag even if it's not changed [78a4c2e3](https://github.com/gohugoio/hugo/commit/78a4c2e32ef9ea8e92bb7bb3586e4c22b02eb494) [@bep](https://github.com/bep) [#5353](https://github.com/gohugoio/hugo/issues/5353) * Use overflow-x: auto; for browser errors [d4ebfea1](https://github.com/gohugoio/hugo/commit/d4ebfea1fffdc35059f42a46387e0aaf0ea877d2) [@bep](https://github.com/bep) * Remove the ANSI color for the browser error version [93aa6261](https://github.com/gohugoio/hugo/commit/93aa6261b4fc8caa74afef97b6304ea35dfd7d0e) [@bep](https://github.com/bep) * Add some color to the relevant filenames in terminal log [deff9e15](https://github.com/gohugoio/hugo/commit/deff9e154bc0371af56741ddb22cb1f9e392838a) [@bep](https://github.com/bep) [#5344](https://github.com/gohugoio/hugo/issues/5344) * Run gofmt -s [889aca05](https://github.com/gohugoio/hugo/commit/889aca054a267506a1c7cfaa3992d324764d6358) [@bep](https://github.com/bep) * Resolve error handling/parser related TODOs [6636cf1b](https://github.com/gohugoio/hugo/commit/6636cf1bea77d20ef2a72a45fae59ac402fb133b) [@bep](https://github.com/bep) [#5324](https://github.com/gohugoio/hugo/issues/5324) * Improve handling of JSON errors [f669ef6b](https://github.com/gohugoio/hugo/commit/f669ef6bec25155d015b6ab231c53caef4fa5cdc) [@bep](https://github.com/bep) [#5324](https://github.com/gohugoio/hugo/issues/5324) * Convert the rest to new page parser code paths [eb038cfa](https://github.com/gohugoio/hugo/commit/eb038cfa0a8ada29dfcba1204ec5c432da9ed7e0) [@bep](https://github.com/bep) [#5324](https://github.com/gohugoio/hugo/issues/5324) * Consolidate the metadata decoders [129c27ee](https://github.com/gohugoio/hugo/commit/129c27ee6e9fed98dbfebeaa272fd52757b475b2) [@bep](https://github.com/bep) [#5324](https://github.com/gohugoio/hugo/issues/5324) * Use []byte in page lexer [27f5a906](https://github.com/gohugoio/hugo/commit/27f5a906a2a34e3b8348c8baeea48355352b5bbb) [@bep](https://github.com/bep) [#5324](https://github.com/gohugoio/hugo/issues/5324) * Add front matter etc. support [2fdc4a24](https://github.com/gohugoio/hugo/commit/2fdc4a24d5450a98cf38a4456e8e0e8e97a3343d) [@bep](https://github.com/bep) [#5324](https://github.com/gohugoio/hugo/issues/5324) * File renames and splitting [f6863e1e](https://github.com/gohugoio/hugo/commit/f6863e1ef725f654a4c869ef4955f9add6908a46) [@bep](https://github.com/bep) [#5324](https://github.com/gohugoio/hugo/issues/5324) * Move the shortcode parser to the new pageparser package [d6c16afd](https://github.com/gohugoio/hugo/commit/d6c16afde0ce62cfea73447f30d6ed2b8ef4b411) [@bep](https://github.com/bep) [#5324](https://github.com/gohugoio/hugo/issues/5324) * Avoid panic in error handler on config errors [6f3716dc](https://github.com/gohugoio/hugo/commit/6f3716dc22e373097a38d053f5415feca602f330) [@bep](https://github.com/bep) * Prevent stale content in Fast Render Mode [4a366fcf](https://github.com/gohugoio/hugo/commit/4a366fcfee24b3a5a5045b16c3b87b76147adf5e) [@bep](https://github.com/bep) [#5281](https://github.com/gohugoio/hugo/issues/5281) * Allow date and slug from filename for leaf bundles [1f42e47e](https://github.com/gohugoio/hugo/commit/1f42e47e475c0cd684426dd230de411d4c385a3c) [@Japanuspus](https://github.com/Japanuspus) [#4558](https://github.com/gohugoio/hugo/issues/4558) * Show server error info in browser [35fbfb19](https://github.com/gohugoio/hugo/commit/35fbfb19a173b01bc881f2bbc5d104136633a7ec) [@bep](https://github.com/bep) [#5284](https://github.com/gohugoio/hugo/issues/5284)[#5290](https://github.com/gohugoio/hugo/issues/5290)[#5325](https://github.com/gohugoio/hugo/issues/5325)[#5324](https://github.com/gohugoio/hugo/issues/5324) * Add .gitignore "hugo new site" [92979d92](https://github.com/gohugoio/hugo/commit/92979d92889ff8991acfadd42982c2e55d01b163) [@napei](https://github.com/napei) * Optimize integrity string generation [0a3340e9](https://github.com/gohugoio/hugo/commit/0a3340e95254597bc8a9feb250f2733b7d51edf8) [@moorereason](https://github.com/moorereason) * Add help text to "hugo new" [6b21ac3e](https://github.com/gohugoio/hugo/commit/6b21ac3e67cb101255e8c3d9dbf076391a9eed8d) [@elliotforbes](https://github.com/elliotforbes) * Set "extended" tag based on build_url on Launchpad [d1442053](https://github.com/gohugoio/hugo/commit/d14420539ac04d31dde2252eee66d7e4c7749780) [@anthonyfok](https://github.com/anthonyfok) * Call rst2html directly on *nix [3d4a9882](https://github.com/gohugoio/hugo/commit/3d4a9882bfc81215fb4f9eba8859324958747d4a) [@shreyanshk](https://github.com/shreyanshk) * Update URLs to stop 301 redirects [bdca9727](https://github.com/gohugoio/hugo/commit/bdca9727944e4cbb5a9372a8404e948ffea7c31c) [@benabbottnz](https://github.com/benabbottnz) * Merge branch 'release-0.49.2' [604ddb90](https://github.com/gohugoio/hugo/commit/604ddb90c5d6f1ca5583be1ec0ea8e48f014741a) [@bep](https://github.com/bep) * Release 0.49.2 [c397f2c0](https://github.com/gohugoio/hugo/commit/c397f2c08087cf4cda3abe2d146e30f58d6d3216) [@bep](https://github.com/bep) * Merge branch 'release-0.49.1' [3583dd6d](https://github.com/gohugoio/hugo/commit/3583dd6d713c243808b5e8724b32565ceaf66104) [@bep](https://github.com/bep) * Relase 0.49.1 [235acf22](https://github.com/gohugoio/hugo/commit/235acf22321475895442ce49ca5d16be273c1e1f) [@bep](https://github.com/bep) * Improve append in Scratch [23f48c30](https://github.com/gohugoio/hugo/commit/23f48c300cb5ffe0fe43c88464f38c68831a17ad) [@bep](https://github.com/bep) [#5275](https://github.com/gohugoio/hugo/issues/5275) * Add GOPATH Hugo building tip [b5e17f7c](https://github.com/gohugoio/hugo/commit/b5e17f7c837ce796e1094c8033fa7084510402fb) [@bep](https://github.com/bep) * Consolidate MakeSegment vs MakePathSanitized [e421696d](https://github.com/gohugoio/hugo/commit/e421696d02bfb8764ae57238e211ce0e85e9782e) [@bep](https://github.com/bep) [#4926](https://github.com/gohugoio/hugo/issues/4926) * Render Markdown in figure shortcode "caption" and "attr" params [68181703](https://github.com/gohugoio/hugo/commit/6818170308994b5f01dec7a559f92d6c7c5ca100) [@kaushalmodi](https://github.com/kaushalmodi) * Re-organize the figure shortcode for better readability [c5279064](https://github.com/gohugoio/hugo/commit/c5279064df9664d6b2ad277e2fba1e4bb3b0f4be) [@kaushalmodi](https://github.com/kaushalmodi) * Update README & CONTRIBUTING [152cffb1](https://github.com/gohugoio/hugo/commit/152cffb13a237651c2277dc6c2c9e4172d58b3df) [@GregorioMartinez](https://github.com/GregorioMartinez) * Add custom x-nodejs plugin to support ppc64el and s390x [91f49c07](https://github.com/gohugoio/hugo/commit/91f49c0700dde13e16f42c745584a0bef60c6fe2) [@anthonyfok](https://github.com/anthonyfok) * Fetch mage with GO111MODULE=off [a475bf12](https://github.com/gohugoio/hugo/commit/a475bf125cd76dacc1bf7ccbcc263a7b59efc510) [@anthonyfok](https://github.com/anthonyfok) * Use build-snaps instead of building go from source [fa873a6c](https://github.com/gohugoio/hugo/commit/fa873a6cb3f0fa81002fcd725ecd52fc4b9df48f) [@anthonyfok](https://github.com/anthonyfok) * Skip "mage -v test" due to build failure on Launchpad [52ac85fb](https://github.com/gohugoio/hugo/commit/52ac85fbc4d4066b5e13df454593597df0166262) [@anthonyfok](https://github.com/anthonyfok) * Move snapcraft.yaml to snap/snapcraft.yaml [27d42111](https://github.com/gohugoio/hugo/commit/27d4211187d4617f4b3afa970f91349567886748) [@anthonyfok](https://github.com/anthonyfok) * Update the temp docker script [48413d76](https://github.com/gohugoio/hugo/commit/48413d76f44ecfc9b90f9df63974080f6b285667) [@bep](https://github.com/bep) ## Fixes ### Templates * Fix baseof.html in error message [646a52a5](https://github.com/gohugoio/hugo/commit/646a52a5c5f52890f2d0270b68ba0f863047484a) [@bep](https://github.com/bep) [#5288](https://github.com/gohugoio/hugo/issues/5288) * Fix handling of different interface types in Slice [10ac2ec4](https://github.com/gohugoio/hugo/commit/10ac2ec4466090957e1f6897906ddeb1e0b13673) [@bep](https://github.com/bep) [#5269](https://github.com/gohugoio/hugo/issues/5269) ### Core * Fix test on Windows [083311d0](https://github.com/gohugoio/hugo/commit/083311d0336ced35909b3375950f7817ecf95ed0) [@bep](https://github.com/bep) * Fix FuzzyWordCount test error message [06d28a46](https://github.com/gohugoio/hugo/commit/06d28a464d086880f52dd850f91e668ab957b31f) [@GregorioMartinez](https://github.com/GregorioMartinez) ### Other * Fix archetype handling of directories in theme [78578632](https://github.com/gohugoio/hugo/commit/78578632f545283741a01f024a6ccedc0b695a30) [@bep](https://github.com/bep) [#5318](https://github.com/gohugoio/hugo/issues/5318) * Simple doc fix in CONTRIBUTING.md [3a308912](https://github.com/gohugoio/hugo/commit/3a3089121b852332b5744d1f566959c8cf93cef4) [@krisbudhram](https://github.com/krisbudhram) * Fix type checking in Append [2159d77f](https://github.com/gohugoio/hugo/commit/2159d77f368eb1f78e51dd94133554f88052d85f) [@bep](https://github.com/bep) [#5303](https://github.com/gohugoio/hugo/issues/5303) * Fix go plugin build failure by renaming go.mod [3033a9a3](https://github.com/gohugoio/hugo/commit/3033a9a37eb66c08e60f9fe977f29d22bd646857) [@anthonyfok](https://github.com/anthonyfok)
--- date: 2018-10-29 title: "Hugo 0.50: Errors so Good, You’ll Want to Fail!" description: "Errors with full filename and line and column number, shown in browser. And improved Fast Render Mode …" categories: ["Releases"] --- Hugo `0.50` brings **greatly improved error messages**, and we now also show them in the browser. Having error messages with filename, line- and column number greatly simplify troubleshooting. Many editors (like VS Code) even let you click and navigate directly to the problematic line. If your editor requires a different log format, you can set it via the `HUGO_FILE_LOG_FORMAT` OS environment variable: ```bash env HUGO_FILE_LOG_FORMAT="\":file::line::col\"" hugo server ``` But this release isn't all about error handling. Getting line- and column number into "every" error also meant that we had to consolidate and simplify some code paths, which, as a nice side effect, made Hugo a little bit faster. Benchmarks show it running **about 5% faster and consume about 8% less memory**. Also, we have now implemented **"render on demand"** in Hugo's Fast Render Mode (default when running `hugo server`). This means that you should now always see updated content when navigating around the site after a change. This release represents **88 contributions by 14 contributors** to the main Hugo code base. [@bep](https://github.com/bep) leads the Hugo development with a significant amount of contributions, but also a big shoutout to [@moorereason](https://github.com/moorereason), [@anthonyfok](https://github.com/anthonyfok), and [@GregorioMartinez](https://github.com/GregorioMartinez) for their ongoing contributions. And a big thanks to [@digitalcraftsman](https://github.com/digitalcraftsman) and [@onedrawingperday](https://github.com/onedrawingperday) for their relentless work on keeping the themes site in pristine condition and to [@kaushalmodi](https://github.com/kaushalmodi) for his great work on the documentation site. Many have also been busy writing and fixing the documentation in [hugoDocs](https://github.com/gohugoio/hugoDocs), which has received **14 contributions by 9 contributors**. A special thanks to [@bep](https://github.com/bep), [@NotWoods](https://github.com/NotWoods), [@Nick-Rivera](https://github.com/Nick-Rivera), and [@tomanistor](https://github.com/tomanistor) for their work on the documentation site. Hugo now has: * 29842+ [stars](https://github.com/gohugoio/hugo/stargazers) * 441+ [contributors](https://github.com/gohugoio/hugo/graphs/contributors) * 275+ [themes](http://themes.gohugo.io/) ## Notes * You should not get stale content in Fast Render Mode anymore. * Errors will now show up in the browser by default, turn it off by running `hugo server --disableBrowserError` * `jsonify` will now produce pretty/indented output ## Enhancements ### Templates * Handle truncated identifiers in Go template errors [2d7709d1](https://github.com/gohugoio/hugo/commit/2d7709d15584e4c11138cd7fe92717a2a58e4585) [@bep](https://github.com/bep) [#5346](https://github.com/gohugoio/hugo/issues/5346) * Update Jsonify to return pretty-print output [5a52cd5f](https://github.com/gohugoio/hugo/commit/5a52cd5f920bb3d067ab1682adece9f813c67ba1) [@SeanPrashad](https://github.com/SeanPrashad) [#5040](https://github.com/gohugoio/hugo/issues/5040) * Improve the Execute panic error message [0fe4ff18](https://github.com/gohugoio/hugo/commit/0fe4ff18751156fa072e1f83077e49a8597e7dcd) [@bep](https://github.com/bep) [#5327](https://github.com/gohugoio/hugo/issues/5327) * Use .Lastmod in embedded schema template [c21e5179](https://github.com/gohugoio/hugo/commit/c21e5179ce9a370c416c01fbe9472be1fb5c6650) [@akshaybabloo](https://github.com/akshaybabloo) [#5320](https://github.com/gohugoio/hugo/issues/5320) * Cast IsSet key to int for indexed types [0d5110d0](https://github.com/gohugoio/hugo/commit/0d5110d03324380cb4a288d3fa08c1b86ba227da) [@moorereason](https://github.com/moorereason) [#3681](https://github.com/gohugoio/hugo/issues/3681) * Add a delimiter parameter to lang.NumFmt [ce264b93](https://github.com/gohugoio/hugo/commit/ce264b936ce9f589bd889e18762881cff8bc9cd0) [@moorereason](https://github.com/moorereason) [#5260](https://github.com/gohugoio/hugo/issues/5260) ### Core * Adjust error test to make it pass on Go tip [acc14b46](https://github.com/gohugoio/hugo/commit/acc14b4646d849e09e8da37552d4f4f777d0fce2) [@bep](https://github.com/bep) * Rename some page_* files [e3ed4a83](https://github.com/gohugoio/hugo/commit/e3ed4a83b8e92ce9bf070f7b41780798b006e848) [@bep](https://github.com/bep) * Get file context in "config parse failed" errors [ed7b3e26](https://github.com/gohugoio/hugo/commit/ed7b3e261909fe425ef64216f12806840c45b205) [@bep](https://github.com/bep) [#5325](https://github.com/gohugoio/hugo/issues/5325) * Improve errors in /i18n handlling [2bf686ee](https://github.com/gohugoio/hugo/commit/2bf686ee217808186385bfcf6156f15bbdb33651) [@bep](https://github.com/bep) [#5324](https://github.com/gohugoio/hugo/issues/5324) * Improve errors in /data handlling [9f74dc2a](https://github.com/gohugoio/hugo/commit/9f74dc2a52b6f568b5a060b7a4be47196804b01f) [@bep](https://github.com/bep) [#5324](https://github.com/gohugoio/hugo/issues/5324) * Continue the file context/line number errors work [d1661b82](https://github.com/gohugoio/hugo/commit/d1661b823af25c50d3bbe5366ea40a3cdd52e237) [@bep](https://github.com/bep) [#5324](https://github.com/gohugoio/hugo/issues/5324) * Remove the now superflous Source struct [7930d213](https://github.com/gohugoio/hugo/commit/7930d2132a3c36c1aaca20f16f56978c84656b0a) [@bep](https://github.com/bep) [#5324](https://github.com/gohugoio/hugo/issues/5324) * Redo the summary delimiter logic [44da60d8](https://github.com/gohugoio/hugo/commit/44da60d869578423dea529db62ed613588a2a560) [@bep](https://github.com/bep) [#5324](https://github.com/gohugoio/hugo/issues/5324) * Integrate new page parser [1e3e3400](https://github.com/gohugoio/hugo/commit/1e3e34002dae3d4a980141efcc86886e7de5bef8) [@bep](https://github.com/bep) [#5324](https://github.com/gohugoio/hugo/issues/5324) * Use []byte in shortcode parsing [1b7ecfc2](https://github.com/gohugoio/hugo/commit/1b7ecfc2e176315b69914756c70b46306561e4d1) [@bep](https://github.com/bep) [#5324](https://github.com/gohugoio/hugo/issues/5324) * Use stdlib context package [4b4af2c5](https://github.com/gohugoio/hugo/commit/4b4af2c52e658d516dd4bfaf59fef4f054dabec3) [@GregorioMartinez](https://github.com/GregorioMartinez) * Normalize permalink path segments [fae48d74](https://github.com/gohugoio/hugo/commit/fae48d7457de96969ec53349194dcbfa45adc269) [@moorereason](https://github.com/moorereason) [#5223](https://github.com/gohugoio/hugo/issues/5223)[#4926](https://github.com/gohugoio/hugo/issues/4926) * Improve error message for bad taxonomy weights [d3b81ee5](https://github.com/gohugoio/hugo/commit/d3b81ee58e8fd3a0ab8265a2898d66cbcdf6a7c1) [@moorereason](https://github.com/moorereason) * Cast taxonomy weight parameters to int [1fd30d46](https://github.com/gohugoio/hugo/commit/1fd30d462ee7f67fde6f29d170af1d225258322b) [@moorereason](https://github.com/moorereason) [#4628](https://github.com/gohugoio/hugo/issues/4628) * Allow nil to be unwrapped as *Page [498d6299](https://github.com/gohugoio/hugo/commit/498d6299581bead0f582431b8133d8b5f8760618) [@moorereason](https://github.com/moorereason) [#5043](https://github.com/gohugoio/hugo/issues/5043) * Be a litle more specific in NextPage TODO [fb732d53](https://github.com/gohugoio/hugo/commit/fb732d5322381ee7f3a849258419cef7bbf1487b) [@bep](https://github.com/bep) * Introduce Page.NextPage and Page.PrevPage [ad705aac](https://github.com/gohugoio/hugo/commit/ad705aac0649fa3102f7639bc4db65d45e108ee2) [@felicianotech](https://github.com/felicianotech) [#1061](https://github.com/gohugoio/hugo/issues/1061) ### Other * Update go.sum [7082a5d1](https://github.com/gohugoio/hugo/commit/7082a5d14382acfc300ae4f66d07a14100e2358c) [@bep](https://github.com/bep) * Update minify [aa281b51](https://github.com/gohugoio/hugo/commit/aa281b5135db2e84b9e21b5f38a6cb63cf3ab158) [@bep](https://github.com/bep) [#5261](https://github.com/gohugoio/hugo/issues/5261) * Regenerate CLI docs [32501987](https://github.com/gohugoio/hugo/commit/325019872467ee152ea56329a796acf35dec6fb3) [@bep](https://github.com/bep) * Make sure the global logger also gets colored labels [9c88a8a5](https://github.com/gohugoio/hugo/commit/9c88a8a55adf7779039504fa77d74ec80d658c40) [@bep](https://github.com/bep) [#4414](https://github.com/gohugoio/hugo/issues/4414) * Avoid using the global logger [95e72f5e](https://github.com/gohugoio/hugo/commit/95e72f5e8e4634fbbb2ea7ece2156487230ad1d4) [@bep](https://github.com/bep) [#4414](https://github.com/gohugoio/hugo/issues/4414) * Add color to ERROR and WARN [1c7b7b4e](https://github.com/gohugoio/hugo/commit/1c7b7b4ef293aa133e5b55f3ebb2d37d8839532f) [@bep](https://github.com/bep) [#4414](https://github.com/gohugoio/hugo/issues/4414) * Make the file error log format configurable [1ad117cb](https://github.com/gohugoio/hugo/commit/1ad117cbe2903aa9d029f90750acf633eb2a51a2) [@bep](https://github.com/bep) [#5352](https://github.com/gohugoio/hugo/issues/5352) * Allow a mix of slice types in append/Scratch.Add [dac7092a](https://github.com/gohugoio/hugo/commit/dac7092a9cb22d59db28fb15af15f7b14ff47588) [@bep](https://github.com/bep) [#5361](https://github.com/gohugoio/hugo/issues/5361) * Allow .Data.Integrity to be accessed on its own [b27ccf34](https://github.com/gohugoio/hugo/commit/b27ccf34bf4e5ee618a66fa11c68a9690e395034) [@bep](https://github.com/bep) [#5296](https://github.com/gohugoio/hugo/issues/5296) * Update minify [83c873ff](https://github.com/gohugoio/hugo/commit/83c873ff37ddd379181540021232f026e7678486) [@bep](https://github.com/bep) [#5261](https://github.com/gohugoio/hugo/issues/5261) * Update cast [a2440dc0](https://github.com/gohugoio/hugo/commit/a2440dc0e2d46ef774305cd5e4fea5ff2bdd5f11) [@bep](https://github.com/bep) [#5340](https://github.com/gohugoio/hugo/issues/5340) * Truncate the error log on repeated config errors [1e9ac3dc](https://github.com/gohugoio/hugo/commit/1e9ac3dcc21e8f78d3f0a0ba4f35f6c142dfa6bc) [@bep](https://github.com/bep) * Regenerate CLI docs [40e99672](https://github.com/gohugoio/hugo/commit/40e99672b6f697a614485aace07ca84268f6c787) [@bep](https://github.com/bep) [#5354](https://github.com/gohugoio/hugo/issues/5354) * Serialize image processing [3a3badfd](https://github.com/gohugoio/hugo/commit/3a3badfd1d4b1d4c9863ecaf029512d36136fa0f) [@bep](https://github.com/bep) [#5220](https://github.com/gohugoio/hugo/issues/5220) * Only show Ansi escape codes if in a terminal [df021317](https://github.com/gohugoio/hugo/commit/df021317a964a482cd1cd579de5a12d50faf0d08) [@bep](https://github.com/bep) * Read disableFastRender from flag even if it's not changed [78a4c2e3](https://github.com/gohugoio/hugo/commit/78a4c2e32ef9ea8e92bb7bb3586e4c22b02eb494) [@bep](https://github.com/bep) [#5353](https://github.com/gohugoio/hugo/issues/5353) * Use overflow-x: auto; for browser errors [d4ebfea1](https://github.com/gohugoio/hugo/commit/d4ebfea1fffdc35059f42a46387e0aaf0ea877d2) [@bep](https://github.com/bep) * Remove the ANSI color for the browser error version [93aa6261](https://github.com/gohugoio/hugo/commit/93aa6261b4fc8caa74afef97b6304ea35dfd7d0e) [@bep](https://github.com/bep) * Add some color to the relevant filenames in terminal log [deff9e15](https://github.com/gohugoio/hugo/commit/deff9e154bc0371af56741ddb22cb1f9e392838a) [@bep](https://github.com/bep) [#5344](https://github.com/gohugoio/hugo/issues/5344) * Run gofmt -s [889aca05](https://github.com/gohugoio/hugo/commit/889aca054a267506a1c7cfaa3992d324764d6358) [@bep](https://github.com/bep) * Resolve error handling/parser related TODOs [6636cf1b](https://github.com/gohugoio/hugo/commit/6636cf1bea77d20ef2a72a45fae59ac402fb133b) [@bep](https://github.com/bep) [#5324](https://github.com/gohugoio/hugo/issues/5324) * Improve handling of JSON errors [f669ef6b](https://github.com/gohugoio/hugo/commit/f669ef6bec25155d015b6ab231c53caef4fa5cdc) [@bep](https://github.com/bep) [#5324](https://github.com/gohugoio/hugo/issues/5324) * Convert the rest to new page parser code paths [eb038cfa](https://github.com/gohugoio/hugo/commit/eb038cfa0a8ada29dfcba1204ec5c432da9ed7e0) [@bep](https://github.com/bep) [#5324](https://github.com/gohugoio/hugo/issues/5324) * Consolidate the metadata decoders [129c27ee](https://github.com/gohugoio/hugo/commit/129c27ee6e9fed98dbfebeaa272fd52757b475b2) [@bep](https://github.com/bep) [#5324](https://github.com/gohugoio/hugo/issues/5324) * Use []byte in page lexer [27f5a906](https://github.com/gohugoio/hugo/commit/27f5a906a2a34e3b8348c8baeea48355352b5bbb) [@bep](https://github.com/bep) [#5324](https://github.com/gohugoio/hugo/issues/5324) * Add front matter etc. support [2fdc4a24](https://github.com/gohugoio/hugo/commit/2fdc4a24d5450a98cf38a4456e8e0e8e97a3343d) [@bep](https://github.com/bep) [#5324](https://github.com/gohugoio/hugo/issues/5324) * File renames and splitting [f6863e1e](https://github.com/gohugoio/hugo/commit/f6863e1ef725f654a4c869ef4955f9add6908a46) [@bep](https://github.com/bep) [#5324](https://github.com/gohugoio/hugo/issues/5324) * Move the shortcode parser to the new pageparser package [d6c16afd](https://github.com/gohugoio/hugo/commit/d6c16afde0ce62cfea73447f30d6ed2b8ef4b411) [@bep](https://github.com/bep) [#5324](https://github.com/gohugoio/hugo/issues/5324) * Avoid panic in error handler on config errors [6f3716dc](https://github.com/gohugoio/hugo/commit/6f3716dc22e373097a38d053f5415feca602f330) [@bep](https://github.com/bep) * Prevent stale content in Fast Render Mode [4a366fcf](https://github.com/gohugoio/hugo/commit/4a366fcfee24b3a5a5045b16c3b87b76147adf5e) [@bep](https://github.com/bep) [#5281](https://github.com/gohugoio/hugo/issues/5281) * Allow date and slug from filename for leaf bundles [1f42e47e](https://github.com/gohugoio/hugo/commit/1f42e47e475c0cd684426dd230de411d4c385a3c) [@Japanuspus](https://github.com/Japanuspus) [#4558](https://github.com/gohugoio/hugo/issues/4558) * Show server error info in browser [35fbfb19](https://github.com/gohugoio/hugo/commit/35fbfb19a173b01bc881f2bbc5d104136633a7ec) [@bep](https://github.com/bep) [#5284](https://github.com/gohugoio/hugo/issues/5284)[#5290](https://github.com/gohugoio/hugo/issues/5290)[#5325](https://github.com/gohugoio/hugo/issues/5325)[#5324](https://github.com/gohugoio/hugo/issues/5324) * Add .gitignore "hugo new site" [92979d92](https://github.com/gohugoio/hugo/commit/92979d92889ff8991acfadd42982c2e55d01b163) [@napei](https://github.com/napei) * Optimize integrity string generation [0a3340e9](https://github.com/gohugoio/hugo/commit/0a3340e95254597bc8a9feb250f2733b7d51edf8) [@moorereason](https://github.com/moorereason) * Add help text to "hugo new" [6b21ac3e](https://github.com/gohugoio/hugo/commit/6b21ac3e67cb101255e8c3d9dbf076391a9eed8d) [@elliotforbes](https://github.com/elliotforbes) * Set "extended" tag based on build_url on Launchpad [d1442053](https://github.com/gohugoio/hugo/commit/d14420539ac04d31dde2252eee66d7e4c7749780) [@anthonyfok](https://github.com/anthonyfok) * Call rst2html directly on *nix [3d4a9882](https://github.com/gohugoio/hugo/commit/3d4a9882bfc81215fb4f9eba8859324958747d4a) [@shreyanshk](https://github.com/shreyanshk) * Update URLs to stop 301 redirects [bdca9727](https://github.com/gohugoio/hugo/commit/bdca9727944e4cbb5a9372a8404e948ffea7c31c) [@benabbottnz](https://github.com/benabbottnz) * Merge branch 'release-0.49.2' [604ddb90](https://github.com/gohugoio/hugo/commit/604ddb90c5d6f1ca5583be1ec0ea8e48f014741a) [@bep](https://github.com/bep) * Release 0.49.2 [c397f2c0](https://github.com/gohugoio/hugo/commit/c397f2c08087cf4cda3abe2d146e30f58d6d3216) [@bep](https://github.com/bep) * Merge branch 'release-0.49.1' [3583dd6d](https://github.com/gohugoio/hugo/commit/3583dd6d713c243808b5e8724b32565ceaf66104) [@bep](https://github.com/bep) * Relase 0.49.1 [235acf22](https://github.com/gohugoio/hugo/commit/235acf22321475895442ce49ca5d16be273c1e1f) [@bep](https://github.com/bep) * Improve append in Scratch [23f48c30](https://github.com/gohugoio/hugo/commit/23f48c300cb5ffe0fe43c88464f38c68831a17ad) [@bep](https://github.com/bep) [#5275](https://github.com/gohugoio/hugo/issues/5275) * Add GOPATH Hugo building tip [b5e17f7c](https://github.com/gohugoio/hugo/commit/b5e17f7c837ce796e1094c8033fa7084510402fb) [@bep](https://github.com/bep) * Consolidate MakeSegment vs MakePathSanitized [e421696d](https://github.com/gohugoio/hugo/commit/e421696d02bfb8764ae57238e211ce0e85e9782e) [@bep](https://github.com/bep) [#4926](https://github.com/gohugoio/hugo/issues/4926) * Render Markdown in figure shortcode "caption" and "attr" params [68181703](https://github.com/gohugoio/hugo/commit/6818170308994b5f01dec7a559f92d6c7c5ca100) [@kaushalmodi](https://github.com/kaushalmodi) * Re-organize the figure shortcode for better readability [c5279064](https://github.com/gohugoio/hugo/commit/c5279064df9664d6b2ad277e2fba1e4bb3b0f4be) [@kaushalmodi](https://github.com/kaushalmodi) * Update README & CONTRIBUTING [152cffb1](https://github.com/gohugoio/hugo/commit/152cffb13a237651c2277dc6c2c9e4172d58b3df) [@GregorioMartinez](https://github.com/GregorioMartinez) * Add custom x-nodejs plugin to support ppc64el and s390x [91f49c07](https://github.com/gohugoio/hugo/commit/91f49c0700dde13e16f42c745584a0bef60c6fe2) [@anthonyfok](https://github.com/anthonyfok) * Fetch mage with GO111MODULE=off [a475bf12](https://github.com/gohugoio/hugo/commit/a475bf125cd76dacc1bf7ccbcc263a7b59efc510) [@anthonyfok](https://github.com/anthonyfok) * Use build-snaps instead of building go from source [fa873a6c](https://github.com/gohugoio/hugo/commit/fa873a6cb3f0fa81002fcd725ecd52fc4b9df48f) [@anthonyfok](https://github.com/anthonyfok) * Skip "mage -v test" due to build failure on Launchpad [52ac85fb](https://github.com/gohugoio/hugo/commit/52ac85fbc4d4066b5e13df454593597df0166262) [@anthonyfok](https://github.com/anthonyfok) * Move snapcraft.yaml to snap/snapcraft.yaml [27d42111](https://github.com/gohugoio/hugo/commit/27d4211187d4617f4b3afa970f91349567886748) [@anthonyfok](https://github.com/anthonyfok) * Update the temp docker script [48413d76](https://github.com/gohugoio/hugo/commit/48413d76f44ecfc9b90f9df63974080f6b285667) [@bep](https://github.com/bep) ## Fixes ### Templates * Fix baseof.html in error message [646a52a5](https://github.com/gohugoio/hugo/commit/646a52a5c5f52890f2d0270b68ba0f863047484a) [@bep](https://github.com/bep) [#5288](https://github.com/gohugoio/hugo/issues/5288) * Fix handling of different interface types in Slice [10ac2ec4](https://github.com/gohugoio/hugo/commit/10ac2ec4466090957e1f6897906ddeb1e0b13673) [@bep](https://github.com/bep) [#5269](https://github.com/gohugoio/hugo/issues/5269) ### Core * Fix test on Windows [083311d0](https://github.com/gohugoio/hugo/commit/083311d0336ced35909b3375950f7817ecf95ed0) [@bep](https://github.com/bep) * Fix FuzzyWordCount test error message [06d28a46](https://github.com/gohugoio/hugo/commit/06d28a464d086880f52dd850f91e668ab957b31f) [@GregorioMartinez](https://github.com/GregorioMartinez) ### Other * Fix archetype handling of directories in theme [78578632](https://github.com/gohugoio/hugo/commit/78578632f545283741a01f024a6ccedc0b695a30) [@bep](https://github.com/bep) [#5318](https://github.com/gohugoio/hugo/issues/5318) * Simple doc fix in CONTRIBUTING.md [3a308912](https://github.com/gohugoio/hugo/commit/3a3089121b852332b5744d1f566959c8cf93cef4) [@krisbudhram](https://github.com/krisbudhram) * Fix type checking in Append [2159d77f](https://github.com/gohugoio/hugo/commit/2159d77f368eb1f78e51dd94133554f88052d85f) [@bep](https://github.com/bep) [#5303](https://github.com/gohugoio/hugo/issues/5303) * Fix go plugin build failure by renaming go.mod [3033a9a3](https://github.com/gohugoio/hugo/commit/3033a9a37eb66c08e60f9fe977f29d22bd646857) [@anthonyfok](https://github.com/anthonyfok)
-1
gohugoio/hugo
8,211
Update to Dart Sass Protocol beta6
Note that this version is not backwards compatible, so you have to update the protocol binary.
bep
"2021-02-06T16:52:23Z"
"2021-02-06T17:34:20Z"
4867cd1dea34ee53fb73cede2bcff4792e470104
441b11beec3cf0371ff9a2898f220a0bf00faf8c
Update to Dart Sass Protocol beta6. Note that this version is not backwards compatible, so you have to update the protocol binary.
./docs/content/en/showcase/tomango/bio.md
We help ambitious businesses grow by getting more of the customers they want. Our new site runs quickly, anywhere in the world, regardless of internet connectivity. The site was built by [Tomango](https://www.tomango.co.uk)
We help ambitious businesses grow by getting more of the customers they want. Our new site runs quickly, anywhere in the world, regardless of internet connectivity. The site was built by [Tomango](https://www.tomango.co.uk)
-1
gohugoio/hugo
8,211
Update to Dart Sass Protocol beta6
Note that this version is not backwards compatible, so you have to update the protocol binary.
bep
"2021-02-06T16:52:23Z"
"2021-02-06T17:34:20Z"
4867cd1dea34ee53fb73cede2bcff4792e470104
441b11beec3cf0371ff9a2898f220a0bf00faf8c
Update to Dart Sass Protocol beta6. Note that this version is not backwards compatible, so you have to update the protocol binary.
./docs/content/en/content-management/related.md
--- title: Related Content description: List related content in "See Also" sections. date: 2017-09-05 categories: [content management] keywords: [content] menu: docs: parent: "content-management" weight: 40 weight: 30 draft: false aliases: [/content/related/,/related/] toc: true --- Hugo uses a set of factors to identify a page's related content based on Front Matter parameters. This can be tuned to the desired set of indices and parameters or left to Hugo's default [Related Content configuration](#configure-related-content). ## List Related Content To list up to 5 related pages (which share the same _date_ or _keyword_ parameters) is as simple as including something similar to this partial in your single page template: {{< code file="layouts/partials/related.html" >}} {{ $related := .Site.RegularPages.Related . | first 5 }} {{ with $related }} <h3>See Also</h3> <ul> {{ range . }} <li><a href="{{ .RelPermalink }}">{{ .Title }}</a></li> {{ end }} </ul> {{ end }} {{< /code >}} ### Methods Here is the list of "Related" methods available on a page collection such `.RegularPages`. #### .Related PAGE Returns a collection of pages related the given one. ``` {{ $related := .Site.RegularPages.Related . }} ``` #### .RelatedIndices PAGE INDICE1 [INDICE2 ...] Returns a collection of pages related to a given one restricted to a list of indices. ``` {{ $related := .Site.RegularPages.RelatedIndices . "tags" "date" }} ``` #### .RelatedTo KEYVALS [KEYVALS2 ...] Returns a collection of pages related together by a set of indices and their match. In order to build those set and pass them as argument, one must use the `keyVals` function where the first argument would be the `indice` and the consecutive ones its potential `matches`. ``` {{ $related := .Site.RegularPages.RelatedTo ( keyVals "tags" "hugo" "rocks") ( keyVals "date" .Date ) }} ``` {{% note %}} Read [this blog article](https://regisphilibert.com/blog/2018/04/hugo-optmized-relashionships-with-related-content/) for a great explanation of more advanced usage of this feature. {{% /note %}} ## Configure Related Content Hugo provides a sensible default configuration of Related Content, but you can fine-tune this in your configuration, on the global or language level if needed. ### Default configuration Without any `related` configuration set on the project, Hugo's Related Content methods will use the following. {{< code-toggle file="config" >}} related: threshold: 80 includeNewer: false toLower: false indices: - name: keywords weight: 100 - name: date weight: 10 {{< /code-toggle >}} Note that if you have configured `tags` as a taxonomy, `tags` will also be added to the default configuration abve with the weight of `80`. Custom configuration should be set using the same syntax. {{% note %}} If you add a `related` config section, you need to add a complete configuration. It is not possible to just set, say, `includeNewer` and use the rest from the Hugo defaults. {{% /note %}} ### Top Level Config Options threshold : A value between 0-100. Lower value will give more, but maybe not so relevant, matches. includeNewer : Set to true to include **pages newer than the current page** in the related content listing. This will mean that the output for older posts may change as new related content gets added. toLower : Set to true to lower case keywords in both the indexes and the queries. This may give more accurate results at a slight performance penalty. Note that this can also be set per index. ### Config Options per Index name : The index name. This value maps directly to a page param. Hugo supports string values (`author` in the example) and lists (`tags`, `keywords` etc.) and time and date objects. weight : An integer weight that indicates _how important_ this parameter is relative to the other parameters. It can be 0, which has the effect of turning this index off, or even negative. Test with different values to see what fits your content best. pattern : This is currently only relevant for dates. When listing related content, we may want to list content that is also close in time. Setting "2006" (default value for date indexes) as the pattern for a date index will add weight to pages published in the same year. For busier blogs, "200601" (year and month) may be a better default. toLower : See above. ## Performance Considerations **Fast is Hugo's middle name** and we would not have released this feature had it not been blistering fast. This feature has been in the back log and requested by many for a long time. The development got this recent kick start from this Twitter thread: {{< tweet 898398437527363585 >}} Scott S. Lowe removed the "Related Content" section built using the `intersect` template function on tags, and the build time dropped from 30 seconds to less than 2 seconds on his 1700 content page sized blog. He should now be able to add an improved version of that "Related Content" section without giving up the fast live-reloads. But it's worth noting that: * If you don't use any of the `Related` methods, you will not use the Relate Content feature, and performance will be the same as before. * Calling `.RegularPages.Related` etc. will create one inverted index, also sometimes named posting list, that will be reused for any lookups in that same page collection. Doing that in addition to, as an example, calling `.Pages.Related` will work as expected, but will create one additional inverted index. This should still be very fast, but worth having in mind, especially for bigger sites. {{% note %}} We currently do not index **Page content**. We thought we would release something that will make most people happy before we start solving [Sherlock's last case](https://github.com/joearms/sherlock). {{% /note %}}
--- title: Related Content description: List related content in "See Also" sections. date: 2017-09-05 categories: [content management] keywords: [content] menu: docs: parent: "content-management" weight: 40 weight: 30 draft: false aliases: [/content/related/,/related/] toc: true --- Hugo uses a set of factors to identify a page's related content based on Front Matter parameters. This can be tuned to the desired set of indices and parameters or left to Hugo's default [Related Content configuration](#configure-related-content). ## List Related Content To list up to 5 related pages (which share the same _date_ or _keyword_ parameters) is as simple as including something similar to this partial in your single page template: {{< code file="layouts/partials/related.html" >}} {{ $related := .Site.RegularPages.Related . | first 5 }} {{ with $related }} <h3>See Also</h3> <ul> {{ range . }} <li><a href="{{ .RelPermalink }}">{{ .Title }}</a></li> {{ end }} </ul> {{ end }} {{< /code >}} ### Methods Here is the list of "Related" methods available on a page collection such `.RegularPages`. #### .Related PAGE Returns a collection of pages related the given one. ``` {{ $related := .Site.RegularPages.Related . }} ``` #### .RelatedIndices PAGE INDICE1 [INDICE2 ...] Returns a collection of pages related to a given one restricted to a list of indices. ``` {{ $related := .Site.RegularPages.RelatedIndices . "tags" "date" }} ``` #### .RelatedTo KEYVALS [KEYVALS2 ...] Returns a collection of pages related together by a set of indices and their match. In order to build those set and pass them as argument, one must use the `keyVals` function where the first argument would be the `indice` and the consecutive ones its potential `matches`. ``` {{ $related := .Site.RegularPages.RelatedTo ( keyVals "tags" "hugo" "rocks") ( keyVals "date" .Date ) }} ``` {{% note %}} Read [this blog article](https://regisphilibert.com/blog/2018/04/hugo-optmized-relashionships-with-related-content/) for a great explanation of more advanced usage of this feature. {{% /note %}} ## Configure Related Content Hugo provides a sensible default configuration of Related Content, but you can fine-tune this in your configuration, on the global or language level if needed. ### Default configuration Without any `related` configuration set on the project, Hugo's Related Content methods will use the following. {{< code-toggle file="config" >}} related: threshold: 80 includeNewer: false toLower: false indices: - name: keywords weight: 100 - name: date weight: 10 {{< /code-toggle >}} Note that if you have configured `tags` as a taxonomy, `tags` will also be added to the default configuration abve with the weight of `80`. Custom configuration should be set using the same syntax. {{% note %}} If you add a `related` config section, you need to add a complete configuration. It is not possible to just set, say, `includeNewer` and use the rest from the Hugo defaults. {{% /note %}} ### Top Level Config Options threshold : A value between 0-100. Lower value will give more, but maybe not so relevant, matches. includeNewer : Set to true to include **pages newer than the current page** in the related content listing. This will mean that the output for older posts may change as new related content gets added. toLower : Set to true to lower case keywords in both the indexes and the queries. This may give more accurate results at a slight performance penalty. Note that this can also be set per index. ### Config Options per Index name : The index name. This value maps directly to a page param. Hugo supports string values (`author` in the example) and lists (`tags`, `keywords` etc.) and time and date objects. weight : An integer weight that indicates _how important_ this parameter is relative to the other parameters. It can be 0, which has the effect of turning this index off, or even negative. Test with different values to see what fits your content best. pattern : This is currently only relevant for dates. When listing related content, we may want to list content that is also close in time. Setting "2006" (default value for date indexes) as the pattern for a date index will add weight to pages published in the same year. For busier blogs, "200601" (year and month) may be a better default. toLower : See above. ## Performance Considerations **Fast is Hugo's middle name** and we would not have released this feature had it not been blistering fast. This feature has been in the back log and requested by many for a long time. The development got this recent kick start from this Twitter thread: {{< tweet 898398437527363585 >}} Scott S. Lowe removed the "Related Content" section built using the `intersect` template function on tags, and the build time dropped from 30 seconds to less than 2 seconds on his 1700 content page sized blog. He should now be able to add an improved version of that "Related Content" section without giving up the fast live-reloads. But it's worth noting that: * If you don't use any of the `Related` methods, you will not use the Relate Content feature, and performance will be the same as before. * Calling `.RegularPages.Related` etc. will create one inverted index, also sometimes named posting list, that will be reused for any lookups in that same page collection. Doing that in addition to, as an example, calling `.Pages.Related` will work as expected, but will create one additional inverted index. This should still be very fast, but worth having in mind, especially for bigger sites. {{% note %}} We currently do not index **Page content**. We thought we would release something that will make most people happy before we start solving [Sherlock's last case](https://github.com/joearms/sherlock). {{% /note %}}
-1
gohugoio/hugo
8,211
Update to Dart Sass Protocol beta6
Note that this version is not backwards compatible, so you have to update the protocol binary.
bep
"2021-02-06T16:52:23Z"
"2021-02-06T17:34:20Z"
4867cd1dea34ee53fb73cede2bcff4792e470104
441b11beec3cf0371ff9a2898f220a0bf00faf8c
Update to Dart Sass Protocol beta6. Note that this version is not backwards compatible, so you have to update the protocol binary.
./docs/content/en/news/0.31.1-relnotes/index.md
--- date: 2017-11-27 title: "Hugo 0.31.1: One Bugfix!" description: "Fixes broken `--appendPort=false`." categories: ["Releases"] images: - images/blog/hugo-bug-poster.png --- This is a bug-fix release with one important bug fix: * Fix broken `--appendPort=false` [8afd7d9c](https://github.com/gohugoio/hugo/commit/8afd7d9ceb0d168300e3399c6e87a355a88c9a28) [@bep](https://github.com/bep) [#4111](https://github.com/gohugoio/hugo/issues/4111)
--- date: 2017-11-27 title: "Hugo 0.31.1: One Bugfix!" description: "Fixes broken `--appendPort=false`." categories: ["Releases"] images: - images/blog/hugo-bug-poster.png --- This is a bug-fix release with one important bug fix: * Fix broken `--appendPort=false` [8afd7d9c](https://github.com/gohugoio/hugo/commit/8afd7d9ceb0d168300e3399c6e87a355a88c9a28) [@bep](https://github.com/bep) [#4111](https://github.com/gohugoio/hugo/issues/4111)
-1
gohugoio/hugo
8,211
Update to Dart Sass Protocol beta6
Note that this version is not backwards compatible, so you have to update the protocol binary.
bep
"2021-02-06T16:52:23Z"
"2021-02-06T17:34:20Z"
4867cd1dea34ee53fb73cede2bcff4792e470104
441b11beec3cf0371ff9a2898f220a0bf00faf8c
Update to Dart Sass Protocol beta6. Note that this version is not backwards compatible, so you have to update the protocol binary.
./docs/content/en/readfiles/index.md
--- headless: true ---
--- headless: true ---
-1
gohugoio/hugo
8,211
Update to Dart Sass Protocol beta6
Note that this version is not backwards compatible, so you have to update the protocol binary.
bep
"2021-02-06T16:52:23Z"
"2021-02-06T17:34:20Z"
4867cd1dea34ee53fb73cede2bcff4792e470104
441b11beec3cf0371ff9a2898f220a0bf00faf8c
Update to Dart Sass Protocol beta6. Note that this version is not backwards compatible, so you have to update the protocol binary.
./docs/content/en/functions/reflect.IsSlice.md
--- title: reflect.IsSlice description: Reports if a value is a slice. godocref: date: 2018-11-28 publishdate: 2018-11-28 lastmod: 2018-11-28 categories: [functions] menu: docs: parent: "functions" keywords: [reflect, reflection, kind] signature: ["reflect.IsSlice INPUT"] workson: [] hugoversion: "0.53" relatedfuncs: [reflect.IsMap] deprecated: false --- `reflect.IsSlice` reports if `VALUE` is a slice. Returns a boolean. ``` {{ reflect.IsSlice (slice 1 2 3) }} → true {{ reflect.IsSlice "yo" }} → false ```
--- title: reflect.IsSlice description: Reports if a value is a slice. godocref: date: 2018-11-28 publishdate: 2018-11-28 lastmod: 2018-11-28 categories: [functions] menu: docs: parent: "functions" keywords: [reflect, reflection, kind] signature: ["reflect.IsSlice INPUT"] workson: [] hugoversion: "0.53" relatedfuncs: [reflect.IsMap] deprecated: false --- `reflect.IsSlice` reports if `VALUE` is a slice. Returns a boolean. ``` {{ reflect.IsSlice (slice 1 2 3) }} → true {{ reflect.IsSlice "yo" }} → false ```
-1
gohugoio/hugo
8,211
Update to Dart Sass Protocol beta6
Note that this version is not backwards compatible, so you have to update the protocol binary.
bep
"2021-02-06T16:52:23Z"
"2021-02-06T17:34:20Z"
4867cd1dea34ee53fb73cede2bcff4792e470104
441b11beec3cf0371ff9a2898f220a0bf00faf8c
Update to Dart Sass Protocol beta6. Note that this version is not backwards compatible, so you have to update the protocol binary.
./docs/content/en/commands/hugo_import_jekyll.md
--- date: 2020-09-13 title: "hugo import jekyll" slug: hugo_import_jekyll url: /commands/hugo_import_jekyll/ --- ## hugo import jekyll hugo import from Jekyll ### Synopsis hugo import from Jekyll. Import from Jekyll requires two paths, e.g. `hugo import jekyll jekyll_root_path target_path`. ``` hugo import jekyll [flags] ``` ### Options ``` --force allow import into non-empty target directory -h, --help help for jekyll ``` ### Options inherited from parent commands ``` --config string config file (default is path/config.yaml|json|toml) --configDir string config dir (default "config") --debug debug output -e, --environment string build environment --ignoreVendor ignores any _vendor directory --ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern --log enable Logging --logFile string log File path (if set, logging enabled automatically) --quiet build in quiet mode -s, --source string filesystem path to read files relative from --themesDir string filesystem path to themes directory -v, --verbose verbose output --verboseLog verbose logging ``` ### SEE ALSO * [hugo import](/commands/hugo_import/) - Import your site from others. ###### Auto generated by spf13/cobra on 13-Sep-2020
--- date: 2020-09-13 title: "hugo import jekyll" slug: hugo_import_jekyll url: /commands/hugo_import_jekyll/ --- ## hugo import jekyll hugo import from Jekyll ### Synopsis hugo import from Jekyll. Import from Jekyll requires two paths, e.g. `hugo import jekyll jekyll_root_path target_path`. ``` hugo import jekyll [flags] ``` ### Options ``` --force allow import into non-empty target directory -h, --help help for jekyll ``` ### Options inherited from parent commands ``` --config string config file (default is path/config.yaml|json|toml) --configDir string config dir (default "config") --debug debug output -e, --environment string build environment --ignoreVendor ignores any _vendor directory --ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern --log enable Logging --logFile string log File path (if set, logging enabled automatically) --quiet build in quiet mode -s, --source string filesystem path to read files relative from --themesDir string filesystem path to themes directory -v, --verbose verbose output --verboseLog verbose logging ``` ### SEE ALSO * [hugo import](/commands/hugo_import/) - Import your site from others. ###### Auto generated by spf13/cobra on 13-Sep-2020
-1
gohugoio/hugo
8,211
Update to Dart Sass Protocol beta6
Note that this version is not backwards compatible, so you have to update the protocol binary.
bep
"2021-02-06T16:52:23Z"
"2021-02-06T17:34:20Z"
4867cd1dea34ee53fb73cede2bcff4792e470104
441b11beec3cf0371ff9a2898f220a0bf00faf8c
Update to Dart Sass Protocol beta6. Note that this version is not backwards compatible, so you have to update the protocol binary.
./docs/content/en/troubleshooting/_index.md
--- title: Troubleshoot linktitle: Troubleshoot description: Frequently asked questions and known issues pulled from the Hugo Discuss forum. date: 2017-02-01 publishdate: 2017-02-01 lastmod: 2017-02-01 menu: docs: parent: "troubleshooting" weight: 1 weight: 1 draft: false hidesectioncontents: false slug: aliases: [/troubleshooting/faqs/,/faqs/] toc: false notesforauthors: --- The Troubleshooting section includes known issues, recent workarounds, and FAQs pulled from the [Hugo Discussion Forum][forum]. [forum]: https://discourse.gohugo.io
--- title: Troubleshoot linktitle: Troubleshoot description: Frequently asked questions and known issues pulled from the Hugo Discuss forum. date: 2017-02-01 publishdate: 2017-02-01 lastmod: 2017-02-01 menu: docs: parent: "troubleshooting" weight: 1 weight: 1 draft: false hidesectioncontents: false slug: aliases: [/troubleshooting/faqs/,/faqs/] toc: false notesforauthors: --- The Troubleshooting section includes known issues, recent workarounds, and FAQs pulled from the [Hugo Discussion Forum][forum]. [forum]: https://discourse.gohugo.io
-1
gohugoio/hugo
8,211
Update to Dart Sass Protocol beta6
Note that this version is not backwards compatible, so you have to update the protocol binary.
bep
"2021-02-06T16:52:23Z"
"2021-02-06T17:34:20Z"
4867cd1dea34ee53fb73cede2bcff4792e470104
441b11beec3cf0371ff9a2898f220a0bf00faf8c
Update to Dart Sass Protocol beta6. Note that this version is not backwards compatible, so you have to update the protocol binary.
./docs/content/en/functions/ge.md
--- title: ge linktitle: ge description: Returns the boolean truth of arg1 >= arg2. godocref: date: 2017-07-26 publishdate: 2017-07-26 lastmod: 2017-07-26 categories: [functions] menu: docs: parent: "functions" keywords: [operators,logic] signature: ["ge ARG1 ARG2"] workson: [] hugoversion: relatedfuncs: [] deprecated: false aliases: [] --- ``` {{ if ge 10 5 }}true{{ end }} ```
--- title: ge linktitle: ge description: Returns the boolean truth of arg1 >= arg2. godocref: date: 2017-07-26 publishdate: 2017-07-26 lastmod: 2017-07-26 categories: [functions] menu: docs: parent: "functions" keywords: [operators,logic] signature: ["ge ARG1 ARG2"] workson: [] hugoversion: relatedfuncs: [] deprecated: false aliases: [] --- ``` {{ if ge 10 5 }}true{{ end }} ```
-1
gohugoio/hugo
8,211
Update to Dart Sass Protocol beta6
Note that this version is not backwards compatible, so you have to update the protocol binary.
bep
"2021-02-06T16:52:23Z"
"2021-02-06T17:34:20Z"
4867cd1dea34ee53fb73cede2bcff4792e470104
441b11beec3cf0371ff9a2898f220a0bf00faf8c
Update to Dart Sass Protocol beta6. Note that this version is not backwards compatible, so you have to update the protocol binary.
./docs/content/en/functions/_index.md
--- title: Functions Quick Reference linktitle: Functions Quick Reference description: Comprehensive list of Hugo templating functions, including basic and advanced usage examples. godocref: date: 2017-02-01 publishdate: 2017-02-01 lastmod: 2017-02-01 keywords: [] menu: docs: parent: "functions" weight: 01 #rem draft: false aliases: [/layout/functions/,/templates/functions] --- Go templates are lightweight but extensible. Go itself supplies built-in functions, including comparison operators and other basic tools. These are listed in the [Go template documentation][gofuncs]. Hugo has added additional functions to the basic template logic. [gofuncs]: https://golang.org/pkg/text/template/#hdr-Functions
--- title: Functions Quick Reference linktitle: Functions Quick Reference description: Comprehensive list of Hugo templating functions, including basic and advanced usage examples. godocref: date: 2017-02-01 publishdate: 2017-02-01 lastmod: 2017-02-01 keywords: [] menu: docs: parent: "functions" weight: 01 #rem draft: false aliases: [/layout/functions/,/templates/functions] --- Go templates are lightweight but extensible. Go itself supplies built-in functions, including comparison operators and other basic tools. These are listed in the [Go template documentation][gofuncs]. Hugo has added additional functions to the basic template logic. [gofuncs]: https://golang.org/pkg/text/template/#hdr-Functions
-1
gohugoio/hugo
8,211
Update to Dart Sass Protocol beta6
Note that this version is not backwards compatible, so you have to update the protocol binary.
bep
"2021-02-06T16:52:23Z"
"2021-02-06T17:34:20Z"
4867cd1dea34ee53fb73cede2bcff4792e470104
441b11beec3cf0371ff9a2898f220a0bf00faf8c
Update to Dart Sass Protocol beta6. Note that this version is not backwards compatible, so you have to update the protocol binary.
./docs/content/en/news/0.62.0-relnotes/index.md
--- date: 2019-12-23 title: "Hugo Christmas Edition!" description: "Hugo 0.62 brings Markdown Render Hooks. And it's faster!" categories: ["Releases"] --- From all of us to all of you, a **very Merry Christmas** -- and Hugo `0.62.0`! This version brings [Markdown Render Hooks](https://gohugo.io/getting-started/configuration-markup/#markdown-render-hooks). This gives you full control over how links and images in Markdown are rendered without using any shortcodes. With this, you can get Markdown links that work on both GitHub and Hugo, resize images etc. It is a very long sought after feature, that has been hard to tackle until we got [Goldmark](https://github.com/yuin/goldmark/), the new Markdown engine, by [@yuin](https://github.com/yuin). When you read up on this new feature in the documentation, also note the new [.RenderString](https://gohugo.io/functions/renderstring/) method on `Page`. Adding these render hooks also had the nice side effect of making Hugo **faster and more memory effective**. We could have just added this feature on top of what we got, getting it to work. But you like Hugo's fast builds, you love instant browser-refreshes on change. So we had to take a step back and redesign how we detect "what changed?" for templates referenced from content files, either directly or indirectly. And by doing that we greatly simplified how we handle all the templates. Which accidentally makes this version **the fastest to date**. It's not an "every site will be much faster" statement. This depends. Sites with many languages and/or many templates will benefit more from this. We have benchmarks with site-building showing about 15% improvement in build speed and memory efficiency. This release represents **25 contributions by 5 contributors** to the main Hugo code base. [@bep](https://github.com/bep) leads the Hugo development with a significant amount of contributions, but also a big shoutout to [@gavinhoward](https://github.com/gavinhoward), [@niklasfasching](https://github.com/niklasfasching), and [@zaitseff](https://github.com/zaitseff) for their ongoing contributions. And a big thanks to [@digitalcraftsman](https://github.com/digitalcraftsman) and [@onedrawingperday](https://github.com/onedrawingperday) for their relentless work on keeping the themes site in pristine condition and to [@kaushalmodi](https://github.com/kaushalmodi) for his great work on the documentation site. Many have also been busy writing and fixing the documentation in [hugoDocs](https://github.com/gohugoio/hugoDocs), which has received **8 contributions by 5 contributors**. A special thanks to [@bep](https://github.com/bep), [@DirtyF](https://github.com/DirtyF), [@pfhawkins](https://github.com/pfhawkins), and [@bubelov](https://github.com/bubelov) for their work on the documentation site. Also a big shoutout and thanks to the very active and helpful moderators on the [Hugo Discourse](https://discourse.gohugo.io/), making it a first class forum for Hugo questions and discussions. Hugo now has: * 40362+ [stars](https://github.com/gohugoio/hugo/stargazers) * 440+ [contributors](https://github.com/gohugoio/hugo/graphs/contributors) * 284+ [themes](http://themes.gohugo.io/) ## Notes * Ace and Amber support is now removed from Hugo. See [#6609](https://github.com/gohugoio/hugo/issues/6609) for more information. * The `markdownify` template function does not, yet, support render hooks. We recommend you look at the new and more powerful [.RenderString](https://gohugo.io/functions/renderstring/) method on `Page`. * If you have output format specific behaviour in a template used from a content file, you must create a output format specific template, e.g. `myshortcode.amp.html`. This also applies to the new rendering hooks introduced in this release. This has been the intended behaviour all the time, but a failing test (now fixed) shows that the implementation of this has not been as strict as specified, hence this note. * The `errorf` does not return any value anymore. This means that the ERROR will just be printed to the console. We have also added a `warnf` template func. ## Enhancements ### Templates * Do not return any value in errorf [50cc7fe5](https://github.com/gohugoio/hugo/commit/50cc7fe54580018239ea95aafe67f6a158cdcc9f) [@bep](https://github.com/bep) [#6653](https://github.com/gohugoio/hugo/issues/6653) * Add a warnf template func [1773d71d](https://github.com/gohugoio/hugo/commit/1773d71d5b40f5a6a14edca417d2818607a499f1) [@bep](https://github.com/bep) [#6628](https://github.com/gohugoio/hugo/issues/6628) * Some more params merge adjustments [ccb1bf1a](https://github.com/gohugoio/hugo/commit/ccb1bf1abb7341fa1be23a90b66c14ae89790f49) [@bep](https://github.com/bep) [#6633](https://github.com/gohugoio/hugo/issues/6633) * Get rid of the custom template truth logic [d20ca370](https://github.com/gohugoio/hugo/commit/d20ca3700512d661247b44d953515b9455e57ed6) [@bep](https://github.com/bep) [#6615](https://github.com/gohugoio/hugo/issues/6615) * Add some comments [92c7f7ab](https://github.com/gohugoio/hugo/commit/92c7f7ab85a40cae8f36f2348d86f3e47d811eb5) [@bep](https://github.com/bep) ### Core * Improve error and reload handling of hook templates in server mode [8a58ebb3](https://github.com/gohugoio/hugo/commit/8a58ebb311fd079f65068e7e37725e4d43f17ab5) [@bep](https://github.com/bep) [#6635](https://github.com/gohugoio/hugo/issues/6635) ### Other * Update Goldmark to v1.1.18 [1fb17be9](https://github.com/gohugoio/hugo/commit/1fb17be9a008b549d11b622849adbaad01d4023d) [@bep](https://github.com/bep) [#6649](https://github.com/gohugoio/hugo/issues/6649) * Update go-org [51d89dab](https://github.com/gohugoio/hugo/commit/51d89dab1827ae80f9d865f5c38cb5f6a3a11f68) [@niklasfasching](https://github.com/niklasfasching) * More on hooks [c8bfe47c](https://github.com/gohugoio/hugo/commit/c8bfe47c6a740c5fedfdb5b7465d7ae1db44cb65) [@bep](https://github.com/bep) * Update to Goldmark v1.1.17 [04536838](https://github.com/gohugoio/hugo/commit/0453683816cfbc94e1e19c644f5f84213bb8cf35) [@bep](https://github.com/bep) [#6641](https://github.com/gohugoio/hugo/issues/6641) * Regen docshelper [55c29d4d](https://github.com/gohugoio/hugo/commit/55c29d4de38df67dd116f1845f7cc69ca7e35843) [@bep](https://github.com/bep) * Preserve HTML Text for image render hooks [a67d95fe](https://github.com/gohugoio/hugo/commit/a67d95fe1a033ca4934957b5a98b12ecc8a9edbd) [@bep](https://github.com/bep) [#6639](https://github.com/gohugoio/hugo/issues/6639) * Update Goldmark [eef934ae](https://github.com/gohugoio/hugo/commit/eef934ae7eabc38eeba386831de6013eec0285f2) [@bep](https://github.com/bep) [#6626](https://github.com/gohugoio/hugo/issues/6626) * Preserve HTML Text for link render hooks [00954c5d](https://github.com/gohugoio/hugo/commit/00954c5d1fda0b18cd1b847ee580d5f4caa76c70) [@bep](https://github.com/bep) [#6629](https://github.com/gohugoio/hugo/issues/6629) * Footnote [3e316155](https://github.com/gohugoio/hugo/commit/3e316155c5d4fbf166d38e997a41101b6aa501d5) [@bep](https://github.com/bep) * Add render template hooks for links and images [e625088e](https://github.com/gohugoio/hugo/commit/e625088ef5a970388ad50e464e87db56b358dac4) [@bep](https://github.com/bep) [#6545](https://github.com/gohugoio/hugo/issues/6545)[#4663](https://github.com/gohugoio/hugo/issues/4663)[#6043](https://github.com/gohugoio/hugo/issues/6043) * Enhance accessibility to issues [0947cf95](https://github.com/gohugoio/hugo/commit/0947cf958358e5a45b4f605e2a5b2504896fa360) [@peaceiris](https://github.com/peaceiris) [#6233](https://github.com/gohugoio/hugo/issues/6233) * Re-introduce the correct version of Goldmark [03d6960a](https://github.com/gohugoio/hugo/commit/03d6960a15dcc8efc164e5ed310b12bd1ffdd930) [@bep](https://github.com/bep) * Rework template handling for function and map lookups [a03c631c](https://github.com/gohugoio/hugo/commit/a03c631c420a03f9d90699abdf9be7e4fca0ff61) [@bep](https://github.com/bep) [#6594](https://github.com/gohugoio/hugo/issues/6594) * Create lightweight forks of text/template and html/template [167c0153](https://github.com/gohugoio/hugo/commit/167c01530bb295c8b8d35921eb27ffa5bee76dfe) [@bep](https://github.com/bep) [#6594](https://github.com/gohugoio/hugo/issues/6594) * Add config option for ordered list [4c804319](https://github.com/gohugoio/hugo/commit/4c804319f6db0b8459cc9b5df4a904fd2c55dedd) [@gavinhoward](https://github.com/gavinhoward) ## Fixes ### Templates * Fix merge vs Params [1b785a7a](https://github.com/gohugoio/hugo/commit/1b785a7a6d3c264e39e4976c59b618c0ac1ba5f9) [@bep](https://github.com/bep) [#6633](https://github.com/gohugoio/hugo/issues/6633) ### Core * Fix test [3c24ae03](https://github.com/gohugoio/hugo/commit/3c24ae030fe08ba259dd3de7ffea6c927c01e070) [@bep](https://github.com/bep) ### Other * Fix abs path handling in module mounts [ad6504e6](https://github.com/gohugoio/hugo/commit/ad6504e6b504277bbc7b60d093cdccd4f3baaa4f) [@bep](https://github.com/bep) [#6622](https://github.com/gohugoio/hugo/issues/6622) * Fix incorrect MIME type from image/jpg to image/jpeg [158e7ec2](https://github.com/gohugoio/hugo/commit/158e7ec204e5149d77893d353cac9f55946d3e9a) [@zaitseff](https://github.com/zaitseff)
--- date: 2019-12-23 title: "Hugo Christmas Edition!" description: "Hugo 0.62 brings Markdown Render Hooks. And it's faster!" categories: ["Releases"] --- From all of us to all of you, a **very Merry Christmas** -- and Hugo `0.62.0`! This version brings [Markdown Render Hooks](https://gohugo.io/getting-started/configuration-markup/#markdown-render-hooks). This gives you full control over how links and images in Markdown are rendered without using any shortcodes. With this, you can get Markdown links that work on both GitHub and Hugo, resize images etc. It is a very long sought after feature, that has been hard to tackle until we got [Goldmark](https://github.com/yuin/goldmark/), the new Markdown engine, by [@yuin](https://github.com/yuin). When you read up on this new feature in the documentation, also note the new [.RenderString](https://gohugo.io/functions/renderstring/) method on `Page`. Adding these render hooks also had the nice side effect of making Hugo **faster and more memory effective**. We could have just added this feature on top of what we got, getting it to work. But you like Hugo's fast builds, you love instant browser-refreshes on change. So we had to take a step back and redesign how we detect "what changed?" for templates referenced from content files, either directly or indirectly. And by doing that we greatly simplified how we handle all the templates. Which accidentally makes this version **the fastest to date**. It's not an "every site will be much faster" statement. This depends. Sites with many languages and/or many templates will benefit more from this. We have benchmarks with site-building showing about 15% improvement in build speed and memory efficiency. This release represents **25 contributions by 5 contributors** to the main Hugo code base. [@bep](https://github.com/bep) leads the Hugo development with a significant amount of contributions, but also a big shoutout to [@gavinhoward](https://github.com/gavinhoward), [@niklasfasching](https://github.com/niklasfasching), and [@zaitseff](https://github.com/zaitseff) for their ongoing contributions. And a big thanks to [@digitalcraftsman](https://github.com/digitalcraftsman) and [@onedrawingperday](https://github.com/onedrawingperday) for their relentless work on keeping the themes site in pristine condition and to [@kaushalmodi](https://github.com/kaushalmodi) for his great work on the documentation site. Many have also been busy writing and fixing the documentation in [hugoDocs](https://github.com/gohugoio/hugoDocs), which has received **8 contributions by 5 contributors**. A special thanks to [@bep](https://github.com/bep), [@DirtyF](https://github.com/DirtyF), [@pfhawkins](https://github.com/pfhawkins), and [@bubelov](https://github.com/bubelov) for their work on the documentation site. Also a big shoutout and thanks to the very active and helpful moderators on the [Hugo Discourse](https://discourse.gohugo.io/), making it a first class forum for Hugo questions and discussions. Hugo now has: * 40362+ [stars](https://github.com/gohugoio/hugo/stargazers) * 440+ [contributors](https://github.com/gohugoio/hugo/graphs/contributors) * 284+ [themes](http://themes.gohugo.io/) ## Notes * Ace and Amber support is now removed from Hugo. See [#6609](https://github.com/gohugoio/hugo/issues/6609) for more information. * The `markdownify` template function does not, yet, support render hooks. We recommend you look at the new and more powerful [.RenderString](https://gohugo.io/functions/renderstring/) method on `Page`. * If you have output format specific behaviour in a template used from a content file, you must create a output format specific template, e.g. `myshortcode.amp.html`. This also applies to the new rendering hooks introduced in this release. This has been the intended behaviour all the time, but a failing test (now fixed) shows that the implementation of this has not been as strict as specified, hence this note. * The `errorf` does not return any value anymore. This means that the ERROR will just be printed to the console. We have also added a `warnf` template func. ## Enhancements ### Templates * Do not return any value in errorf [50cc7fe5](https://github.com/gohugoio/hugo/commit/50cc7fe54580018239ea95aafe67f6a158cdcc9f) [@bep](https://github.com/bep) [#6653](https://github.com/gohugoio/hugo/issues/6653) * Add a warnf template func [1773d71d](https://github.com/gohugoio/hugo/commit/1773d71d5b40f5a6a14edca417d2818607a499f1) [@bep](https://github.com/bep) [#6628](https://github.com/gohugoio/hugo/issues/6628) * Some more params merge adjustments [ccb1bf1a](https://github.com/gohugoio/hugo/commit/ccb1bf1abb7341fa1be23a90b66c14ae89790f49) [@bep](https://github.com/bep) [#6633](https://github.com/gohugoio/hugo/issues/6633) * Get rid of the custom template truth logic [d20ca370](https://github.com/gohugoio/hugo/commit/d20ca3700512d661247b44d953515b9455e57ed6) [@bep](https://github.com/bep) [#6615](https://github.com/gohugoio/hugo/issues/6615) * Add some comments [92c7f7ab](https://github.com/gohugoio/hugo/commit/92c7f7ab85a40cae8f36f2348d86f3e47d811eb5) [@bep](https://github.com/bep) ### Core * Improve error and reload handling of hook templates in server mode [8a58ebb3](https://github.com/gohugoio/hugo/commit/8a58ebb311fd079f65068e7e37725e4d43f17ab5) [@bep](https://github.com/bep) [#6635](https://github.com/gohugoio/hugo/issues/6635) ### Other * Update Goldmark to v1.1.18 [1fb17be9](https://github.com/gohugoio/hugo/commit/1fb17be9a008b549d11b622849adbaad01d4023d) [@bep](https://github.com/bep) [#6649](https://github.com/gohugoio/hugo/issues/6649) * Update go-org [51d89dab](https://github.com/gohugoio/hugo/commit/51d89dab1827ae80f9d865f5c38cb5f6a3a11f68) [@niklasfasching](https://github.com/niklasfasching) * More on hooks [c8bfe47c](https://github.com/gohugoio/hugo/commit/c8bfe47c6a740c5fedfdb5b7465d7ae1db44cb65) [@bep](https://github.com/bep) * Update to Goldmark v1.1.17 [04536838](https://github.com/gohugoio/hugo/commit/0453683816cfbc94e1e19c644f5f84213bb8cf35) [@bep](https://github.com/bep) [#6641](https://github.com/gohugoio/hugo/issues/6641) * Regen docshelper [55c29d4d](https://github.com/gohugoio/hugo/commit/55c29d4de38df67dd116f1845f7cc69ca7e35843) [@bep](https://github.com/bep) * Preserve HTML Text for image render hooks [a67d95fe](https://github.com/gohugoio/hugo/commit/a67d95fe1a033ca4934957b5a98b12ecc8a9edbd) [@bep](https://github.com/bep) [#6639](https://github.com/gohugoio/hugo/issues/6639) * Update Goldmark [eef934ae](https://github.com/gohugoio/hugo/commit/eef934ae7eabc38eeba386831de6013eec0285f2) [@bep](https://github.com/bep) [#6626](https://github.com/gohugoio/hugo/issues/6626) * Preserve HTML Text for link render hooks [00954c5d](https://github.com/gohugoio/hugo/commit/00954c5d1fda0b18cd1b847ee580d5f4caa76c70) [@bep](https://github.com/bep) [#6629](https://github.com/gohugoio/hugo/issues/6629) * Footnote [3e316155](https://github.com/gohugoio/hugo/commit/3e316155c5d4fbf166d38e997a41101b6aa501d5) [@bep](https://github.com/bep) * Add render template hooks for links and images [e625088e](https://github.com/gohugoio/hugo/commit/e625088ef5a970388ad50e464e87db56b358dac4) [@bep](https://github.com/bep) [#6545](https://github.com/gohugoio/hugo/issues/6545)[#4663](https://github.com/gohugoio/hugo/issues/4663)[#6043](https://github.com/gohugoio/hugo/issues/6043) * Enhance accessibility to issues [0947cf95](https://github.com/gohugoio/hugo/commit/0947cf958358e5a45b4f605e2a5b2504896fa360) [@peaceiris](https://github.com/peaceiris) [#6233](https://github.com/gohugoio/hugo/issues/6233) * Re-introduce the correct version of Goldmark [03d6960a](https://github.com/gohugoio/hugo/commit/03d6960a15dcc8efc164e5ed310b12bd1ffdd930) [@bep](https://github.com/bep) * Rework template handling for function and map lookups [a03c631c](https://github.com/gohugoio/hugo/commit/a03c631c420a03f9d90699abdf9be7e4fca0ff61) [@bep](https://github.com/bep) [#6594](https://github.com/gohugoio/hugo/issues/6594) * Create lightweight forks of text/template and html/template [167c0153](https://github.com/gohugoio/hugo/commit/167c01530bb295c8b8d35921eb27ffa5bee76dfe) [@bep](https://github.com/bep) [#6594](https://github.com/gohugoio/hugo/issues/6594) * Add config option for ordered list [4c804319](https://github.com/gohugoio/hugo/commit/4c804319f6db0b8459cc9b5df4a904fd2c55dedd) [@gavinhoward](https://github.com/gavinhoward) ## Fixes ### Templates * Fix merge vs Params [1b785a7a](https://github.com/gohugoio/hugo/commit/1b785a7a6d3c264e39e4976c59b618c0ac1ba5f9) [@bep](https://github.com/bep) [#6633](https://github.com/gohugoio/hugo/issues/6633) ### Core * Fix test [3c24ae03](https://github.com/gohugoio/hugo/commit/3c24ae030fe08ba259dd3de7ffea6c927c01e070) [@bep](https://github.com/bep) ### Other * Fix abs path handling in module mounts [ad6504e6](https://github.com/gohugoio/hugo/commit/ad6504e6b504277bbc7b60d093cdccd4f3baaa4f) [@bep](https://github.com/bep) [#6622](https://github.com/gohugoio/hugo/issues/6622) * Fix incorrect MIME type from image/jpg to image/jpeg [158e7ec2](https://github.com/gohugoio/hugo/commit/158e7ec204e5149d77893d353cac9f55946d3e9a) [@zaitseff](https://github.com/zaitseff)
-1
gohugoio/hugo
8,211
Update to Dart Sass Protocol beta6
Note that this version is not backwards compatible, so you have to update the protocol binary.
bep
"2021-02-06T16:52:23Z"
"2021-02-06T17:34:20Z"
4867cd1dea34ee53fb73cede2bcff4792e470104
441b11beec3cf0371ff9a2898f220a0bf00faf8c
Update to Dart Sass Protocol beta6. Note that this version is not backwards compatible, so you have to update the protocol binary.
./docs/content/en/variables/hugo.md
--- title: Hugo-specific Variables linktitle: Hugo Variables description: The `.Hugo` variable provides easy access to Hugo-related data. date: 2017-03-12 publishdate: 2017-03-12 lastmod: 2017-03-12 categories: [variables and params] keywords: [hugo,generator] draft: false menu: docs: parent: "variables" weight: 60 weight: 60 sections_weight: 60 aliases: [] toc: false wip: false --- {{% warning "Deprecated" %}} Page's `.Hugo` is deprecated and will be removed in a future release. Use the global `hugo` function. For example: `hugo.Generator`. {{% /warning %}} It contains the following fields: .Hugo.Generator : `<meta>` tag for the version of Hugo that generated the site. `.Hugo.Generator` outputs a *complete* HTML tag; e.g. `<meta name="generator" content="Hugo 0.18" />` .Hugo.Version : the current version of the Hugo binary you are using e.g. `0.13-DEV`<br> .Hugo.Environment : the current running environment as defined through the `--environment` cli tag. .Hugo.CommitHash : the git commit hash of the current Hugo binary e.g. `0e8bed9ccffba0df554728b46c5bbf6d78ae5247` .Hugo.BuildDate : the compile date of the current Hugo binary formatted with RFC 3339 e.g. `2002-10-02T10:00:00-05:00`<br> {{% note "Use the Hugo Generator Tag" %}} We highly recommend using `.Hugo.Generator` in your website's `<head>`. `.Hugo.Generator` is included by default in all themes hosted on [themes.gohugo.io](https://themes.gohugo.io). The generator tag allows the Hugo team to track the usage and popularity of Hugo. {{% /note %}}
--- title: Hugo-specific Variables linktitle: Hugo Variables description: The `.Hugo` variable provides easy access to Hugo-related data. date: 2017-03-12 publishdate: 2017-03-12 lastmod: 2017-03-12 categories: [variables and params] keywords: [hugo,generator] draft: false menu: docs: parent: "variables" weight: 60 weight: 60 sections_weight: 60 aliases: [] toc: false wip: false --- {{% warning "Deprecated" %}} Page's `.Hugo` is deprecated and will be removed in a future release. Use the global `hugo` function. For example: `hugo.Generator`. {{% /warning %}} It contains the following fields: .Hugo.Generator : `<meta>` tag for the version of Hugo that generated the site. `.Hugo.Generator` outputs a *complete* HTML tag; e.g. `<meta name="generator" content="Hugo 0.18" />` .Hugo.Version : the current version of the Hugo binary you are using e.g. `0.13-DEV`<br> .Hugo.Environment : the current running environment as defined through the `--environment` cli tag. .Hugo.CommitHash : the git commit hash of the current Hugo binary e.g. `0e8bed9ccffba0df554728b46c5bbf6d78ae5247` .Hugo.BuildDate : the compile date of the current Hugo binary formatted with RFC 3339 e.g. `2002-10-02T10:00:00-05:00`<br> {{% note "Use the Hugo Generator Tag" %}} We highly recommend using `.Hugo.Generator` in your website's `<head>`. `.Hugo.Generator` is included by default in all themes hosted on [themes.gohugo.io](https://themes.gohugo.io). The generator tag allows the Hugo team to track the usage and popularity of Hugo. {{% /note %}}
-1
gohugoio/hugo
8,211
Update to Dart Sass Protocol beta6
Note that this version is not backwards compatible, so you have to update the protocol binary.
bep
"2021-02-06T16:52:23Z"
"2021-02-06T17:34:20Z"
4867cd1dea34ee53fb73cede2bcff4792e470104
441b11beec3cf0371ff9a2898f220a0bf00faf8c
Update to Dart Sass Protocol beta6. Note that this version is not backwards compatible, so you have to update the protocol binary.
./docs/content/en/news/0.25-relnotes/index.md
--- date: 2017-07-07T17:53:58-04:00 categories: ["Releases"] description: "Hugo 0.25 automatically opens the page you&#39;re working on in the browser" link: "" title: "Hugo 0.25" draft: false author: bep aliases: [/0-25/] --- Hugo `0.25` is the **Kinder Surprise**: It automatically opens the page you&#39;re working on in the browser, it adds full `AND` and `OR` support in page queries, and you can now have templates per language. ![Hugo Open on Save](https://cdn-standard5.discourse.org/uploads/gohugo/optimized/2X/6/622088d4a8eacaf62bbbaa27dab19d789e10fe09_1_690x345.gif "Hugo Open on Save") If you start with `hugo server --navigateToChanged`, Hugo will navigate to the relevant page on save (see animated GIF). This is extremely useful for site-wide edits. Another very useful feature in this version is the added support for `AND` (`intersect`) and `OR` (`union`) filters when combined with `where`. Example: ``` {{ $pages := where .Site.RegularPages "Type" "not in" (slice "page" "about") }} {{ $pages := $pages | union (where .Site.RegularPages "Params.pinned" true) }} {{ $pages := $pages | intersect (where .Site.RegularPages "Params.images" "!=" nil) }} ``` The above fetches regular pages not of `page` or `about` type unless they are pinned. And finally, we exclude all pages with no `images` set in Page params. This release represents **36 contributions by 12 contributors** to the main Hugo code base. [@bep](https://github.com/bep) still leads the Hugo development with his witty Norwegian humor, and once again contributed a significant amount of additions. But also a big shoutout to [@yihui](https://github.com/yihui), [@anthonyfok](https://github.com/anthonyfok), and [@kropp](https://github.com/kropp) for their ongoing contributions. And as always a big thanks to [@digitalcraftsman](https://github.com/digitalcraftsman) for his relentless work on keeping the documentation and the themes site in pristine condition. Hugo now has: * 18209&#43; [stars](https://github.com/gohugoio/hugo/stargazers) * 455&#43; [contributors](https://github.com/gohugoio/hugo/graphs/contributors) * 168&#43; [themes](http://themes.gohugo.io/) ## Enhancements ### Templates * Add `Pages` support to `intersect` (`AND`) and `union`(`OR`). This makes the `where` template func even more powerful. [ccdd08d5](https://github.com/gohugoio/hugo/commit/ccdd08d57ab64441e93d6861ae126b5faacdb92f) [@bep](https://github.com/bep) [#3174](https://github.com/gohugoio/hugo/issues/3174) * Add `math.Log` function. This is very handy for creating tag clouds. [34c56677](https://github.com/gohugoio/hugo/commit/34c566773a1364077e1397daece85b22948dc721) [@artem-sidorenko](https://github.com/artem-sidorenko) * Add `WebP` images support [8431c8d3](https://github.com/gohugoio/hugo/commit/8431c8d39d878c18c6b5463d9091a953608df10b) [@bep](https://github.com/bep) [#3529](https://github.com/gohugoio/hugo/issues/3529) * Only show post&#39;s own keywords in schema.org [da72805a](https://github.com/gohugoio/hugo/commit/da72805a4304a57362e8e79a01cc145767b027c5) [@brunoamaral](https://github.com/brunoamaral) [#2635](https://github.com/gohugoio/hugo/issues/2635)[#2646](https://github.com/gohugoio/hugo/issues/2646) * Simplify the `Disqus` template a little bit (#3655) [eccb0647](https://github.com/gohugoio/hugo/commit/eccb0647821e9db20ba9800da1b4861807cc5205) [@yihui](https://github.com/yihui) * Improve the built-in Disqus template (#3639) [2e1e4934](https://github.com/gohugoio/hugo/commit/2e1e4934b60ce8081a7f3a79191ed204f3098481) [@yihui](https://github.com/yihui) ### Output * Support templates per site/language. This is for both regular templates and shortcode templates. [aa6b1b9b](https://github.com/gohugoio/hugo/commit/aa6b1b9be7c9d7322333893b642aaf8c7a5f2c2e) [@bep](https://github.com/bep) [#3360](https://github.com/gohugoio/hugo/issues/3360) ### Core * Extend the sections API [a1d260b4](https://github.com/gohugoio/hugo/commit/a1d260b41a6673adef679ec4e262c5f390432cf5) [@bep](https://github.com/bep) [#3591](https://github.com/gohugoio/hugo/issues/3591) * Make `.Site.Sections` return the top level sections [dd9b1baa](https://github.com/gohugoio/hugo/commit/dd9b1baab0cb860a3eb32fd9043bac18cab3f9f0) [@bep](https://github.com/bep) [#3591](https://github.com/gohugoio/hugo/issues/3591) * Render `404.html` for all languages [41805dca](https://github.com/gohugoio/hugo/commit/41805dca9e40e9b0952e04d06074e6fc91140495) [@mitchchn](https://github.com/mitchchn) [#3598](https://github.com/gohugoio/hugo/issues/3598) ### Other * Support human-readable `YAML` boolean values in `undraft` [1039356e](https://github.com/gohugoio/hugo/commit/1039356edf747f044c989a5bc0e85d792341ed5d) [@kropp](https://github.com/kropp) * `hugo import jekyll` support nested `_posts` directories [7ee1f25e](https://github.com/gohugoio/hugo/commit/7ee1f25e9ef3be8f99c171e8e7982f4f82c13e16) [@coderzh](https://github.com/coderzh) [#1890](https://github.com/gohugoio/hugo/issues/1890)[#1911](https://github.com/gohugoio/hugo/issues/1911) * Update `Dockerfile` and add Docker optimizations [118f8f7c](https://github.com/gohugoio/hugo/commit/118f8f7cf22d756d8a894ff93551974a806f2155) [@ellerbrock](https://github.com/ellerbrock) * Add Blackfriday `joinLines` extension support (#3574) [a5440496](https://github.com/gohugoio/hugo/commit/a54404968a4b36579797f2e7ff7f5eada94866d9) [@choueric](https://github.com/choueric) * add `--initial-header-level=2` to rst2html (#3528) [bfce30d8](https://github.com/gohugoio/hugo/commit/bfce30d85972c27c27e8a2caac9db6315f813298) [@frankbraun](https://github.com/frankbraun) * Support open "current content page" in browser [c825a731](https://github.com/gohugoio/hugo/commit/c825a7312131b4afa67ee90d593640dee3525d98) [@bep](https://github.com/bep) [#3643](https://github.com/gohugoio/hugo/issues/3643) * Make `--navigateToChanged` more robust on Windows [30e14cc3](https://github.com/gohugoio/hugo/commit/30e14cc31678ddc204b082ab362f86b6b8063881) [@anthonyfok](https://github.com/anthonyfok) [#3645](https://github.com/gohugoio/hugo/issues/3645) * Remove the docs submodule [31393f60](https://github.com/gohugoio/hugo/commit/31393f6024416ea1b2e61d1080dfd7104df36eda) [@bep](https://github.com/bep) [#3647](https://github.com/gohugoio/hugo/issues/3647) * Use `example.com` as homepage for new theme [aff1ac32](https://github.com/gohugoio/hugo/commit/aff1ac3235b6c075d01f7237addf44fecdd36d82) [@anthonyfok](https://github.com/anthonyfok) ## Fixes ### Templates * Fix `in` function for JSON arrays [d12cf5a2](https://github.com/gohugoio/hugo/commit/d12cf5a25df00fa16c59f0b2ae282187a398214c) [@bep](https://github.com/bep) [#1468](https://github.com/gohugoio/hugo/issues/1468) ### Other * Fix handling of `JSON` front matter with escaped quotes [e10e51a0](https://github.com/gohugoio/hugo/commit/e10e51a00827b9fdc1bee51439fef05afc529831) [@bep](https://github.com/bep) [#3661](https://github.com/gohugoio/hugo/issues/3661) * Fix typo in code comment [56d82aa0](https://github.com/gohugoio/hugo/commit/56d82aa025f4d2edb1dc6315132cd7ab52df649a) [@dvic](https://github.com/dvic)
--- date: 2017-07-07T17:53:58-04:00 categories: ["Releases"] description: "Hugo 0.25 automatically opens the page you&#39;re working on in the browser" link: "" title: "Hugo 0.25" draft: false author: bep aliases: [/0-25/] --- Hugo `0.25` is the **Kinder Surprise**: It automatically opens the page you&#39;re working on in the browser, it adds full `AND` and `OR` support in page queries, and you can now have templates per language. ![Hugo Open on Save](https://cdn-standard5.discourse.org/uploads/gohugo/optimized/2X/6/622088d4a8eacaf62bbbaa27dab19d789e10fe09_1_690x345.gif "Hugo Open on Save") If you start with `hugo server --navigateToChanged`, Hugo will navigate to the relevant page on save (see animated GIF). This is extremely useful for site-wide edits. Another very useful feature in this version is the added support for `AND` (`intersect`) and `OR` (`union`) filters when combined with `where`. Example: ``` {{ $pages := where .Site.RegularPages "Type" "not in" (slice "page" "about") }} {{ $pages := $pages | union (where .Site.RegularPages "Params.pinned" true) }} {{ $pages := $pages | intersect (where .Site.RegularPages "Params.images" "!=" nil) }} ``` The above fetches regular pages not of `page` or `about` type unless they are pinned. And finally, we exclude all pages with no `images` set in Page params. This release represents **36 contributions by 12 contributors** to the main Hugo code base. [@bep](https://github.com/bep) still leads the Hugo development with his witty Norwegian humor, and once again contributed a significant amount of additions. But also a big shoutout to [@yihui](https://github.com/yihui), [@anthonyfok](https://github.com/anthonyfok), and [@kropp](https://github.com/kropp) for their ongoing contributions. And as always a big thanks to [@digitalcraftsman](https://github.com/digitalcraftsman) for his relentless work on keeping the documentation and the themes site in pristine condition. Hugo now has: * 18209&#43; [stars](https://github.com/gohugoio/hugo/stargazers) * 455&#43; [contributors](https://github.com/gohugoio/hugo/graphs/contributors) * 168&#43; [themes](http://themes.gohugo.io/) ## Enhancements ### Templates * Add `Pages` support to `intersect` (`AND`) and `union`(`OR`). This makes the `where` template func even more powerful. [ccdd08d5](https://github.com/gohugoio/hugo/commit/ccdd08d57ab64441e93d6861ae126b5faacdb92f) [@bep](https://github.com/bep) [#3174](https://github.com/gohugoio/hugo/issues/3174) * Add `math.Log` function. This is very handy for creating tag clouds. [34c56677](https://github.com/gohugoio/hugo/commit/34c566773a1364077e1397daece85b22948dc721) [@artem-sidorenko](https://github.com/artem-sidorenko) * Add `WebP` images support [8431c8d3](https://github.com/gohugoio/hugo/commit/8431c8d39d878c18c6b5463d9091a953608df10b) [@bep](https://github.com/bep) [#3529](https://github.com/gohugoio/hugo/issues/3529) * Only show post&#39;s own keywords in schema.org [da72805a](https://github.com/gohugoio/hugo/commit/da72805a4304a57362e8e79a01cc145767b027c5) [@brunoamaral](https://github.com/brunoamaral) [#2635](https://github.com/gohugoio/hugo/issues/2635)[#2646](https://github.com/gohugoio/hugo/issues/2646) * Simplify the `Disqus` template a little bit (#3655) [eccb0647](https://github.com/gohugoio/hugo/commit/eccb0647821e9db20ba9800da1b4861807cc5205) [@yihui](https://github.com/yihui) * Improve the built-in Disqus template (#3639) [2e1e4934](https://github.com/gohugoio/hugo/commit/2e1e4934b60ce8081a7f3a79191ed204f3098481) [@yihui](https://github.com/yihui) ### Output * Support templates per site/language. This is for both regular templates and shortcode templates. [aa6b1b9b](https://github.com/gohugoio/hugo/commit/aa6b1b9be7c9d7322333893b642aaf8c7a5f2c2e) [@bep](https://github.com/bep) [#3360](https://github.com/gohugoio/hugo/issues/3360) ### Core * Extend the sections API [a1d260b4](https://github.com/gohugoio/hugo/commit/a1d260b41a6673adef679ec4e262c5f390432cf5) [@bep](https://github.com/bep) [#3591](https://github.com/gohugoio/hugo/issues/3591) * Make `.Site.Sections` return the top level sections [dd9b1baa](https://github.com/gohugoio/hugo/commit/dd9b1baab0cb860a3eb32fd9043bac18cab3f9f0) [@bep](https://github.com/bep) [#3591](https://github.com/gohugoio/hugo/issues/3591) * Render `404.html` for all languages [41805dca](https://github.com/gohugoio/hugo/commit/41805dca9e40e9b0952e04d06074e6fc91140495) [@mitchchn](https://github.com/mitchchn) [#3598](https://github.com/gohugoio/hugo/issues/3598) ### Other * Support human-readable `YAML` boolean values in `undraft` [1039356e](https://github.com/gohugoio/hugo/commit/1039356edf747f044c989a5bc0e85d792341ed5d) [@kropp](https://github.com/kropp) * `hugo import jekyll` support nested `_posts` directories [7ee1f25e](https://github.com/gohugoio/hugo/commit/7ee1f25e9ef3be8f99c171e8e7982f4f82c13e16) [@coderzh](https://github.com/coderzh) [#1890](https://github.com/gohugoio/hugo/issues/1890)[#1911](https://github.com/gohugoio/hugo/issues/1911) * Update `Dockerfile` and add Docker optimizations [118f8f7c](https://github.com/gohugoio/hugo/commit/118f8f7cf22d756d8a894ff93551974a806f2155) [@ellerbrock](https://github.com/ellerbrock) * Add Blackfriday `joinLines` extension support (#3574) [a5440496](https://github.com/gohugoio/hugo/commit/a54404968a4b36579797f2e7ff7f5eada94866d9) [@choueric](https://github.com/choueric) * add `--initial-header-level=2` to rst2html (#3528) [bfce30d8](https://github.com/gohugoio/hugo/commit/bfce30d85972c27c27e8a2caac9db6315f813298) [@frankbraun](https://github.com/frankbraun) * Support open "current content page" in browser [c825a731](https://github.com/gohugoio/hugo/commit/c825a7312131b4afa67ee90d593640dee3525d98) [@bep](https://github.com/bep) [#3643](https://github.com/gohugoio/hugo/issues/3643) * Make `--navigateToChanged` more robust on Windows [30e14cc3](https://github.com/gohugoio/hugo/commit/30e14cc31678ddc204b082ab362f86b6b8063881) [@anthonyfok](https://github.com/anthonyfok) [#3645](https://github.com/gohugoio/hugo/issues/3645) * Remove the docs submodule [31393f60](https://github.com/gohugoio/hugo/commit/31393f6024416ea1b2e61d1080dfd7104df36eda) [@bep](https://github.com/bep) [#3647](https://github.com/gohugoio/hugo/issues/3647) * Use `example.com` as homepage for new theme [aff1ac32](https://github.com/gohugoio/hugo/commit/aff1ac3235b6c075d01f7237addf44fecdd36d82) [@anthonyfok](https://github.com/anthonyfok) ## Fixes ### Templates * Fix `in` function for JSON arrays [d12cf5a2](https://github.com/gohugoio/hugo/commit/d12cf5a25df00fa16c59f0b2ae282187a398214c) [@bep](https://github.com/bep) [#1468](https://github.com/gohugoio/hugo/issues/1468) ### Other * Fix handling of `JSON` front matter with escaped quotes [e10e51a0](https://github.com/gohugoio/hugo/commit/e10e51a00827b9fdc1bee51439fef05afc529831) [@bep](https://github.com/bep) [#3661](https://github.com/gohugoio/hugo/issues/3661) * Fix typo in code comment [56d82aa0](https://github.com/gohugoio/hugo/commit/56d82aa025f4d2edb1dc6315132cd7ab52df649a) [@dvic](https://github.com/dvic)
-1
gohugoio/hugo
8,211
Update to Dart Sass Protocol beta6
Note that this version is not backwards compatible, so you have to update the protocol binary.
bep
"2021-02-06T16:52:23Z"
"2021-02-06T17:34:20Z"
4867cd1dea34ee53fb73cede2bcff4792e470104
441b11beec3cf0371ff9a2898f220a0bf00faf8c
Update to Dart Sass Protocol beta6. Note that this version is not backwards compatible, so you have to update the protocol binary.
./docs/content/en/commands/hugo_list.md
--- date: 2020-09-13 title: "hugo list" slug: hugo_list url: /commands/hugo_list/ --- ## hugo list Listing out various types of content ### Synopsis Listing out various types of content. List requires a subcommand, e.g. `hugo list drafts`. ### Options ``` -h, --help help for list ``` ### Options inherited from parent commands ``` --config string config file (default is path/config.yaml|json|toml) --configDir string config dir (default "config") --debug debug output -e, --environment string build environment --ignoreVendor ignores any _vendor directory --ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern --log enable Logging --logFile string log File path (if set, logging enabled automatically) --quiet build in quiet mode -s, --source string filesystem path to read files relative from --themesDir string filesystem path to themes directory -v, --verbose verbose output --verboseLog verbose logging ``` ### SEE ALSO * [hugo](/commands/hugo/) - hugo builds your site * [hugo list all](/commands/hugo_list_all/) - List all posts * [hugo list drafts](/commands/hugo_list_drafts/) - List all drafts * [hugo list expired](/commands/hugo_list_expired/) - List all posts already expired * [hugo list future](/commands/hugo_list_future/) - List all posts dated in the future ###### Auto generated by spf13/cobra on 13-Sep-2020
--- date: 2020-09-13 title: "hugo list" slug: hugo_list url: /commands/hugo_list/ --- ## hugo list Listing out various types of content ### Synopsis Listing out various types of content. List requires a subcommand, e.g. `hugo list drafts`. ### Options ``` -h, --help help for list ``` ### Options inherited from parent commands ``` --config string config file (default is path/config.yaml|json|toml) --configDir string config dir (default "config") --debug debug output -e, --environment string build environment --ignoreVendor ignores any _vendor directory --ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern --log enable Logging --logFile string log File path (if set, logging enabled automatically) --quiet build in quiet mode -s, --source string filesystem path to read files relative from --themesDir string filesystem path to themes directory -v, --verbose verbose output --verboseLog verbose logging ``` ### SEE ALSO * [hugo](/commands/hugo/) - hugo builds your site * [hugo list all](/commands/hugo_list_all/) - List all posts * [hugo list drafts](/commands/hugo_list_drafts/) - List all drafts * [hugo list expired](/commands/hugo_list_expired/) - List all posts already expired * [hugo list future](/commands/hugo_list_future/) - List all posts dated in the future ###### Auto generated by spf13/cobra on 13-Sep-2020
-1
gohugoio/hugo
8,211
Update to Dart Sass Protocol beta6
Note that this version is not backwards compatible, so you have to update the protocol binary.
bep
"2021-02-06T16:52:23Z"
"2021-02-06T17:34:20Z"
4867cd1dea34ee53fb73cede2bcff4792e470104
441b11beec3cf0371ff9a2898f220a0bf00faf8c
Update to Dart Sass Protocol beta6. Note that this version is not backwards compatible, so you have to update the protocol binary.
./docs/content/en/commands/hugo_gen_doc.md
--- date: 2020-09-13 title: "hugo gen doc" slug: hugo_gen_doc url: /commands/hugo_gen_doc/ --- ## hugo gen doc Generate Markdown documentation for the Hugo CLI. ### Synopsis Generate Markdown documentation for the Hugo CLI. This command is, mostly, used to create up-to-date documentation of Hugo's command-line interface for http://gohugo.io/. It creates one Markdown file per command with front matter suitable for rendering in Hugo. ``` hugo gen doc [flags] ``` ### Options ``` --dir string the directory to write the doc. (default "/tmp/hugodoc/") -h, --help help for doc ``` ### Options inherited from parent commands ``` --config string config file (default is path/config.yaml|json|toml) --configDir string config dir (default "config") --debug debug output -e, --environment string build environment --ignoreVendor ignores any _vendor directory --ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern --log enable Logging --logFile string log File path (if set, logging enabled automatically) --quiet build in quiet mode -s, --source string filesystem path to read files relative from --themesDir string filesystem path to themes directory -v, --verbose verbose output --verboseLog verbose logging ``` ### SEE ALSO * [hugo gen](/commands/hugo_gen/) - A collection of several useful generators. ###### Auto generated by spf13/cobra on 13-Sep-2020
--- date: 2020-09-13 title: "hugo gen doc" slug: hugo_gen_doc url: /commands/hugo_gen_doc/ --- ## hugo gen doc Generate Markdown documentation for the Hugo CLI. ### Synopsis Generate Markdown documentation for the Hugo CLI. This command is, mostly, used to create up-to-date documentation of Hugo's command-line interface for http://gohugo.io/. It creates one Markdown file per command with front matter suitable for rendering in Hugo. ``` hugo gen doc [flags] ``` ### Options ``` --dir string the directory to write the doc. (default "/tmp/hugodoc/") -h, --help help for doc ``` ### Options inherited from parent commands ``` --config string config file (default is path/config.yaml|json|toml) --configDir string config dir (default "config") --debug debug output -e, --environment string build environment --ignoreVendor ignores any _vendor directory --ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern --log enable Logging --logFile string log File path (if set, logging enabled automatically) --quiet build in quiet mode -s, --source string filesystem path to read files relative from --themesDir string filesystem path to themes directory -v, --verbose verbose output --verboseLog verbose logging ``` ### SEE ALSO * [hugo gen](/commands/hugo_gen/) - A collection of several useful generators. ###### Auto generated by spf13/cobra on 13-Sep-2020
-1
gohugoio/hugo
8,211
Update to Dart Sass Protocol beta6
Note that this version is not backwards compatible, so you have to update the protocol binary.
bep
"2021-02-06T16:52:23Z"
"2021-02-06T17:34:20Z"
4867cd1dea34ee53fb73cede2bcff4792e470104
441b11beec3cf0371ff9a2898f220a0bf00faf8c
Update to Dart Sass Protocol beta6. Note that this version is not backwards compatible, so you have to update the protocol binary.
./docs/content/en/news/0.42-relnotes/index.md
--- date: 2018-06-12 title: "Hugo 0.42: Theme Composition and Inheritance!" description: "Hugo 0.42 adds Theme Components support, a new and powerful way of composing your Hugo sites." categories: ["Releases"] --- Hugo `0.42` adds **Theme Components**. This is a really powerful new way of building your Hugo sites with reusable components. This is both **Theme Composition** and **Theme Inheritance**. >Read more about Theme Components in the [Hugo Documentation](https://gohugo.io/themes/theme-components/). The feature above was implemented by [@bep](https://github.com/bep), the funny Norwegian, with great design help from the Hugo community. But that implementation would not have been possible without [Afero](https://github.com/spf13/afero), [Steve Francia's](https://github.com/spf13) virtual file system. Hugo is built on top of Afero and many other fast and solid Go projects, and if you look at the combined contribution log of the Hugo project and its many open source dependencies, the total amount of contributions is staggering. A big thank you to them all! This release represents **27 contributions by 7 contributors** to the main Hugo code base. [@bep](https://github.com/bep) leads the Hugo development with a significant amount of contributions, but also a big shoutout to [@onedrawingperday](https://github.com/onedrawingperday), [@anthonyfok](https://github.com/anthonyfok), and [@stefanneuhaus](https://github.com/stefanneuhaus) for their ongoing contributions. And a big thanks to [@digitalcraftsman](https://github.com/digitalcraftsman) for his relentless work on keeping the themes site in pristine condition and to [@kaushalmodi](https://github.com/kaushalmodi) for his great work on the documentation site. Many have also been busy writing and fixing the documentation in [hugoDocs](https://github.com/gohugoio/hugoDocs), which has received **8 contributions by 5 contributors**. A special thanks to [@bep](https://github.com/bep), [@LorenzCK](https://github.com/LorenzCK), [@gavinwray](https://github.com/gavinwray), and [@deyton](https://github.com/deyton) for their work on the documentation site. Hugo now has: * 26286+ [stars](https://github.com/gohugoio/hugo/stargazers) * 444+ [contributors](https://github.com/gohugoio/hugo/graphs/contributors) * 235+ [themes](http://themes.gohugo.io/) ## Notes * The `speakerdeck` shortcode is removed. It didn't work properly, so is isn't expected to be in wide use. If you use it, you will get a build error. You will either have to remove its usage or add a `speakerdeck` shortcode to your own project or theme. * We have now virtualized the filesystems for project and theme files. This makes everything simpler, faster and more powerful. But it also means that template lookups on the form `{{ template “theme/partials/pagination.html” . }}` will not work anymore. That syntax has never been documented, so it's not expected to be in wide use. `{{ partial "pagination.html" . }}` will give you the most specific version of that partial. ## Enhancements * Always load GA script over HTTPS [2e6712e2](https://github.com/gohugoio/hugo/commit/2e6712e2814f333caa807888c1d8a9a5a3c03709) [@coliff](https://github.com/coliff) * Remove speakerdeck shortcode [65deb72d](https://github.com/gohugoio/hugo/commit/65deb72dc4c9299416cf2d9defddb96dba4101fd) [@onedrawingperday](https://github.com/onedrawingperday) [#4830](https://github.com/gohugoio/hugo/issues/4830) * Add `strings.RuneCount` [019bd557](https://github.com/gohugoio/hugo/commit/019bd5576be87c9f06b6a928ede1a5e78677f7b3) [@theory](https://github.com/theory) * Add `strings.Repeat` [13435a6f](https://github.com/gohugoio/hugo/commit/13435a6f608306c5094fdcd72a1d9538727f91b2) [@theory](https://github.com/theory) * Reset Page's main output on server rebuilds [dc4226a8](https://github.com/gohugoio/hugo/commit/dc4226a8b27e03e31068fc945daab885d3819d04) [@bep](https://github.com/bep) [#4819](https://github.com/gohugoio/hugo/issues/4819) * Create LICENSE rather than LICENSE.md in "new theme" [ed4a345e](https://github.com/gohugoio/hugo/commit/ed4a345efeaa19eef2c1c6360d22f75c24abc31a) [@anthonyfok](https://github.com/anthonyfok) [#4623](https://github.com/gohugoio/hugo/issues/4623) * Create `_default/baseof.html` in "new theme" [9717ac7d](https://github.com/gohugoio/hugo/commit/9717ac7dce84d004afde4edb32ad81319c7dd8a7) [@anthonyfok](https://github.com/anthonyfok) [#3576](https://github.com/gohugoio/hugo/issues/3576) * Add `tweet_simple`shortcode [07b96d16](https://github.com/gohugoio/hugo/commit/07b96d16e8679c40e289c9076ef4414ed6eb7f81) [@onedrawingperday](https://github.com/onedrawingperday) * Make "new theme" feedback more intuitive [692ec008](https://github.com/gohugoio/hugo/commit/692ec008726b570c9b30ac3391774cbb622730cb) [@anthonyfok](https://github.com/anthonyfok) * Move nextStepsText() to new_site.go [d3dd74fd](https://github.com/gohugoio/hugo/commit/d3dd74fd655c22f21e91e38edb1d377a1357e3be) [@anthonyfok](https://github.com/anthonyfok) * Add support for theme composition and inheritance [80230f26](https://github.com/gohugoio/hugo/commit/80230f26a3020ff33bac2bef01b2c0e314b89f86) [@bep](https://github.com/bep) [#4460](https://github.com/gohugoio/hugo/issues/4460)[#4450](https://github.com/gohugoio/hugo/issues/4450) * Add vimeo_simple [8de53244](https://github.com/gohugoio/hugo/commit/8de53244799f0d2d0343056d348d810343cf7aa5) [@onedrawingperday](https://github.com/onedrawingperday) [#4749](https://github.com/gohugoio/hugo/issues/4749) * Add a BlackFriday option for rel="noreferrer" on external links [20cbc2c7](https://github.com/gohugoio/hugo/commit/20cbc2c7856a9b07d45648d940276374db35e425) [@stefanneuhaus](https://github.com/stefanneuhaus) [#4722](https://github.com/gohugoio/hugo/issues/4722) * Add a BlackFriday option for rel="nofollow" on external links [7a619264](https://github.com/gohugoio/hugo/commit/7a6192647a4b383cd539df2063388ea380371de6) [@stefanneuhaus](https://github.com/stefanneuhaus) [#4722](https://github.com/gohugoio/hugo/issues/4722) * Update Chroma [b5b36e32](https://github.com/gohugoio/hugo/commit/b5b36e32008bc8ea779ae06bf249b537f6d5c336) [@bep](https://github.com/bep) [#4779](https://github.com/gohugoio/hugo/issues/4779) * Enhance Page and Resource String() [4f0665f4](https://github.com/gohugoio/hugo/commit/4f0665f476e06e9707621c18f7422fdeb776e0d1) [@vassudanagunta](https://github.com/vassudanagunta) * Update theme documentation [c74b0f8f](https://github.com/gohugoio/hugo/commit/c74b0f8f9b30866e09efac8235cc5e0093ab3d50) [@bep](https://github.com/bep) [#4460](https://github.com/gohugoio/hugo/issues/4460) ## Fixes * Make sure that `.Site.Taxonomies` is always set on rebuilds [6464981a](https://github.com/gohugoio/hugo/commit/6464981adb4d7d0f41e8e2c987342082982210a1) [@bep](https://github.com/bep) [#4838](https://github.com/gohugoio/hugo/issues/4838) * Reset the "distinct error logger" on rebuilds [bf5f10fa](https://github.com/gohugoio/hugo/commit/bf5f10faa9fd445c4dd21839aa7d73cd2acbfb85) [@bep](https://github.com/bep) [#4818](https://github.com/gohugoio/hugo/issues/4818) * Remove frameborder attr YT iframe + CSS fixes [ceaff7ca](https://github.com/gohugoio/hugo/commit/ceaff7cafc5357274e546984ae02a4cbdf305f81) [@onedrawingperday](https://github.com/onedrawingperday) * Fix vimeo_simple thumb scaling [b84389c5](https://github.com/gohugoio/hugo/commit/b84389c5e0e1ef15449b24d488bbbcbc41245c59) [@onedrawingperday](https://github.com/onedrawingperday) * Fix typo instagram_simple [d68367cb](https://github.com/gohugoio/hugo/commit/d68367cbe76cbc02adb5b778e8be98bed6319368) [@onedrawingperday](https://github.com/onedrawingperday) * Prevent isBaseTemplate() from matching "baseof" in dir [c3115292](https://github.com/gohugoio/hugo/commit/c3115292a7f2d2623cb45054a361e997ad9330c9) [@anthonyfok](https://github.com/anthonyfok) [#4809](https://github.com/gohugoio/hugo/issues/4809)
--- date: 2018-06-12 title: "Hugo 0.42: Theme Composition and Inheritance!" description: "Hugo 0.42 adds Theme Components support, a new and powerful way of composing your Hugo sites." categories: ["Releases"] --- Hugo `0.42` adds **Theme Components**. This is a really powerful new way of building your Hugo sites with reusable components. This is both **Theme Composition** and **Theme Inheritance**. >Read more about Theme Components in the [Hugo Documentation](https://gohugo.io/themes/theme-components/). The feature above was implemented by [@bep](https://github.com/bep), the funny Norwegian, with great design help from the Hugo community. But that implementation would not have been possible without [Afero](https://github.com/spf13/afero), [Steve Francia's](https://github.com/spf13) virtual file system. Hugo is built on top of Afero and many other fast and solid Go projects, and if you look at the combined contribution log of the Hugo project and its many open source dependencies, the total amount of contributions is staggering. A big thank you to them all! This release represents **27 contributions by 7 contributors** to the main Hugo code base. [@bep](https://github.com/bep) leads the Hugo development with a significant amount of contributions, but also a big shoutout to [@onedrawingperday](https://github.com/onedrawingperday), [@anthonyfok](https://github.com/anthonyfok), and [@stefanneuhaus](https://github.com/stefanneuhaus) for their ongoing contributions. And a big thanks to [@digitalcraftsman](https://github.com/digitalcraftsman) for his relentless work on keeping the themes site in pristine condition and to [@kaushalmodi](https://github.com/kaushalmodi) for his great work on the documentation site. Many have also been busy writing and fixing the documentation in [hugoDocs](https://github.com/gohugoio/hugoDocs), which has received **8 contributions by 5 contributors**. A special thanks to [@bep](https://github.com/bep), [@LorenzCK](https://github.com/LorenzCK), [@gavinwray](https://github.com/gavinwray), and [@deyton](https://github.com/deyton) for their work on the documentation site. Hugo now has: * 26286+ [stars](https://github.com/gohugoio/hugo/stargazers) * 444+ [contributors](https://github.com/gohugoio/hugo/graphs/contributors) * 235+ [themes](http://themes.gohugo.io/) ## Notes * The `speakerdeck` shortcode is removed. It didn't work properly, so is isn't expected to be in wide use. If you use it, you will get a build error. You will either have to remove its usage or add a `speakerdeck` shortcode to your own project or theme. * We have now virtualized the filesystems for project and theme files. This makes everything simpler, faster and more powerful. But it also means that template lookups on the form `{{ template “theme/partials/pagination.html” . }}` will not work anymore. That syntax has never been documented, so it's not expected to be in wide use. `{{ partial "pagination.html" . }}` will give you the most specific version of that partial. ## Enhancements * Always load GA script over HTTPS [2e6712e2](https://github.com/gohugoio/hugo/commit/2e6712e2814f333caa807888c1d8a9a5a3c03709) [@coliff](https://github.com/coliff) * Remove speakerdeck shortcode [65deb72d](https://github.com/gohugoio/hugo/commit/65deb72dc4c9299416cf2d9defddb96dba4101fd) [@onedrawingperday](https://github.com/onedrawingperday) [#4830](https://github.com/gohugoio/hugo/issues/4830) * Add `strings.RuneCount` [019bd557](https://github.com/gohugoio/hugo/commit/019bd5576be87c9f06b6a928ede1a5e78677f7b3) [@theory](https://github.com/theory) * Add `strings.Repeat` [13435a6f](https://github.com/gohugoio/hugo/commit/13435a6f608306c5094fdcd72a1d9538727f91b2) [@theory](https://github.com/theory) * Reset Page's main output on server rebuilds [dc4226a8](https://github.com/gohugoio/hugo/commit/dc4226a8b27e03e31068fc945daab885d3819d04) [@bep](https://github.com/bep) [#4819](https://github.com/gohugoio/hugo/issues/4819) * Create LICENSE rather than LICENSE.md in "new theme" [ed4a345e](https://github.com/gohugoio/hugo/commit/ed4a345efeaa19eef2c1c6360d22f75c24abc31a) [@anthonyfok](https://github.com/anthonyfok) [#4623](https://github.com/gohugoio/hugo/issues/4623) * Create `_default/baseof.html` in "new theme" [9717ac7d](https://github.com/gohugoio/hugo/commit/9717ac7dce84d004afde4edb32ad81319c7dd8a7) [@anthonyfok](https://github.com/anthonyfok) [#3576](https://github.com/gohugoio/hugo/issues/3576) * Add `tweet_simple`shortcode [07b96d16](https://github.com/gohugoio/hugo/commit/07b96d16e8679c40e289c9076ef4414ed6eb7f81) [@onedrawingperday](https://github.com/onedrawingperday) * Make "new theme" feedback more intuitive [692ec008](https://github.com/gohugoio/hugo/commit/692ec008726b570c9b30ac3391774cbb622730cb) [@anthonyfok](https://github.com/anthonyfok) * Move nextStepsText() to new_site.go [d3dd74fd](https://github.com/gohugoio/hugo/commit/d3dd74fd655c22f21e91e38edb1d377a1357e3be) [@anthonyfok](https://github.com/anthonyfok) * Add support for theme composition and inheritance [80230f26](https://github.com/gohugoio/hugo/commit/80230f26a3020ff33bac2bef01b2c0e314b89f86) [@bep](https://github.com/bep) [#4460](https://github.com/gohugoio/hugo/issues/4460)[#4450](https://github.com/gohugoio/hugo/issues/4450) * Add vimeo_simple [8de53244](https://github.com/gohugoio/hugo/commit/8de53244799f0d2d0343056d348d810343cf7aa5) [@onedrawingperday](https://github.com/onedrawingperday) [#4749](https://github.com/gohugoio/hugo/issues/4749) * Add a BlackFriday option for rel="noreferrer" on external links [20cbc2c7](https://github.com/gohugoio/hugo/commit/20cbc2c7856a9b07d45648d940276374db35e425) [@stefanneuhaus](https://github.com/stefanneuhaus) [#4722](https://github.com/gohugoio/hugo/issues/4722) * Add a BlackFriday option for rel="nofollow" on external links [7a619264](https://github.com/gohugoio/hugo/commit/7a6192647a4b383cd539df2063388ea380371de6) [@stefanneuhaus](https://github.com/stefanneuhaus) [#4722](https://github.com/gohugoio/hugo/issues/4722) * Update Chroma [b5b36e32](https://github.com/gohugoio/hugo/commit/b5b36e32008bc8ea779ae06bf249b537f6d5c336) [@bep](https://github.com/bep) [#4779](https://github.com/gohugoio/hugo/issues/4779) * Enhance Page and Resource String() [4f0665f4](https://github.com/gohugoio/hugo/commit/4f0665f476e06e9707621c18f7422fdeb776e0d1) [@vassudanagunta](https://github.com/vassudanagunta) * Update theme documentation [c74b0f8f](https://github.com/gohugoio/hugo/commit/c74b0f8f9b30866e09efac8235cc5e0093ab3d50) [@bep](https://github.com/bep) [#4460](https://github.com/gohugoio/hugo/issues/4460) ## Fixes * Make sure that `.Site.Taxonomies` is always set on rebuilds [6464981a](https://github.com/gohugoio/hugo/commit/6464981adb4d7d0f41e8e2c987342082982210a1) [@bep](https://github.com/bep) [#4838](https://github.com/gohugoio/hugo/issues/4838) * Reset the "distinct error logger" on rebuilds [bf5f10fa](https://github.com/gohugoio/hugo/commit/bf5f10faa9fd445c4dd21839aa7d73cd2acbfb85) [@bep](https://github.com/bep) [#4818](https://github.com/gohugoio/hugo/issues/4818) * Remove frameborder attr YT iframe + CSS fixes [ceaff7ca](https://github.com/gohugoio/hugo/commit/ceaff7cafc5357274e546984ae02a4cbdf305f81) [@onedrawingperday](https://github.com/onedrawingperday) * Fix vimeo_simple thumb scaling [b84389c5](https://github.com/gohugoio/hugo/commit/b84389c5e0e1ef15449b24d488bbbcbc41245c59) [@onedrawingperday](https://github.com/onedrawingperday) * Fix typo instagram_simple [d68367cb](https://github.com/gohugoio/hugo/commit/d68367cbe76cbc02adb5b778e8be98bed6319368) [@onedrawingperday](https://github.com/onedrawingperday) * Prevent isBaseTemplate() from matching "baseof" in dir [c3115292](https://github.com/gohugoio/hugo/commit/c3115292a7f2d2623cb45054a361e997ad9330c9) [@anthonyfok](https://github.com/anthonyfok) [#4809](https://github.com/gohugoio/hugo/issues/4809)
-1
gohugoio/hugo
8,211
Update to Dart Sass Protocol beta6
Note that this version is not backwards compatible, so you have to update the protocol binary.
bep
"2021-02-06T16:52:23Z"
"2021-02-06T17:34:20Z"
4867cd1dea34ee53fb73cede2bcff4792e470104
441b11beec3cf0371ff9a2898f220a0bf00faf8c
Update to Dart Sass Protocol beta6. Note that this version is not backwards compatible, so you have to update the protocol binary.
./docs/content/zh/news/_index.md
--- title: "Hugo 新闻" aliases: [/release-notes/] ---
--- title: "Hugo 新闻" aliases: [/release-notes/] ---
-1
gohugoio/hugo
8,211
Update to Dart Sass Protocol beta6
Note that this version is not backwards compatible, so you have to update the protocol binary.
bep
"2021-02-06T16:52:23Z"
"2021-02-06T17:34:20Z"
4867cd1dea34ee53fb73cede2bcff4792e470104
441b11beec3cf0371ff9a2898f220a0bf00faf8c
Update to Dart Sass Protocol beta6. Note that this version is not backwards compatible, so you have to update the protocol binary.
./docs/content/en/commands/hugo_config_mounts.md
--- date: 2020-09-13 title: "hugo config mounts" slug: hugo_config_mounts url: /commands/hugo_config_mounts/ --- ## hugo config mounts Print the configured file mounts ### Synopsis Print the configured file mounts ``` hugo config mounts [flags] ``` ### Options ``` -h, --help help for mounts ``` ### Options inherited from parent commands ``` --config string config file (default is path/config.yaml|json|toml) --configDir string config dir (default "config") --debug debug output -e, --environment string build environment --ignoreVendor ignores any _vendor directory --ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern --log enable Logging --logFile string log File path (if set, logging enabled automatically) --quiet build in quiet mode -s, --source string filesystem path to read files relative from --themesDir string filesystem path to themes directory -v, --verbose verbose output --verboseLog verbose logging ``` ### SEE ALSO * [hugo config](/commands/hugo_config/) - Print the site configuration ###### Auto generated by spf13/cobra on 13-Sep-2020
--- date: 2020-09-13 title: "hugo config mounts" slug: hugo_config_mounts url: /commands/hugo_config_mounts/ --- ## hugo config mounts Print the configured file mounts ### Synopsis Print the configured file mounts ``` hugo config mounts [flags] ``` ### Options ``` -h, --help help for mounts ``` ### Options inherited from parent commands ``` --config string config file (default is path/config.yaml|json|toml) --configDir string config dir (default "config") --debug debug output -e, --environment string build environment --ignoreVendor ignores any _vendor directory --ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern --log enable Logging --logFile string log File path (if set, logging enabled automatically) --quiet build in quiet mode -s, --source string filesystem path to read files relative from --themesDir string filesystem path to themes directory -v, --verbose verbose output --verboseLog verbose logging ``` ### SEE ALSO * [hugo config](/commands/hugo_config/) - Print the site configuration ###### Auto generated by spf13/cobra on 13-Sep-2020
-1
gohugoio/hugo
8,211
Update to Dart Sass Protocol beta6
Note that this version is not backwards compatible, so you have to update the protocol binary.
bep
"2021-02-06T16:52:23Z"
"2021-02-06T17:34:20Z"
4867cd1dea34ee53fb73cede2bcff4792e470104
441b11beec3cf0371ff9a2898f220a0bf00faf8c
Update to Dart Sass Protocol beta6. Note that this version is not backwards compatible, so you have to update the protocol binary.
./docs/content/en/commands/hugo_mod.md
--- date: 2020-09-13 title: "hugo mod" slug: hugo_mod url: /commands/hugo_mod/ --- ## hugo mod Various Hugo Modules helpers. ### Synopsis Various helpers to help manage the modules in your project's dependency graph. Most operations here requires a Go version installed on your system (>= Go 1.12) and the relevant VCS client (typically Git). This is not needed if you only operate on modules inside /themes or if you have vendored them via "hugo mod vendor". Note that Hugo will always start out by resolving the components defined in the site configuration, provided by a _vendor directory (if no --ignoreVendor flag provided), Go Modules, or a folder inside the themes directory, in that order. See https://gohugo.io/hugo-modules/ for more information. ### Options ``` -b, --baseURL string hostname (and path) to the root, e.g. http://spf13.com/ -D, --buildDrafts include content marked as draft -E, --buildExpired include expired content -F, --buildFuture include content with publishdate in the future --cacheDir string filesystem path to cache directory. Defaults: $TMPDIR/hugo_cache/ --cleanDestinationDir remove files from destination not found in static directories -c, --contentDir string filesystem path to content directory -d, --destination string filesystem path to write files to --disableKinds strings disable different kind of pages (home, RSS etc.) --enableGitInfo add Git revision, date and author info to the pages --forceSyncStatic copy all files when static is changed. --gc enable to run some cleanup tasks (remove unused cache files) after the build -h, --help help for mod --i18n-warnings print missing translations --ignoreCache ignores the cache directory -l, --layoutDir string filesystem path to layout directory --minify minify any supported output format (HTML, XML etc.) --noChmod don't sync permission mode of files --noTimes don't sync modification time of files --path-warnings print warnings on duplicate target paths etc. --print-mem print memory usage to screen at intervals --templateMetrics display metrics about template executions --templateMetricsHints calculate some improvement hints when combined with --templateMetrics -t, --theme strings themes to use (located in /themes/THEMENAME/) --trace file write trace to file (not useful in general) ``` ### Options inherited from parent commands ``` --config string config file (default is path/config.yaml|json|toml) --configDir string config dir (default "config") --debug debug output -e, --environment string build environment --ignoreVendor ignores any _vendor directory --ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern --log enable Logging --logFile string log File path (if set, logging enabled automatically) --quiet build in quiet mode -s, --source string filesystem path to read files relative from --themesDir string filesystem path to themes directory -v, --verbose verbose output --verboseLog verbose logging ``` ### SEE ALSO * [hugo](/commands/hugo/) - hugo builds your site * [hugo mod clean](/commands/hugo_mod_clean/) - Delete the Hugo Module cache for the current project. * [hugo mod get](/commands/hugo_mod_get/) - Resolves dependencies in your current Hugo Project. * [hugo mod graph](/commands/hugo_mod_graph/) - Print a module dependency graph. * [hugo mod init](/commands/hugo_mod_init/) - Initialize this project as a Hugo Module. * [hugo mod npm](/commands/hugo_mod_npm/) - Various npm helpers. * [hugo mod tidy](/commands/hugo_mod_tidy/) - Remove unused entries in go.mod and go.sum. * [hugo mod vendor](/commands/hugo_mod_vendor/) - Vendor all module dependencies into the _vendor directory. * [hugo mod verify](/commands/hugo_mod_verify/) - Verify dependencies. ###### Auto generated by spf13/cobra on 13-Sep-2020
--- date: 2020-09-13 title: "hugo mod" slug: hugo_mod url: /commands/hugo_mod/ --- ## hugo mod Various Hugo Modules helpers. ### Synopsis Various helpers to help manage the modules in your project's dependency graph. Most operations here requires a Go version installed on your system (>= Go 1.12) and the relevant VCS client (typically Git). This is not needed if you only operate on modules inside /themes or if you have vendored them via "hugo mod vendor". Note that Hugo will always start out by resolving the components defined in the site configuration, provided by a _vendor directory (if no --ignoreVendor flag provided), Go Modules, or a folder inside the themes directory, in that order. See https://gohugo.io/hugo-modules/ for more information. ### Options ``` -b, --baseURL string hostname (and path) to the root, e.g. http://spf13.com/ -D, --buildDrafts include content marked as draft -E, --buildExpired include expired content -F, --buildFuture include content with publishdate in the future --cacheDir string filesystem path to cache directory. Defaults: $TMPDIR/hugo_cache/ --cleanDestinationDir remove files from destination not found in static directories -c, --contentDir string filesystem path to content directory -d, --destination string filesystem path to write files to --disableKinds strings disable different kind of pages (home, RSS etc.) --enableGitInfo add Git revision, date and author info to the pages --forceSyncStatic copy all files when static is changed. --gc enable to run some cleanup tasks (remove unused cache files) after the build -h, --help help for mod --i18n-warnings print missing translations --ignoreCache ignores the cache directory -l, --layoutDir string filesystem path to layout directory --minify minify any supported output format (HTML, XML etc.) --noChmod don't sync permission mode of files --noTimes don't sync modification time of files --path-warnings print warnings on duplicate target paths etc. --print-mem print memory usage to screen at intervals --templateMetrics display metrics about template executions --templateMetricsHints calculate some improvement hints when combined with --templateMetrics -t, --theme strings themes to use (located in /themes/THEMENAME/) --trace file write trace to file (not useful in general) ``` ### Options inherited from parent commands ``` --config string config file (default is path/config.yaml|json|toml) --configDir string config dir (default "config") --debug debug output -e, --environment string build environment --ignoreVendor ignores any _vendor directory --ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern --log enable Logging --logFile string log File path (if set, logging enabled automatically) --quiet build in quiet mode -s, --source string filesystem path to read files relative from --themesDir string filesystem path to themes directory -v, --verbose verbose output --verboseLog verbose logging ``` ### SEE ALSO * [hugo](/commands/hugo/) - hugo builds your site * [hugo mod clean](/commands/hugo_mod_clean/) - Delete the Hugo Module cache for the current project. * [hugo mod get](/commands/hugo_mod_get/) - Resolves dependencies in your current Hugo Project. * [hugo mod graph](/commands/hugo_mod_graph/) - Print a module dependency graph. * [hugo mod init](/commands/hugo_mod_init/) - Initialize this project as a Hugo Module. * [hugo mod npm](/commands/hugo_mod_npm/) - Various npm helpers. * [hugo mod tidy](/commands/hugo_mod_tidy/) - Remove unused entries in go.mod and go.sum. * [hugo mod vendor](/commands/hugo_mod_vendor/) - Vendor all module dependencies into the _vendor directory. * [hugo mod verify](/commands/hugo_mod_verify/) - Verify dependencies. ###### Auto generated by spf13/cobra on 13-Sep-2020
-1
gohugoio/hugo
8,211
Update to Dart Sass Protocol beta6
Note that this version is not backwards compatible, so you have to update the protocol binary.
bep
"2021-02-06T16:52:23Z"
"2021-02-06T17:34:20Z"
4867cd1dea34ee53fb73cede2bcff4792e470104
441b11beec3cf0371ff9a2898f220a0bf00faf8c
Update to Dart Sass Protocol beta6. Note that this version is not backwards compatible, so you have to update the protocol binary.
./docs/content/en/news/0.24-relnotes/index.md
--- date: 2017-06-17T17:53:58-04:00 categories: ["Releases"] description: "The Revival of the Archetypes!" link: "" title: "Hugo 0.24" draft: false author: bep aliases: [/0-24/] --- > "A feature that could be the name of the next Indiana Jones movie deserves its own release," says [@bep](https://github.com/bep). Hugo now handles the **archetype files as Go templates**. This means that the issues with sorting and lost comments are long gone. This also means that you will have to supply all values, including title and date. But this also opens up a lot of new windows. A fictional example for the section `newsletter` and the archetype file `archetypes/newsletter.md`: ``` --- title: "{{ replace .TranslationBaseName "-" " " | title }}" date: {{ .Date }} draft: true --- **Insert Lead paragraph here.** <!--more--> ## New Cool Posts {{ range first 10 ( where .Site.RegularPages "Type" "cool" ) }} * {{ .Title }} {{ end }} ``` And then create a new post with: ``` hugo new newsletter/the-latest-cool.stuff.md ``` **Note:** the site will only be built if the `.Site` is in use in the archetype file, and this can be time consuming for big sites. **Hot Tip:** If you set the `newContentEditor` configuration variable to an editor on your `PATH`, the newly created article will be opened. The above _newsletter type archetype_ illustrates the possibilities: The full Hugo `.Site` and all of Hugo&#39;s template funcs can be used in the archetype file. **Also, Hugo now supports archetype files for all content formats, not just markdown.** Hugo now has: * 17839&#43; [stars](https://github.com/gohugoio/hugo/stargazers) * 493&#43; [contributors](https://github.com/gohugoio/hugo/graphs/contributors) * 166&#43; [themes](http://themes.gohugo.io/) ## Notes * Archetype files now need to be complete, including `title` and `date`. * The `-f` (format) flag in `hugo new` is removed: Now use the archetype files as is. ## Enhancements * Support extension-less media types. The motivation behind this change is to support Netlify&#39;s `_redirects` files, so we can generate server-side redirects for the Hugo docs site. See [this commit](https://github.com/gohugoio/hugoDocs/commit/c1ab9894e8292e0a74c43bbca2263b1fb3840f9e) to see how we configured that. [0f40e1fa](https://github.com/gohugoio/hugo/commit/0f40e1fadfca2276f65adefa6d7d5d63aef9160a) [@bep](https://github.com/bep) [#3614](https://github.com/gohugoio/hugo/issues/3614) * Add `disableAliases` [516e6c6d](https://github.com/gohugoio/hugo/commit/516e6c6dc5733cdaf985317d58eedbc6ec0ef2f7) [@bep](https://github.com/bep) [#3613](https://github.com/gohugoio/hugo/issues/3613) * Support non-md files as archetype files [19f2e729](https://github.com/gohugoio/hugo/commit/19f2e729135af700c5d4aa06e7b3540e6d4847fd) [@bep](https://github.com/bep) [#3597](https://github.com/gohugoio/hugo/issues/3597) [#3618](https://github.com/gohugoio/hugo/issues/3618) * Identify extension-less text types as text [c43b512b](https://github.com/gohugoio/hugo/commit/c43b512b4700f76ac77f12d632bb030c3a241393) [@bep](https://github.com/bep) [#3614](https://github.com/gohugoio/hugo/issues/3614) * Add `.Site` to the archetype templates [662e12f3](https://github.com/gohugoio/hugo/commit/662e12f348a638a6fcc92a416ee7f7c2a7ef8792) [@bep](https://github.com/bep) [#1629](https://github.com/gohugoio/hugo/issues/1629) * Use archetype template as-is as a Go template [422057f6](https://github.com/gohugoio/hugo/commit/422057f60709696bbbd1c38c9ead2bf114d47e31) [@bep](https://github.com/bep) [#452](https://github.com/gohugoio/hugo/issues/452) [#1629](https://github.com/gohugoio/hugo/issues/1629) * Update links to new discuss URL [4aa12390](https://github.com/gohugoio/hugo/commit/4aa1239070bb9d4324d3582f3e809b702a59d3ac) [@bep](https://github.com/bep) ## Fixes * Fix error handling for `JSON` front matter [fb53987a](https://github.com/gohugoio/hugo/commit/fb53987a4ff2acb9da8dec6ec7b11924d37352ce) [@bep](https://github.com/bep) [#3610](https://github.com/gohugoio/hugo/issues/3610) * Fix handling of quoted brackets in `JSON` front matter [3183b9a2](https://github.com/gohugoio/hugo/commit/3183b9a29d8adac962fbc73f79b04542f4c4c55d) [@bep](https://github.com/bep) [#3511](https://github.com/gohugoio/hugo/issues/3511)
--- date: 2017-06-17T17:53:58-04:00 categories: ["Releases"] description: "The Revival of the Archetypes!" link: "" title: "Hugo 0.24" draft: false author: bep aliases: [/0-24/] --- > "A feature that could be the name of the next Indiana Jones movie deserves its own release," says [@bep](https://github.com/bep). Hugo now handles the **archetype files as Go templates**. This means that the issues with sorting and lost comments are long gone. This also means that you will have to supply all values, including title and date. But this also opens up a lot of new windows. A fictional example for the section `newsletter` and the archetype file `archetypes/newsletter.md`: ``` --- title: "{{ replace .TranslationBaseName "-" " " | title }}" date: {{ .Date }} draft: true --- **Insert Lead paragraph here.** <!--more--> ## New Cool Posts {{ range first 10 ( where .Site.RegularPages "Type" "cool" ) }} * {{ .Title }} {{ end }} ``` And then create a new post with: ``` hugo new newsletter/the-latest-cool.stuff.md ``` **Note:** the site will only be built if the `.Site` is in use in the archetype file, and this can be time consuming for big sites. **Hot Tip:** If you set the `newContentEditor` configuration variable to an editor on your `PATH`, the newly created article will be opened. The above _newsletter type archetype_ illustrates the possibilities: The full Hugo `.Site` and all of Hugo&#39;s template funcs can be used in the archetype file. **Also, Hugo now supports archetype files for all content formats, not just markdown.** Hugo now has: * 17839&#43; [stars](https://github.com/gohugoio/hugo/stargazers) * 493&#43; [contributors](https://github.com/gohugoio/hugo/graphs/contributors) * 166&#43; [themes](http://themes.gohugo.io/) ## Notes * Archetype files now need to be complete, including `title` and `date`. * The `-f` (format) flag in `hugo new` is removed: Now use the archetype files as is. ## Enhancements * Support extension-less media types. The motivation behind this change is to support Netlify&#39;s `_redirects` files, so we can generate server-side redirects for the Hugo docs site. See [this commit](https://github.com/gohugoio/hugoDocs/commit/c1ab9894e8292e0a74c43bbca2263b1fb3840f9e) to see how we configured that. [0f40e1fa](https://github.com/gohugoio/hugo/commit/0f40e1fadfca2276f65adefa6d7d5d63aef9160a) [@bep](https://github.com/bep) [#3614](https://github.com/gohugoio/hugo/issues/3614) * Add `disableAliases` [516e6c6d](https://github.com/gohugoio/hugo/commit/516e6c6dc5733cdaf985317d58eedbc6ec0ef2f7) [@bep](https://github.com/bep) [#3613](https://github.com/gohugoio/hugo/issues/3613) * Support non-md files as archetype files [19f2e729](https://github.com/gohugoio/hugo/commit/19f2e729135af700c5d4aa06e7b3540e6d4847fd) [@bep](https://github.com/bep) [#3597](https://github.com/gohugoio/hugo/issues/3597) [#3618](https://github.com/gohugoio/hugo/issues/3618) * Identify extension-less text types as text [c43b512b](https://github.com/gohugoio/hugo/commit/c43b512b4700f76ac77f12d632bb030c3a241393) [@bep](https://github.com/bep) [#3614](https://github.com/gohugoio/hugo/issues/3614) * Add `.Site` to the archetype templates [662e12f3](https://github.com/gohugoio/hugo/commit/662e12f348a638a6fcc92a416ee7f7c2a7ef8792) [@bep](https://github.com/bep) [#1629](https://github.com/gohugoio/hugo/issues/1629) * Use archetype template as-is as a Go template [422057f6](https://github.com/gohugoio/hugo/commit/422057f60709696bbbd1c38c9ead2bf114d47e31) [@bep](https://github.com/bep) [#452](https://github.com/gohugoio/hugo/issues/452) [#1629](https://github.com/gohugoio/hugo/issues/1629) * Update links to new discuss URL [4aa12390](https://github.com/gohugoio/hugo/commit/4aa1239070bb9d4324d3582f3e809b702a59d3ac) [@bep](https://github.com/bep) ## Fixes * Fix error handling for `JSON` front matter [fb53987a](https://github.com/gohugoio/hugo/commit/fb53987a4ff2acb9da8dec6ec7b11924d37352ce) [@bep](https://github.com/bep) [#3610](https://github.com/gohugoio/hugo/issues/3610) * Fix handling of quoted brackets in `JSON` front matter [3183b9a2](https://github.com/gohugoio/hugo/commit/3183b9a29d8adac962fbc73f79b04542f4c4c55d) [@bep](https://github.com/bep) [#3511](https://github.com/gohugoio/hugo/issues/3511)
-1
gohugoio/hugo
8,211
Update to Dart Sass Protocol beta6
Note that this version is not backwards compatible, so you have to update the protocol binary.
bep
"2021-02-06T16:52:23Z"
"2021-02-06T17:34:20Z"
4867cd1dea34ee53fb73cede2bcff4792e470104
441b11beec3cf0371ff9a2898f220a0bf00faf8c
Update to Dart Sass Protocol beta6. Note that this version is not backwards compatible, so you have to update the protocol binary.
./releaser/github_test.go
// Copyright 2017-present The Hugo Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. package releaser import ( "fmt" "os" "testing" qt "github.com/frankban/quicktest" ) func TestGitHubLookupCommit(t *testing.T) { skipIfNoToken(t) c := qt.New(t) client := newGitHubAPI("hugo") commit, err := client.fetchCommit("793554108763c0984f1a1b1a6ee5744b560d78d0") c.Assert(err, qt.IsNil) fmt.Println(commit) } func TestFetchRepo(t *testing.T) { skipIfNoToken(t) c := qt.New(t) client := newGitHubAPI("hugo") repo, err := client.fetchRepo() c.Assert(err, qt.IsNil) fmt.Println(">>", len(repo.Contributors)) } func skipIfNoToken(t *testing.T) { if os.Getenv("GITHUB_TOKEN") == "" { t.Skip("Skip test against GitHub as no GITHUB_TOKEN set.") } }
// Copyright 2017-present The Hugo Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. package releaser import ( "fmt" "os" "testing" qt "github.com/frankban/quicktest" ) func TestGitHubLookupCommit(t *testing.T) { skipIfNoToken(t) c := qt.New(t) client := newGitHubAPI("hugo") commit, err := client.fetchCommit("793554108763c0984f1a1b1a6ee5744b560d78d0") c.Assert(err, qt.IsNil) fmt.Println(commit) } func TestFetchRepo(t *testing.T) { skipIfNoToken(t) c := qt.New(t) client := newGitHubAPI("hugo") repo, err := client.fetchRepo() c.Assert(err, qt.IsNil) fmt.Println(">>", len(repo.Contributors)) } func skipIfNoToken(t *testing.T) { if os.Getenv("GITHUB_TOKEN") == "" { t.Skip("Skip test against GitHub as no GITHUB_TOKEN set.") } }
-1
gohugoio/hugo
8,211
Update to Dart Sass Protocol beta6
Note that this version is not backwards compatible, so you have to update the protocol binary.
bep
"2021-02-06T16:52:23Z"
"2021-02-06T17:34:20Z"
4867cd1dea34ee53fb73cede2bcff4792e470104
441b11beec3cf0371ff9a2898f220a0bf00faf8c
Update to Dart Sass Protocol beta6. Note that this version is not backwards compatible, so you have to update the protocol binary.
./resources/resource_spec.go
// Copyright 2019 The Hugo Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. package resources import ( "errors" "fmt" "mime" "os" "path" "path/filepath" "strings" "sync" "github.com/gohugoio/hugo/resources/jsconfig" "github.com/gohugoio/hugo/common/herrors" "github.com/gohugoio/hugo/config" "github.com/gohugoio/hugo/identity" "github.com/gohugoio/hugo/helpers" "github.com/gohugoio/hugo/hugofs" "github.com/gohugoio/hugo/resources/postpub" "github.com/gohugoio/hugo/cache/filecache" "github.com/gohugoio/hugo/common/loggers" "github.com/gohugoio/hugo/media" "github.com/gohugoio/hugo/output" "github.com/gohugoio/hugo/resources/images" "github.com/gohugoio/hugo/resources/page" "github.com/gohugoio/hugo/resources/resource" "github.com/gohugoio/hugo/tpl" "github.com/spf13/afero" ) func NewSpec( s *helpers.PathSpec, fileCaches filecache.Caches, incr identity.Incrementer, logger loggers.Logger, errorHandler herrors.ErrorSender, outputFormats output.Formats, mimeTypes media.Types) (*Spec, error) { imgConfig, err := images.DecodeConfig(s.Cfg.GetStringMap("imaging")) if err != nil { return nil, err } imaging, err := images.NewImageProcessor(imgConfig) if err != nil { return nil, err } if incr == nil { incr = &identity.IncrementByOne{} } if logger == nil { logger = loggers.NewErrorLogger() } permalinks, err := page.NewPermalinkExpander(s) if err != nil { return nil, err } rs := &Spec{ PathSpec: s, Logger: logger, ErrorSender: errorHandler, imaging: imaging, incr: incr, MediaTypes: mimeTypes, OutputFormats: outputFormats, Permalinks: permalinks, BuildConfig: config.DecodeBuild(s.Cfg), FileCaches: fileCaches, PostBuildAssets: &PostBuildAssets{ PostProcessResources: make(map[string]postpub.PostPublishedResource), JSConfigBuilder: jsconfig.NewBuilder(), }, imageCache: newImageCache( fileCaches.ImageCache(), s, ), } rs.ResourceCache = newResourceCache(rs) return rs, nil } type Spec struct { *helpers.PathSpec MediaTypes media.Types OutputFormats output.Formats Logger loggers.Logger ErrorSender herrors.ErrorSender TextTemplates tpl.TemplateParseFinder Permalinks page.PermalinkExpander BuildConfig config.Build // Holds default filter settings etc. imaging *images.ImageProcessor incr identity.Incrementer imageCache *imageCache ResourceCache *ResourceCache FileCaches filecache.Caches // Assets used after the build is done. // This is shared between all sites. *PostBuildAssets } type PostBuildAssets struct { postProcessMu sync.RWMutex PostProcessResources map[string]postpub.PostPublishedResource JSConfigBuilder *jsconfig.Builder } func (r *Spec) New(fd ResourceSourceDescriptor) (resource.Resource, error) { return r.newResourceFor(fd) } func (r *Spec) CacheStats() string { r.imageCache.mu.RLock() defer r.imageCache.mu.RUnlock() s := fmt.Sprintf("Cache entries: %d", len(r.imageCache.store)) count := 0 for k := range r.imageCache.store { if count > 5 { break } s += "\n" + k count++ } return s } func (r *Spec) ClearCaches() { r.imageCache.clear() r.ResourceCache.clear() } func (r *Spec) DeleteBySubstring(s string) { r.imageCache.deleteIfContains(s) } func (s *Spec) String() string { return "spec" } // TODO(bep) clean up below func (r *Spec) newGenericResource(sourceFs afero.Fs, targetPathBuilder func() page.TargetPaths, osFileInfo os.FileInfo, sourceFilename, baseFilename string, mediaType media.Type) *genericResource { return r.newGenericResourceWithBase( sourceFs, nil, nil, targetPathBuilder, osFileInfo, sourceFilename, baseFilename, mediaType, ) } func (r *Spec) newGenericResourceWithBase( sourceFs afero.Fs, openReadSeekerCloser resource.OpenReadSeekCloser, targetPathBaseDirs []string, targetPathBuilder func() page.TargetPaths, osFileInfo os.FileInfo, sourceFilename, baseFilename string, mediaType media.Type) *genericResource { if osFileInfo != nil && osFileInfo.IsDir() { panic(fmt.Sprintf("dirs not supported resource types: %v", osFileInfo)) } // This value is used both to construct URLs and file paths, but start // with a Unix-styled path. baseFilename = helpers.ToSlashTrimLeading(baseFilename) fpath, fname := path.Split(baseFilename) resourceType := mediaType.MainType pathDescriptor := &resourcePathDescriptor{ baseTargetPathDirs: helpers.UniqueStringsReuse(targetPathBaseDirs), targetPathBuilder: targetPathBuilder, relTargetDirFile: dirFile{dir: fpath, file: fname}, } var fim hugofs.FileMetaInfo if osFileInfo != nil { fim = osFileInfo.(hugofs.FileMetaInfo) } gfi := &resourceFileInfo{ fi: fim, openReadSeekerCloser: openReadSeekerCloser, sourceFs: sourceFs, sourceFilename: sourceFilename, h: &resourceHash{}, } g := &genericResource{ resourceFileInfo: gfi, resourcePathDescriptor: pathDescriptor, mediaType: mediaType, resourceType: resourceType, spec: r, params: make(map[string]interface{}), name: baseFilename, title: baseFilename, resourceContent: &resourceContent{}, } return g } func (r *Spec) newResource(sourceFs afero.Fs, fd ResourceSourceDescriptor) (resource.Resource, error) { fi := fd.FileInfo var sourceFilename string if fd.OpenReadSeekCloser != nil { } else if fd.SourceFilename != "" { var err error fi, err = sourceFs.Stat(fd.SourceFilename) if err != nil { if os.IsNotExist(err) { return nil, nil } return nil, err } sourceFilename = fd.SourceFilename } else { sourceFilename = fd.SourceFile.Filename() } if fd.RelTargetFilename == "" { fd.RelTargetFilename = sourceFilename } ext := strings.ToLower(filepath.Ext(fd.RelTargetFilename)) mimeType, found := r.MediaTypes.GetFirstBySuffix(strings.TrimPrefix(ext, ".")) // TODO(bep) we need to handle these ambiguous types better, but in this context // we most likely want the application/xml type. if mimeType.Suffix() == "xml" && mimeType.SubType == "rss" { mimeType, found = r.MediaTypes.GetByType("application/xml") } if !found { // A fallback. Note that mime.TypeByExtension is slow by Hugo standards, // so we should configure media types to avoid this lookup for most // situations. mimeStr := mime.TypeByExtension(ext) if mimeStr != "" { mimeType, _ = media.FromStringAndExt(mimeStr, ext) } } gr := r.newGenericResourceWithBase( sourceFs, fd.OpenReadSeekCloser, fd.TargetBasePaths, fd.TargetPaths, fi, sourceFilename, fd.RelTargetFilename, mimeType) if mimeType.MainType == "image" { imgFormat, ok := images.ImageFormatFromExt(ext) if ok { ir := &imageResource{ Image: images.NewImage(imgFormat, r.imaging, nil, gr), baseResource: gr, } ir.root = ir return newResourceAdapter(gr.spec, fd.LazyPublish, ir), nil } } return newResourceAdapter(gr.spec, fd.LazyPublish, gr), nil } func (r *Spec) newResourceFor(fd ResourceSourceDescriptor) (resource.Resource, error) { if fd.OpenReadSeekCloser == nil { if fd.SourceFile != nil && fd.SourceFilename != "" { return nil, errors.New("both SourceFile and AbsSourceFilename provided") } else if fd.SourceFile == nil && fd.SourceFilename == "" { return nil, errors.New("either SourceFile or AbsSourceFilename must be provided") } } if fd.RelTargetFilename == "" { fd.RelTargetFilename = fd.Filename() } if len(fd.TargetBasePaths) == 0 { // If not set, we publish the same resource to all hosts. fd.TargetBasePaths = r.MultihostTargetBasePaths } return r.newResource(fd.Fs, fd) }
// Copyright 2019 The Hugo Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. package resources import ( "errors" "fmt" "mime" "os" "path" "path/filepath" "strings" "sync" "github.com/gohugoio/hugo/resources/jsconfig" "github.com/gohugoio/hugo/common/herrors" "github.com/gohugoio/hugo/config" "github.com/gohugoio/hugo/identity" "github.com/gohugoio/hugo/helpers" "github.com/gohugoio/hugo/hugofs" "github.com/gohugoio/hugo/resources/postpub" "github.com/gohugoio/hugo/cache/filecache" "github.com/gohugoio/hugo/common/loggers" "github.com/gohugoio/hugo/media" "github.com/gohugoio/hugo/output" "github.com/gohugoio/hugo/resources/images" "github.com/gohugoio/hugo/resources/page" "github.com/gohugoio/hugo/resources/resource" "github.com/gohugoio/hugo/tpl" "github.com/spf13/afero" ) func NewSpec( s *helpers.PathSpec, fileCaches filecache.Caches, incr identity.Incrementer, logger loggers.Logger, errorHandler herrors.ErrorSender, outputFormats output.Formats, mimeTypes media.Types) (*Spec, error) { imgConfig, err := images.DecodeConfig(s.Cfg.GetStringMap("imaging")) if err != nil { return nil, err } imaging, err := images.NewImageProcessor(imgConfig) if err != nil { return nil, err } if incr == nil { incr = &identity.IncrementByOne{} } if logger == nil { logger = loggers.NewErrorLogger() } permalinks, err := page.NewPermalinkExpander(s) if err != nil { return nil, err } rs := &Spec{ PathSpec: s, Logger: logger, ErrorSender: errorHandler, imaging: imaging, incr: incr, MediaTypes: mimeTypes, OutputFormats: outputFormats, Permalinks: permalinks, BuildConfig: config.DecodeBuild(s.Cfg), FileCaches: fileCaches, PostBuildAssets: &PostBuildAssets{ PostProcessResources: make(map[string]postpub.PostPublishedResource), JSConfigBuilder: jsconfig.NewBuilder(), }, imageCache: newImageCache( fileCaches.ImageCache(), s, ), } rs.ResourceCache = newResourceCache(rs) return rs, nil } type Spec struct { *helpers.PathSpec MediaTypes media.Types OutputFormats output.Formats Logger loggers.Logger ErrorSender herrors.ErrorSender TextTemplates tpl.TemplateParseFinder Permalinks page.PermalinkExpander BuildConfig config.Build // Holds default filter settings etc. imaging *images.ImageProcessor incr identity.Incrementer imageCache *imageCache ResourceCache *ResourceCache FileCaches filecache.Caches // Assets used after the build is done. // This is shared between all sites. *PostBuildAssets } type PostBuildAssets struct { postProcessMu sync.RWMutex PostProcessResources map[string]postpub.PostPublishedResource JSConfigBuilder *jsconfig.Builder } func (r *Spec) New(fd ResourceSourceDescriptor) (resource.Resource, error) { return r.newResourceFor(fd) } func (r *Spec) CacheStats() string { r.imageCache.mu.RLock() defer r.imageCache.mu.RUnlock() s := fmt.Sprintf("Cache entries: %d", len(r.imageCache.store)) count := 0 for k := range r.imageCache.store { if count > 5 { break } s += "\n" + k count++ } return s } func (r *Spec) ClearCaches() { r.imageCache.clear() r.ResourceCache.clear() } func (r *Spec) DeleteBySubstring(s string) { r.imageCache.deleteIfContains(s) } func (s *Spec) String() string { return "spec" } // TODO(bep) clean up below func (r *Spec) newGenericResource(sourceFs afero.Fs, targetPathBuilder func() page.TargetPaths, osFileInfo os.FileInfo, sourceFilename, baseFilename string, mediaType media.Type) *genericResource { return r.newGenericResourceWithBase( sourceFs, nil, nil, targetPathBuilder, osFileInfo, sourceFilename, baseFilename, mediaType, ) } func (r *Spec) newGenericResourceWithBase( sourceFs afero.Fs, openReadSeekerCloser resource.OpenReadSeekCloser, targetPathBaseDirs []string, targetPathBuilder func() page.TargetPaths, osFileInfo os.FileInfo, sourceFilename, baseFilename string, mediaType media.Type) *genericResource { if osFileInfo != nil && osFileInfo.IsDir() { panic(fmt.Sprintf("dirs not supported resource types: %v", osFileInfo)) } // This value is used both to construct URLs and file paths, but start // with a Unix-styled path. baseFilename = helpers.ToSlashTrimLeading(baseFilename) fpath, fname := path.Split(baseFilename) resourceType := mediaType.MainType pathDescriptor := &resourcePathDescriptor{ baseTargetPathDirs: helpers.UniqueStringsReuse(targetPathBaseDirs), targetPathBuilder: targetPathBuilder, relTargetDirFile: dirFile{dir: fpath, file: fname}, } var fim hugofs.FileMetaInfo if osFileInfo != nil { fim = osFileInfo.(hugofs.FileMetaInfo) } gfi := &resourceFileInfo{ fi: fim, openReadSeekerCloser: openReadSeekerCloser, sourceFs: sourceFs, sourceFilename: sourceFilename, h: &resourceHash{}, } g := &genericResource{ resourceFileInfo: gfi, resourcePathDescriptor: pathDescriptor, mediaType: mediaType, resourceType: resourceType, spec: r, params: make(map[string]interface{}), name: baseFilename, title: baseFilename, resourceContent: &resourceContent{}, } return g } func (r *Spec) newResource(sourceFs afero.Fs, fd ResourceSourceDescriptor) (resource.Resource, error) { fi := fd.FileInfo var sourceFilename string if fd.OpenReadSeekCloser != nil { } else if fd.SourceFilename != "" { var err error fi, err = sourceFs.Stat(fd.SourceFilename) if err != nil { if os.IsNotExist(err) { return nil, nil } return nil, err } sourceFilename = fd.SourceFilename } else { sourceFilename = fd.SourceFile.Filename() } if fd.RelTargetFilename == "" { fd.RelTargetFilename = sourceFilename } ext := strings.ToLower(filepath.Ext(fd.RelTargetFilename)) mimeType, found := r.MediaTypes.GetFirstBySuffix(strings.TrimPrefix(ext, ".")) // TODO(bep) we need to handle these ambiguous types better, but in this context // we most likely want the application/xml type. if mimeType.Suffix() == "xml" && mimeType.SubType == "rss" { mimeType, found = r.MediaTypes.GetByType("application/xml") } if !found { // A fallback. Note that mime.TypeByExtension is slow by Hugo standards, // so we should configure media types to avoid this lookup for most // situations. mimeStr := mime.TypeByExtension(ext) if mimeStr != "" { mimeType, _ = media.FromStringAndExt(mimeStr, ext) } } gr := r.newGenericResourceWithBase( sourceFs, fd.OpenReadSeekCloser, fd.TargetBasePaths, fd.TargetPaths, fi, sourceFilename, fd.RelTargetFilename, mimeType) if mimeType.MainType == "image" { imgFormat, ok := images.ImageFormatFromExt(ext) if ok { ir := &imageResource{ Image: images.NewImage(imgFormat, r.imaging, nil, gr), baseResource: gr, } ir.root = ir return newResourceAdapter(gr.spec, fd.LazyPublish, ir), nil } } return newResourceAdapter(gr.spec, fd.LazyPublish, gr), nil } func (r *Spec) newResourceFor(fd ResourceSourceDescriptor) (resource.Resource, error) { if fd.OpenReadSeekCloser == nil { if fd.SourceFile != nil && fd.SourceFilename != "" { return nil, errors.New("both SourceFile and AbsSourceFilename provided") } else if fd.SourceFile == nil && fd.SourceFilename == "" { return nil, errors.New("either SourceFile or AbsSourceFilename must be provided") } } if fd.RelTargetFilename == "" { fd.RelTargetFilename = fd.Filename() } if len(fd.TargetBasePaths) == 0 { // If not set, we publish the same resource to all hosts. fd.TargetBasePaths = r.MultihostTargetBasePaths } return r.newResource(fd.Fs, fd) }
-1
gohugoio/hugo
8,211
Update to Dart Sass Protocol beta6
Note that this version is not backwards compatible, so you have to update the protocol binary.
bep
"2021-02-06T16:52:23Z"
"2021-02-06T17:34:20Z"
4867cd1dea34ee53fb73cede2bcff4792e470104
441b11beec3cf0371ff9a2898f220a0bf00faf8c
Update to Dart Sass Protocol beta6. Note that this version is not backwards compatible, so you have to update the protocol binary.
./docs/_vendor/github.com/gohugoio/gohugoioTheme/assets/css/_fluid-type.css
.f2-fluid { font-size: 2.25rem; } @media (--breakpoint-large) { .f2-fluid { font-size: 1.25rem; font-size: calc(0.875rem + 0.5 * ((100vw - 20rem) / 60)); } }
.f2-fluid { font-size: 2.25rem; } @media (--breakpoint-large) { .f2-fluid { font-size: 1.25rem; font-size: calc(0.875rem + 0.5 * ((100vw - 20rem) / 60)); } }
-1
gohugoio/hugo
8,211
Update to Dart Sass Protocol beta6
Note that this version is not backwards compatible, so you have to update the protocol binary.
bep
"2021-02-06T16:52:23Z"
"2021-02-06T17:34:20Z"
4867cd1dea34ee53fb73cede2bcff4792e470104
441b11beec3cf0371ff9a2898f220a0bf00faf8c
Update to Dart Sass Protocol beta6. Note that this version is not backwards compatible, so you have to update the protocol binary.
./markup/mmark/renderer.go
// Copyright 2019 The Hugo Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. package mmark import ( "bytes" "strings" "github.com/gohugoio/hugo/markup/blackfriday/blackfriday_config" "github.com/gohugoio/hugo/markup/converter" "github.com/miekg/mmark" ) // hugoHTMLRenderer wraps a blackfriday.Renderer, typically a blackfriday.Html // adding some custom behaviour. type mmarkRenderer struct { Config converter.ProviderConfig BlackfridayConfig blackfriday_config.Config mmark.Renderer } // BlockCode renders a given text as a block of code. func (r *mmarkRenderer) BlockCode(out *bytes.Buffer, text []byte, lang string, caption []byte, subfigure bool, callouts bool) { if r.Config.MarkupConfig.Highlight.CodeFences { str := strings.Trim(string(text), "\n\r") highlighted, _ := r.Config.Highlight(str, lang, "") out.WriteString(highlighted) } else { r.Renderer.BlockCode(out, text, lang, caption, subfigure, callouts) } }
// Copyright 2019 The Hugo Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. package mmark import ( "bytes" "strings" "github.com/gohugoio/hugo/markup/blackfriday/blackfriday_config" "github.com/gohugoio/hugo/markup/converter" "github.com/miekg/mmark" ) // hugoHTMLRenderer wraps a blackfriday.Renderer, typically a blackfriday.Html // adding some custom behaviour. type mmarkRenderer struct { Config converter.ProviderConfig BlackfridayConfig blackfriday_config.Config mmark.Renderer } // BlockCode renders a given text as a block of code. func (r *mmarkRenderer) BlockCode(out *bytes.Buffer, text []byte, lang string, caption []byte, subfigure bool, callouts bool) { if r.Config.MarkupConfig.Highlight.CodeFences { str := strings.Trim(string(text), "\n\r") highlighted, _ := r.Config.Highlight(str, lang, "") out.WriteString(highlighted) } else { r.Renderer.BlockCode(out, text, lang, caption, subfigure, callouts) } }
-1
gohugoio/hugo
8,211
Update to Dart Sass Protocol beta6
Note that this version is not backwards compatible, so you have to update the protocol binary.
bep
"2021-02-06T16:52:23Z"
"2021-02-06T17:34:20Z"
4867cd1dea34ee53fb73cede2bcff4792e470104
441b11beec3cf0371ff9a2898f220a0bf00faf8c
Update to Dart Sass Protocol beta6. Note that this version is not backwards compatible, so you have to update the protocol binary.
./docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/_default/_markup/render-heading.html
<h{{ .Level }} id="{{ .Anchor | safeURL }}">{{ .Text | safeHTML }} {{- if and (ge .Level 2) (le .Level 4) }}{{" " -}} <a class="header-link" href="#{{ .Anchor | safeURL }}"><svg class="fill-current o-60 hover-accent-color-light" height="22px" viewBox="0 0 24 24" width="22px" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76 0 5-2.24 5-5s-2.24-5-5-5z"/></svg></a> {{- end -}} </h{{ .Level }}>
<h{{ .Level }} id="{{ .Anchor | safeURL }}">{{ .Text | safeHTML }} {{- if and (ge .Level 2) (le .Level 4) }}{{" " -}} <a class="header-link" href="#{{ .Anchor | safeURL }}"><svg class="fill-current o-60 hover-accent-color-light" height="22px" viewBox="0 0 24 24" width="22px" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76 0 5-2.24 5-5s-2.24-5-5-5z"/></svg></a> {{- end -}} </h{{ .Level }}>
-1
gohugoio/hugo
8,211
Update to Dart Sass Protocol beta6
Note that this version is not backwards compatible, so you have to update the protocol binary.
bep
"2021-02-06T16:52:23Z"
"2021-02-06T17:34:20Z"
4867cd1dea34ee53fb73cede2bcff4792e470104
441b11beec3cf0371ff9a2898f220a0bf00faf8c
Update to Dart Sass Protocol beta6. Note that this version is not backwards compatible, so you have to update the protocol binary.
./hugolib/filesystems/basefs_test.go
// Copyright 2019 The Hugo Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. package filesystems import ( "errors" "fmt" "os" "path/filepath" "strings" "testing" "github.com/gobwas/glob" "github.com/gohugoio/hugo/config" "github.com/gohugoio/hugo/langs" "github.com/spf13/afero" qt "github.com/frankban/quicktest" "github.com/gohugoio/hugo/hugofs" "github.com/gohugoio/hugo/hugolib/paths" "github.com/gohugoio/hugo/modules" "github.com/spf13/viper" ) func initConfig(fs afero.Fs, cfg config.Provider) error { if _, err := langs.LoadLanguageSettings(cfg, nil); err != nil { return err } modConfig, err := modules.DecodeConfig(cfg) if err != nil { return err } workingDir := cfg.GetString("workingDir") themesDir := cfg.GetString("themesDir") if !filepath.IsAbs(themesDir) { themesDir = filepath.Join(workingDir, themesDir) } globAll := glob.MustCompile("**", '/') modulesClient := modules.NewClient(modules.ClientConfig{ Fs: fs, WorkingDir: workingDir, ThemesDir: themesDir, ModuleConfig: modConfig, IgnoreVendor: globAll, }) moduleConfig, err := modulesClient.Collect() if err != nil { return err } if err := modules.ApplyProjectConfigDefaults(cfg, moduleConfig.ActiveModules[0]); err != nil { return err } cfg.Set("allModules", moduleConfig.ActiveModules) return nil } func TestNewBaseFs(t *testing.T) { c := qt.New(t) v := viper.New() fs := hugofs.NewMem(v) themes := []string{"btheme", "atheme"} workingDir := filepath.FromSlash("/my/work") v.Set("workingDir", workingDir) v.Set("contentDir", "content") v.Set("themesDir", "themes") v.Set("defaultContentLanguage", "en") v.Set("theme", themes[:1]) // Write some data to the themes for _, theme := range themes { for _, dir := range []string{"i18n", "data", "archetypes", "layouts"} { base := filepath.Join(workingDir, "themes", theme, dir) filenameTheme := filepath.Join(base, fmt.Sprintf("theme-file-%s.txt", theme)) filenameOverlap := filepath.Join(base, "f3.txt") fs.Source.Mkdir(base, 0755) content := []byte(fmt.Sprintf("content:%s:%s", theme, dir)) afero.WriteFile(fs.Source, filenameTheme, content, 0755) afero.WriteFile(fs.Source, filenameOverlap, content, 0755) } // Write some files to the root of the theme base := filepath.Join(workingDir, "themes", theme) afero.WriteFile(fs.Source, filepath.Join(base, fmt.Sprintf("theme-root-%s.txt", theme)), []byte(fmt.Sprintf("content:%s", theme)), 0755) afero.WriteFile(fs.Source, filepath.Join(base, "file-theme-root.txt"), []byte(fmt.Sprintf("content:%s", theme)), 0755) } afero.WriteFile(fs.Source, filepath.Join(workingDir, "file-root.txt"), []byte("content-project"), 0755) afero.WriteFile(fs.Source, filepath.Join(workingDir, "themes", "btheme", "config.toml"), []byte(` theme = ["atheme"] `), 0755) setConfigAndWriteSomeFilesTo(fs.Source, v, "contentDir", "mycontent", 3) setConfigAndWriteSomeFilesTo(fs.Source, v, "i18nDir", "myi18n", 4) setConfigAndWriteSomeFilesTo(fs.Source, v, "layoutDir", "mylayouts", 5) setConfigAndWriteSomeFilesTo(fs.Source, v, "staticDir", "mystatic", 6) setConfigAndWriteSomeFilesTo(fs.Source, v, "dataDir", "mydata", 7) setConfigAndWriteSomeFilesTo(fs.Source, v, "archetypeDir", "myarchetypes", 8) setConfigAndWriteSomeFilesTo(fs.Source, v, "assetDir", "myassets", 9) setConfigAndWriteSomeFilesTo(fs.Source, v, "resourceDir", "myrsesource", 10) v.Set("publishDir", "public") c.Assert(initConfig(fs.Source, v), qt.IsNil) p, err := paths.New(fs, v) c.Assert(err, qt.IsNil) bfs, err := NewBase(p, nil) c.Assert(err, qt.IsNil) c.Assert(bfs, qt.Not(qt.IsNil)) root, err := bfs.I18n.Fs.Open("") c.Assert(err, qt.IsNil) dirnames, err := root.Readdirnames(-1) c.Assert(err, qt.IsNil) c.Assert(dirnames, qt.DeepEquals, []string{"f1.txt", "f2.txt", "f3.txt", "f4.txt", "f3.txt", "theme-file-btheme.txt", "f3.txt", "theme-file-atheme.txt"}) root, err = bfs.Data.Fs.Open("") c.Assert(err, qt.IsNil) dirnames, err = root.Readdirnames(-1) c.Assert(err, qt.IsNil) c.Assert(dirnames, qt.DeepEquals, []string{"f1.txt", "f2.txt", "f3.txt", "f4.txt", "f5.txt", "f6.txt", "f7.txt", "f3.txt", "theme-file-btheme.txt", "f3.txt", "theme-file-atheme.txt"}) checkFileCount(bfs.Layouts.Fs, "", c, 7) checkFileCount(bfs.Content.Fs, "", c, 3) checkFileCount(bfs.I18n.Fs, "", c, 8) // 4 + 4 themes checkFileCount(bfs.Static[""].Fs, "", c, 6) checkFileCount(bfs.Data.Fs, "", c, 11) // 7 + 4 themes checkFileCount(bfs.Archetypes.Fs, "", c, 10) // 8 + 2 themes checkFileCount(bfs.Assets.Fs, "", c, 9) checkFileCount(bfs.Work, "", c, 82) c.Assert(bfs.IsData(filepath.Join(workingDir, "mydata", "file1.txt")), qt.Equals, true) c.Assert(bfs.IsI18n(filepath.Join(workingDir, "myi18n", "file1.txt")), qt.Equals, true) c.Assert(bfs.IsLayout(filepath.Join(workingDir, "mylayouts", "file1.txt")), qt.Equals, true) c.Assert(bfs.IsStatic(filepath.Join(workingDir, "mystatic", "file1.txt")), qt.Equals, true) c.Assert(bfs.IsAsset(filepath.Join(workingDir, "myassets", "file1.txt")), qt.Equals, true) contentFilename := filepath.Join(workingDir, "mycontent", "file1.txt") c.Assert(bfs.IsContent(contentFilename), qt.Equals, true) rel := bfs.RelContentDir(contentFilename) c.Assert(rel, qt.Equals, "file1.txt") // Check Work fs vs theme checkFileContent(bfs.Work, "file-root.txt", c, "content-project") checkFileContent(bfs.Work, "theme-root-atheme.txt", c, "content:atheme") // https://github.com/gohugoio/hugo/issues/5318 // Check both project and theme. for _, fs := range []afero.Fs{bfs.Archetypes.Fs, bfs.Layouts.Fs} { for _, filename := range []string{"/f1.txt", "/theme-file-atheme.txt"} { filename = filepath.FromSlash(filename) f, err := fs.Open(filename) c.Assert(err, qt.IsNil) f.Close() } } } func createConfig() *viper.Viper { v := viper.New() v.Set("contentDir", "mycontent") v.Set("i18nDir", "myi18n") v.Set("staticDir", "mystatic") v.Set("dataDir", "mydata") v.Set("layoutDir", "mylayouts") v.Set("archetypeDir", "myarchetypes") v.Set("assetDir", "myassets") v.Set("resourceDir", "resources") v.Set("publishDir", "public") v.Set("defaultContentLanguage", "en") return v } func TestNewBaseFsEmpty(t *testing.T) { c := qt.New(t) v := createConfig() fs := hugofs.NewMem(v) c.Assert(initConfig(fs.Source, v), qt.IsNil) p, err := paths.New(fs, v) c.Assert(err, qt.IsNil) bfs, err := NewBase(p, nil) c.Assert(err, qt.IsNil) c.Assert(bfs, qt.Not(qt.IsNil)) c.Assert(bfs.Archetypes.Fs, qt.Not(qt.IsNil)) c.Assert(bfs.Layouts.Fs, qt.Not(qt.IsNil)) c.Assert(bfs.Data.Fs, qt.Not(qt.IsNil)) c.Assert(bfs.I18n.Fs, qt.Not(qt.IsNil)) c.Assert(bfs.Work, qt.Not(qt.IsNil)) c.Assert(bfs.Content.Fs, qt.Not(qt.IsNil)) c.Assert(bfs.Static, qt.Not(qt.IsNil)) } func TestRealDirs(t *testing.T) { c := qt.New(t) v := createConfig() fs := hugofs.NewDefault(v) sfs := fs.Source root, err := afero.TempDir(sfs, "", "realdir") c.Assert(err, qt.IsNil) themesDir, err := afero.TempDir(sfs, "", "themesDir") c.Assert(err, qt.IsNil) defer func() { os.RemoveAll(root) os.RemoveAll(themesDir) }() v.Set("workingDir", root) v.Set("themesDir", themesDir) v.Set("theme", "mytheme") c.Assert(sfs.MkdirAll(filepath.Join(root, "myassets", "scss", "sf1"), 0755), qt.IsNil) c.Assert(sfs.MkdirAll(filepath.Join(root, "myassets", "scss", "sf2"), 0755), qt.IsNil) c.Assert(sfs.MkdirAll(filepath.Join(themesDir, "mytheme", "assets", "scss", "sf2"), 0755), qt.IsNil) c.Assert(sfs.MkdirAll(filepath.Join(themesDir, "mytheme", "assets", "scss", "sf3"), 0755), qt.IsNil) c.Assert(sfs.MkdirAll(filepath.Join(root, "resources"), 0755), qt.IsNil) c.Assert(sfs.MkdirAll(filepath.Join(themesDir, "mytheme", "resources"), 0755), qt.IsNil) c.Assert(sfs.MkdirAll(filepath.Join(root, "myassets", "js", "f2"), 0755), qt.IsNil) afero.WriteFile(sfs, filepath.Join(filepath.Join(root, "myassets", "scss", "sf1", "a1.scss")), []byte("content"), 0755) afero.WriteFile(sfs, filepath.Join(filepath.Join(root, "myassets", "scss", "sf2", "a3.scss")), []byte("content"), 0755) afero.WriteFile(sfs, filepath.Join(filepath.Join(root, "myassets", "scss", "a2.scss")), []byte("content"), 0755) afero.WriteFile(sfs, filepath.Join(filepath.Join(themesDir, "mytheme", "assets", "scss", "sf2", "a3.scss")), []byte("content"), 0755) afero.WriteFile(sfs, filepath.Join(filepath.Join(themesDir, "mytheme", "assets", "scss", "sf3", "a4.scss")), []byte("content"), 0755) afero.WriteFile(sfs, filepath.Join(filepath.Join(themesDir, "mytheme", "resources", "t1.txt")), []byte("content"), 0755) afero.WriteFile(sfs, filepath.Join(filepath.Join(root, "resources", "p1.txt")), []byte("content"), 0755) afero.WriteFile(sfs, filepath.Join(filepath.Join(root, "resources", "p2.txt")), []byte("content"), 0755) afero.WriteFile(sfs, filepath.Join(filepath.Join(root, "myassets", "js", "f2", "a1.js")), []byte("content"), 0755) afero.WriteFile(sfs, filepath.Join(filepath.Join(root, "myassets", "js", "a2.js")), []byte("content"), 0755) c.Assert(initConfig(fs.Source, v), qt.IsNil) p, err := paths.New(fs, v) c.Assert(err, qt.IsNil) bfs, err := NewBase(p, nil) c.Assert(err, qt.IsNil) c.Assert(bfs, qt.Not(qt.IsNil)) checkFileCount(bfs.Assets.Fs, "", c, 6) realDirs := bfs.Assets.RealDirs("scss") c.Assert(len(realDirs), qt.Equals, 2) c.Assert(realDirs[0], qt.Equals, filepath.Join(root, "myassets/scss")) c.Assert(realDirs[len(realDirs)-1], qt.Equals, filepath.Join(themesDir, "mytheme/assets/scss")) c.Assert(bfs.theBigFs, qt.Not(qt.IsNil)) } func TestStaticFs(t *testing.T) { c := qt.New(t) v := createConfig() workDir := "mywork" v.Set("workingDir", workDir) v.Set("themesDir", "themes") v.Set("theme", []string{"t1", "t2"}) fs := hugofs.NewMem(v) themeStaticDir := filepath.Join(workDir, "themes", "t1", "static") themeStaticDir2 := filepath.Join(workDir, "themes", "t2", "static") afero.WriteFile(fs.Source, filepath.Join(workDir, "mystatic", "f1.txt"), []byte("Hugo Rocks!"), 0755) afero.WriteFile(fs.Source, filepath.Join(themeStaticDir, "f1.txt"), []byte("Hugo Themes Rocks!"), 0755) afero.WriteFile(fs.Source, filepath.Join(themeStaticDir, "f2.txt"), []byte("Hugo Themes Still Rocks!"), 0755) afero.WriteFile(fs.Source, filepath.Join(themeStaticDir2, "f2.txt"), []byte("Hugo Themes Rocks in t2!"), 0755) c.Assert(initConfig(fs.Source, v), qt.IsNil) p, err := paths.New(fs, v) c.Assert(err, qt.IsNil) bfs, err := NewBase(p, nil) c.Assert(err, qt.IsNil) sfs := bfs.StaticFs("en") checkFileContent(sfs, "f1.txt", c, "Hugo Rocks!") checkFileContent(sfs, "f2.txt", c, "Hugo Themes Still Rocks!") } func TestStaticFsMultiHost(t *testing.T) { c := qt.New(t) v := createConfig() workDir := "mywork" v.Set("workingDir", workDir) v.Set("themesDir", "themes") v.Set("theme", "t1") v.Set("defaultContentLanguage", "en") langConfig := map[string]interface{}{ "no": map[string]interface{}{ "staticDir": "static_no", "baseURL": "https://example.org/no/", }, "en": map[string]interface{}{ "baseURL": "https://example.org/en/", }, } v.Set("languages", langConfig) fs := hugofs.NewMem(v) themeStaticDir := filepath.Join(workDir, "themes", "t1", "static") afero.WriteFile(fs.Source, filepath.Join(workDir, "mystatic", "f1.txt"), []byte("Hugo Rocks!"), 0755) afero.WriteFile(fs.Source, filepath.Join(workDir, "static_no", "f1.txt"), []byte("Hugo Rocks in Norway!"), 0755) afero.WriteFile(fs.Source, filepath.Join(themeStaticDir, "f1.txt"), []byte("Hugo Themes Rocks!"), 0755) afero.WriteFile(fs.Source, filepath.Join(themeStaticDir, "f2.txt"), []byte("Hugo Themes Still Rocks!"), 0755) c.Assert(initConfig(fs.Source, v), qt.IsNil) p, err := paths.New(fs, v) c.Assert(err, qt.IsNil) bfs, err := NewBase(p, nil) c.Assert(err, qt.IsNil) enFs := bfs.StaticFs("en") checkFileContent(enFs, "f1.txt", c, "Hugo Rocks!") checkFileContent(enFs, "f2.txt", c, "Hugo Themes Still Rocks!") noFs := bfs.StaticFs("no") checkFileContent(noFs, "f1.txt", c, "Hugo Rocks in Norway!") checkFileContent(noFs, "f2.txt", c, "Hugo Themes Still Rocks!") } func TestMakePathRelative(t *testing.T) { c := qt.New(t) v := createConfig() fs := hugofs.NewMem(v) workDir := "mywork" v.Set("workingDir", workDir) c.Assert(fs.Source.MkdirAll(filepath.Join(workDir, "dist", "d1"), 0777), qt.IsNil) c.Assert(fs.Source.MkdirAll(filepath.Join(workDir, "static", "d2"), 0777), qt.IsNil) c.Assert(fs.Source.MkdirAll(filepath.Join(workDir, "dust", "d2"), 0777), qt.IsNil) moduleCfg := map[string]interface{}{ "mounts": []interface{}{ map[string]interface{}{ "source": "dist", "target": "static/mydist", }, map[string]interface{}{ "source": "dust", "target": "static/foo/bar", }, map[string]interface{}{ "source": "static", "target": "static", }, }, } v.Set("module", moduleCfg) c.Assert(initConfig(fs.Source, v), qt.IsNil) p, err := paths.New(fs, v) c.Assert(err, qt.IsNil) bfs, err := NewBase(p, nil) c.Assert(err, qt.IsNil) sfs := bfs.Static[""] c.Assert(sfs, qt.Not(qt.IsNil)) makeRel := func(s string) string { r, _ := sfs.MakePathRelative(s) return r } c.Assert(makeRel(filepath.Join(workDir, "dist", "d1", "foo.txt")), qt.Equals, filepath.FromSlash("mydist/d1/foo.txt")) c.Assert(makeRel(filepath.Join(workDir, "static", "d2", "foo.txt")), qt.Equals, filepath.FromSlash("d2/foo.txt")) c.Assert(makeRel(filepath.Join(workDir, "dust", "d3", "foo.txt")), qt.Equals, filepath.FromSlash("foo/bar/d3/foo.txt")) } func checkFileCount(fs afero.Fs, dirname string, c *qt.C, expected int) { count, _, err := countFilesAndGetFilenames(fs, dirname) c.Assert(err, qt.IsNil) c.Assert(count, qt.Equals, expected) } func checkFileContent(fs afero.Fs, filename string, c *qt.C, expected ...string) { b, err := afero.ReadFile(fs, filename) c.Assert(err, qt.IsNil) content := string(b) for _, e := range expected { c.Assert(content, qt.Contains, e) } } func countFilesAndGetFilenames(fs afero.Fs, dirname string) (int, []string, error) { if fs == nil { return 0, nil, errors.New("no fs") } counter := 0 var filenames []string wf := func(path string, info hugofs.FileMetaInfo, err error) error { if err != nil { return err } if !info.IsDir() { counter++ } if info.Name() != "." { name := info.Name() name = strings.Replace(name, filepath.FromSlash("/my/work"), "WORK_DIR", 1) filenames = append(filenames, name) } return nil } w := hugofs.NewWalkway(hugofs.WalkwayConfig{Fs: fs, Root: dirname, WalkFn: wf}) if err := w.Walk(); err != nil { return -1, nil, err } return counter, filenames, nil } func setConfigAndWriteSomeFilesTo(fs afero.Fs, v *viper.Viper, key, val string, num int) { workingDir := v.GetString("workingDir") v.Set(key, val) fs.Mkdir(val, 0755) for i := 0; i < num; i++ { filename := filepath.Join(workingDir, val, fmt.Sprintf("f%d.txt", i+1)) afero.WriteFile(fs, filename, []byte(fmt.Sprintf("content:%s:%d", key, i+1)), 0755) } }
// Copyright 2019 The Hugo Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. package filesystems import ( "errors" "fmt" "os" "path/filepath" "strings" "testing" "github.com/gobwas/glob" "github.com/gohugoio/hugo/config" "github.com/gohugoio/hugo/langs" "github.com/spf13/afero" qt "github.com/frankban/quicktest" "github.com/gohugoio/hugo/hugofs" "github.com/gohugoio/hugo/hugolib/paths" "github.com/gohugoio/hugo/modules" "github.com/spf13/viper" ) func initConfig(fs afero.Fs, cfg config.Provider) error { if _, err := langs.LoadLanguageSettings(cfg, nil); err != nil { return err } modConfig, err := modules.DecodeConfig(cfg) if err != nil { return err } workingDir := cfg.GetString("workingDir") themesDir := cfg.GetString("themesDir") if !filepath.IsAbs(themesDir) { themesDir = filepath.Join(workingDir, themesDir) } globAll := glob.MustCompile("**", '/') modulesClient := modules.NewClient(modules.ClientConfig{ Fs: fs, WorkingDir: workingDir, ThemesDir: themesDir, ModuleConfig: modConfig, IgnoreVendor: globAll, }) moduleConfig, err := modulesClient.Collect() if err != nil { return err } if err := modules.ApplyProjectConfigDefaults(cfg, moduleConfig.ActiveModules[0]); err != nil { return err } cfg.Set("allModules", moduleConfig.ActiveModules) return nil } func TestNewBaseFs(t *testing.T) { c := qt.New(t) v := viper.New() fs := hugofs.NewMem(v) themes := []string{"btheme", "atheme"} workingDir := filepath.FromSlash("/my/work") v.Set("workingDir", workingDir) v.Set("contentDir", "content") v.Set("themesDir", "themes") v.Set("defaultContentLanguage", "en") v.Set("theme", themes[:1]) // Write some data to the themes for _, theme := range themes { for _, dir := range []string{"i18n", "data", "archetypes", "layouts"} { base := filepath.Join(workingDir, "themes", theme, dir) filenameTheme := filepath.Join(base, fmt.Sprintf("theme-file-%s.txt", theme)) filenameOverlap := filepath.Join(base, "f3.txt") fs.Source.Mkdir(base, 0755) content := []byte(fmt.Sprintf("content:%s:%s", theme, dir)) afero.WriteFile(fs.Source, filenameTheme, content, 0755) afero.WriteFile(fs.Source, filenameOverlap, content, 0755) } // Write some files to the root of the theme base := filepath.Join(workingDir, "themes", theme) afero.WriteFile(fs.Source, filepath.Join(base, fmt.Sprintf("theme-root-%s.txt", theme)), []byte(fmt.Sprintf("content:%s", theme)), 0755) afero.WriteFile(fs.Source, filepath.Join(base, "file-theme-root.txt"), []byte(fmt.Sprintf("content:%s", theme)), 0755) } afero.WriteFile(fs.Source, filepath.Join(workingDir, "file-root.txt"), []byte("content-project"), 0755) afero.WriteFile(fs.Source, filepath.Join(workingDir, "themes", "btheme", "config.toml"), []byte(` theme = ["atheme"] `), 0755) setConfigAndWriteSomeFilesTo(fs.Source, v, "contentDir", "mycontent", 3) setConfigAndWriteSomeFilesTo(fs.Source, v, "i18nDir", "myi18n", 4) setConfigAndWriteSomeFilesTo(fs.Source, v, "layoutDir", "mylayouts", 5) setConfigAndWriteSomeFilesTo(fs.Source, v, "staticDir", "mystatic", 6) setConfigAndWriteSomeFilesTo(fs.Source, v, "dataDir", "mydata", 7) setConfigAndWriteSomeFilesTo(fs.Source, v, "archetypeDir", "myarchetypes", 8) setConfigAndWriteSomeFilesTo(fs.Source, v, "assetDir", "myassets", 9) setConfigAndWriteSomeFilesTo(fs.Source, v, "resourceDir", "myrsesource", 10) v.Set("publishDir", "public") c.Assert(initConfig(fs.Source, v), qt.IsNil) p, err := paths.New(fs, v) c.Assert(err, qt.IsNil) bfs, err := NewBase(p, nil) c.Assert(err, qt.IsNil) c.Assert(bfs, qt.Not(qt.IsNil)) root, err := bfs.I18n.Fs.Open("") c.Assert(err, qt.IsNil) dirnames, err := root.Readdirnames(-1) c.Assert(err, qt.IsNil) c.Assert(dirnames, qt.DeepEquals, []string{"f1.txt", "f2.txt", "f3.txt", "f4.txt", "f3.txt", "theme-file-btheme.txt", "f3.txt", "theme-file-atheme.txt"}) root, err = bfs.Data.Fs.Open("") c.Assert(err, qt.IsNil) dirnames, err = root.Readdirnames(-1) c.Assert(err, qt.IsNil) c.Assert(dirnames, qt.DeepEquals, []string{"f1.txt", "f2.txt", "f3.txt", "f4.txt", "f5.txt", "f6.txt", "f7.txt", "f3.txt", "theme-file-btheme.txt", "f3.txt", "theme-file-atheme.txt"}) checkFileCount(bfs.Layouts.Fs, "", c, 7) checkFileCount(bfs.Content.Fs, "", c, 3) checkFileCount(bfs.I18n.Fs, "", c, 8) // 4 + 4 themes checkFileCount(bfs.Static[""].Fs, "", c, 6) checkFileCount(bfs.Data.Fs, "", c, 11) // 7 + 4 themes checkFileCount(bfs.Archetypes.Fs, "", c, 10) // 8 + 2 themes checkFileCount(bfs.Assets.Fs, "", c, 9) checkFileCount(bfs.Work, "", c, 82) c.Assert(bfs.IsData(filepath.Join(workingDir, "mydata", "file1.txt")), qt.Equals, true) c.Assert(bfs.IsI18n(filepath.Join(workingDir, "myi18n", "file1.txt")), qt.Equals, true) c.Assert(bfs.IsLayout(filepath.Join(workingDir, "mylayouts", "file1.txt")), qt.Equals, true) c.Assert(bfs.IsStatic(filepath.Join(workingDir, "mystatic", "file1.txt")), qt.Equals, true) c.Assert(bfs.IsAsset(filepath.Join(workingDir, "myassets", "file1.txt")), qt.Equals, true) contentFilename := filepath.Join(workingDir, "mycontent", "file1.txt") c.Assert(bfs.IsContent(contentFilename), qt.Equals, true) rel := bfs.RelContentDir(contentFilename) c.Assert(rel, qt.Equals, "file1.txt") // Check Work fs vs theme checkFileContent(bfs.Work, "file-root.txt", c, "content-project") checkFileContent(bfs.Work, "theme-root-atheme.txt", c, "content:atheme") // https://github.com/gohugoio/hugo/issues/5318 // Check both project and theme. for _, fs := range []afero.Fs{bfs.Archetypes.Fs, bfs.Layouts.Fs} { for _, filename := range []string{"/f1.txt", "/theme-file-atheme.txt"} { filename = filepath.FromSlash(filename) f, err := fs.Open(filename) c.Assert(err, qt.IsNil) f.Close() } } } func createConfig() *viper.Viper { v := viper.New() v.Set("contentDir", "mycontent") v.Set("i18nDir", "myi18n") v.Set("staticDir", "mystatic") v.Set("dataDir", "mydata") v.Set("layoutDir", "mylayouts") v.Set("archetypeDir", "myarchetypes") v.Set("assetDir", "myassets") v.Set("resourceDir", "resources") v.Set("publishDir", "public") v.Set("defaultContentLanguage", "en") return v } func TestNewBaseFsEmpty(t *testing.T) { c := qt.New(t) v := createConfig() fs := hugofs.NewMem(v) c.Assert(initConfig(fs.Source, v), qt.IsNil) p, err := paths.New(fs, v) c.Assert(err, qt.IsNil) bfs, err := NewBase(p, nil) c.Assert(err, qt.IsNil) c.Assert(bfs, qt.Not(qt.IsNil)) c.Assert(bfs.Archetypes.Fs, qt.Not(qt.IsNil)) c.Assert(bfs.Layouts.Fs, qt.Not(qt.IsNil)) c.Assert(bfs.Data.Fs, qt.Not(qt.IsNil)) c.Assert(bfs.I18n.Fs, qt.Not(qt.IsNil)) c.Assert(bfs.Work, qt.Not(qt.IsNil)) c.Assert(bfs.Content.Fs, qt.Not(qt.IsNil)) c.Assert(bfs.Static, qt.Not(qt.IsNil)) } func TestRealDirs(t *testing.T) { c := qt.New(t) v := createConfig() fs := hugofs.NewDefault(v) sfs := fs.Source root, err := afero.TempDir(sfs, "", "realdir") c.Assert(err, qt.IsNil) themesDir, err := afero.TempDir(sfs, "", "themesDir") c.Assert(err, qt.IsNil) defer func() { os.RemoveAll(root) os.RemoveAll(themesDir) }() v.Set("workingDir", root) v.Set("themesDir", themesDir) v.Set("theme", "mytheme") c.Assert(sfs.MkdirAll(filepath.Join(root, "myassets", "scss", "sf1"), 0755), qt.IsNil) c.Assert(sfs.MkdirAll(filepath.Join(root, "myassets", "scss", "sf2"), 0755), qt.IsNil) c.Assert(sfs.MkdirAll(filepath.Join(themesDir, "mytheme", "assets", "scss", "sf2"), 0755), qt.IsNil) c.Assert(sfs.MkdirAll(filepath.Join(themesDir, "mytheme", "assets", "scss", "sf3"), 0755), qt.IsNil) c.Assert(sfs.MkdirAll(filepath.Join(root, "resources"), 0755), qt.IsNil) c.Assert(sfs.MkdirAll(filepath.Join(themesDir, "mytheme", "resources"), 0755), qt.IsNil) c.Assert(sfs.MkdirAll(filepath.Join(root, "myassets", "js", "f2"), 0755), qt.IsNil) afero.WriteFile(sfs, filepath.Join(filepath.Join(root, "myassets", "scss", "sf1", "a1.scss")), []byte("content"), 0755) afero.WriteFile(sfs, filepath.Join(filepath.Join(root, "myassets", "scss", "sf2", "a3.scss")), []byte("content"), 0755) afero.WriteFile(sfs, filepath.Join(filepath.Join(root, "myassets", "scss", "a2.scss")), []byte("content"), 0755) afero.WriteFile(sfs, filepath.Join(filepath.Join(themesDir, "mytheme", "assets", "scss", "sf2", "a3.scss")), []byte("content"), 0755) afero.WriteFile(sfs, filepath.Join(filepath.Join(themesDir, "mytheme", "assets", "scss", "sf3", "a4.scss")), []byte("content"), 0755) afero.WriteFile(sfs, filepath.Join(filepath.Join(themesDir, "mytheme", "resources", "t1.txt")), []byte("content"), 0755) afero.WriteFile(sfs, filepath.Join(filepath.Join(root, "resources", "p1.txt")), []byte("content"), 0755) afero.WriteFile(sfs, filepath.Join(filepath.Join(root, "resources", "p2.txt")), []byte("content"), 0755) afero.WriteFile(sfs, filepath.Join(filepath.Join(root, "myassets", "js", "f2", "a1.js")), []byte("content"), 0755) afero.WriteFile(sfs, filepath.Join(filepath.Join(root, "myassets", "js", "a2.js")), []byte("content"), 0755) c.Assert(initConfig(fs.Source, v), qt.IsNil) p, err := paths.New(fs, v) c.Assert(err, qt.IsNil) bfs, err := NewBase(p, nil) c.Assert(err, qt.IsNil) c.Assert(bfs, qt.Not(qt.IsNil)) checkFileCount(bfs.Assets.Fs, "", c, 6) realDirs := bfs.Assets.RealDirs("scss") c.Assert(len(realDirs), qt.Equals, 2) c.Assert(realDirs[0], qt.Equals, filepath.Join(root, "myassets/scss")) c.Assert(realDirs[len(realDirs)-1], qt.Equals, filepath.Join(themesDir, "mytheme/assets/scss")) c.Assert(bfs.theBigFs, qt.Not(qt.IsNil)) } func TestStaticFs(t *testing.T) { c := qt.New(t) v := createConfig() workDir := "mywork" v.Set("workingDir", workDir) v.Set("themesDir", "themes") v.Set("theme", []string{"t1", "t2"}) fs := hugofs.NewMem(v) themeStaticDir := filepath.Join(workDir, "themes", "t1", "static") themeStaticDir2 := filepath.Join(workDir, "themes", "t2", "static") afero.WriteFile(fs.Source, filepath.Join(workDir, "mystatic", "f1.txt"), []byte("Hugo Rocks!"), 0755) afero.WriteFile(fs.Source, filepath.Join(themeStaticDir, "f1.txt"), []byte("Hugo Themes Rocks!"), 0755) afero.WriteFile(fs.Source, filepath.Join(themeStaticDir, "f2.txt"), []byte("Hugo Themes Still Rocks!"), 0755) afero.WriteFile(fs.Source, filepath.Join(themeStaticDir2, "f2.txt"), []byte("Hugo Themes Rocks in t2!"), 0755) c.Assert(initConfig(fs.Source, v), qt.IsNil) p, err := paths.New(fs, v) c.Assert(err, qt.IsNil) bfs, err := NewBase(p, nil) c.Assert(err, qt.IsNil) sfs := bfs.StaticFs("en") checkFileContent(sfs, "f1.txt", c, "Hugo Rocks!") checkFileContent(sfs, "f2.txt", c, "Hugo Themes Still Rocks!") } func TestStaticFsMultiHost(t *testing.T) { c := qt.New(t) v := createConfig() workDir := "mywork" v.Set("workingDir", workDir) v.Set("themesDir", "themes") v.Set("theme", "t1") v.Set("defaultContentLanguage", "en") langConfig := map[string]interface{}{ "no": map[string]interface{}{ "staticDir": "static_no", "baseURL": "https://example.org/no/", }, "en": map[string]interface{}{ "baseURL": "https://example.org/en/", }, } v.Set("languages", langConfig) fs := hugofs.NewMem(v) themeStaticDir := filepath.Join(workDir, "themes", "t1", "static") afero.WriteFile(fs.Source, filepath.Join(workDir, "mystatic", "f1.txt"), []byte("Hugo Rocks!"), 0755) afero.WriteFile(fs.Source, filepath.Join(workDir, "static_no", "f1.txt"), []byte("Hugo Rocks in Norway!"), 0755) afero.WriteFile(fs.Source, filepath.Join(themeStaticDir, "f1.txt"), []byte("Hugo Themes Rocks!"), 0755) afero.WriteFile(fs.Source, filepath.Join(themeStaticDir, "f2.txt"), []byte("Hugo Themes Still Rocks!"), 0755) c.Assert(initConfig(fs.Source, v), qt.IsNil) p, err := paths.New(fs, v) c.Assert(err, qt.IsNil) bfs, err := NewBase(p, nil) c.Assert(err, qt.IsNil) enFs := bfs.StaticFs("en") checkFileContent(enFs, "f1.txt", c, "Hugo Rocks!") checkFileContent(enFs, "f2.txt", c, "Hugo Themes Still Rocks!") noFs := bfs.StaticFs("no") checkFileContent(noFs, "f1.txt", c, "Hugo Rocks in Norway!") checkFileContent(noFs, "f2.txt", c, "Hugo Themes Still Rocks!") } func TestMakePathRelative(t *testing.T) { c := qt.New(t) v := createConfig() fs := hugofs.NewMem(v) workDir := "mywork" v.Set("workingDir", workDir) c.Assert(fs.Source.MkdirAll(filepath.Join(workDir, "dist", "d1"), 0777), qt.IsNil) c.Assert(fs.Source.MkdirAll(filepath.Join(workDir, "static", "d2"), 0777), qt.IsNil) c.Assert(fs.Source.MkdirAll(filepath.Join(workDir, "dust", "d2"), 0777), qt.IsNil) moduleCfg := map[string]interface{}{ "mounts": []interface{}{ map[string]interface{}{ "source": "dist", "target": "static/mydist", }, map[string]interface{}{ "source": "dust", "target": "static/foo/bar", }, map[string]interface{}{ "source": "static", "target": "static", }, }, } v.Set("module", moduleCfg) c.Assert(initConfig(fs.Source, v), qt.IsNil) p, err := paths.New(fs, v) c.Assert(err, qt.IsNil) bfs, err := NewBase(p, nil) c.Assert(err, qt.IsNil) sfs := bfs.Static[""] c.Assert(sfs, qt.Not(qt.IsNil)) makeRel := func(s string) string { r, _ := sfs.MakePathRelative(s) return r } c.Assert(makeRel(filepath.Join(workDir, "dist", "d1", "foo.txt")), qt.Equals, filepath.FromSlash("mydist/d1/foo.txt")) c.Assert(makeRel(filepath.Join(workDir, "static", "d2", "foo.txt")), qt.Equals, filepath.FromSlash("d2/foo.txt")) c.Assert(makeRel(filepath.Join(workDir, "dust", "d3", "foo.txt")), qt.Equals, filepath.FromSlash("foo/bar/d3/foo.txt")) } func checkFileCount(fs afero.Fs, dirname string, c *qt.C, expected int) { count, _, err := countFilesAndGetFilenames(fs, dirname) c.Assert(err, qt.IsNil) c.Assert(count, qt.Equals, expected) } func checkFileContent(fs afero.Fs, filename string, c *qt.C, expected ...string) { b, err := afero.ReadFile(fs, filename) c.Assert(err, qt.IsNil) content := string(b) for _, e := range expected { c.Assert(content, qt.Contains, e) } } func countFilesAndGetFilenames(fs afero.Fs, dirname string) (int, []string, error) { if fs == nil { return 0, nil, errors.New("no fs") } counter := 0 var filenames []string wf := func(path string, info hugofs.FileMetaInfo, err error) error { if err != nil { return err } if !info.IsDir() { counter++ } if info.Name() != "." { name := info.Name() name = strings.Replace(name, filepath.FromSlash("/my/work"), "WORK_DIR", 1) filenames = append(filenames, name) } return nil } w := hugofs.NewWalkway(hugofs.WalkwayConfig{Fs: fs, Root: dirname, WalkFn: wf}) if err := w.Walk(); err != nil { return -1, nil, err } return counter, filenames, nil } func setConfigAndWriteSomeFilesTo(fs afero.Fs, v *viper.Viper, key, val string, num int) { workingDir := v.GetString("workingDir") v.Set(key, val) fs.Mkdir(val, 0755) for i := 0; i < num; i++ { filename := filepath.Join(workingDir, val, fmt.Sprintf("f%d.txt", i+1)) afero.WriteFile(fs, filename, []byte(fmt.Sprintf("content:%s:%d", key, i+1)), 0755) } }
-1
gohugoio/hugo
8,211
Update to Dart Sass Protocol beta6
Note that this version is not backwards compatible, so you have to update the protocol binary.
bep
"2021-02-06T16:52:23Z"
"2021-02-06T17:34:20Z"
4867cd1dea34ee53fb73cede2bcff4792e470104
441b11beec3cf0371ff9a2898f220a0bf00faf8c
Update to Dart Sass Protocol beta6. Note that this version is not backwards compatible, so you have to update the protocol binary.
./docs/content/en/templates/base.md
--- title: Base Templates and Blocks linktitle: description: The base and block constructs allow you to define the outer shell of your master templates (i.e., the chrome of the page). godocref: https://golang.org/pkg/text/template/#example_Template_block date: 2017-02-01 publishdate: 2017-02-01 lastmod: 2017-02-01 categories: [templates,fundamentals] keywords: [blocks,base] menu: docs: parent: "templates" weight: 20 weight: 20 sections_weight: 20 draft: false aliases: [/templates/blocks/,/templates/base-templates-and-blocks/] toc: true --- The `block` keyword allows you to define the outer shell of your pages' one or more master template(s) and then fill in or override portions as necessary. {{< youtube QVOMCYitLEc >}} ## Base Template Lookup Order {{< new-in "0.63.0" >}} Since Hugo v0.63, the base template lookup order closely follows that of the template it applies to (e.g. `_default/list.html`). See [Template Lookup Order](/templates/lookup-order/) for details and examples. ## Define the Base Template The following defines a simple base template at `_default/baseof.html`. As a default template, it is the shell from which all your pages will be rendered unless you specify another `*baseof.html` closer to the beginning of the lookup order. {{< code file="layouts/_default/baseof.html" download="baseof.html" >}} <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>{{ block "title" . }} <!-- Blocks may include default content. --> {{ .Site.Title }} {{ end }}</title> </head> <body> <!-- Code that all your templates share, like a header --> {{ block "main" . }} <!-- The part of the page that begins to differ between templates --> {{ end }} {{ block "footer" . }} <!-- More shared code, perhaps a footer but that can be overridden if need be in --> {{ end }} </body> </html> {{< /code >}} ## Override the Base Template From the above base template, you can define a [default list template][hugolists]. The default list template will inherit all of the code defined above and can then implement its own `"main"` block from: {{< code file="layouts/_default/list.html" download="list.html" >}} {{ define "main" }} <h1>Posts</h1> {{ range .Pages }} <article> <h2>{{ .Title }}</h2> {{ .Content }} </article> {{ end }} {{ end }} {{< /code >}} This replaces the contents of our (basically empty) "main" block with something useful for the list template. In this case, we didn't define a `"title"` block, so the contents from our base template remain unchanged in lists. {{% warning %}} Code that you put outside the block definitions *can* break your layout. This even includes HTML comments. For example: ``` <!-- Seemingly harmless HTML comment..that will break your layout at build --> {{ define "main" }} ...your code here {{ end }} ``` [See this thread from the Hugo discussion forums.](https://discourse.gohugo.io/t/baseof-html-block-templates-and-list-types-results-in-empty-pages/5612/6) {{% /warning %}} The following shows how you can override both the `"main"` and `"title"` block areas from the base template with code unique to your [default single page template][singletemplate]: {{< code file="layouts/_default/single.html" download="single.html" >}} {{ define "title" }} <!-- This will override the default value set in baseof.html; i.e., "{{.Site.Title}}" in the original example--> {{ .Title }} &ndash; {{ .Site.Title }} {{ end }} {{ define "main" }} <h1>{{ .Title }}</h1> {{ .Content }} {{ end }} {{< /code >}} [hugolists]: /templates/lists [lookup]: /templates/lookup-order/ [rendering the section]: /templates/section-templates/ [singletemplate]: /templates/single-page-templates/
--- title: Base Templates and Blocks linktitle: description: The base and block constructs allow you to define the outer shell of your master templates (i.e., the chrome of the page). godocref: https://golang.org/pkg/text/template/#example_Template_block date: 2017-02-01 publishdate: 2017-02-01 lastmod: 2017-02-01 categories: [templates,fundamentals] keywords: [blocks,base] menu: docs: parent: "templates" weight: 20 weight: 20 sections_weight: 20 draft: false aliases: [/templates/blocks/,/templates/base-templates-and-blocks/] toc: true --- The `block` keyword allows you to define the outer shell of your pages' one or more master template(s) and then fill in or override portions as necessary. {{< youtube QVOMCYitLEc >}} ## Base Template Lookup Order {{< new-in "0.63.0" >}} Since Hugo v0.63, the base template lookup order closely follows that of the template it applies to (e.g. `_default/list.html`). See [Template Lookup Order](/templates/lookup-order/) for details and examples. ## Define the Base Template The following defines a simple base template at `_default/baseof.html`. As a default template, it is the shell from which all your pages will be rendered unless you specify another `*baseof.html` closer to the beginning of the lookup order. {{< code file="layouts/_default/baseof.html" download="baseof.html" >}} <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>{{ block "title" . }} <!-- Blocks may include default content. --> {{ .Site.Title }} {{ end }}</title> </head> <body> <!-- Code that all your templates share, like a header --> {{ block "main" . }} <!-- The part of the page that begins to differ between templates --> {{ end }} {{ block "footer" . }} <!-- More shared code, perhaps a footer but that can be overridden if need be in --> {{ end }} </body> </html> {{< /code >}} ## Override the Base Template From the above base template, you can define a [default list template][hugolists]. The default list template will inherit all of the code defined above and can then implement its own `"main"` block from: {{< code file="layouts/_default/list.html" download="list.html" >}} {{ define "main" }} <h1>Posts</h1> {{ range .Pages }} <article> <h2>{{ .Title }}</h2> {{ .Content }} </article> {{ end }} {{ end }} {{< /code >}} This replaces the contents of our (basically empty) "main" block with something useful for the list template. In this case, we didn't define a `"title"` block, so the contents from our base template remain unchanged in lists. {{% warning %}} Code that you put outside the block definitions *can* break your layout. This even includes HTML comments. For example: ``` <!-- Seemingly harmless HTML comment..that will break your layout at build --> {{ define "main" }} ...your code here {{ end }} ``` [See this thread from the Hugo discussion forums.](https://discourse.gohugo.io/t/baseof-html-block-templates-and-list-types-results-in-empty-pages/5612/6) {{% /warning %}} The following shows how you can override both the `"main"` and `"title"` block areas from the base template with code unique to your [default single page template][singletemplate]: {{< code file="layouts/_default/single.html" download="single.html" >}} {{ define "title" }} <!-- This will override the default value set in baseof.html; i.e., "{{.Site.Title}}" in the original example--> {{ .Title }} &ndash; {{ .Site.Title }} {{ end }} {{ define "main" }} <h1>{{ .Title }}</h1> {{ .Content }} {{ end }} {{< /code >}} [hugolists]: /templates/lists [lookup]: /templates/lookup-order/ [rendering the section]: /templates/section-templates/ [singletemplate]: /templates/single-page-templates/
-1
gohugoio/hugo
8,211
Update to Dart Sass Protocol beta6
Note that this version is not backwards compatible, so you have to update the protocol binary.
bep
"2021-02-06T16:52:23Z"
"2021-02-06T17:34:20Z"
4867cd1dea34ee53fb73cede2bcff4792e470104
441b11beec3cf0371ff9a2898f220a0bf00faf8c
Update to Dart Sass Protocol beta6. Note that this version is not backwards compatible, so you have to update the protocol binary.
./docs/content/en/commands/hugo.md
--- date: 2020-09-13 title: "hugo" slug: hugo url: /commands/hugo/ --- ## hugo hugo builds your site ### Synopsis hugo is the main command, used to build your Hugo site. Hugo is a Fast and Flexible Static Site Generator built with love by spf13 and friends in Go. Complete documentation is available at http://gohugo.io/. ``` hugo [flags] ``` ### Options ``` -b, --baseURL string hostname (and path) to the root, e.g. http://spf13.com/ -D, --buildDrafts include content marked as draft -E, --buildExpired include expired content -F, --buildFuture include content with publishdate in the future --cacheDir string filesystem path to cache directory. Defaults: $TMPDIR/hugo_cache/ --cleanDestinationDir remove files from destination not found in static directories --config string config file (default is path/config.yaml|json|toml) --configDir string config dir (default "config") -c, --contentDir string filesystem path to content directory --debug debug output -d, --destination string filesystem path to write files to --disableKinds strings disable different kind of pages (home, RSS etc.) --enableGitInfo add Git revision, date and author info to the pages -e, --environment string build environment --forceSyncStatic copy all files when static is changed. --gc enable to run some cleanup tasks (remove unused cache files) after the build -h, --help help for hugo --i18n-warnings print missing translations --ignoreCache ignores the cache directory --ignoreVendor ignores any _vendor directory --ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern -l, --layoutDir string filesystem path to layout directory --log enable Logging --logFile string log File path (if set, logging enabled automatically) --minify minify any supported output format (HTML, XML etc.) --noChmod don't sync permission mode of files --noTimes don't sync modification time of files --path-warnings print warnings on duplicate target paths etc. --print-mem print memory usage to screen at intervals --quiet build in quiet mode --renderToMemory render to memory (only useful for benchmark testing) -s, --source string filesystem path to read files relative from --templateMetrics display metrics about template executions --templateMetricsHints calculate some improvement hints when combined with --templateMetrics -t, --theme strings themes to use (located in /themes/THEMENAME/) --themesDir string filesystem path to themes directory --trace file write trace to file (not useful in general) -v, --verbose verbose output --verboseLog verbose logging -w, --watch watch filesystem for changes and recreate as needed ``` ### SEE ALSO * [hugo check](/commands/hugo_check/) - Contains some verification checks * [hugo config](/commands/hugo_config/) - Print the site configuration * [hugo convert](/commands/hugo_convert/) - Convert your content to different formats * [hugo deploy](/commands/hugo_deploy/) - Deploy your site to a Cloud provider. * [hugo env](/commands/hugo_env/) - Print Hugo version and environment info * [hugo gen](/commands/hugo_gen/) - A collection of several useful generators. * [hugo import](/commands/hugo_import/) - Import your site from others. * [hugo list](/commands/hugo_list/) - Listing out various types of content * [hugo mod](/commands/hugo_mod/) - Various Hugo Modules helpers. * [hugo new](/commands/hugo_new/) - Create new content for your site * [hugo server](/commands/hugo_server/) - A high performance webserver * [hugo version](/commands/hugo_version/) - Print the version number of Hugo ###### Auto generated by spf13/cobra on 13-Sep-2020
--- date: 2020-09-13 title: "hugo" slug: hugo url: /commands/hugo/ --- ## hugo hugo builds your site ### Synopsis hugo is the main command, used to build your Hugo site. Hugo is a Fast and Flexible Static Site Generator built with love by spf13 and friends in Go. Complete documentation is available at http://gohugo.io/. ``` hugo [flags] ``` ### Options ``` -b, --baseURL string hostname (and path) to the root, e.g. http://spf13.com/ -D, --buildDrafts include content marked as draft -E, --buildExpired include expired content -F, --buildFuture include content with publishdate in the future --cacheDir string filesystem path to cache directory. Defaults: $TMPDIR/hugo_cache/ --cleanDestinationDir remove files from destination not found in static directories --config string config file (default is path/config.yaml|json|toml) --configDir string config dir (default "config") -c, --contentDir string filesystem path to content directory --debug debug output -d, --destination string filesystem path to write files to --disableKinds strings disable different kind of pages (home, RSS etc.) --enableGitInfo add Git revision, date and author info to the pages -e, --environment string build environment --forceSyncStatic copy all files when static is changed. --gc enable to run some cleanup tasks (remove unused cache files) after the build -h, --help help for hugo --i18n-warnings print missing translations --ignoreCache ignores the cache directory --ignoreVendor ignores any _vendor directory --ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern -l, --layoutDir string filesystem path to layout directory --log enable Logging --logFile string log File path (if set, logging enabled automatically) --minify minify any supported output format (HTML, XML etc.) --noChmod don't sync permission mode of files --noTimes don't sync modification time of files --path-warnings print warnings on duplicate target paths etc. --print-mem print memory usage to screen at intervals --quiet build in quiet mode --renderToMemory render to memory (only useful for benchmark testing) -s, --source string filesystem path to read files relative from --templateMetrics display metrics about template executions --templateMetricsHints calculate some improvement hints when combined with --templateMetrics -t, --theme strings themes to use (located in /themes/THEMENAME/) --themesDir string filesystem path to themes directory --trace file write trace to file (not useful in general) -v, --verbose verbose output --verboseLog verbose logging -w, --watch watch filesystem for changes and recreate as needed ``` ### SEE ALSO * [hugo check](/commands/hugo_check/) - Contains some verification checks * [hugo config](/commands/hugo_config/) - Print the site configuration * [hugo convert](/commands/hugo_convert/) - Convert your content to different formats * [hugo deploy](/commands/hugo_deploy/) - Deploy your site to a Cloud provider. * [hugo env](/commands/hugo_env/) - Print Hugo version and environment info * [hugo gen](/commands/hugo_gen/) - A collection of several useful generators. * [hugo import](/commands/hugo_import/) - Import your site from others. * [hugo list](/commands/hugo_list/) - Listing out various types of content * [hugo mod](/commands/hugo_mod/) - Various Hugo Modules helpers. * [hugo new](/commands/hugo_new/) - Create new content for your site * [hugo server](/commands/hugo_server/) - A high performance webserver * [hugo version](/commands/hugo_version/) - Print the version number of Hugo ###### Auto generated by spf13/cobra on 13-Sep-2020
-1
gohugoio/hugo
8,211
Update to Dart Sass Protocol beta6
Note that this version is not backwards compatible, so you have to update the protocol binary.
bep
"2021-02-06T16:52:23Z"
"2021-02-06T17:34:20Z"
4867cd1dea34ee53fb73cede2bcff4792e470104
441b11beec3cf0371ff9a2898f220a0bf00faf8c
Update to Dart Sass Protocol beta6. Note that this version is not backwards compatible, so you have to update the protocol binary.
./tpl/strings/regexp_test.go
// Copyright 2017 The Hugo Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. package strings import ( "testing" qt "github.com/frankban/quicktest" ) func TestFindRE(t *testing.T) { t.Parallel() c := qt.New(t) for _, test := range []struct { expr string content interface{} limit interface{} expect interface{} }{ {"[G|g]o", "Hugo is a static site generator written in Go.", 2, []string{"go", "Go"}}, {"[G|g]o", "Hugo is a static site generator written in Go.", -1, []string{"go", "Go"}}, {"[G|g]o", "Hugo is a static site generator written in Go.", 1, []string{"go"}}, {"[G|g]o", "Hugo is a static site generator written in Go.", "1", []string{"go"}}, {"[G|g]o", "Hugo is a static site generator written in Go.", nil, []string(nil)}, // errors {"[G|go", "Hugo is a static site generator written in Go.", nil, false}, {"[G|g]o", t, nil, false}, } { result, err := ns.FindRE(test.expr, test.content, test.limit) if b, ok := test.expect.(bool); ok && !b { c.Assert(err, qt.Not(qt.IsNil)) continue } c.Assert(err, qt.IsNil) c.Check(result, qt.DeepEquals, test.expect) } } func TestReplaceRE(t *testing.T) { t.Parallel() c := qt.New(t) for _, test := range []struct { pattern interface{} repl interface{} s interface{} n []interface{} expect interface{} }{ {"^https?://([^/]+).*", "$1", "http://gohugo.io/docs", nil, "gohugo.io"}, {"^https?://([^/]+).*", "$2", "http://gohugo.io/docs", nil, ""}, {"(ab)", "AB", "aabbaab", nil, "aABbaAB"}, {"(ab)", "AB", "aabbaab", []interface{}{1}, "aABbaab"}, // errors {"(ab", "AB", "aabb", nil, false}, // invalid re {tstNoStringer{}, "$2", "http://gohugo.io/docs", nil, false}, {"^https?://([^/]+).*", tstNoStringer{}, "http://gohugo.io/docs", nil, false}, {"^https?://([^/]+).*", "$2", tstNoStringer{}, nil, false}, } { var ( result string err error ) if len(test.n) > 0 { result, err = ns.ReplaceRE(test.pattern, test.repl, test.s, test.n...) } else { result, err = ns.ReplaceRE(test.pattern, test.repl, test.s) } if b, ok := test.expect.(bool); ok && !b { c.Assert(err, qt.Not(qt.IsNil)) continue } c.Assert(err, qt.IsNil) c.Check(result, qt.Equals, test.expect) } }
// Copyright 2017 The Hugo Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. package strings import ( "testing" qt "github.com/frankban/quicktest" ) func TestFindRE(t *testing.T) { t.Parallel() c := qt.New(t) for _, test := range []struct { expr string content interface{} limit interface{} expect interface{} }{ {"[G|g]o", "Hugo is a static site generator written in Go.", 2, []string{"go", "Go"}}, {"[G|g]o", "Hugo is a static site generator written in Go.", -1, []string{"go", "Go"}}, {"[G|g]o", "Hugo is a static site generator written in Go.", 1, []string{"go"}}, {"[G|g]o", "Hugo is a static site generator written in Go.", "1", []string{"go"}}, {"[G|g]o", "Hugo is a static site generator written in Go.", nil, []string(nil)}, // errors {"[G|go", "Hugo is a static site generator written in Go.", nil, false}, {"[G|g]o", t, nil, false}, } { result, err := ns.FindRE(test.expr, test.content, test.limit) if b, ok := test.expect.(bool); ok && !b { c.Assert(err, qt.Not(qt.IsNil)) continue } c.Assert(err, qt.IsNil) c.Check(result, qt.DeepEquals, test.expect) } } func TestReplaceRE(t *testing.T) { t.Parallel() c := qt.New(t) for _, test := range []struct { pattern interface{} repl interface{} s interface{} n []interface{} expect interface{} }{ {"^https?://([^/]+).*", "$1", "http://gohugo.io/docs", nil, "gohugo.io"}, {"^https?://([^/]+).*", "$2", "http://gohugo.io/docs", nil, ""}, {"(ab)", "AB", "aabbaab", nil, "aABbaAB"}, {"(ab)", "AB", "aabbaab", []interface{}{1}, "aABbaab"}, // errors {"(ab", "AB", "aabb", nil, false}, // invalid re {tstNoStringer{}, "$2", "http://gohugo.io/docs", nil, false}, {"^https?://([^/]+).*", tstNoStringer{}, "http://gohugo.io/docs", nil, false}, {"^https?://([^/]+).*", "$2", tstNoStringer{}, nil, false}, } { var ( result string err error ) if len(test.n) > 0 { result, err = ns.ReplaceRE(test.pattern, test.repl, test.s, test.n...) } else { result, err = ns.ReplaceRE(test.pattern, test.repl, test.s) } if b, ok := test.expect.(bool); ok && !b { c.Assert(err, qt.Not(qt.IsNil)) continue } c.Assert(err, qt.IsNil) c.Check(result, qt.Equals, test.expect) } }
-1
gohugoio/hugo
8,211
Update to Dart Sass Protocol beta6
Note that this version is not backwards compatible, so you have to update the protocol binary.
bep
"2021-02-06T16:52:23Z"
"2021-02-06T17:34:20Z"
4867cd1dea34ee53fb73cede2bcff4792e470104
441b11beec3cf0371ff9a2898f220a0bf00faf8c
Update to Dart Sass Protocol beta6. Note that this version is not backwards compatible, so you have to update the protocol binary.
./docs/content/en/showcase/forestry/bio.md
Forestry.io is a Git-backed CMS (content management system) for websites and web products built using static site generators such as Hugo. Forestry bridges the gap between developers and their teams, by making development fun and easy, while providing powerful content management for their teams.
Forestry.io is a Git-backed CMS (content management system) for websites and web products built using static site generators such as Hugo. Forestry bridges the gap between developers and their teams, by making development fun and easy, while providing powerful content management for their teams.
-1
gohugoio/hugo
8,211
Update to Dart Sass Protocol beta6
Note that this version is not backwards compatible, so you have to update the protocol binary.
bep
"2021-02-06T16:52:23Z"
"2021-02-06T17:34:20Z"
4867cd1dea34ee53fb73cede2bcff4792e470104
441b11beec3cf0371ff9a2898f220a0bf00faf8c
Update to Dart Sass Protocol beta6. Note that this version is not backwards compatible, so you have to update the protocol binary.
./snap/plugins/x-nodejs.yaml
options: source: required: true source-type: source-tag: source-branch: nodejs-target: required: true
options: source: required: true source-type: source-tag: source-branch: nodejs-target: required: true
-1
gohugoio/hugo
8,211
Update to Dart Sass Protocol beta6
Note that this version is not backwards compatible, so you have to update the protocol binary.
bep
"2021-02-06T16:52:23Z"
"2021-02-06T17:34:20Z"
4867cd1dea34ee53fb73cede2bcff4792e470104
441b11beec3cf0371ff9a2898f220a0bf00faf8c
Update to Dart Sass Protocol beta6. Note that this version is not backwards compatible, so you have to update the protocol binary.
./docs/content/en/news/0.20.7-relnotes/index.md
--- date: 2017-05-03T17:53:58-04:00 categories: ["Releases"] description: "This just fixes an issue with the release scripts, no change in the binaries" link: "" title: "Hugo 0.20.7" draft: false author: bep aliases: [/0-20-7/] --- This just fixes an issue with the release scripts, no change in the binaries. Hugo now has: * 16782&#43; [stars](https://github.com/gohugoio/hugo/stargazers) * 458&#43; [contributors](https://github.com/gohugoio/hugo/graphs/contributors) * 156&#43; [themes](http://themes.gohugo.io/) ## Fix * Push the tag before goreleaser is run [3682bf52](https://github.com/gohugoio/hugo/commit/3682bf527989e86d9da32d76809306cb576383e8) [@bep](https://github.com/bep) [#3405](https://github.com/gohugoio/hugo/issues/3405)
--- date: 2017-05-03T17:53:58-04:00 categories: ["Releases"] description: "This just fixes an issue with the release scripts, no change in the binaries" link: "" title: "Hugo 0.20.7" draft: false author: bep aliases: [/0-20-7/] --- This just fixes an issue with the release scripts, no change in the binaries. Hugo now has: * 16782&#43; [stars](https://github.com/gohugoio/hugo/stargazers) * 458&#43; [contributors](https://github.com/gohugoio/hugo/graphs/contributors) * 156&#43; [themes](http://themes.gohugo.io/) ## Fix * Push the tag before goreleaser is run [3682bf52](https://github.com/gohugoio/hugo/commit/3682bf527989e86d9da32d76809306cb576383e8) [@bep](https://github.com/bep) [#3405](https://github.com/gohugoio/hugo/issues/3405)
-1
gohugoio/hugo
8,211
Update to Dart Sass Protocol beta6
Note that this version is not backwards compatible, so you have to update the protocol binary.
bep
"2021-02-06T16:52:23Z"
"2021-02-06T17:34:20Z"
4867cd1dea34ee53fb73cede2bcff4792e470104
441b11beec3cf0371ff9a2898f220a0bf00faf8c
Update to Dart Sass Protocol beta6. Note that this version is not backwards compatible, so you have to update the protocol binary.
./resources/testdata/golden/gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_d1f39c78ba8a0ada8233161edeed27ee.png
PNG  IHDRIw IDATx du yǚyԒ%k$$F/??/~A,Ƌx=,K<=l,˒'ՒZCW]]5VFcG7ϭ[Xշ3O!N|;vt׎7͒H>(a~ua#>9<!~ax,Ӣy4J_?HhxjxpZ3p'ōrl=W Hv|gٰo?^݇Cn(sEt|p#Z0T%e tPI[U3B C`N#G篆|A{N}X Qd  @dSBA+9ByC-݂ 3AlJ h%UBK0'v7}:z{*fW0l|I#+*qpÀ ,fˌjH{*:P`Ǫo@ 5&(S[M<s<2'fޣ9 8nl JSw$d׍mɫ'-,@ ]x(sџ|57;sMYRI_B8aP!/3 FȐ JpfU>p*oM<e'Bfd`A 3* Y^ ^`~Ԃ| [")Ęd Meg1Bri+TF޲-MawDr#MYBST 2qpW.ʕDdGХD,cO'"%>cHRBUs%HAڞPZ  d&{bц[|vX's-zd3&s t3,/ ȅ6ꦆu"#)*iPWCv}X+55 DBqb*OEr^Ae1̄mI@A_F7HY$nh'* DUE^&`,Zz_Sɨ3PmߜLeTנa]hA_(T1ZR(4-S\)5yI)$33 2 Hom +ZP֦l Z% s07 I*Pzu&…r519G hh; )}BaRh+LPpc(eBQQS 6ZRlM2yN7w)fVb֜doMܠhe,$%8JzyO[}ѐ, KYF Ӷ}MYLIƍ#đUz!H9$ldL^y+9v#B:[he89baBy mA#eJA<"P2Ƈ(d%sR_gv7Oμ*6eW^%2&<#KWb5FTYS|q,eYԶт@CLM-DeL&oM<|w>0T)oڤ^sFǧ3U,x9$k3z˼bSWA7sJ1K@ X7cO[d\ `+(Ȉl%Nh{)S~C=,#q[{"Bs,V@8!#e6Z^_klj0t.*)vKZur- #(2[4`zj^s\s${e[%o1A-7f ccp9SHT C#[ZCsx(<]-ex8.z(cWXhU([@)i٩Ufo>6݈[K0. d#PUĬc}M/$`aTVuZ$ZYq|Y;bIzв08tvjh_0?!sہ0(iCHI9F` Ԑ()ܙf`-_eP[ޤ>IbWzҁYz+WO&z]ʿDJby*!70sAQdU2sQfzڂ,H< omLe!kW1Җ$Z>sE1Ry:A}baM\7SoWyd_lwF@AH 2U4ITiccӓ!8JtJY nʚ[HN)3TTaL00 k%Xh75Q3Jxa)}L%롦vc"YUS&Wf 0aFncP-)PirfAl@ s[)IP])WĚrұ5j Tlh Cw.26Jx3+,(P:::#ļ1RQEXV(_M= [ 34 i4ZJ02ř6TԠ3%Eiү827hE-%Tp3&'a76wPF-kskm-(&LTašy`&vxjTɰ^lz".`+{MPj teM!dVVkRh:Yo7W`D,sKxK`+%({sSdEƧ"m<"6GT?#i-bEma8UmO`*7Dnt rEE<` K oR$uePV.TȃS$ȍB2D>Rdm];/jhJȾLPB.E#*ȭ02U<5)7BReB%U:+aK2qc,e%CyrÕ0DZ z)yB!(O[d!,5}S2_gQ"!%Y杴z^%V1r7xԫXn2sqyo{ XhU&ZqTfQI{eٌ]&8dF3HN1bLhg)'*WѪ5&ԓ>SJlJ`S&XE&BrYx"fɰ^υzxX{Dh0 µrJH*Vv غD1, |.Wp"@]J\kٯg Y<jqW+AN<"LUE"LZ%ylzś_KzuaQ&sI&bA]*.Yc<Que|^PE3$jfn I} |` 3[Lխ'!$ޗ|vr,b >j]A'ެ'3#2J)`S2h xMzQЅZ^iw_J+} WzKH3 ¯T) ֆF,\}j.@M|:a,BZQ*3YAkG ߛ}\lb#5dX7MW)*kL ld/%c1C̮!T.?48}+_DfDYX]/Ȱ*P|Y;6 @5-9%H?bU|:γA_k@!hI"lMzg` fƂ^S9:214 `A*cf ) d)\PBm cb(e(m$,,H.e-Khф%U HRĔtB_>S3Z+qSQKuk~OuF;*(р\͚zRm7higki4o [*)Xr! i J!8 V5>0)A|I!YGWNba~ _+dE$rvs"&0BB1;? *;ڝQ(Bi<EXV|TֈWQR*0YXZRޔ;('LےI&B-lB>5d1] #BiS_[{UO`bK62ȋ:s*Ar:p'~o^?6̲V7g<ЉJ=+hpEe D:`S1NyB&<jd-ou= _ y6+&n۟씠`r; ?+պ@S(Pږևk9ή~U 1[#  hUa9rt),7V`m%;ΡwS3[X|u,C ]רIdܑB" kkdY5P5peыЧp*kZ}j*= ^qx͑)-PW@2g4L+_f|hJٛ댈/BS01r)JIfi̪`OJd0Cޚx&'2Ab)2/\rHLG Jַz%D^ʡ{m_+:P\7ͪΘ眢([Jd/+H܀Wa[6=7^X5-QP3,,@;5yc' mfY&^jƷ{r5ͺ,/(9GAR27ᯍGL)F# {e⼺-`mlv&}|뷭ë[_OPŅ!UP@$WkeD}VBc dCe0__$\V,aP ނTWVUT2a_)vڥ͙ciZN ֥JX`b88*RcP,A(yYcBy"idGzrφy{iV[jwd3Xs,N +8\a$L\Oa6:yte?ML8xnØ 3+:,P)w%(ifW'͔$V"*Ojǝ$Y24()y1xKѮuepj Ue/P1l5h6γ~vH}2'2(f$Ƀ0'װT*k²bfPȬT+fUDf19)؇gShoQ섨 f]"”!i.@4hf=atri-hQ:VEGXc8EσvpS4p]w[nR?|_NYeMmr+J+f:(&Xwsy&朹W1dPʢF`ƞ ٦F#(WX 3`8jgHgبpYH@BI1_hؿsQ IJzNZ@Zor M8E-*Hwn_/۲uϳ9yFX!"f} M!lP3ӱ,˩<uz&TMKhA˭0 *%u.>^ (\)Ł?G#*]o">;pj4hYʏ+(gI%M_?`,7 PEf0z\[~6͜)&G\kĬ.l܁ס0\i4<ZxRKLSqxR{uDp-Yh%%|Ҙ,]LB^0̗!G)foK CkAOZ_lC25*G۹{f //,c5 uR<Ő-q4&ڵ\9-C}djD #uhĎ ;&sj9p*E’elw3u0,EY! 1?L;:" SkuMxX)r<㗽A456Ʃ3eʾsPKKoEmYvҐ/ܳˬ>}y"ϊB%/DكC3^ N4 XU}&R JVb/_ǰ#888Y}\ut`(Xf˛iױ ҄'$VB SLQH %ƪK4D<Y> y{u|HByTi@%<M$&ϓz(#l8XL}.ϓIg 7p2I|!Vc D(/V=+z݇ރe@<m|yt|A":hr=k<Z) yh*>rU^0]Ed e@s Y@ \~} mθ٣;]Ѱ6M;Bx"i ϫ d8;b%m 9Kf9,=3P~\Ӟ-Y9(]sh&V-] `+3HZ1H1Z"uu} -AI<\j2=@E `G6fq8q;v6cg]T_"T>Hp1KHc0zrFg-85tEr ~HO妨Iub׾`rb2d䤔6Q#EC5J$2S4Z+cYҥtr3(Pf(~Ff.rx+1͝UIjH](` _~]#zMyȉ0҆ԙW1VE$e`3V37Y<yqggOt7MLvi~_z/\_=>@C@(E7Fuw}뜩童O0w̫?"vHթ2ya&Q_A@+8ڞVHsqsM4^rȴ$V"_H^r,ቲ县l%6\T~%d^4`pmӓaymW¥U\-ۺᡷ~F6he@K(m;n3yKgIsqO?x%Vb^0k} -Xv~*u(OI08 Ɗ{m1j$:LJݎIkJ;9*b;XM,EBZtɠlNr ։S /gћ@'ЕpFY6YI{?YߨD`)=tDrOt=}[g<yE!Y dBÀe #q\7$q+aC)xQ aΟ~t;W^+Eɳ4"8/S#RMsUV0~ǖ!r-+? ǃs,:΀l-O'0'JǕ3awDQ:%IyŒ:ecV'FYSPhVb+P0>6lM4C R&A .%{zZ"j;Su`L!Jj^}UnVԠմku;^j3*)&VybOL^' v<8{|",yTl/θ j.h%:myC Fp nCI-&Hel"nI10HrLXM-B$N>ņM \Ky'IBONiǔgKAm[ʿ!:Y/u,4*t%OV?{>뇄Iꪐ*q !n2ѼW ~WS^ =Zlo_׷`wvֿP<_-GI̳ eMа2uLUv{]rrçPAV['n%s %F\)K'1HV䆄 ͆ \dmPx;Salh.)d2֘Tdy c+8Wl#qյdoKu5,]+!<= Bl] f*DT1u^wZ M>B.,6D2Veo!z7"/P'JoAD`"cy0}6Z1!z'p/f Hv3 PThω(P oYU DNӍH\@MbrgN!3&$qi4^ʡί ~ȱ?pPCzigb4y̒vҫ qdaLhFf#ajֵVCPL\7hEnC\cFjxhd,$ Ѳl7SNN !NZPjoa'Ji; fC ꐏE]W$L 8<\X^ğEJ2I|x(@NT$r djm2 jsѭd*eȢ;r8abRdzҰPPׄ11mClO};޽}ԣg:C!SV%]C՗B:&΅oZכa[|VfnmWUV<Օ_T }!̞9D؄<FC U5nxXA ;GK:؎kC<[=%a SPy3(I$\K$%*iܦE;r4|ODr$y2$~79Cf$XG{Nr pGʞ/ת@&~PT+'{f&{//ϟPv9´AOYsQ%ސa2ޮbr$cPўZn[z Y !p晌w:1Ywm?i}qibIlj@{eI~ a4jZEgg MyZ $;D![kj`R r ;I  z AZ$l1o<pyS}Y9BY'!敓5/ O~8o캅Kg_cbAWS5JMA*+@\*GH5V37`ʱ D_[6zZ+?xoRLiRoCi0s4TX`B}zo,$r yGosqfax:y MEZ) "GV4_|X9(\,*eaP8ȲQhpj(nEJHS8U~#%6G88Y4h|)'lzbE7>~;+{b-N!I8ZЀ7fJ01fe[d2WYy.iYඵPV'V/svuzvom~wL-~xSun8,"]`dCe ѽKeIyȜ!cU=_/!M)Bp<EaEm¸d*ԑ:85Bc"qЀ)d1d(9"FEgc Md.7ɥéB;$ga!O X<JY"e QjPElȲle."iP{\?cpY'3Y`7v62vP=vʫ GVK;dt+0W0m{. O?mE//=3vzW?R<qIX9 z]na뺛M vZZzZR=,j %85׎h; 1̰ý;@%q=vjSfRY4O,/?y#ib}vn{xۖm>85mbb&Z[^_XpfS,/M~4FO_:@&Xp{Ċذ{v]voڱkىd9D_k../xW5pyS3hԆdPTöeG::mvl1Q++sac ^UAr\6sM2utodT~impzib?wa.n6EC%0jEEOJڛ3X…'¯>kB<sȯ}wտ;峟\d:Txm|8RU+oݭn~DQ+.v`b[gpo|nw ~} i9Ѫ-`2U<}I SooOu?X~婹#V9wH;H_Z|'h:9}[lNns-#>н8|o}D1uȤ+~= 5vnڛu:Ngzbrxç.=~㧎_^D"HƈYD7KjCRٌH^CҠo߷Qғ‰1y0Zb*Bz~-ܷޝ3-9;--8ue;_W.ڕ~n YMr&H/*;sس.\dC2_cp/]y`F$h\4 cdT֌A"nmKg`G7cr&w`VNoT+XV*AUMY3>.~VD)wXML11{Guz݉ۗxBӛf׹m2=aI0Vïc3"vᥕ]Y6b~Qh%d-w>|^u:w:cw=qL%@SA,fxCQRh sLg'ת-n=8{yFbA _S!C-{m%fDu=48׎^ MVd (@ʃκc׿Bb씽 5r,I n 5NাyOn2;f+SPgXTS%A0nڝG/-MtR3c+/YīʷB^/rE߶C_8;mLMFqɇI)00l#}qx7G+[&w|ˁ@:nL9l-`Cd9"]L C婊/l<x;G+[zWo> 3ad|;;#Lk+g1Sq94$`y.Z1eL!՗ޖgՅ* gX$BO?>SBG.!]cE$_ ӛM&ء&snvlNAC=G3,M]ﻖMzk~c^^Te5,VUvHU^1ѳEv#]0I÷\K  ;_;sd-L]W WGzCŀBz$6 XE&Pϐ87AqGT3D5z妾yF徙?AՄeX̭L3,*_z-#k GsރTm*3uTݵ:Dv}1l^oL<>b{-|5U,߶#iLVڼײY=^-[l+)cIV֓[n皢:cC;v~fZgXK^-[,IWoX3Z[K}dqʛιA67!%p&g=8}#iZMV/|qU $Ȅ{@3{qwÂ+ށdt]~%W481GD{(O|]Ox}w{caoّG1ƷѷeϞXx?UȤ6*ꠐ5uFFU4W?Yz߽e'^З^G/f)"* ðkn|~>Z[sKPIФ{.]?2k2[ E$fҕ:-;c3HiKZHiՉuOCIV + A8d3h̰&z;yC_M2.a=tw=¦ɩޫ ҟ(ɗ :4${*ЍV=4]]~`#Z2|]|'& Q$k^uU +$[r!dvтj S;? ?ߊ0+/󵹏(>TAhݩ[mǖlwkKۘxmt&ZXOcd {yƜ' ?OlX,lgvu<}TH2D!| {v߹g'wo3g<O qU"im.cP:R6kl *W1v<|O߻={0C3 H8,I[uktsd=5w֥+prJ\qg[2}T#ݙvv9_[F]b׷3ճr4ԫXAʚ*~&lkaXݭ[Ze]^^X\\wvfD< xB4۝A݉Ng<=}[<9w#ƤjB ^4W(.h* zc.wca[ v&[`v{7˙ūfn4Iq_X[6&LBBHgɃ3Be&|h, _Kggzom`V+!ŪK+>E{p<$ 'aR`<"l.ܴ[GFj9~ȧg;}->JޣS{Sg~ëc}}p}+r̽;v~RN,A+fy*cX#yfz>4Z  dOx_=ws_{|ߜ<5Ŀ{y}qVw_4<5dW9QoBt_Uo&[4/~b?kgb-V.¥~Qd]id^P)e v.6C,`"a<yez\,~:v!ammW~8,;vGrWO\m_g~KŸ`O'oOn - uOy%vVUg_zCf?Z/し<N/4ʇd7 J?z}BiS(}Cޝ;j }S˧MfᣯZAqdBlCѝCZ+8=Oߛel4N}*>}/D$ ݶk| ;rqi1C ~+Ǐ=pLJEGthzH_z{kp l>3FʉQԗWĻ6O@yCRMt'MZKH*Hjn8*Ɨކb,v{e.]7O g# y|emܸ[pnL'pܲp6\m6gz5욌$wb=<_ ּnsN:%+X$رi3=u"R˸EʇSebBb V46/OoI66!=40}N/]\8zl?<f=S]A=bۮFӈ+Ҳ7᤹x75:A3:?[36 NVӁ,^g1qnaH#8^o=MBR"_S˳&~:ݰmQ=FBp/":sgz@sйMZ@f/(80bEFCSͳur|KK cw:%6ԁ h(uYyQSp=9)]ޟ|Sƿ/74+BrjؙcS^zpQ()R5v*LV5qX&ifk:$r8`osu("0=9&ȦRrȿcqq4 nbX&/Z;h֢H[ VScOpf` έ3vAPEC)ġE鎹QN93VdؙNmc\AkZD Vfb#̏X-gѝ֙X/_| YH[4edYaL[X9"LCq-U5&-9[E#SvgAJ3$h*w:ׯQGB1c*uigY), -t`0cyɹjko4:IRm,[܈RtD(?gРoX;[펋ghwb=:umzŤjMJlQr qSO~ѐhyo913tQ6t92'v8 !v >kET~IS,-Ȝb'L3qnsqd0ipb¶ J@v-gUWyjKqV FShaÓ4Y]A*;+cݙ&wbc֏+L`mocr=d| S JWlM<ڕ6Kh^ow2y*R9CrM[^Y,22"M:Yl<^27/'kgYcVM3C,!RHN'i­f"H Ok&aj(9ŦmPuh AJGLgbYИ9`7u<I6E:YRl xq *-QY_>2x|9pUqq0=WEݹ}LTtY5'eyyNi8Ҏ3aguT6LfzH(w U_v6WjV#*MNطM_:,epL sJc Wsi5@>dvn^.toӡ\2 t|W~Y[w<t&&{֠gov|ALwf%]06DRmqv IGn呖S+W6][ޔ%w;LoyBX0+cz!ng8`ym%AJ*XI\YYJEƴ > T&n[pյkbj2_ 2N͛9  _\#Nl9M nẘ1أ{3K CicSv[ZV.㒰"YوSi { vUi! Z4<{U9:lyWg:|f]AvdQ;2=[6m<^Z⪗%</%L@| -8xOߞufr'miسmXC2Y+RlkW̗窗M{zƉrEn6͡4X:3xq^GM5e\ زZծ0H!kUL4NCjwz{[*>!Y^iNgjmk~ӣܿw Dmܨ\YZرeuϾN?t(]<\XZqX裟^0G&=wlz|v|DG^y߲أmk@oܾiӣ?`e0 ҍ\2⭨~3/>-.'|Gʰx2Xɿ8O>yOgac`u>|T*Y#/ik1L{DplNR9?=95>O2S<lj<wri7<;\ZkZ cpS^seЕeE}g;w,ޏ{ɢ>:%Um?YrfqMo.]c<"t[VldS^Bkkvc>ؚѹgi(eg kRiItLHwnm|ov:g@Ľdʯ2^2u0šGIXκ wDžֻn{m^b$UK^?mzzjoGoG޽wpʽaiњϟ~1r=;u>Lv~;xǘUUp*cpsOmۚ:>>]avm*mc{fnq~yuzv;O?`x{:#[{?:!j;tMnCpԶRnWϭ-͎ID~q3~V*r;zOTêw!t^x7;F t~m31;xXf<m)ⲍ FYW+~﬛nzv}]%q"ҙضmmTdWb0::="۱yvǥ:we s) |;w3C|ܩ~EQw''o勋\Zz`]t:̩e٩o<{7>3/ `H3jlP薦8I[1n#%#Zpg>ԯ77;>fb0"s-k3uk-]X>ƈ31\#n*@xXqgsmx%Ak{n/NsQ~̹g|\TxpFV¥Μ<w [|WNzjrHX\~ȓIL}=3'trB&w\H ٥/{`ߘnm[S_ӧCBBa6@Q]ҠYXi=tc_u1 <Xdec˿]k\yj-t#9gm`rt  !rWS0IfkuF[Μy\3QEA^Oz#'$d!vј4dPgԖaUP>~{\EOK4u J{J6X,h gb(qu/ŪyXhE,Ø*Uʱ cPTW;w]!CrYkqnv *>4v/[* Xf=q~ Ǿpc.-=&w W/>}f/TB:'m"%m< M ԥ'^|Py?z<`[5;7P\7e)|,b|`BLvV|_nyMMey‰rz/DfoY-k\@nl9ZzE] v57`t$ K"¾vזWnDBB+Vb쯍,s?\+pfpem|S, };=a{J %<%٣׭“'{rentS52Y`~{(gi(GEt,P-~ܗM6__WqpL-Uh..2\NxQvv}$3uW.~z髾.Wfr+ >p&,xe<7"6觞'r~'~G|s gyaQ.wZ<]_86QmG?w';3hD4b-v%ӰjSR,YX91*v叞yc]UI$f rc/?G֪i;FYQq's_>wʤΊzcpy7dE2+HV6A+1YR|KϞ~Y^c_|iacqbPϼxb꿿tVs% vZ|(D,D3 kǬ_?Y+0嵽ZY-XŊ;@Xo~pTk-̬/.zlo-6d[-+/<uuz_[O/eۅy.ؾkˌ밀0m!GØE OʅO|:#_^w.A,ȅ9(x!W~g篌#z˟tscJU.9O}~ W _<{' Hk82o|ȩ3O/?8RI<x[e[\Lu'8}ͯ\uKK~?2 6F9eof{q eqm뽩c0!ztC[[/߽wM_?G>ѕK,% •;tlOv&[pj |bKq=^SEl(UK4XuW9jcGQ'0F<L➑[cG]<>޺x{}zf}F(q o?KwzZDH< ^txHXfa]hnS}m~ewwme~y;O?|q @2= BC'\>|ߣ{4 +O? }<:q*UH04PTREF̽(ix/_'?ܹgEU,kSϟ3ݙ+Vh䪙W^´>.ݭLߐI6E5-gvm7f74XYX;rҙϮeo\M^5#^&|xq_gLT]9pⷖNj"6>]b jm <*Ey+3{;hCX[?%ϱyz✸m=ʼK O×O`8>3{ޖps :tB! ),C͡CN33{zjsg^XX^on_/>nyuG)Ї:<d~mWӛ~GkmҊ.p<,Qs VA&XVƍwb/<pw=pc/>\4;5c>r3SE'?r~^%N f dDOu~Ю?u߾Cl]]gO  Dr|P`^̅u#j<鯔ɱ[RIaz_!}ٝݛڊIN>\r?TdxL*s&Vkݙ9x?&{s`l55;2R+ɪP`9&B v2&, *ǯ>r ]Ñ |_ܼS3{˗.tWEF BñǸ@l\Xx085rѸD Hƒ._9x:/_c"߉rS 1oŵݷ63;;1:{TťW>GL V=zg~?9};n4SUt<{i98VsIJsA x ЇuR(282l$;>{󭛧L:?}e忟[8I(Gu- Вa=1ƨF`d2p$Q$..#^QYƌrPC(`B!.-*%ԊGFuЌ#.ӿ)#Q"83$(PœcCBb.9No9&WA1P MNrI?| BGL9(M٭GOsVgdA]y0 zF@2,8ܭ r]9U|sŽGޠ6~dUz'A !͊&iHD(p(q"ul4~aF_˰Fѫ+k7pE62?8j*cx"66Re/k`.tGxr֗ۙbB4i9n?@.4-ɊXiBΖiY8<8UGɺߨSOqBLZFn\e ZaK',]:p )?uЫ88ѝ}~ۭ{_z+IlJ̘Dg/v0]t$(DM`vH܉,F4!ٝ D޲y$7VSCÂҏha:Xl)Qd{4զya )xjV-0%}lKL*05MBA >)soF3.#;"K ʛE( e c"@Y*nNڄ< 7YUҐɧĤ1݋cB10pb-]px^G-%Ívⰰ<p݈}93Gů}ryuС\чM~X]Sdb&#F.ȉZ @">~/<K<P3=rzxJ8$8VbC2Ы4#V O,ϒ!wXdI{SI2fd}PerN8T5*lVnڌh;IR(#gu<FQP,gn &1 (G`J\M{-8Du` ah{K.o Ly "Ċŧ |Q(ҩI8CMG)pPtmA3[w]p‰Aغg}g//`'Zdh~|J,}M=(* ^NyY̓7=4o\3` Q2 l`h "Ɍ.!l!Tľm䎃Vκ1!fAJZºVy)0u#cA=FuqOqᓷ(XԸO9{Dj>ϘQpd/++J"Ks /:)C'`MdރlxP"1$p4prQl" zɧBp(LyK{[pf!Dܱm׎m,Uva `D` +(w;K^e;7Pl2˃a7elg'jxVԜ5wE}()ȍ1#c#l)?gdg-hϰ%iLʸJjdd5mm$`%]Qd+;]&Q%!{]a9⫸LwPڞaV''_!yF)2rg V4ˎ BdU.xI2eTR-.sC}-k/U6ɃNM Ec"8 9b'NB_p'>%-Bϟ @XT)'aVȰ-]PWʆN,:uΪI?/@sc4 2**#QysI2V$(E|_A.bf5}:ײ' \Epgfb_|IAGP4.X4a8㆖Fd֯gGt(9a$l!}MѸ5 azf6+/_yɋ9;: KJ|lİ<!u^BRlG'++U&B4:^ǰ*I 0Z5QT__BHL8 c[Χjdm{ Kl?r}uF%,; 9Ň 0{j>U8A_~E.dd5lLbG<S \xA7W KEαhWYOMy'!q ]w1/y"S:%y#|*浑~t1_N^8<QrhEѤx4O/H*9B&>k(Wr! f. #zr@ba{?jy?wG*B54圮<zVPkU˵M9jX;D0l1p! AzOЁwő1ʢJ7{ |Fy#j8)@SW9͙#F-ZwgYbkˁiC2%!ST^ET,>!:w|c\^K:FS%K¨^~!z~l1D^LHk;gcR40b{~%_Y*])' œm9擨5*)C{:jgTN6 KZ_}U*\u`Hn< 1+P sm,dC麘Ql5_]Mؚ ֵ n.rP%ǃm&a\t,ϤKĨ[,Ɔd0Сx@4#&PtZ]bP@)™_ڿ.rvoNϟ3 [email protected]"0GYsHw敯aXH&K/s6~֫e.ȼI2DͲ_c[HH`+ӟٟ)=ڬI{fP%YGY,UK6/>"68JKkTS%ȳ" \ 2KD7Esq<q~EPbMRXq #  $'qxql:٩-HӅAp4'dQ2y+DU57MbW_8+z:W $bH%t$\'"ȭKb<Eep7NR0=9ĩ32#9؇_+2R>1}0+((i#.Q8zgR}Y}iHXbqUJhh4B_;o5Xq^`*EmC\@:!7e}ӡ Xt` @GS<? 1,ƖvL?tJSۋY GC _@ FK>*pR=sxӟuθiB'Ϟ/sItPV%VToҵ*-IP'H0 SPJ洊r7HT'v11^/T b-Vcfڥa Xi+ºhն?\ #T#qk\8Z*˰ZCf1p;Z̡Y%Úƶc\ W4_w6WT)G8aP6-SāDN*}d$5DqZ5v"ے,9{⹇T!r7G\$!z<0 ajbz뎭{6l<Y"ϝ;ܩ :sZ:pQrQq=[mNt::%TB'VU g_Af>7#9 HHl!ZLU<*j 5^EhRb8 Hj_]ʧ4V>5| Uh7 ,eJ Y!rYK^7|eXwW8uU&1b&W?U'0M)ť$e@"ÃQC8K7 XgÎ#!1an_\Ky晝&zS bJuum…J8#j+ra l9dL޸_uЈ@ѐry#לA`!`d{A.[cR'äW>QȶTVtq-&mR\&ǿw7A>CF[ϴWl1@ JhPZf f)n458USu,41A.7 8`a<dEųP7 g@=$ 6T&s~r^aurK8? ȇ68)ס>y0Mqn̷-JF\ZnD+'ה[ڟB>H x,HxJӌBqYHnXE(a}NbxAholºTjuk4cU浊c˂fCx_k|Syj5v'5^usk<lT),4/ߘ(F LA &Hĕ&*?)8ׄUH&uKdYRfI8(9nܐ^#KW]~)NAb-E^j'z]4J*.X&/$t>\#QC~lvׄ;TҢWwg`i JTҥB*{CiupF-SBAK@S;1lpB>@4)QĹxn3 >(Qff^/p@Lk`'L0qÇNDh[" Z29ID5IΌ,)0g!-B j^Bv2\d%j{Dmu[R,$yKP` I"*Gadyn?B{5$($)j ]ma1 ׸5cp4tֿr)3gg='xB *UG kHV<vRohlc]a [r,9^BO G_)Ie!f=6Dj{ɓKy{ MƚL-E&ʩbyl J픚KLT`8 rv&_BfCZ``H&9bO3s a%WJBWlB/4oX#͒(,+4;uJv9RePwu ._k0ò<D ~WV& :[&=KtՎ_ɵSk/Ϯ>= _цi*#E;>dDF/pyMxQ-lP>D"\HY(V쏄"c݉`-tIn6"D0LJ9$/d́0AѤQ~Ҹ<1khƠ3![ϺP(%lHY@-9e"`2L~si4u>% ,=PPMo , 9m1` JeMT۾ 6Ѕ|hfuL5Yt-M̻L޽$9@TTՙV2y7+Skg6>3?:ਃ+nIHO Hfvi@,ٙ( >* ΰ$R>^,8NӴ|'q./?)Uuc5m@H`|A8#*dQ  -S3 U4U-ܑC, R<0LYrlJn|Jzf` mzETqT"I0pT9OJ>b%h<De*̸0#DzhIRl!ז!>|L0KE><tkCKOuq⎥[oeE!SZT/N^{eSg_9hɑN57Md3f))ĞykX5k.4k`ɰ*$p}<4>A8;V@O*!KmK8j5%2/q˩(+H2̢D8zHlfbgc!ޅD+ {2D;%iM<L$(w+#+`Rd$X߸O#biC4#T^2 Tt/8VեL۰w+\~w.M1[le-6ɻL}~ӻzgfW߲GSkO!]Y6-X)Sڭ(1Od:AܝG³!d# ]r7 9=,I;/Lf>[ڛ=aaA ȃĮ,JZJӂ #CBpbIaLk3MyK̈HSՃq_˗&"2Ϥ-=8\YSP"FXE"  Tߧv#ϝ65TD IScʗ vzLQ>.}E\CSebe  !% .-h@P8EYU6%ڐAjaI>^ ?9[Z!dX .t-`T[.xaՍ~Q5:ĖF_S%Bhk? 'hJ| MRh_,c!n)p^$11p)Fe ߑ߇H܌;1rި ص&^53x*J?Äg)xHk;re)7!q[Gǵ]{&Iҫ "W>fH%R.\aLi.Qub%<Y`ai쮂2f%w#طYuX[ǎݬ[!N),3>F"9gsHLJU+bMA܅^}er_d&FPN znGGG[}A2.PFǦjhsUьǟ$D2J)MDO6ѱ_H F+ ՒqCIqb 11ZUAڤ2хvD9SUd$*J@drڲAwqM'@V>(34e|Q;KheV(uPXQG"IJ7^—ЦHN(4ZJ"Rh%b*|!=% } K $i!YӂUzk<NO 9x'a Uyr%k[8~ʕ9*-ZYq4{ti $85kJMH(-%q!#ʊn7U^tCG֔/SqBs"xR}emqɖJf(0HˢJ)C&=1tT2Q'@T'1S][{d1WN,1ꯑ&!Δ+@Kvx"űKX"T49!GA^ PxWWIxͱoj05SʉW ! :Iҙ{^r֍R#^]E !=rd.HOBϏwY klmtXA]gWϙj wk}N#q.%ð>5~l dxARZ|l)@['Mʜ*(Tk;NJQ9MA[7v G ǣEp2$,5ƄqPVT$ )ZS6l0._Ho @bjL$=K *R5)Oڨ5dbH""IIp5ڄJ)u!JF֍~]Ȏ$:lҩ_R@Q'_RqW3~H %׶rr3'<jZNdJO+N^eQ2ѫ ը*%66ݰ[j BÊ4тN?N2BGybj11pWYXqhp@<2CXMZ\Q,HNۋ!!jL7MD2su*3R+S{VjO* ɒ0U{4&*V;{37빶V4lQwe{%v*Los']~'31L;ܧ|9KwZsHG;-L"`lJ^c e찄,npoHQbǙAӚܴ($,%>2 gnpUNT -e0 ՘vIPm~\KUz,_\:R@BQ:L"'jiPp2Gu^?BcӔM)L%`JJB7VòBqibTt-o?53&%B+ *SZJFd9n{y ڧo%zMVM,"Q L;"9K\boA 6xSUFYiK7үVʉo+oL])=Bdb椰ڊ)|FAe&e-qrf]S,.5E-w_&}<l6Ju{|:P<9HqqAKKnVHN1B,NB}!C!x XFˉ_iNFRpc %*}\ }%HrݒhPF< 4ȬG}-!uԇHK:PFp9A<DTW nžbx^:|1{.=N]\vc7v,dJUyiKL\v#9x0ʿ KR힎wjmx"N3[Q ׄJXvjH VI*\h2(sv =lTC)J 2مLYVd8VCƗ}^Ǵ-JHYxS[`ֹDZ \Zlc+}. 0=(6-aR7tQ맺4َkdِ0%AY(DUVJ)0QaHp9ʨ Xu0&ҾrYF,2(/A_rz v/ ^Ti.\zЙ'W y$ɀ[( ZͽJ7}m}5r) -m7ڙCH΂>ʿ) ,Ý,+p[cZ8yeeF$jc4 Oo ږ]NrlH ]:L؁.WQǁz4= %,zg6!։U!m&ADQQ: a26V+VxUz7; +# n wؙ%S¶$R:"d&u% :$6Y)e=$JQŘB$wG#aگ.X ug!D ŕUD$dEB%"Pv_ɺKEB<jsϪ}Vix`js̔rRAR-YYD7 Xf=2?JcHJӢo Dstt]za9J(5Dg2}Aႚ6(''f u,-Ǡ6e.J~۽|[2ަ4 OLFBo&#$}d z0x}r%PO/x",VVF~ eM۝irYZHS"&󉒘Ј3Ɉ #!@pΔ0e+`0 .ʾl*PYN &aV(qv& @H +T vS#_<׫]!-t-#(l!|cU;@ֽeoSkjn@JZ 43tg-> ~==Y ,Fԅ)gg݂6߄2N)-HP(RΒ3mA'*DZ%(Q'AQw\މ بm> (PcA*D9-V lf\?Do*z7>t7RBIdtv`x>|o2͝XN@<WR /! [v'8Y¼'AZzN{/) PeS"^EpF+oaOCῈrJ>Yob0R= Z) A v-a4a+xХ>1Y*SMt&#ȏL˸˫.vNP[ww~?VaQ#8s@aMlxU*eoU8A6 T\k/O utdm2 j (-0] 74!Z≶QHYI_Kda ? VQj#G'!Z%K,`_f /g=|)^.z |o!Nhxr3QU`(xl& %(/|Pis+}A@|=@A!b{ی3Ib؋@ Zކ:\Vk#N]CxHhKmO*L X+6Yr <j/$T!M%Xb%vdP'q5J= 2\xTT~KyU,r+@2=;T;5lլv6ʤk<b.ra@t٢$lb`!"/ 9k76oynY=$Wgfdӷym G7RXd{hjup?V 89GoᏆ[ځ+Zg ;+jWʹ/H*à\褍B#QKKkdҜ&EeܱQ+Q=.`n*Tpkh,m.j/36ౚvxV;3SYfe"%(:ȤUbWi-/P5 dMZ1)TbbP%V(_ʻuNحOKU +R rBPXd08*%%ӠZc˖]=;2N&~o.OD-HZi&}1~FBYZ%vh'u7 4lvQdpQJ?x;Hݸ /&zRr qs,i=}_\a ^F}<l*]Ԑ7P sW)kZdsV1f ,\i ^R$+FXqi)*9 6і7#^]6(Y#Qe_~FYDp %}~;EDl/*,xnN`GthҶM(#uraE8bzҿ7厰vt u@. Ϧ`S! l!,lK+Ei \HR2@Aז/DG~R %WL0Q0IfH<~ %$[R !@c̩n#Q YL!WlPME#?RukL:eҲp"} έ̛FY=<L+G#&r/wZl?p'#TW: tUX(wTG:׌5pG*Eygt? 1ː2|6n+?1db;88o=LB)"Pt)!TUΠP4)ee3l{lKL8WVwM;[qP:TS2p"L$U C=eV Ю"&%@cϸ@8)b%!a]@ duJGm7P).!`4Z<(# )i4pWL3.y [ш a1ߡE6V%6~RBZJtv,^5zYCV/hn5ʴ]&mw)b?~AAs?|cxzA5Sk~Sm^B`D(YV`[1ۇPH/_?4?xrauۯ9Eq?+ٝuy+f`=3 ̂4f_Lk5Jv&A<b.* sqXrV-F.5*-tdV9o$C,tmۑM(3``0v YqV]8}.=!OXi*2mT>}_('h 'PPθP% s)BA$z4XE:$ r]U?d*Y2E> ʋ70:`%2DPf؈xQ!\0E\Y`3aʱy,_a LKi_3qޱoOgk=iQ5^VPM#y򌴸Mw0]ØS)) lۍAe.@S)+BW,Y演u:;<pgnk" Z@}(L%b HրYWP hLL}PnŵOjr%k&IDATmtPdžEE.jR061@/2bEŻ[zl.,ˌ;^ ߟ-vF6#HIm=&~=t1N= n$X{ƙ-\_%!o},J[X0vy;z[0YIPm@-kB.I*lB)f֧-|}"5*X]PV_\< ֙<`dž?dgF]LI񶩗󣸫}ı[ XAkBڲp]]xg ^3%/bjއcDcW;X_Vs$!J&`AlPg<Ypф1w`|-Ĭb[E0~$k'Axt;hQB- \tn%S%qSDcӽP m2V7ё@Lŵ4y'6X> : %^Jh97k:9ě|FQ!Z)D|<eM$9˔ ۀAf.AB2M0zv9%US+An_%x5y%G[o 4\9${qS`#K?0Qgy^PpHm=m?\+" [yU{PaJU]Vm\Ox9_VDOL*mɵ <)tD Y, }t6h$w7)Kͽ1+|C~Ї7r:q6J7g '_8Xp?K UPǂz4L8ۜځ=`dXd.NQHƿ {=\eA[u4צ擘B3Y1Ta.e>u^ v"MEKe$Y[^FQP`z@8nȶf*x@# !mPU'hChd,<~G:\,<hfBrRiuX&6.xΣˣJj֬C6nIbAFQf!m@v_T<VZ+jS^8r̷^DFBƀ%wLZL2TH?BDgK]沋m ID! .1XxA~P4f]K:> 00jvPuŬlG1zDNP"AB@ZVfz-~2NT `p3ڢG dv`W0@<`(. *E&pfN-ApD@\n9=`[uڽ| 0Uwr^: 'a`x D!J=]A=H"W.K>Cm &1',#hJelљ2Z%ǨOPl@:6 UI hI|Wv X{^%٫{EYE,µM¡6_9yto:diLC#Aoݪ ƥ9V[R׹;g8k+X!Z>EKU| M5ەkO%H%G`JXpNjmNRD,x0hD~Ak}EsT9C'?.d놑2^?4KYd"/XFRPjԛ uݱ;XaPX3 o5R#x`%l\{,M5~4+Mܤwz57)E5S u.5X- <)elnSʟ| ZFtY+`ּ j*Jbu,|*B.= #ZՌG{{xmW4DUEH~ "wCC~`*j vx;nYX3n(.A!ɡRxWkI* ԋM7ΧO~1f!gE(mG B>q(}KNgkPVѨj&zZq" s# 5bkmRmugg'M7MKVCW)(,RXĿ3ߝ.b|ʂTE@uWNKxm7rm5[._^Y]-J ƣK@p}sRYFԂ6vnL}əW\YQ^4瞮~c0* !wAb9rN6yrQ!dɝun 6$͢N,碡c 2ic*5ʷl`D~y+!?--fwV)vįw 6JKE ՗L7.K}wWX[׹Hv]s6/E)B+xKYWI<XDoofYSĄ,]B *#m7`U̯rġS!f (O\뮭_W2fW߲֗}O}UXQ25'،fU|^4>U5Q%ҤaS^랠1R5|=bdBAATwu./ Wލyn|:!?0 CAH.0/_jEQ6DdySzph&j'x3} _BA0=55=5WwA@*o </M?OF>#Ү;3C_T:6 S7,q%Q m$9UVV.P"lO4֝){ܽvdSw=%=k[vR~ L!+ԑT" {uo1 .AˉQhS5j:#To$bc; ܨs +jg 7Ngz"G'V@v[iH8]p;i 'hG -6qyiZ UGx=?x KeVG4`~`B[!`XS{BոUzġ7BWnSeҩ?Ԙ'漞FˤNЉ>Tl]I^8z|jYM7)bQ꯿1LIÇakсka7VwW=X}ĝ473PZ:aDŽq\Ua ]|.'G쒍V7Pi( ?8}eYr^җꕯ󱿹|OďVD{D'CYV?^hܺc+4wGRw@Z~7Gp A21S[@JtleR& (F|Dt2Q KA{P4-p- Ń7 `')>y_kM $4VJ}>\Ll?t-.*q4B} MոO (r[JQc'DTBW!B,hE6Q ^ch޺ЕOr- ډ}d~3)`>_g>eK^q gD[إc39)[cw"gkgi([_.5kJ<- Ƭ,Mzh$# 3k~e˲#z//l߾~g~f}ϻy:?<y|;E[_/՜$A.+[~dyǐ}淟17+&/1xxU5 "9,)0 Z]6 @A}b E 5k}cC=i -@kvCu>1YMO^V !{+ MZmXgͫ6nn| EcL 1A727 8V)g#ӱԭ~~m{*iۇvLn2?S{ f7ew08<G7D+s]7(^di7#l}GFCaVDA&{AŮ]w3 4}6gUt1Ky33~dҥKv;?!%@~BS* h2d2_!h؂! (O[.q'8/;+䰀MM;nFtDCIֱih/Dۂk©DփZU G%x'ԕ^аag9Z'"60S9j;2(6h C YMԦ^^l1qO" zvZEuLĎ6GwOwVNwV&gnsubA_Fs__$NA#RΎ+o΅_wFMjQ{ [-7 `᪋Ԓ-BQ$;Bvj?YG.sF ^fYgoii"A[?yayaz,ZlTe+>f;|W(6O_{'~/_ޱǵ<f*w!Cs3N ,I+F`/8X4]]nHM}KŲ/Bט[a7Χa˭dh`d,xi+Za^"D4Kd L~U-+` / 4Sٜ;vL-l]>R}kc:__˨`OL YQadhg`ܔ1tih%=qRvTnaF叚(8TćxL'D{&LB[[+٘V~:$3:6ʃ $'B),PJmc,ӂsQo/ %+XwLb3pײ-ATr3Ds`N."7)ӎT bXpΗj/BK<.Ԛ2.(jsg0bJ@J&6l]B%O- r@J4M#R}"3 p>P ڱK B/+UB^JfyN} Kp׍#zK?0%K$5s)2/1xZBlu%թ|y_ 7WXikP0/3w2 piR(SomK/,"#\!cN"ƸZ;͜o~l|,ccW]ݍ(.Dڨt<ťR|-7?=r赣{!qxs`&݃ݙ#íϗG0@WQJ3Y`sH2[T,]i:&|;N޸QL4euPK)W/XE=IqV6ǦΘ~#wO@Ymcm64l/>qN74udВ }۩)e$Gzq<Xɀ_"r[wWޣspok)H덽SCHQ`$X F1Z i!ijk ܷ8RBIplMo>.wo؏^|?ӯ|+?w=kuJ8#s tXI'Uv;Ѕl_|gU$Jdȵd6(O2eYqTl]ݘqPKOĢ#jGeACvJMͫ6B^~`ƹW9b #B2xUYa q˩%xfؘ~zZLn@n%^zߛDX{cyBTw م3L+NDv?yCqwMOtmz=ߗp]55;[w~cY&?zv3yGmc,G_{{[~׻'? N'3"roA+~Muw^#ք"KA0㣥 ~G1!2bK^/: WJU*$QXכBI$ "n ROy aa>^l ')E̻?ݤ(ny?x#V/U/5>:~יܜCUQWǔLk f7ag5|${~W׉d?<=9 H5OS+]yOΐA?-uk4ȑSO<|ыoϞڠ!)'Alr B1| t\-`PzO9i7+%!wnH QKEGT?L's0= 9 o B$ LH!U-*@$M)%:0 R'>J)}7xg=JWK .n8Xf=>r m (||~3sFq`͵%Gnik<ݙ8)|O7Hm_ƌT0ZZ(x\KQbTШ}kQ* Ғ}[{FF^׼o9qk9{x|.v _'N ox^7;;O|^X+_CCƓn=0yG z.˗?u B<a&j38Y} B}^trGܒ>H>"),NSN3 *q'/>KQ$"{rAls1_tz(]hs~^5)u +|OrU BA|B&qSzeD+b̩@vU_|ӭ{{ewXli܂)SuB%> "nx{yӂk2ȳPz_};1Ʊ}\~eyuxp8# /Kn9 wNtwb_jDmndm'H$̿BMNl\kg%6誊 ^aT= 2l&J;Z\?"9 k}&]k6w" P ' Qf_&٘~;ú τ-ke x\ $ zU<B^&P]i Cӿ=ps2P>=;xW쫣19j<;'s"h]wKb㣣Лfm[ \I!{xt[x\ۑpmkZÑB{0 $SN UDѮI`DZDv_M_!*@ hCX ă*[’ 4!}&Bi"^gnb% lT6`((lENʟ#Kl,o?z3u12Yyyb*l^Q>FiP'Ow8 (p2Z @;!U%EW۷/f``/KPNApwONnZ@_@ZnV7[J$e]mX<G2ElB+mߐ0:7*!dǠp˨)y~S (S*T b86WBJ ͪL.'C;57kR؊n׈i)Q7$}"(0Ϡm](k`Y^L>(&F[UT=驿zನb> Q M+ l9Gv*9,R oz'_j<qΫoƯg|~?Ix7μFP٨_VBsęP$ przﻁW`n=ʊHHZGxBAڗ-3*l9JioQHLX o(ҚCjB3p3OFȦ-MJ%LM)!pȤ]۾TŒI6h#k0UlWk)|5:J0]O񯝝/P? ^g`έ v  vD AO#J/߯M/`ɶ-s{ޑo|~ydd$Bׇ_H(Fx՛{u`)?ve:YjĬ!>)\}gȯJ*Uܗ5x)YJ."C-2& 8˻l>[WI*'ܨQ{^~P, tq01Tj J0.n.>doqrxJnI*[r(z7UTw]CbXzڙ+lYVKw׵HCSA˟۫]C#!bc, Voف~#s?HoceDZ{ϾxӧΝ;Z˲bBLc;w?xJüW=ͲÆr&Wv&Ee>`,. -$fC EZ$hml<4es,D+RզW((w(z1[%Vj%HӘ% 0r̮#ə]WVW>"ThI%0}c5Ȭa o˥C w:sZm-Y~ ]q2/Sn`*7Zk;\5k?ʓܽ>4|nAԟ>, 1oOKa&Ul۶8`@pAP V?}dYAogkfQU=r0F(~%aɔ=HITL##22i[e9"< UgGƓtUCXډȖjb鳠Ńd)`0]"h埅(DcyA92K8ywxXHsKpgfW W(&8ȐwʽroyoK=Gm/y/t?R="2( z5e:yغsQCu Y1O/vمYк8*R`-<7/߹0{{yf"^J H_!`l2"sSUNU DaQuRLR-Md "_VdD{HBbĖѰ-j!k?dl'Rs>ELD*D=_iRGXxZ9M#P]DLY@3&Jl\6bɻD-RoY ?7A+XYG|}h|5gvϮ>:Ny!K=~}20QL{yOn}"U`&) 5k7 256ʽR]s(KlzC-AMHW ]wٜɓEQ'Sior/ɀ feRcgӰ-<U~tń2+4P2S픗΅ `!Z%kY4Bj p.{ {Ȭ# Zܯ;)B<zk3/otO^{_0}7?pjsd3P!rʼnJ9B/{uheLo~ghGlQR69g˴;OJ9fl2#!^q**%l!Сr")H$HJ+*Q)cTDp,!/̓)mN7SȈsOUz\n:BE -J;O=Y3Xcw+_FbkE+sivդh7b2-*@S 'm mKN]Y9#Rwb\;/b LƟy!oqG6DkZK :ê)*`*[&HL =37zjzȓFt>TTߌggX Pdn&(۞Q pH\Ea󏷗| LGBܨEmp2|P^i[QP̸ubH*L 7 ]ȭg< *ZX3؄ q,k 78eǻnv%]rJ 3o޽y\W,"*6d#O?ÜbiJ,4]0DCic &E±#W$^#82FJs '=aG%U0ɘD>Xrm;^(1i(#$cFDi_[,ЎXu-ʐggo^cݕrݙ˞@-yY SJו"Y Gu1_)ڄ*PA*⤮VY~[o:{q:u~urəޱ973` 0y_*XgҳZ'Gz9$ ȖU@~)`gO-߹ʔ%Z`$ؐLT4ĉ|<6y k!ťJ-YhCBiTj0Bf 0\3ND90\c>K[sXxs-?/9Jyg8$auWKg^2q0S2~ssjOK(`}ty0X:>"`g#ZOb>S.o/ǣzf3G<}ݹ iRp$;hs:`yyDw;^&_=RZqCX0S1#O=SN>sΕ, ^98ysz8c[|>JwKx5;Ywʬj1 X`y4>7XI NL6sL^ըbೕrgҩB2Fad-A+7&fpIA,T$] :th UH0-$,t6z7(j,ʙʆk%t%`a`?9}C;_MATizqgL9҃I5r=M=m;Ү k 8X0k<:f')v2k{p}Bw[>j NÁmHo ֭ݽ#~͉S+oDVME( .b#ύ: >cF::(s_ oRB,/;ԃ6.+9s0Zl̯Yc)}0LA"F-j[ <  Ѻ@]B#xuojŹH}ϭxR{ږ>BԇO!eoVUm ͗fP﯎5cm-{]31|}m|{V>3dc.ܬYe*ψOȎƤaGz[tv4_Dsu{+:yT5@*Sرo$0] q.(W)dѧFv~ \|u~ߢ̅@ _7vn`hnyGk(B TlM7B3ȪW_4"?C=)Ŕrm|" õ 큃 ]Έ4]Z׷#5}!J QgA(*Y8)||C ;U+iCy&Ӻ37.W"?zHe>UU/jTER%R.Ԡc[0aKiJ?>D:@VH'*!q9JA̝|@CMcg2Ȫ[#7oڲ+N5 q1s<n$$%6 Kۻ[ɥo_L=Gɫt%88xZޏ&%#8Xvjomr2EAUrX^U!ă͸Xr?8 hY(ĴTViV$y͋aO$T'1TY["( $aH[R*N'S<*l6Iշ8!nrR>}QSLJD"Oԩ   [\ @:Ux૭ytѷPhz\>MD{8h\ -F\N}a%l.lj%s=$Abڿo]uA{Ob -D;p<a/; ZMMh}&0j\7Ѹ~#+ß03Ml E.Ǚ!T+7gWN쀖`<_h*gݽI&2D1t288Em#e&T ̊9#kG<XbAâVXsVHt⦂RB#)o2@PtYBP+"zuWCʙCx;Je#8Ad><˹cl/ncʚn*=rѿfp=U:pF p#mLG:Kػ_nί&LrOΟyXƃ}.!Tr\ RLuas[yTJPG+@Mo[pm'+!~ܽQ^{ ]}[3L>YT;AV,KG_b$RO2W{xj'9;s_0Ҹsghu LC,}s(6sg;Zh0su*ëFl-X![(qEw4l 2İuV@! 64ȸndJ]=8ϺZ VAeM^Tl`$+! >x6R#A8R^m^0L'n2}<D+!,60v=qp6:|P8g{2IŇ޴[wTVs!.?2ԷZK%8gg|.'=Vn1 (&V~@&oetP>&EoKڃHԞU=CfPYcwXu=F{hDNغJ` F.VVoZc~Ջk9^bk ;Jsݰ] paB1j3rnW 27:\( +gn8#FbB{| :=8$e{~`F,PF<P$Tz# e5U9Ʃv.`%Ϊ,\|o0C]*D=3j@Ҳ< =Br(,>{-w_~fʠZ !TDCl_6h1K댑$wqP1~{K<{c{[.Yk]5G ( ifA-ِ`Y6@߆ma6m,M(R6EYIq-vwu7̗o#^f-]M]ŋqc_|;S_ _΃`ӷ|eiRQ<Z F qG 81 +74,QV>*21x39S{%6+~:@?i+q[ʒz/DTm[4|Ւ\HlTKzLf?|p|5ow~"$e?e$~2ؘ?/*\1 ,$Tv :'ou@Y&9GʕAP%&u($VK$}zpa)8",+DZwmpaiB7AN%5-K{9绋˓򠄈DJȪ/NجbS[S;pM)=$('^К3ޭo?nx5Zf L%e y6 @4w5 07z2 (X [NńE 1a6.|pprws;:yk.ʛ\{= |*ՅA}xBj(2qC =s_s39XO;|E-jj食3ԈkƋ]x8ߕ-}*in&KnHH*+e6֧b0,_}U p=|BVT|DrMr՝?ѝy`gfO+tqsp0b;lo<R2i<tDט*&ڔaj#;|}"a1԰mKzvfPlVss,3;< m@J(n5ʾ/C]Wˋ{; ) 4l"lW]N:?|{Fq)Ϊ_?wg*&^H(D&TjnɊ8F9Vk -<f]؏dQ$ʳakr¶:w"$P )EU{VAe$Gc_8)/6gdzg]yv׏ƃ0ӔO5lb EuÏKKZVW1_<"SBsUrԟ>kzSjXBα \177vkK7yy;s?ry~=A'3Pk Id#7$u|]w.6irx@p$`w]7ӁY[:ώv0E)`GdOٍ6l$ƜcŬt/]E*m\l T'MJIvȨWeO3,4&u9^/'2P:xQA|QVM 浑\ E{1b/1mg2M؅RDTF+XE Xn#!dfkĖP!S`12ŽLLUJ^dQ.bp:f%l&<WI ݒ^+L);Y%l,l( Nknt* {ѤG %laAj>Q<r`<\6lųEݗei1߹/Lj,P D",8Bl~ֹO73Òf>q|trq)t`*/LflVţKs҄,~*ӨȪn\ ,ԑ;gaM 3fIR&<Kna&PU:!/㗟fWp1Xp3tʁm L]Iw$=)2)UՕZ9PόP>vYjUF.Yrx<ܘQ<$7r൅HU?em`Q%kUV/V1Tb( UǬ.MjU3鱄BE]Y5aP?;ؒȇ nE_ϭ\Q6ޚcs+Hx )$lYqNbP~J.)wL<}Nb*kJri>rsͻ?=6F!{kgw l'G2lq"pޛfwFٝIrgݟar {һ" :`Sd(er[ToT/?/ze/$BxK?߀,,2aA;4Y'`v)e8W&yWSxS?{E5Zp0Z?lg溢WFizrxPz(1*U&^aHr3KUI( [$uG_ZlFD3*bs`zc!X|WF-P+R,(G ^ym A[cj[AN.4cÎUũd XWNz&ax pFt%4PY!PqlxvѭnKs(QOh=uqb6OcT{'G&G\$ǷtL -Dw&3rÏ{פƠ`8xzK7z߼O g/>?hR$9$-~ٸd.q:Vki,DP4#L%T!,PhRƋhR"ѰQFZIwV<,4QZu>Zm*T2f6J7of36M8V,=t/v2`Z~ȋa1z}R eTU*NV/G/t)gO9{* T338}ک:9$SU `UkՀe='2YT`媤fURCU5VI+`&l˄ Yd+ Ja ¤ akᅄMXdn/7pCMJ.<xp_ `s{5Cmk]{ua'vbVT,_͞&81i"è{j SP5r'Ï|iI|z]IѴXrgWGչlftKɵH薛YnvʵU/jsKά&2 aEU4]ģ<9y;wgi4, K\L~1UIZ6^63xK/땚VrBtglIH={=ёn{mHrzm:6sA)U_Uի/LFkcSm2;MlUҔ#5gaMzAJg|չeJ9D9RVB# PTI)")9h"TsS=wN94ݪB/G4zp} Gw(f\TB})1k#4#oBp[UlXFsJKW(`XFw)zc/I flE Y\EqhPD%e ٝ~^ F9}揇Kw$kX PֽccΥ6.ʼn8˟^7l١gk8#C aw__?]_t'K ^q_0k9CD^Yɿᙚ +UC1<Y0F|7':xHaƦqoα-V.HxUI7&W"vT~WϊO;#SQ*YoHԾN#$%￲Su&.Hkb&Hc;1VI(L<C!s@g2UZi!4}Cp&~_I g/oGyJ]D]NY[lBUm"!㭼{gejOhfW֧񴓝&Yt^{D}f5#6aP?$ũIo#JJ*-d+V5.'/}Ww/ڷ VMBwj$@z,+Bd).xߩF _ٹ./Sc.ѫ6`1Q Ȱ't7SmHzEL6%) bNCK.Nw._;~Y&99c f;Q?rqw!"50+DWVJkp{Ƴi te18?1h5Cm!dND&Q*ueJrLP*dò9C1Ό4ZuvR~f젛(xYTJ}mGR̄,I\bA%N)tUqFܩ^˰Hf2E^<4ecE Yl2UqQ!WSPEoRMauo'cF+\6WI@<n>pz#OT$g_vWJ]/aJj؃6B2V1&!zXG Qm ;ӵ%2Vt( YO̾{%0fObTXMd,eD}!Uq\ / 0Zzc Lr-DSk,4! ֽ'NܨU:X ^uVfQ*^CH@*|Ŧl@׀$7.ۢ( պa[IZfVLa)Y)lUl5oXd TMӃᓷL7^ޕG =`QKME) Rͦ.)[TMT/N^<|a:hVh kg`:P EE;ް][oFy\fG"V7ᚷٌ[UztLro5dJ 1~/j=Ϯoǯ XPL,` X FJ-HѫDOe~iqlm,Cd3e  :0m-G.?@>UISK;S)Ź*b/kAF@ D Uՙ(C&nxX-X2 |8umMbKA`2312Ȳ4&Ō ʄ^AjVQ#hWqP`>fn0Qg^& 8<{mɍ ouJ($aXkzI$3f`X[`tj{QT\VmUqBHz $ ߸۽b!)cRL/dqѢdP#OחN5?PqqлleE$Jzwd,kOsC,21@v3=68f y#HŪ+AU{/cmO݇`KíTI%VjJ^N4A[[ɼ<O`SwNNQN 4F+1 ˭Ub9֤Dߒ\ 4AmcJhBai>eME+KQ$T~>tATDbQ+~aϹ=NYְ4Ю4ыϞ ZtE",xMmq)\g{XlCwnHA|\5{~AlaXRtʽVʐM̸:Ƣj*>{/_~qCgN!x K[aw 5HF vd īNjȨecZn&AcN(@hmkLzg/WgR"Lb /Hc>֔4[$K'uO.#+P&Q-4JCix]+צB- k[saJ#! `3ZeY>+JldtM|GcEZ$W]+Qrd"x X`m^:,Qh;UEAZ7raZCe ;<u9շTzNO7/tŴg[ՈVR\dZUﻓ??ڨM5*D+f` V8aIxYuN/v_ُO Jϰ3`iuX31gr^5Lȃ|fSGĩS 鯯og lo M9U[ ]%Ø.M'3sE*{&L-Qz)VA[^'hVfEPY*x`#X)¯ MN!BO/ Uޓ,%}'zCՆXH}&ɠ~^JiUFww @1yX%VPD͊Rk*+kR!TYUdjlԘNV,[yspjYZضB}ʶeL歏]HY)Qx.W|e[37$ 2TQU0C2:?`=aI΢O/t<^ًK0$zY1.;u!fϾy/~triIPH6mu`tV\U-(8nr׃5TҤXFX ùVMψJUnmQ*jHA>{l/:)PbME6Fُ̭wgȋ{zj%bo_76 Kg̨܎v|S6BC F$7 +tS|-,+cI PΠ44/|wI3yp:N+&J +,PRP[́+^B FNI#ZI ] 0_<jwpd'D_m-_'hE;46Z4 gַjV3>٫_fR*e \ێ{<IE\YZ$D \D7^^$[_~Ű;x.0O`"Ko`WLMo={h*Z5lj(+CmC"iz0Q!32,7s d cJVkm1;Ua<Rh :f3D = 1oZ ceH<Ҁf 1%1x3G!/+7Yn"]uBjڂ)҂W.H a}8埰cq =zzm>Q[뗞3Bؕ2r*i X1h=nɂ,U VOH"[_ޒXXgzr?Ww`OEqޓެ&{gzvZ4,+IqbWBm//$jphm2jj&͈91*}UCB8o(]ݘ`~kJEV3"PlgO6{gj1gAS zngW`R--TY*A7DA3f h}( z|8ioCUk<oFAx4Z>\Rax x|{=XVazwB)tܻRiZ죀c?}T0`arD>}eYgG⽟{'.={-lz>L ُ*8ZD>A<3$f>Um-١i)]Cu:`Bu!鸌60 AiitdF88*sR]̫fY6:-`QC%sÀ1;MaUWr#EϠ6ʹe1Jެ>#{.B/f©TҦWe4[.Ö1+n{`[ձhKcMB vJGo' Q1drar&=ov<켱Ww<$E9L5KxAp l^5_ʀ7罄6黥[+f.\/mzMB<' ~cBp(TyHK+neѧ6$ؠ-r-UiǦ8݅~cr6U" & 6X\"6K0"(X/iR+)b\=m-&*y6z `{K2MRvn8eߙK`Yq4Wۀ!a0^O{+7?w}+n_<WB<y ni!+s.f :TRou2Y8킝Hhpk)WzBo5TVWk4*^G<XjZ#By$4 9jcR$X r%D@&b2Y\* ( m=,>֟u;mq¦Y8h.N`BhQ8-0 .w nɎ9{SlM0ZXތ+H0 5=DR SC?N NkL(adx-.?g8ӏވ*Z2w`wPsYY,- 3ch>St?ZXhU$3Kcj*0͈/nFN1ȋbz3?[Fo"ѳZZLGfa p0k@+!sDz'5^D :AMJ'& A`B(Id/ޛ*`VaX[0\*!Ȏj{M΅H=^4` D;бL0$4m5`UxiDpi^+;WU 3k56Yg>*Ź_rn<86.",0Q^A@_A(l\9Q =5[@G{z"3dfσV;h^4p6IK63D€v5&͜4>`Wh2iM6]ځyߟޒuZX3Hy2ȤKtDdE ba,҇P§_Ʃe\_Z\(Cy޿ l@)zYUx,NpkV#  lҫR kSP%krxRk<}mt~#?}?L;ꙛ3=}?+q"]vy+۰Q <H !ɚ]D7aȬbelJTkTMs|?m,5smfsA"kP^O6Ҟ6KƂIc_ֻn.dvCCo=dK"or+TT,u!C#+Ma6 1S K`k}5v7_g[iB9 ~⵪E 4{vI}eO$~jq4[ p钻7Z8VT-`V'&cm~bJ=f:^ n|*xy9U@\ qBj3&X&xss?&Q/'TAҳyB:+llRDj,  3eŲiARG0. BfgAW򖹘 .M9߸5}ę95Uek'\hf<YhV-G^_fX\shN{!)ԠK066CVpj `3k5`E">qA7^SYffo @v<ôġHl׸\: wAjBJқ5dbp2dI-А?. $nvA 4{QAU %t\8%m_0^o*0LCgG+|sU#@ Ƒ;\}U2 TBwhj'e9<m<N6O  FK^h| 50h G yxB{=jMشW36Hym2 a-^>7^U1I ȧ%/4z|h[o|'.Ʈ2J +"{MVj{4B `%H⇮ q^s;]Ih\xK̖h N(Ȕ@Qg2OS.G2 YuIfYl8..7І7"3D!,Y 2OLM@vvG 5Oj3}&;SI͏<W!toc.l4IӇk7\B3fʋajB YgHdi~؎ƠcXF_#*8;s&2 Xe<zPrl1oB,inU+. E<6هrh ll6Lu.09a*`FFF`K@~Z3Q)3Τċ"@eǹ0W*:! ܊OyXɃCΥSc ڏ-VA< Ξ rm`q{yF8Yʟ_W\A/l 3=,n܃ih -ͪP Jآrں|6E,m0A, [ᱣݱ@twop  ),| P<OU(!\hm`SlZ΅Jκ4V:=DFj$?QdG+`!6)%p9ɸt8RiB \@g DaX&}:j [email protected]:Wk#uW",:|LϏBw t[X(){cDT3VK#8֖` r.Ơ(y8{"!U50 ;S@xĶL)jp?7XD1q߱F面fw1vdSt@6S@(1O36GрcD#4]lZ 6W5,i%;aH 6k4T-m=Sxq@M- L_-/21Y8X4_ê?OVV4/S"H;LϦm4Apnם|v:Kk(f{k2'PH'3['QR%ͳ;q)̽6˔ _1KWAr,O..\KD^k.u?ɉn*{ y •hvwZe<Pz50lFTtL-}\jL2֢aYR $oץcmjT_$BW<-q,N+5Z֮3Wq~4}GJ7/p!dmE)au7`=6;pf'pRVս[% \ųk"$Re-ݳoFZ}y>WJ' 'Bd' d cИP9jP6/i~"# AN7 hPr"9%e:C%b23 HP?76 %moɄ#!P0miv4 uK iAr^hVϙ8Nzo=<}>5jBj<(OOtk,KDpo E!xJǞ_18\/**s\޻ 2Ayg+ONXzg @d+w5<vЏ6, lSp oL%(:Mf./OqE^\wg\(Wͱ5h!t佁!qv_+5ASـȤc.z^ F.!+j䐱iA-sLLUK];#'5x<BE4X,5-U4#`W"IBnK !ٛSđA-كfV7.vJU޶$,乭'VuF<-p V_s_;Hns ƃMBt V(lCxHod)?˜HnvaF(һ 9(@ iĂR`:^6Na  k։%sd0(Gn!m8B8z3Zcӑ@︵[X%;ׇ!I,g I&+E&_n&<l_b! qzq؃ ׾{UIBVRH$W, 椉0 ǞWrK L04P/o"m|$/uC-Q?ə`'ҖY& :qiǙS<Eх;AOƸ+8 5-9%I⑝B73G,(ƿbq=x}­mRDV0-!G%fVs8ٌu?M ƠPɊVXl־qUQnžޢ͸PYi)&:+[,9ӄ2Ojt߂0+ƄbYR켞e6 5C!.wF4-l`Z _k-ڭ]<WI俲⺝NYXEKk[H_#npLo=,?|fխŝ7 ]?xb`3ǰnGĔy̟]ɓ[o2^1dM-h.VN wtԴ!WB7>xNhNm/ !a;K=l5QGa )hM1@W{>DcO pJ2CW h1Bl}h(8j.GV a͍=k+LvIENDB`
PNG  IHDRIw IDATx du yǚyԒ%k$$F/??/~A,Ƌx=,K<=l,˒'ՒZCW]]5VFcG7ϭ[Xշ3O!N|;vt׎7͒H>(a~ua#>9<!~ax,Ӣy4J_?HhxjxpZ3p'ōrl=W Hv|gٰo?^݇Cn(sEt|p#Z0T%e tPI[U3B C`N#G篆|A{N}X Qd  @dSBA+9ByC-݂ 3AlJ h%UBK0'v7}:z{*fW0l|I#+*qpÀ ,fˌjH{*:P`Ǫo@ 5&(S[M<s<2'fޣ9 8nl JSw$d׍mɫ'-,@ ]x(sџ|57;sMYRI_B8aP!/3 FȐ JpfU>p*oM<e'Bfd`A 3* Y^ ^`~Ԃ| [")Ęd Meg1Bri+TF޲-MawDr#MYBST 2qpW.ʕDdGХD,cO'"%>cHRBUs%HAڞPZ  d&{bц[|vX's-zd3&s t3,/ ȅ6ꦆu"#)*iPWCv}X+55 DBqb*OEr^Ae1̄mI@A_F7HY$nh'* DUE^&`,Zz_Sɨ3PmߜLeTנa]hA_(T1ZR(4-S\)5yI)$33 2 Hom +ZP֦l Z% s07 I*Pzu&…r519G hh; )}BaRh+LPpc(eBQQS 6ZRlM2yN7w)fVb֜doMܠhe,$%8JzyO[}ѐ, KYF Ӷ}MYLIƍ#đUz!H9$ldL^y+9v#B:[he89baBy mA#eJA<"P2Ƈ(d%sR_gv7Oμ*6eW^%2&<#KWb5FTYS|q,eYԶт@CLM-DeL&oM<|w>0T)oڤ^sFǧ3U,x9$k3z˼bSWA7sJ1K@ X7cO[d\ `+(Ȉl%Nh{)S~C=,#q[{"Bs,V@8!#e6Z^_klj0t.*)vKZur- #(2[4`zj^s\s${e[%o1A-7f ccp9SHT C#[ZCsx(<]-ex8.z(cWXhU([@)i٩Ufo>6݈[K0. d#PUĬc}M/$`aTVuZ$ZYq|Y;bIzв08tvjh_0?!sہ0(iCHI9F` Ԑ()ܙf`-_eP[ޤ>IbWzҁYz+WO&z]ʿDJby*!70sAQdU2sQfzڂ,H< omLe!kW1Җ$Z>sE1Ry:A}baM\7SoWyd_lwF@AH 2U4ITiccӓ!8JtJY nʚ[HN)3TTaL00 k%Xh75Q3Jxa)}L%롦vc"YUS&Wf 0aFncP-)PirfAl@ s[)IP])WĚrұ5j Tlh Cw.26Jx3+,(P:::#ļ1RQEXV(_M= [ 34 i4ZJ02ř6TԠ3%Eiү827hE-%Tp3&'a76wPF-kskm-(&LTašy`&vxjTɰ^lz".`+{MPj teM!dVVkRh:Yo7W`D,sKxK`+%({sSdEƧ"m<"6GT?#i-bEma8UmO`*7Dnt rEE<` K oR$uePV.TȃS$ȍB2D>Rdm];/jhJȾLPB.E#*ȭ02U<5)7BReB%U:+aK2qc,e%CyrÕ0DZ z)yB!(O[d!,5}S2_gQ"!%Y杴z^%V1r7xԫXn2sqyo{ XhU&ZqTfQI{eٌ]&8dF3HN1bLhg)'*WѪ5&ԓ>SJlJ`S&XE&BrYx"fɰ^υzxX{Dh0 µrJH*Vv غD1, |.Wp"@]J\kٯg Y<jqW+AN<"LUE"LZ%ylzś_KzuaQ&sI&bA]*.Yc<Que|^PE3$jfn I} |` 3[Lխ'!$ޗ|vr,b >j]A'ެ'3#2J)`S2h xMzQЅZ^iw_J+} WzKH3 ¯T) ֆF,\}j.@M|:a,BZQ*3YAkG ߛ}\lb#5dX7MW)*kL ld/%c1C̮!T.?48}+_DfDYX]/Ȱ*P|Y;6 @5-9%H?bU|:γA_k@!hI"lMzg` fƂ^S9:214 `A*cf ) d)\PBm cb(e(m$,,H.e-Khф%U HRĔtB_>S3Z+qSQKuk~OuF;*(р\͚zRm7higki4o [*)Xr! i J!8 V5>0)A|I!YGWNba~ _+dE$rvs"&0BB1;? *;ڝQ(Bi<EXV|TֈWQR*0YXZRޔ;('LےI&B-lB>5d1] #BiS_[{UO`bK62ȋ:s*Ar:p'~o^?6̲V7g<ЉJ=+hpEe D:`S1NyB&<jd-ou= _ y6+&n۟씠`r; ?+պ@S(Pږևk9ή~U 1[#  hUa9rt),7V`m%;ΡwS3[X|u,C ]רIdܑB" kkdY5P5peыЧp*kZ}j*= ^qx͑)-PW@2g4L+_f|hJٛ댈/BS01r)JIfi̪`OJd0Cޚx&'2Ab)2/\rHLG Jַz%D^ʡ{m_+:P\7ͪΘ眢([Jd/+H܀Wa[6=7^X5-QP3,,@;5yc' mfY&^jƷ{r5ͺ,/(9GAR27ᯍGL)F# {e⼺-`mlv&}|뷭ë[_OPŅ!UP@$WkeD}VBc dCe0__$\V,aP ނTWVUT2a_)vڥ͙ciZN ֥JX`b88*RcP,A(yYcBy"idGzrφy{iV[jwd3Xs,N +8\a$L\Oa6:yte?ML8xnØ 3+:,P)w%(ifW'͔$V"*Ojǝ$Y24()y1xKѮuepj Ue/P1l5h6γ~vH}2'2(f$Ƀ0'װT*k²bfPȬT+fUDf19)؇gShoQ섨 f]"”!i.@4hf=atri-hQ:VEGXc8EσvpS4p]w[nR?|_NYeMmr+J+f:(&Xwsy&朹W1dPʢF`ƞ ٦F#(WX 3`8jgHgبpYH@BI1_hؿsQ IJzNZ@Zor M8E-*Hwn_/۲uϳ9yFX!"f} M!lP3ӱ,˩<uz&TMKhA˭0 *%u.>^ (\)Ł?G#*]o">;pj4hYʏ+(gI%M_?`,7 PEf0z\[~6͜)&G\kĬ.l܁ס0\i4<ZxRKLSqxR{uDp-Yh%%|Ҙ,]LB^0̗!G)foK CkAOZ_lC25*G۹{f //,c5 uR<Ő-q4&ڵ\9-C}djD #uhĎ ;&sj9p*E’elw3u0,EY! 1?L;:" SkuMxX)r<㗽A456Ʃ3eʾsPKKoEmYvҐ/ܳˬ>}y"ϊB%/DكC3^ N4 XU}&R JVb/_ǰ#888Y}\ut`(Xf˛iױ ҄'$VB SLQH %ƪK4D<Y> y{u|HByTi@%<M$&ϓz(#l8XL}.ϓIg 7p2I|!Vc D(/V=+z݇ރe@<m|yt|A":hr=k<Z) yh*>rU^0]Ed e@s Y@ \~} mθ٣;]Ѱ6M;Bx"i ϫ d8;b%m 9Kf9,=3P~\Ӟ-Y9(]sh&V-] `+3HZ1H1Z"uu} -AI<\j2=@E `G6fq8q;v6cg]T_"T>Hp1KHc0zrFg-85tEr ~HO妨Iub׾`rb2d䤔6Q#EC5J$2S4Z+cYҥtr3(Pf(~Ff.rx+1͝UIjH](` _~]#zMyȉ0҆ԙW1VE$e`3V37Y<yqggOt7MLvi~_z/\_=>@C@(E7Fuw}뜩童O0w̫?"vHթ2ya&Q_A@+8ڞVHsqsM4^rȴ$V"_H^r,ቲ县l%6\T~%d^4`pmӓaymW¥U\-ۺᡷ~F6he@K(m;n3yKgIsqO?x%Vb^0k} -Xv~*u(OI08 Ɗ{m1j$:LJݎIkJ;9*b;XM,EBZtɠlNr ։S /gћ@'ЕpFY6YI{?YߨD`)=tDrOt=}[g<yE!Y dBÀe #q\7$q+aC)xQ aΟ~t;W^+Eɳ4"8/S#RMsUV0~ǖ!r-+? ǃs,:΀l-O'0'JǕ3awDQ:%IyŒ:ecV'FYSPhVb+P0>6lM4C R&A .%{zZ"j;Su`L!Jj^}UnVԠմku;^j3*)&VybOL^' v<8{|",yTl/θ j.h%:myC Fp nCI-&Hel"nI10HrLXM-B$N>ņM \Ky'IBONiǔgKAm[ʿ!:Y/u,4*t%OV?{>뇄Iꪐ*q !n2ѼW ~WS^ =Zlo_׷`wvֿP<_-GI̳ eMа2uLUv{]rrçPAV['n%s %F\)K'1HV䆄 ͆ \dmPx;Salh.)d2֘Tdy c+8Wl#qյdoKu5,]+!<= Bl] f*DT1u^wZ M>B.,6D2Veo!z7"/P'JoAD`"cy0}6Z1!z'p/f Hv3 PThω(P oYU DNӍH\@MbrgN!3&$qi4^ʡί ~ȱ?pPCzigb4y̒vҫ qdaLhFf#ajֵVCPL\7hEnC\cFjxhd,$ Ѳl7SNN !NZPjoa'Ji; fC ꐏE]W$L 8<\X^ğEJ2I|x(@NT$r djm2 jsѭd*eȢ;r8abRdzҰPPׄ11mClO};޽}ԣg:C!SV%]C՗B:&΅oZכa[|VfnmWUV<Օ_T }!̞9D؄<FC U5nxXA ;GK:؎kC<[=%a SPy3(I$\K$%*iܦE;r4|ODr$y2$~79Cf$XG{Nr pGʞ/ת@&~PT+'{f&{//ϟPv9´AOYsQ%ސa2ޮbr$cPўZn[z Y !p晌w:1Ywm?i}qibIlj@{eI~ a4jZEgg MyZ $;D![kj`R r ;I  z AZ$l1o<pyS}Y9BY'!敓5/ O~8o캅Kg_cbAWS5JMA*+@\*GH5V37`ʱ D_[6zZ+?xoRLiRoCi0s4TX`B}zo,$r yGosqfax:y MEZ) "GV4_|X9(\,*eaP8ȲQhpj(nEJHS8U~#%6G88Y4h|)'lzbE7>~;+{b-N!I8ZЀ7fJ01fe[d2WYy.iYඵPV'V/svuzvom~wL-~xSun8,"]`dCe ѽKeIyȜ!cU=_/!M)Bp<EaEm¸d*ԑ:85Bc"qЀ)d1d(9"FEgc Md.7ɥéB;$ga!O X<JY"e QjPElȲle."iP{\?cpY'3Y`7v62vP=vʫ GVK;dt+0W0m{. O?mE//=3vzW?R<qIX9 z]na뺛M vZZzZR=,j %85׎h; 1̰ý;@%q=vjSfRY4O,/?y#ib}vn{xۖm>85mbb&Z[^_XpfS,/M~4FO_:@&Xp{Ċذ{v]voڱkىd9D_k../xW5pyS3hԆdPTöeG::mvl1Q++sac ^UAr\6sM2utodT~impzib?wa.n6EC%0jEEOJڛ3X…'¯>kB<sȯ}wտ;峟\d:Txm|8RU+oݭn~DQ+.v`b[gpo|nw ~} i9Ѫ-`2U<}I SooOu?X~婹#V9wH;H_Z|'h:9}[lNns-#>н8|o}D1uȤ+~= 5vnڛu:Ngzbrxç.=~㧎_^D"HƈYD7KjCRٌH^CҠo߷Qғ‰1y0Zb*Bz~-ܷޝ3-9;--8ue;_W.ڕ~n YMr&H/*;sس.\dC2_cp/]y`F$h\4 cdT֌A"nmKg`G7cr&w`VNoT+XV*AUMY3>.~VD)wXML11{Guz݉ۗxBӛf׹m2=aI0Vïc3"vᥕ]Y6b~Qh%d-w>|^u:w:cw=qL%@SA,fxCQRh sLg'ת-n=8{yFbA _S!C-{m%fDu=48׎^ MVd (@ʃκc׿Bb씽 5r,I n 5NাyOn2;f+SPgXTS%A0nڝG/-MtR3c+/YīʷB^/rE߶C_8;mLMFqɇI)00l#}qx7G+[&w|ˁ@:nL9l-`Cd9"]L C婊/l<x;G+[zWo> 3ad|;;#Lk+g1Sq94$`y.Z1eL!՗ޖgՅ* gX$BO?>SBG.!]cE$_ ӛM&ء&snvlNAC=G3,M]ﻖMzk~c^^Te5,VUvHU^1ѳEv#]0I÷\K  ;_;sd-L]W WGzCŀBz$6 XE&Pϐ87AqGT3D5z妾yF徙?AՄeX̭L3,*_z-#k GsރTm*3uTݵ:Dv}1l^oL<>b{-|5U,߶#iLVڼײY=^-[l+)cIV֓[n皢:cC;v~fZgXK^-[,IWoX3Z[K}dqʛιA67!%p&g=8}#iZMV/|qU $Ȅ{@3{qwÂ+ށdt]~%W481GD{(O|]Ox}w{caoّG1ƷѷeϞXx?UȤ6*ꠐ5uFFU4W?Yz߽e'^З^G/f)"* ðkn|~>Z[sKPIФ{.]?2k2[ E$fҕ:-;c3HiKZHiՉuOCIV + A8d3h̰&z;yC_M2.a=tw=¦ɩޫ ҟ(ɗ :4${*ЍV=4]]~`#Z2|]|'& Q$k^uU +$[r!dvтj S;? ?ߊ0+/󵹏(>TAhݩ[mǖlwkKۘxmt&ZXOcd {yƜ' ?OlX,lgvu<}TH2D!| {v߹g'wo3g<O qU"im.cP:R6kl *W1v<|O߻={0C3 H8,I[uktsd=5w֥+prJ\qg[2}T#ݙvv9_[F]b׷3ճr4ԫXAʚ*~&lkaXݭ[Ze]^^X\\wvfD< xB4۝A݉Ng<=}[<9w#ƤjB ^4W(.h* zc.wca[ v&[`v{7˙ūfn4Iq_X[6&LBBHgɃ3Be&|h, _Kggzom`V+!ŪK+>E{p<$ 'aR`<"l.ܴ[GFj9~ȧg;}->JޣS{Sg~ëc}}p}+r̽;v~RN,A+fy*cX#yfz>4Z  dOx_=ws_{|ߜ<5Ŀ{y}qVw_4<5dW9QoBt_Uo&[4/~b?kgb-V.¥~Qd]id^P)e v.6C,`"a<yez\,~:v!ammW~8,;vGrWO\m_g~KŸ`O'oOn - uOy%vVUg_zCf?Z/し<N/4ʇd7 J?z}BiS(}Cޝ;j }S˧MfᣯZAqdBlCѝCZ+8=Oߛel4N}*>}/D$ ݶk| ;rqi1C ~+Ǐ=pLJEGthzH_z{kp l>3FʉQԗWĻ6O@yCRMt'MZKH*Hjn8*Ɨކb,v{e.]7O g# y|emܸ[pnL'pܲp6\m6gz5욌$wb=<_ ּnsN:%+X$رi3=u"R˸EʇSebBb V46/OoI66!=40}N/]\8zl?<f=S]A=bۮFӈ+Ҳ7᤹x75:A3:?[36 NVӁ,^g1qnaH#8^o=MBR"_S˳&~:ݰmQ=FBp/":sgz@sйMZ@f/(80bEFCSͳur|KK cw:%6ԁ h(uYyQSp=9)]ޟ|Sƿ/74+BrjؙcS^zpQ()R5v*LV5qX&ifk:$r8`osu("0=9&ȦRrȿcqq4 nbX&/Z;h֢H[ VScOpf` έ3vAPEC)ġE鎹QN93VdؙNmc\AkZD Vfb#̏X-gѝ֙X/_| YH[4edYaL[X9"LCq-U5&-9[E#SvgAJ3$h*w:ׯQGB1c*uigY), -t`0cyɹjko4:IRm,[܈RtD(?gРoX;[펋ghwb=:umzŤjMJlQr qSO~ѐhyo913tQ6t92'v8 !v >kET~IS,-Ȝb'L3qnsqd0ipb¶ J@v-gUWyjKqV FShaÓ4Y]A*;+cݙ&wbc֏+L`mocr=d| S JWlM<ڕ6Kh^ow2y*R9CrM[^Y,22"M:Yl<^27/'kgYcVM3C,!RHN'i­f"H Ok&aj(9ŦmPuh AJGLgbYИ9`7u<I6E:YRl xq *-QY_>2x|9pUqq0=WEݹ}LTtY5'eyyNi8Ҏ3aguT6LfzH(w U_v6WjV#*MNطM_:,epL sJc Wsi5@>dvn^.toӡ\2 t|W~Y[w<t&&{֠gov|ALwf%]06DRmqv IGn呖S+W6][ޔ%w;LoyBX0+cz!ng8`ym%AJ*XI\YYJEƴ > T&n[pյkbj2_ 2N͛9  _\#Nl9M nẘ1أ{3K CicSv[ZV.㒰"YوSi { vUi! Z4<{U9:lyWg:|f]AvdQ;2=[6m<^Z⪗%</%L@| -8xOߞufr'miسmXC2Y+RlkW̗窗M{zƉrEn6͡4X:3xq^GM5e\ زZծ0H!kUL4NCjwz{[*>!Y^iNgjmk~ӣܿw Dmܨ\YZرeuϾN?t(]<\XZqX裟^0G&=wlz|v|DG^y߲أmk@oܾiӣ?`e0 ҍ\2⭨~3/>-.'|Gʰx2Xɿ8O>yOgac`u>|T*Y#/ik1L{DplNR9?=95>O2S<lj<wri7<;\ZkZ cpS^seЕeE}g;w,ޏ{ɢ>:%Um?YrfqMo.]c<"t[VldS^Bkkvc>ؚѹgi(eg kRiItLHwnm|ov:g@Ľdʯ2^2u0šGIXκ wDžֻn{m^b$UK^?mzzjoGoG޽wpʽaiњϟ~1r=;u>Lv~;xǘUUp*cpsOmۚ:>>]avm*mc{fnq~yuzv;O?`x{:#[{?:!j;tMnCpԶRnWϭ-͎ID~q3~V*r;zOTêw!t^x7;F t~m31;xXf<m)ⲍ FYW+~﬛nzv}]%q"ҙضmmTdWb0::="۱yvǥ:we s) |;w3C|ܩ~EQw''o勋\Zz`]t:̩e٩o<{7>3/ `H3jlP薦8I[1n#%#Zpg>ԯ77;>fb0"s-k3uk-]X>ƈ31\#n*@xXqgsmx%Ak{n/NsQ~̹g|\TxpFV¥Μ<w [|WNzjrHX\~ȓIL}=3'trB&w\H ٥/{`ߘnm[S_ӧCBBa6@Q]ҠYXi=tc_u1 <Xdec˿]k\yj-t#9gm`rt  !rWS0IfkuF[Μy\3QEA^Oz#'$d!vј4dPgԖaUP>~{\EOK4u J{J6X,h gb(qu/ŪyXhE,Ø*Uʱ cPTW;w]!CrYkqnv *>4v/[* Xf=q~ Ǿpc.-=&w W/>}f/TB:'m"%m< M ԥ'^|Py?z<`[5;7P\7e)|,b|`BLvV|_nyMMey‰rz/DfoY-k\@nl9ZzE] v57`t$ K"¾vזWnDBB+Vb쯍,s?\+pfpem|S, };=a{J %<%٣׭“'{rentS52Y`~{(gi(GEt,P-~ܗM6__WqpL-Uh..2\NxQvv}$3uW.~z髾.Wfr+ >p&,xe<7"6觞'r~'~G|s gyaQ.wZ<]_86QmG?w';3hD4b-v%ӰjSR,YX91*v叞yc]UI$f rc/?G֪i;FYQq's_>wʤΊzcpy7dE2+HV6A+1YR|KϞ~Y^c_|iacqbPϼxb꿿tVs% vZ|(D,D3 kǬ_?Y+0嵽ZY-XŊ;@Xo~pTk-̬/.zlo-6d[-+/<uuz_[O/eۅy.ؾkˌ밀0m!GØE OʅO|:#_^w.A,ȅ9(x!W~g篌#z˟tscJU.9O}~ W _<{' Hk82o|ȩ3O/?8RI<x[e[\Lu'8}ͯ\uKK~?2 6F9eof{q eqm뽩c0!ztC[[/߽wM_?G>ѕK,% •;tlOv&[pj |bKq=^SEl(UK4XuW9jcGQ'0F<L➑[cG]<>޺x{}zf}F(q o?KwzZDH< ^txHXfa]hnS}m~ewwme~y;O?|q @2= BC'\>|ߣ{4 +O? }<:q*UH04PTREF̽(ix/_'?ܹgEU,kSϟ3ݙ+Vh䪙W^´>.ݭLߐI6E5-gvm7f74XYX;rҙϮeo\M^5#^&|xq_gLT]9pⷖNj"6>]b jm <*Ey+3{;hCX[?%ϱyz✸m=ʼK O×O`8>3{ޖps :tB! ),C͡CN33{zjsg^XX^on_/>nyuG)Ї:<d~mWӛ~GkmҊ.p<,Qs VA&XVƍwb/<pw=pc/>\4;5c>r3SE'?r~^%N f dDOu~Ю?u߾Cl]]gO  Dr|P`^̅u#j<鯔ɱ[RIaz_!}ٝݛڊIN>\r?TdxL*s&Vkݙ9x?&{s`l55;2R+ɪP`9&B v2&, *ǯ>r ]Ñ |_ܼS3{˗.tWEF BñǸ@l\Xx085rѸD Hƒ._9x:/_c"߉rS 1oŵݷ63;;1:{TťW>GL V=zg~?9};n4SUt<{i98VsIJsA x ЇuR(282l$;>{󭛧L:?}e忟[8I(Gu- Вa=1ƨF`d2p$Q$..#^QYƌrPC(`B!.-*%ԊGFuЌ#.ӿ)#Q"83$(PœcCBb.9No9&WA1P MNrI?| BGL9(M٭GOsVgdA]y0 zF@2,8ܭ r]9U|sŽGޠ6~dUz'A !͊&iHD(p(q"ul4~aF_˰Fѫ+k7pE62?8j*cx"66Re/k`.tGxr֗ۙbB4i9n?@.4-ɊXiBΖiY8<8UGɺߨSOqBLZFn\e ZaK',]:p )?uЫ88ѝ}~ۭ{_z+IlJ̘Dg/v0]t$(DM`vH܉,F4!ٝ D޲y$7VSCÂҏha:Xl)Qd{4զya )xjV-0%}lKL*05MBA >)soF3.#;"K ʛE( e c"@Y*nNڄ< 7YUҐɧĤ1݋cB10pb-]px^G-%Ívⰰ<p݈}93Gů}ryuС\чM~X]Sdb&#F.ȉZ @">~/<K<P3=rzxJ8$8VbC2Ы4#V O,ϒ!wXdI{SI2fd}PerN8T5*lVnڌh;IR(#gu<FQP,gn &1 (G`J\M{-8Du` ah{K.o Ly "Ċŧ |Q(ҩI8CMG)pPtmA3[w]p‰Aغg}g//`'Zdh~|J,}M=(* ^NyY̓7=4o\3` Q2 l`h "Ɍ.!l!Tľm䎃Vκ1!fAJZºVy)0u#cA=FuqOqᓷ(XԸO9{Dj>ϘQpd/++J"Ks /:)C'`MdރlxP"1$p4prQl" zɧBp(LyK{[pf!Dܱm׎m,Uva `D` +(w;K^e;7Pl2˃a7elg'jxVԜ5wE}()ȍ1#c#l)?gdg-hϰ%iLʸJjdd5mm$`%]Qd+;]&Q%!{]a9⫸LwPڞaV''_!yF)2rg V4ˎ BdU.xI2eTR-.sC}-k/U6ɃNM Ec"8 9b'NB_p'>%-Bϟ @XT)'aVȰ-]PWʆN,:uΪI?/@sc4 2**#QysI2V$(E|_A.bf5}:ײ' \Epgfb_|IAGP4.X4a8㆖Fd֯gGt(9a$l!}MѸ5 azf6+/_yɋ9;: KJ|lİ<!u^BRlG'++U&B4:^ǰ*I 0Z5QT__BHL8 c[Χjdm{ Kl?r}uF%,; 9Ň 0{j>U8A_~E.dd5lLbG<S \xA7W KEαhWYOMy'!q ]w1/y"S:%y#|*浑~t1_N^8<QrhEѤx4O/H*9B&>k(Wr! f. #zr@ba{?jy?wG*B54圮<zVPkU˵M9jX;D0l1p! AzOЁwő1ʢJ7{ |Fy#j8)@SW9͙#F-ZwgYbkˁiC2%!ST^ET,>!:w|c\^K:FS%K¨^~!z~l1D^LHk;gcR40b{~%_Y*])' œm9擨5*)C{:jgTN6 KZ_}U*\u`Hn< 1+P sm,dC麘Ql5_]Mؚ ֵ n.rP%ǃm&a\t,ϤKĨ[,Ɔd0Сx@4#&PtZ]bP@)™_ڿ.rvoNϟ3 [email protected]"0GYsHw敯aXH&K/s6~֫e.ȼI2DͲ_c[HH`+ӟٟ)=ڬI{fP%YGY,UK6/>"68JKkTS%ȳ" \ 2KD7Esq<q~EPbMRXq #  $'qxql:٩-HӅAp4'dQ2y+DU57MbW_8+z:W $bH%t$\'"ȭKb<Eep7NR0=9ĩ32#9؇_+2R>1}0+((i#.Q8zgR}Y}iHXbqUJhh4B_;o5Xq^`*EmC\@:!7e}ӡ Xt` @GS<? 1,ƖvL?tJSۋY GC _@ FK>*pR=sxӟuθiB'Ϟ/sItPV%VToҵ*-IP'H0 SPJ洊r7HT'v11^/T b-Vcfڥa Xi+ºhն?\ #T#qk\8Z*˰ZCf1p;Z̡Y%Úƶc\ W4_w6WT)G8aP6-SāDN*}d$5DqZ5v"ے,9{⹇T!r7G\$!z<0 ajbz뎭{6l<Y"ϝ;ܩ :sZ:pQrQq=[mNt::%TB'VU g_Af>7#9 HHl!ZLU<*j 5^EhRb8 Hj_]ʧ4V>5| Uh7 ,eJ Y!rYK^7|eXwW8uU&1b&W?U'0M)ť$e@"ÃQC8K7 XgÎ#!1an_\Ky晝&zS bJuum…J8#j+ra l9dL޸_uЈ@ѐry#לA`!`d{A.[cR'äW>QȶTVtq-&mR\&ǿw7A>CF[ϴWl1@ JhPZf f)n458USu,41A.7 8`a<dEųP7 g@=$ 6T&s~r^aurK8? ȇ68)ס>y0Mqn̷-JF\ZnD+'ה[ڟB>H x,HxJӌBqYHnXE(a}NbxAholºTjuk4cU浊c˂fCx_k|Syj5v'5^usk<lT),4/ߘ(F LA &Hĕ&*?)8ׄUH&uKdYRfI8(9nܐ^#KW]~)NAb-E^j'z]4J*.X&/$t>\#QC~lvׄ;TҢWwg`i JTҥB*{CiupF-SBAK@S;1lpB>@4)QĹxn3 >(Qff^/p@Lk`'L0qÇNDh[" Z29ID5IΌ,)0g!-B j^Bv2\d%j{Dmu[R,$yKP` I"*Gadyn?B{5$($)j ]ma1 ׸5cp4tֿr)3gg='xB *UG kHV<vRohlc]a [r,9^BO G_)Ie!f=6Dj{ɓKy{ MƚL-E&ʩbyl J픚KLT`8 rv&_BfCZ``H&9bO3s a%WJBWlB/4oX#͒(,+4;uJv9RePwu ._k0ò<D ~WV& :[&=KtՎ_ɵSk/Ϯ>= _цi*#E;>dDF/pyMxQ-lP>D"\HY(V쏄"c݉`-tIn6"D0LJ9$/d́0AѤQ~Ҹ<1khƠ3![ϺP(%lHY@-9e"`2L~si4u>% ,=PPMo , 9m1` JeMT۾ 6Ѕ|hfuL5Yt-M̻L޽$9@TTՙV2y7+Skg6>3?:ਃ+nIHO Hfvi@,ٙ( >* ΰ$R>^,8NӴ|'q./?)Uuc5m@H`|A8#*dQ  -S3 U4U-ܑC, R<0LYrlJn|Jzf` mzETqT"I0pT9OJ>b%h<De*̸0#DzhIRl!ז!>|L0KE><tkCKOuq⎥[oeE!SZT/N^{eSg_9hɑN57Md3f))ĞykX5k.4k`ɰ*$p}<4>A8;V@O*!KmK8j5%2/q˩(+H2̢D8zHlfbgc!ޅD+ {2D;%iM<L$(w+#+`Rd$X߸O#biC4#T^2 Tt/8VեL۰w+\~w.M1[le-6ɻL}~ӻzgfW߲GSkO!]Y6-X)Sڭ(1Od:AܝG³!d# ]r7 9=,I;/Lf>[ڛ=aaA ȃĮ,JZJӂ #CBpbIaLk3MyK̈HSՃq_˗&"2Ϥ-=8\YSP"FXE"  Tߧv#ϝ65TD IScʗ vzLQ>.}E\CSebe  !% .-h@P8EYU6%ڐAjaI>^ ?9[Z!dX .t-`T[.xaՍ~Q5:ĖF_S%Bhk? 'hJ| MRh_,c!n)p^$11p)Fe ߑ߇H܌;1rި ص&^53x*J?Äg)xHk;re)7!q[Gǵ]{&Iҫ "W>fH%R.\aLi.Qub%<Y`ai쮂2f%w#طYuX[ǎݬ[!N),3>F"9gsHLJU+bMA܅^}er_d&FPN znGGG[}A2.PFǦjhsUьǟ$D2J)MDO6ѱ_H F+ ՒqCIqb 11ZUAڤ2хvD9SUd$*J@drڲAwqM'@V>(34e|Q;KheV(uPXQG"IJ7^—ЦHN(4ZJ"Rh%b*|!=% } K $i!YӂUzk<NO 9x'a Uyr%k[8~ʕ9*-ZYq4{ti $85kJMH(-%q!#ʊn7U^tCG֔/SqBs"xR}emqɖJf(0HˢJ)C&=1tT2Q'@T'1S][{d1WN,1ꯑ&!Δ+@Kvx"űKX"T49!GA^ PxWWIxͱoj05SʉW ! :Iҙ{^r֍R#^]E !=rd.HOBϏwY klmtXA]gWϙj wk}N#q.%ð>5~l dxARZ|l)@['Mʜ*(Tk;NJQ9MA[7v G ǣEp2$,5ƄqPVT$ )ZS6l0._Ho @bjL$=K *R5)Oڨ5dbH""IIp5ڄJ)u!JF֍~]Ȏ$:lҩ_R@Q'_RqW3~H %׶rr3'<jZNdJO+N^eQ2ѫ ը*%66ݰ[j BÊ4тN?N2BGybj11pWYXqhp@<2CXMZ\Q,HNۋ!!jL7MD2su*3R+S{VjO* ɒ0U{4&*V;{37빶V4lQwe{%v*Los']~'31L;ܧ|9KwZsHG;-L"`lJ^c e찄,npoHQbǙAӚܴ($,%>2 gnpUNT -e0 ՘vIPm~\KUz,_\:R@BQ:L"'jiPp2Gu^?BcӔM)L%`JJB7VòBqibTt-o?53&%B+ *SZJFd9n{y ڧo%zMVM,"Q L;"9K\boA 6xSUFYiK7үVʉo+oL])=Bdb椰ڊ)|FAe&e-qrf]S,.5E-w_&}<l6Ju{|:P<9HqqAKKnVHN1B,NB}!C!x XFˉ_iNFRpc %*}\ }%HrݒhPF< 4ȬG}-!uԇHK:PFp9A<DTW nžbx^:|1{.=N]\vc7v,dJUyiKL\v#9x0ʿ KR힎wjmx"N3[Q ׄJXvjH VI*\h2(sv =lTC)J 2مLYVd8VCƗ}^Ǵ-JHYxS[`ֹDZ \Zlc+}. 0=(6-aR7tQ맺4َkdِ0%AY(DUVJ)0QaHp9ʨ Xu0&ҾrYF,2(/A_rz v/ ^Ti.\zЙ'W y$ɀ[( ZͽJ7}m}5r) -m7ڙCH΂>ʿ) ,Ý,+p[cZ8yeeF$jc4 Oo ږ]NrlH ]:L؁.WQǁz4= %,zg6!։U!m&ADQQ: a26V+VxUz7; +# n wؙ%S¶$R:"d&u% :$6Y)e=$JQŘB$wG#aگ.X ug!D ŕUD$dEB%"Pv_ɺKEB<jsϪ}Vix`js̔rRAR-YYD7 Xf=2?JcHJӢo Dstt]za9J(5Dg2}Aႚ6(''f u,-Ǡ6e.J~۽|[2ަ4 OLFBo&#$}d z0x}r%PO/x",VVF~ eM۝irYZHS"&󉒘Ј3Ɉ #!@pΔ0e+`0 .ʾl*PYN &aV(qv& @H +T vS#_<׫]!-t-#(l!|cU;@ֽeoSkjn@JZ 43tg-> ~==Y ,Fԅ)gg݂6߄2N)-HP(RΒ3mA'*DZ%(Q'AQw\މ بm> (PcA*D9-V lf\?Do*z7>t7RBIdtv`x>|o2͝XN@<WR /! [v'8Y¼'AZzN{/) PeS"^EpF+oaOCῈrJ>Yob0R= Z) A v-a4a+xХ>1Y*SMt&#ȏL˸˫.vNP[ww~?VaQ#8s@aMlxU*eoU8A6 T\k/O utdm2 j (-0] 74!Z≶QHYI_Kda ? VQj#G'!Z%K,`_f /g=|)^.z |o!Nhxr3QU`(xl& %(/|Pis+}A@|=@A!b{ی3Ib؋@ Zކ:\Vk#N]CxHhKmO*L X+6Yr <j/$T!M%Xb%vdP'q5J= 2\xTT~KyU,r+@2=;T;5lլv6ʤk<b.ra@t٢$lb`!"/ 9k76oynY=$Wgfdӷym G7RXd{hjup?V 89GoᏆ[ځ+Zg ;+jWʹ/H*à\褍B#QKKkdҜ&EeܱQ+Q=.`n*Tpkh,m.j/36ౚvxV;3SYfe"%(:ȤUbWi-/P5 dMZ1)TbbP%V(_ʻuNحOKU +R rBPXd08*%%ӠZc˖]=;2N&~o.OD-HZi&}1~FBYZ%vh'u7 4lvQdpQJ?x;Hݸ /&zRr qs,i=}_\a ^F}<l*]Ԑ7P sW)kZdsV1f ,\i ^R$+FXqi)*9 6і7#^]6(Y#Qe_~FYDp %}~;EDl/*,xnN`GthҶM(#uraE8bzҿ7厰vt u@. Ϧ`S! l!,lK+Ei \HR2@Aז/DG~R %WL0Q0IfH<~ %$[R !@c̩n#Q YL!WlPME#?RukL:eҲp"} έ̛FY=<L+G#&r/wZl?p'#TW: tUX(wTG:׌5pG*Eygt? 1ː2|6n+?1db;88o=LB)"Pt)!TUΠP4)ee3l{lKL8WVwM;[qP:TS2p"L$U C=eV Ю"&%@cϸ@8)b%!a]@ duJGm7P).!`4Z<(# )i4pWL3.y [ш a1ߡE6V%6~RBZJtv,^5zYCV/hn5ʴ]&mw)b?~AAs?|cxzA5Sk~Sm^B`D(YV`[1ۇPH/_?4?xrauۯ9Eq?+ٝuy+f`=3 ̂4f_Lk5Jv&A<b.* sqXrV-F.5*-tdV9o$C,tmۑM(3``0v YqV]8}.=!OXi*2mT>}_('h 'PPθP% s)BA$z4XE:$ r]U?d*Y2E> ʋ70:`%2DPf؈xQ!\0E\Y`3aʱy,_a LKi_3qޱoOgk=iQ5^VPM#y򌴸Mw0]ØS)) lۍAe.@S)+BW,Y演u:;<pgnk" Z@}(L%b HրYWP hLL}PnŵOjr%k&IDATmtPdžEE.jR061@/2bEŻ[zl.,ˌ;^ ߟ-vF6#HIm=&~=t1N= n$X{ƙ-\_%!o},J[X0vy;z[0YIPm@-kB.I*lB)f֧-|}"5*X]PV_\< ֙<`dž?dgF]LI񶩗󣸫}ı[ XAkBڲp]]xg ^3%/bjއcDcW;X_Vs$!J&`AlPg<Ypф1w`|-Ĭb[E0~$k'Axt;hQB- \tn%S%qSDcӽP m2V7ё@Lŵ4y'6X> : %^Jh97k:9ě|FQ!Z)D|<eM$9˔ ۀAf.AB2M0zv9%US+An_%x5y%G[o 4\9${qS`#K?0Qgy^PpHm=m?\+" [yU{PaJU]Vm\Ox9_VDOL*mɵ <)tD Y, }t6h$w7)Kͽ1+|C~Ї7r:q6J7g '_8Xp?K UPǂz4L8ۜځ=`dXd.NQHƿ {=\eA[u4צ擘B3Y1Ta.e>u^ v"MEKe$Y[^FQP`z@8nȶf*x@# !mPU'hChd,<~G:\,<hfBrRiuX&6.xΣˣJj֬C6nIbAFQf!m@v_T<VZ+jS^8r̷^DFBƀ%wLZL2TH?BDgK]沋m ID! .1XxA~P4f]K:> 00jvPuŬlG1zDNP"AB@ZVfz-~2NT `p3ڢG dv`W0@<`(. *E&pfN-ApD@\n9=`[uڽ| 0Uwr^: 'a`x D!J=]A=H"W.K>Cm &1',#hJelљ2Z%ǨOPl@:6 UI hI|Wv X{^%٫{EYE,µM¡6_9yto:diLC#Aoݪ ƥ9V[R׹;g8k+X!Z>EKU| M5ەkO%H%G`JXpNjmNRD,x0hD~Ak}EsT9C'?.d놑2^?4KYd"/XFRPjԛ uݱ;XaPX3 o5R#x`%l\{,M5~4+Mܤwz57)E5S u.5X- <)elnSʟ| ZFtY+`ּ j*Jbu,|*B.= #ZՌG{{xmW4DUEH~ "wCC~`*j vx;nYX3n(.A!ɡRxWkI* ԋM7ΧO~1f!gE(mG B>q(}KNgkPVѨj&zZq" s# 5bkmRmugg'M7MKVCW)(,RXĿ3ߝ.b|ʂTE@uWNKxm7rm5[._^Y]-J ƣK@p}sRYFԂ6vnL}əW\YQ^4瞮~c0* !wAb9rN6yrQ!dɝun 6$͢N,碡c 2ic*5ʷl`D~y+!?--fwV)vįw 6JKE ՗L7.K}wWX[׹Hv]s6/E)B+xKYWI<XDoofYSĄ,]B *#m7`U̯rġS!f (O\뮭_W2fW߲֗}O}UXQ25'،fU|^4>U5Q%ҤaS^랠1R5|=bdBAATwu./ Wލyn|:!?0 CAH.0/_jEQ6DdySzph&j'x3} _BA0=55=5WwA@*o </M?OF>#Ү;3C_T:6 S7,q%Q m$9UVV.P"lO4֝){ܽvdSw=%=k[vR~ L!+ԑT" {uo1 .AˉQhS5j:#To$bc; ܨs +jg 7Ngz"G'V@v[iH8]p;i 'hG -6qyiZ UGx=?x KeVG4`~`B[!`XS{BոUzġ7BWnSeҩ?Ԙ'漞FˤNЉ>Tl]I^8z|jYM7)bQ꯿1LIÇakсka7VwW=X}ĝ473PZ:aDŽq\Ua ]|.'G쒍V7Pi( ?8}eYr^җꕯ󱿹|OďVD{D'CYV?^hܺc+4wGRw@Z~7Gp A21S[@JtleR& (F|Dt2Q KA{P4-p- Ń7 `')>y_kM $4VJ}>\Ll?t-.*q4B} MոO (r[JQc'DTBW!B,hE6Q ^ch޺ЕOr- ډ}d~3)`>_g>eK^q gD[إc39)[cw"gkgi([_.5kJ<- Ƭ,Mzh$# 3k~e˲#z//l߾~g~f}ϻy:?<y|;E[_/՜$A.+[~dyǐ}淟17+&/1xxU5 "9,)0 Z]6 @A}b E 5k}cC=i -@kvCu>1YMO^V !{+ MZmXgͫ6nn| EcL 1A727 8V)g#ӱԭ~~m{*iۇvLn2?S{ f7ew08<G7D+s]7(^di7#l}GFCaVDA&{AŮ]w3 4}6gUt1Ky33~dҥKv;?!%@~BS* h2d2_!h؂! (O[.q'8/;+䰀MM;nFtDCIֱih/Dۂk©DփZU G%x'ԕ^аag9Z'"60S9j;2(6h C YMԦ^^l1qO" zvZEuLĎ6GwOwVNwV&gnsubA_Fs__$NA#RΎ+o΅_wFMjQ{ [-7 `᪋Ԓ-BQ$;Bvj?YG.sF ^fYgoii"A[?yayaz,ZlTe+>f;|W(6O_{'~/_ޱǵ<f*w!Cs3N ,I+F`/8X4]]nHM}KŲ/Bט[a7Χa˭dh`d,xi+Za^"D4Kd L~U-+` / 4Sٜ;vL-l]>R}kc:__˨`OL YQadhg`ܔ1tih%=qRvTnaF叚(8TćxL'D{&LB[[+٘V~:$3:6ʃ $'B),PJmc,ӂsQo/ %+XwLb3pײ-ATr3Ds`N."7)ӎT bXpΗj/BK<.Ԛ2.(jsg0bJ@J&6l]B%O- r@J4M#R}"3 p>P ڱK B/+UB^JfyN} Kp׍#zK?0%K$5s)2/1xZBlu%թ|y_ 7WXikP0/3w2 piR(SomK/,"#\!cN"ƸZ;͜o~l|,ccW]ݍ(.Dڨt<ťR|-7?=r赣{!qxs`&݃ݙ#íϗG0@WQJ3Y`sH2[T,]i:&|;N޸QL4euPK)W/XE=IqV6ǦΘ~#wO@Ymcm64l/>qN74udВ }۩)e$Gzq<Xɀ_"r[wWޣspok)H덽SCHQ`$X F1Z i!ijk ܷ8RBIplMo>.wo؏^|?ӯ|+?w=kuJ8#s tXI'Uv;Ѕl_|gU$Jdȵd6(O2eYqTl]ݘqPKOĢ#jGeACvJMͫ6B^~`ƹW9b #B2xUYa q˩%xfؘ~zZLn@n%^zߛDX{cyBTw م3L+NDv?yCqwMOtmz=ߗp]55;[w~cY&?zv3yGmc,G_{{[~׻'? N'3"roA+~Muw^#ք"KA0㣥 ~G1!2bK^/: WJU*$QXכBI$ "n ROy aa>^l ')E̻?ݤ(ny?x#V/U/5>:~יܜCUQWǔLk f7ag5|${~W׉d?<=9 H5OS+]yOΐA?-uk4ȑSO<|ыoϞڠ!)'Alr B1| t\-`PzO9i7+%!wnH QKEGT?L's0= 9 o B$ LH!U-*@$M)%:0 R'>J)}7xg=JWK .n8Xf=>r m (||~3sFq`͵%Gnik<ݙ8)|O7Hm_ƌT0ZZ(x\KQbTШ}kQ* Ғ}[{FF^׼o9qk9{x|.v _'N ox^7;;O|^X+_CCƓn=0yG z.˗?u B<a&j38Y} B}^trGܒ>H>"),NSN3 *q'/>KQ$"{rAls1_tz(]hs~^5)u +|OrU BA|B&qSzeD+b̩@vU_|ӭ{{ewXli܂)SuB%> "nx{yӂk2ȳPz_};1Ʊ}\~eyuxp8# /Kn9 wNtwb_jDmndm'H$̿BMNl\kg%6誊 ^aT= 2l&J;Z\?"9 k}&]k6w" P ' Qf_&٘~;ú τ-ke x\ $ zU<B^&P]i Cӿ=ps2P>=;xW쫣19j<;'s"h]wKb㣣Лfm[ \I!{xt[x\ۑpmkZÑB{0 $SN UDѮI`DZDv_M_!*@ hCX ă*[’ 4!}&Bi"^gnb% lT6`((lENʟ#Kl,o?z3u12Yyyb*l^Q>FiP'Ow8 (p2Z @;!U%EW۷/f``/KPNApwONnZ@_@ZnV7[J$e]mX<G2ElB+mߐ0:7*!dǠp˨)y~S (S*T b86WBJ ͪL.'C;57kR؊n׈i)Q7$}"(0Ϡm](k`Y^L>(&F[UT=驿zನb> Q M+ l9Gv*9,R oz'_j<qΫoƯg|~?Ix7μFP٨_VBsęP$ przﻁW`n=ʊHHZGxBAڗ-3*l9JioQHLX o(ҚCjB3p3OFȦ-MJ%LM)!pȤ]۾TŒI6h#k0UlWk)|5:J0]O񯝝/P? ^g`έ v  vD AO#J/߯M/`ɶ-s{ޑo|~ydd$Bׇ_H(Fx՛{u`)?ve:YjĬ!>)\}gȯJ*Uܗ5x)YJ."C-2& 8˻l>[WI*'ܨQ{^~P, tq01Tj J0.n.>doqrxJnI*[r(z7UTw]CbXzڙ+lYVKw׵HCSA˟۫]C#!bc, Voف~#s?HoceDZ{ϾxӧΝ;Z˲bBLc;w?xJüW=ͲÆr&Wv&Ee>`,. -$fC EZ$hml<4es,D+RզW((w(z1[%Vj%HӘ% 0r̮#ə]WVW>"ThI%0}c5Ȭa o˥C w:sZm-Y~ ]q2/Sn`*7Zk;\5k?ʓܽ>4|nAԟ>, 1oOKa&Ul۶8`@pAP V?}dYAogkfQU=r0F(~%aɔ=HITL##22i[e9"< UgGƓtUCXډȖjb鳠Ńd)`0]"h埅(DcyA92K8ywxXHsKpgfW W(&8ȐwʽroyoK=Gm/y/t?R="2( z5e:yغsQCu Y1O/vمYк8*R`-<7/߹0{{yf"^J H_!`l2"sSUNU DaQuRLR-Md "_VdD{HBbĖѰ-j!k?dl'Rs>ELD*D=_iRGXxZ9M#P]DLY@3&Jl\6bɻD-RoY ?7A+XYG|}h|5gvϮ>:Ny!K=~}20QL{yOn}"U`&) 5k7 256ʽR]s(KlzC-AMHW ]wٜɓEQ'Sior/ɀ feRcgӰ-<U~tń2+4P2S픗΅ `!Z%kY4Bj p.{ {Ȭ# Zܯ;)B<zk3/otO^{_0}7?pjsd3P!rʼnJ9B/{uheLo~ghGlQR69g˴;OJ9fl2#!^q**%l!Сr")H$HJ+*Q)cTDp,!/̓)mN7SȈsOUz\n:BE -J;O=Y3Xcw+_FbkE+sivդh7b2-*@S 'm mKN]Y9#Rwb\;/b LƟy!oqG6DkZK :ê)*`*[&HL =37zjzȓFt>TTߌggX Pdn&(۞Q pH\Ea󏷗| LGBܨEmp2|P^i[QP̸ubH*L 7 ]ȭg< *ZX3؄ q,k 78eǻnv%]rJ 3o޽y\W,"*6d#O?ÜbiJ,4]0DCic &E±#W$^#82FJs '=aG%U0ɘD>Xrm;^(1i(#$cFDi_[,ЎXu-ʐggo^cݕrݙ˞@-yY SJו"Y Gu1_)ڄ*PA*⤮VY~[o:{q:u~urəޱ973` 0y_*XgҳZ'Gz9$ ȖU@~)`gO-߹ʔ%Z`$ؐLT4ĉ|<6y k!ťJ-YhCBiTj0Bf 0\3ND90\c>K[sXxs-?/9Jyg8$auWKg^2q0S2~ssjOK(`}ty0X:>"`g#ZOb>S.o/ǣzf3G<}ݹ iRp$;hs:`yyDw;^&_=RZqCX0S1#O=SN>sΕ, ^98ysz8c[|>JwKx5;Ywʬj1 X`y4>7XI NL6sL^ըbೕrgҩB2Fad-A+7&fpIA,T$] :th UH0-$,t6z7(j,ʙʆk%t%`a`?9}C;_MATizqgL9҃I5r=M=m;Ү k 8X0k<:f')v2k{p}Bw[>j NÁmHo ֭ݽ#~͉S+oDVME( .b#ύ: >cF::(s_ oRB,/;ԃ6.+9s0Zl̯Yc)}0LA"F-j[ <  Ѻ@]B#xuojŹH}ϭxR{ږ>BԇO!eoVUm ͗fP﯎5cm-{]31|}m|{V>3dc.ܬYe*ψOȎƤaGz[tv4_Dsu{+:yT5@*Sرo$0] q.(W)dѧFv~ \|u~ߢ̅@ _7vn`hnyGk(B TlM7B3ȪW_4"?C=)Ŕrm|" õ 큃 ]Έ4]Z׷#5}!J QgA(*Y8)||C ;U+iCy&Ӻ37.W"?zHe>UU/jTER%R.Ԡc[0aKiJ?>D:@VH'*!q9JA̝|@CMcg2Ȫ[#7oڲ+N5 q1s<n$$%6 Kۻ[ɥo_L=Gɫt%88xZޏ&%#8Xvjomr2EAUrX^U!ă͸Xr?8 hY(ĴTViV$y͋aO$T'1TY["( $aH[R*N'S<*l6Iշ8!nrR>}QSLJD"Oԩ   [\ @:Ux૭ytѷPhz\>MD{8h\ -F\N}a%l.lj%s=$Abڿo]uA{Ob -D;p<a/; ZMMh}&0j\7Ѹ~#+ß03Ml E.Ǚ!T+7gWN쀖`<_h*gݽI&2D1t288Em#e&T ̊9#kG<XbAâVXsVHt⦂RB#)o2@PtYBP+"zuWCʙCx;Je#8Ad><˹cl/ncʚn*=rѿfp=U:pF p#mLG:Kػ_nί&LrOΟyXƃ}.!Tr\ RLuas[yTJPG+@Mo[pm'+!~ܽQ^{ ]}[3L>YT;AV,KG_b$RO2W{xj'9;s_0Ҹsghu LC,}s(6sg;Zh0su*ëFl-X![(qEw4l 2İuV@! 64ȸndJ]=8ϺZ VAeM^Tl`$+! >x6R#A8R^m^0L'n2}<D+!,60v=qp6:|P8g{2IŇ޴[wTVs!.?2ԷZK%8gg|.'=Vn1 (&V~@&oetP>&EoKڃHԞU=CfPYcwXu=F{hDNغJ` F.VVoZc~Ջk9^bk ;Jsݰ] paB1j3rnW 27:\( +gn8#FbB{| :=8$e{~`F,PF<P$Tz# e5U9Ʃv.`%Ϊ,\|o0C]*D=3j@Ҳ< =Br(,>{-w_~fʠZ !TDCl_6h1K댑$wqP1~{K<{c{[.Yk]5G ( ifA-ِ`Y6@߆ma6m,M(R6EYIq-vwu7̗o#^f-]M]ŋqc_|;S_ _΃`ӷ|eiRQ<Z F qG 81 +74,QV>*21x39S{%6+~:@?i+q[ʒz/DTm[4|Ւ\HlTKzLf?|p|5ow~"$e?e$~2ؘ?/*\1 ,$Tv :'ou@Y&9GʕAP%&u($VK$}zpa)8",+DZwmpaiB7AN%5-K{9绋˓򠄈DJȪ/NجbS[S;pM)=$('^К3ޭo?nx5Zf L%e y6 @4w5 07z2 (X [NńE 1a6.|pprws;:yk.ʛ\{= |*ՅA}xBj(2qC =s_s39XO;|E-jj食3ԈkƋ]x8ߕ-}*in&KnHH*+e6֧b0,_}U p=|BVT|DrMr՝?ѝy`gfO+tqsp0b;lo<R2i<tDט*&ڔaj#;|}"a1԰mKzvfPlVss,3;< m@J(n5ʾ/C]Wˋ{; ) 4l"lW]N:?|{Fq)Ϊ_?wg*&^H(D&TjnɊ8F9Vk -<f]؏dQ$ʳakr¶:w"$P )EU{VAe$Gc_8)/6gdzg]yv׏ƃ0ӔO5lb EuÏKKZVW1_<"SBsUrԟ>kzSjXBα \177vkK7yy;s?ry~=A'3Pk Id#7$u|]w.6irx@p$`w]7ӁY[:ώv0E)`GdOٍ6l$ƜcŬt/]E*m\l T'MJIvȨWeO3,4&u9^/'2P:xQA|QVM 浑\ E{1b/1mg2M؅RDTF+XE Xn#!dfkĖP!S`12ŽLLUJ^dQ.bp:f%l&<WI ݒ^+L);Y%l,l( Nknt* {ѤG %laAj>Q<r`<\6lųEݗei1߹/Lj,P D",8Bl~ֹO73Òf>q|trq)t`*/LflVţKs҄,~*ӨȪn\ ,ԑ;gaM 3fIR&<Kna&PU:!/㗟fWp1Xp3tʁm L]Iw$=)2)UՕZ9PόP>vYjUF.Yrx<ܘQ<$7r൅HU?em`Q%kUV/V1Tb( UǬ.MjU3鱄BE]Y5aP?;ؒȇ nE_ϭ\Q6ޚcs+Hx )$lYqNbP~J.)wL<}Nb*kJri>rsͻ?=6F!{kgw l'G2lq"pޛfwFٝIrgݟar {һ" :`Sd(er[ToT/?/ze/$BxK?߀,,2aA;4Y'`v)e8W&yWSxS?{E5Zp0Z?lg溢WFizrxPz(1*U&^aHr3KUI( [$uG_ZlFD3*bs`zc!X|WF-P+R,(G ^ym A[cj[AN.4cÎUũd XWNz&ax pFt%4PY!PqlxvѭnKs(QOh=uqb6OcT{'G&G\$ǷtL -Dw&3rÏ{פƠ`8xzK7z߼O g/>?hR$9$-~ٸd.q:Vki,DP4#L%T!,PhRƋhR"ѰQFZIwV<,4QZu>Zm*T2f6J7of36M8V,=t/v2`Z~ȋa1z}R eTU*NV/G/t)gO9{* T338}ک:9$SU `UkՀe='2YT`媤fURCU5VI+`&l˄ Yd+ Ja ¤ akᅄMXdn/7pCMJ.<xp_ `s{5Cmk]{ua'vbVT,_͞&81i"è{j SP5r'Ï|iI|z]IѴXrgWGչlftKɵH薛YnvʵU/jsKά&2 aEU4]ģ<9y;wgi4, K\L~1UIZ6^63xK/땚VrBtglIH={=ёn{mHrzm:6sA)U_Uի/LFkcSm2;MlUҔ#5gaMzAJg|չeJ9D9RVB# PTI)")9h"TsS=wN94ݪB/G4zp} Gw(f\TB})1k#4#oBp[UlXFsJKW(`XFw)zc/I flE Y\EqhPD%e ٝ~^ F9}揇Kw$kX PֽccΥ6.ʼn8˟^7l١gk8#C aw__?]_t'K ^q_0k9CD^Yɿᙚ +UC1<Y0F|7':xHaƦqoα-V.HxUI7&W"vT~WϊO;#SQ*YoHԾN#$%￲Su&.Hkb&Hc;1VI(L<C!s@g2UZi!4}Cp&~_I g/oGyJ]D]NY[lBUm"!㭼{gejOhfW֧񴓝&Yt^{D}f5#6aP?$ũIo#JJ*-d+V5.'/}Ww/ڷ VMBwj$@z,+Bd).xߩF _ٹ./Sc.ѫ6`1Q Ȱ't7SmHzEL6%) bNCK.Nw._;~Y&99c f;Q?rqw!"50+DWVJkp{Ƴi te18?1h5Cm!dND&Q*ueJrLP*dò9C1Ό4ZuvR~f젛(xYTJ}mGR̄,I\bA%N)tUqFܩ^˰Hf2E^<4ecE Yl2UqQ!WSPEoRMauo'cF+\6WI@<n>pz#OT$g_vWJ]/aJj؃6B2V1&!zXG Qm ;ӵ%2Vt( YO̾{%0fObTXMd,eD}!Uq\ / 0Zzc Lr-DSk,4! ֽ'NܨU:X ^uVfQ*^CH@*|Ŧl@׀$7.ۢ( պa[IZfVLa)Y)lUl5oXd TMӃᓷL7^ޕG =`QKME) Rͦ.)[TMT/N^<|a:hVh kg`:P EE;ް][oFy\fG"V7ᚷٌ[UztLro5dJ 1~/j=Ϯoǯ XPL,` X FJ-HѫDOe~iqlm,Cd3e  :0m-G.?@>UISK;S)Ź*b/kAF@ D Uՙ(C&nxX-X2 |8umMbKA`2312Ȳ4&Ō ʄ^AjVQ#hWqP`>fn0Qg^& 8<{mɍ ouJ($aXkzI$3f`X[`tj{QT\VmUqBHz $ ߸۽b!)cRL/dqѢdP#OחN5?PqqлleE$Jzwd,kOsC,21@v3=68f y#HŪ+AU{/cmO݇`KíTI%VjJ^N4A[[ɼ<O`SwNNQN 4F+1 ˭Ub9֤Dߒ\ 4AmcJhBai>eME+KQ$T~>tATDbQ+~aϹ=NYְ4Ю4ыϞ ZtE",xMmq)\g{XlCwnHA|\5{~AlaXRtʽVʐM̸:Ƣj*>{/_~qCgN!x K[aw 5HF vd īNjȨecZn&AcN(@hmkLzg/WgR"Lb /Hc>֔4[$K'uO.#+P&Q-4JCix]+צB- k[saJ#! `3ZeY>+JldtM|GcEZ$W]+Qrd"x X`m^:,Qh;UEAZ7raZCe ;<u9շTzNO7/tŴg[ՈVR\dZUﻓ??ڨM5*D+f` V8aIxYuN/v_ُO Jϰ3`iuX31gr^5Lȃ|fSGĩS 鯯og lo M9U[ ]%Ø.M'3sE*{&L-Qz)VA[^'hVfEPY*x`#X)¯ MN!BO/ Uޓ,%}'zCՆXH}&ɠ~^JiUFww @1yX%VPD͊Rk*+kR!TYUdjlԘNV,[yspjYZضB}ʶeL歏]HY)Qx.W|e[37$ 2TQU0C2:?`=aI΢O/t<^ًK0$zY1.;u!fϾy/~triIPH6mu`tV\U-(8nr׃5TҤXFX ùVMψJUnmQ*jHA>{l/:)PbME6Fُ̭wgȋ{zj%bo_76 Kg̨܎v|S6BC F$7 +tS|-,+cI PΠ44/|wI3yp:N+&J +,PRP[́+^B FNI#ZI ] 0_<jwpd'D_m-_'hE;46Z4 gַjV3>٫_fR*e \ێ{<IE\YZ$D \D7^^$[_~Ű;x.0O`"Ko`WLMo={h*Z5lj(+CmC"iz0Q!32,7s d cJVkm1;Ua<Rh :f3D = 1oZ ceH<Ҁf 1%1x3G!/+7Yn"]uBjڂ)҂W.H a}8埰cq =zzm>Q[뗞3Bؕ2r*i X1h=nɂ,U VOH"[_ޒXXgzr?Ww`OEqޓެ&{gzvZ4,+IqbWBm//$jphm2jj&͈91*}UCB8o(]ݘ`~kJEV3"PlgO6{gj1gAS zngW`R--TY*A7DA3f h}( z|8ioCUk<oFAx4Z>\Rax x|{=XVazwB)tܻRiZ죀c?}T0`arD>}eYgG⽟{'.={-lz>L ُ*8ZD>A<3$f>Um-١i)]Cu:`Bu!鸌60 AiitdF88*sR]̫fY6:-`QC%sÀ1;MaUWr#EϠ6ʹe1Jެ>#{.B/f©TҦWe4[.Ö1+n{`[ձhKcMB vJGo' Q1drar&=ov<켱Ww<$E9L5KxAp l^5_ʀ7罄6黥[+f.\/mzMB<' ~cBp(TyHK+neѧ6$ؠ-r-UiǦ8݅~cr6U" & 6X\"6K0"(X/iR+)b\=m-&*y6z `{K2MRvn8eߙK`Yq4Wۀ!a0^O{+7?w}+n_<WB<y ni!+s.f :TRou2Y8킝Hhpk)WzBo5TVWk4*^G<XjZ#By$4 9jcR$X r%D@&b2Y\* ( m=,>֟u;mq¦Y8h.N`BhQ8-0 .w nɎ9{SlM0ZXތ+H0 5=DR SC?N NkL(adx-.?g8ӏވ*Z2w`wPsYY,- 3ch>St?ZXhU$3Kcj*0͈/nFN1ȋbz3?[Fo"ѳZZLGfa p0k@+!sDz'5^D :AMJ'& A`B(Id/ޛ*`VaX[0\*!Ȏj{M΅H=^4` D;бL0$4m5`UxiDpi^+;WU 3k56Yg>*Ź_rn<86.",0Q^A@_A(l\9Q =5[@G{z"3dfσV;h^4p6IK63D€v5&͜4>`Wh2iM6]ځyߟޒuZX3Hy2ȤKtDdE ba,҇P§_Ʃe\_Z\(Cy޿ l@)zYUx,NpkV#  lҫR kSP%krxRk<}mt~#?}?L;ꙛ3=}?+q"]vy+۰Q <H !ɚ]D7aȬbelJTkTMs|?m,5smfsA"kP^O6Ҟ6KƂIc_ֻn.dvCCo=dK"or+TT,u!C#+Ma6 1S K`k}5v7_g[iB9 ~⵪E 4{vI}eO$~jq4[ p钻7Z8VT-`V'&cm~bJ=f:^ n|*xy9U@\ qBj3&X&xss?&Q/'TAҳyB:+llRDj,  3eŲiARG0. BfgAW򖹘 .M9߸5}ę95Uek'\hf<YhV-G^_fX\shN{!)ԠK066CVpj `3k5`E">qA7^SYffo @v<ôġHl׸\: wAjBJқ5dbp2dI-А?. $nvA 4{QAU %t\8%m_0^o*0LCgG+|sU#@ Ƒ;\}U2 TBwhj'e9<m<N6O  FK^h| 50h G yxB{=jMشW36Hym2 a-^>7^U1I ȧ%/4z|h[o|'.Ʈ2J +"{MVj{4B `%H⇮ q^s;]Ih\xK̖h N(Ȕ@Qg2OS.G2 YuIfYl8..7І7"3D!,Y 2OLM@vvG 5Oj3}&;SI͏<W!toc.l4IӇk7\B3fʋajB YgHdi~؎ƠcXF_#*8;s&2 Xe<zPrl1oB,inU+. E<6هrh ll6Lu.09a*`FFF`K@~Z3Q)3Τċ"@eǹ0W*:! ܊OyXɃCΥSc ڏ-VA< Ξ rm`q{yF8Yʟ_W\A/l 3=,n܃ih -ͪP Jآrں|6E,m0A, [ᱣݱ@twop  ),| P<OU(!\hm`SlZ΅Jκ4V:=DFj$?QdG+`!6)%p9ɸt8RiB \@g DaX&}:j [email protected]:Wk#uW",:|LϏBw t[X(){cDT3VK#8֖` r.Ơ(y8{"!U50 ;S@xĶL)jp?7XD1q߱F面fw1vdSt@6S@(1O36GрcD#4]lZ 6W5,i%;aH 6k4T-m=Sxq@M- L_-/21Y8X4_ê?OVV4/S"H;LϦm4Apnם|v:Kk(f{k2'PH'3['QR%ͳ;q)̽6˔ _1KWAr,O..\KD^k.u?ɉn*{ y •hvwZe<Pz50lFTtL-}\jL2֢aYR $oץcmjT_$BW<-q,N+5Z֮3Wq~4}GJ7/p!dmE)au7`=6;pf'pRVս[% \ųk"$Re-ݳoFZ}y>WJ' 'Bd' d cИP9jP6/i~"# AN7 hPr"9%e:C%b23 HP?76 %moɄ#!P0miv4 uK iAr^hVϙ8Nzo=<}>5jBj<(OOtk,KDpo E!xJǞ_18\/**s\޻ 2Ayg+ONXzg @d+w5<vЏ6, lSp oL%(:Mf./OqE^\wg\(Wͱ5h!t佁!qv_+5ASـȤc.z^ F.!+j䐱iA-sLLUK];#'5x<BE4X,5-U4#`W"IBnK !ٛSđA-كfV7.vJU޶$,乭'VuF<-p V_s_;Hns ƃMBt V(lCxHod)?˜HnvaF(һ 9(@ iĂR`:^6Na  k։%sd0(Gn!m8B8z3Zcӑ@︵[X%;ׇ!I,g I&+E&_n&<l_b! qzq؃ ׾{UIBVRH$W, 椉0 ǞWrK L04P/o"m|$/uC-Q?ə`'ҖY& :qiǙS<Eх;AOƸ+8 5-9%I⑝B73G,(ƿbq=x}­mRDV0-!G%fVs8ٌu?M ƠPɊVXl־qUQnžޢ͸PYi)&:+[,9ӄ2Ojt߂0+ƄbYR켞e6 5C!.wF4-l`Z _k-ڭ]<WI俲⺝NYXEKk[H_#npLo=,?|fխŝ7 ]?xb`3ǰnGĔy̟]ɓ[o2^1dM-h.VN wtԴ!WB7>xNhNm/ !a;K=l5QGa )hM1@W{>DcO pJ2CW h1Bl}h(8j.GV a͍=k+LvIENDB`
-1
gohugoio/hugo
8,201
Sitemap: exclude "no render" pages
Currently, pages with `render = "never"` get listed in sitemap.xml, even though they have no permalink, resulting in sitemap entries with empty URL fields (i.e. with `<loc></loc>`). Such pages should be excluded from the sitemap.
Jaza
"2021-02-02T22:18:06Z"
"2021-02-06T17:30:10Z"
92c6c40419bdc13b8bb422a212d1d79240356651
4867cd1dea34ee53fb73cede2bcff4792e470104
Sitemap: exclude "no render" pages. Currently, pages with `render = "never"` get listed in sitemap.xml, even though they have no permalink, resulting in sitemap entries with empty URL fields (i.e. with `<loc></loc>`). Such pages should be excluded from the sitemap.
./hugolib/site_test.go
// Copyright 2019 The Hugo Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. package hugolib import ( "encoding/json" "fmt" "io/ioutil" "os" "path/filepath" "strings" "testing" "github.com/gohugoio/hugo/publisher" "github.com/spf13/viper" "github.com/markbates/inflect" qt "github.com/frankban/quicktest" "github.com/gohugoio/hugo/deps" "github.com/gohugoio/hugo/resources/page" ) const ( templateMissingFunc = "{{ .Title | funcdoesnotexists }}" templateWithURLAbs = "<a href=\"/foobar.jpg\">Going</a>" ) func TestRenderWithInvalidTemplate(t *testing.T) { t.Parallel() cfg, fs := newTestCfg() writeSource(t, fs, filepath.Join("content", "foo.md"), "foo") withTemplate := createWithTemplateFromNameValues("missing", templateMissingFunc) buildSingleSiteExpected(t, true, false, deps.DepsCfg{Fs: fs, Cfg: cfg, WithTemplate: withTemplate}, BuildCfg{}) } func TestDraftAndFutureRender(t *testing.T) { t.Parallel() sources := [][2]string{ {filepath.FromSlash("sect/doc1.md"), "---\ntitle: doc1\ndraft: true\npublishdate: \"2414-05-29\"\n---\n# doc1\n*some content*"}, {filepath.FromSlash("sect/doc2.md"), "---\ntitle: doc2\ndraft: true\npublishdate: \"2012-05-29\"\n---\n# doc2\n*some content*"}, {filepath.FromSlash("sect/doc3.md"), "---\ntitle: doc3\ndraft: false\npublishdate: \"2414-05-29\"\n---\n# doc3\n*some content*"}, {filepath.FromSlash("sect/doc4.md"), "---\ntitle: doc4\ndraft: false\npublishdate: \"2012-05-29\"\n---\n# doc4\n*some content*"}, } siteSetup := func(t *testing.T, configKeyValues ...interface{}) *Site { cfg, fs := newTestCfg() cfg.Set("baseURL", "http://auth/bub") for i := 0; i < len(configKeyValues); i += 2 { cfg.Set(configKeyValues[i].(string), configKeyValues[i+1]) } for _, src := range sources { writeSource(t, fs, filepath.Join("content", src[0]), src[1]) } return buildSingleSite(t, deps.DepsCfg{Fs: fs, Cfg: cfg}, BuildCfg{}) } // Testing Defaults.. Only draft:true and publishDate in the past should be rendered s := siteSetup(t) if len(s.RegularPages()) != 1 { t.Fatal("Draft or Future dated content published unexpectedly") } // only publishDate in the past should be rendered s = siteSetup(t, "buildDrafts", true) if len(s.RegularPages()) != 2 { t.Fatal("Future Dated Posts published unexpectedly") } // drafts should not be rendered, but all dates should s = siteSetup(t, "buildDrafts", false, "buildFuture", true) if len(s.RegularPages()) != 2 { t.Fatal("Draft posts published unexpectedly") } // all 4 should be included s = siteSetup(t, "buildDrafts", true, "buildFuture", true) if len(s.RegularPages()) != 4 { t.Fatal("Drafts or Future posts not included as expected") } } func TestFutureExpirationRender(t *testing.T) { t.Parallel() sources := [][2]string{ {filepath.FromSlash("sect/doc3.md"), "---\ntitle: doc1\nexpirydate: \"2400-05-29\"\n---\n# doc1\n*some content*"}, {filepath.FromSlash("sect/doc4.md"), "---\ntitle: doc2\nexpirydate: \"2000-05-29\"\n---\n# doc2\n*some content*"}, } siteSetup := func(t *testing.T) *Site { cfg, fs := newTestCfg() cfg.Set("baseURL", "http://auth/bub") for _, src := range sources { writeSource(t, fs, filepath.Join("content", src[0]), src[1]) } return buildSingleSite(t, deps.DepsCfg{Fs: fs, Cfg: cfg}, BuildCfg{}) } s := siteSetup(t) if len(s.AllPages()) != 1 { if len(s.RegularPages()) > 1 { t.Fatal("Expired content published unexpectedly") } if len(s.RegularPages()) < 1 { t.Fatal("Valid content expired unexpectedly") } } if s.AllPages()[0].Title() == "doc2" { t.Fatal("Expired content published unexpectedly") } } func TestLastChange(t *testing.T) { t.Parallel() cfg, fs := newTestCfg() c := qt.New(t) writeSource(t, fs, filepath.Join("content", "sect/doc1.md"), "---\ntitle: doc1\nweight: 1\ndate: 2014-05-29\n---\n# doc1\n*some content*") writeSource(t, fs, filepath.Join("content", "sect/doc2.md"), "---\ntitle: doc2\nweight: 2\ndate: 2015-05-29\n---\n# doc2\n*some content*") writeSource(t, fs, filepath.Join("content", "sect/doc3.md"), "---\ntitle: doc3\nweight: 3\ndate: 2017-05-29\n---\n# doc3\n*some content*") writeSource(t, fs, filepath.Join("content", "sect/doc4.md"), "---\ntitle: doc4\nweight: 4\ndate: 2016-05-29\n---\n# doc4\n*some content*") writeSource(t, fs, filepath.Join("content", "sect/doc5.md"), "---\ntitle: doc5\nweight: 3\n---\n# doc5\n*some content*") s := buildSingleSite(t, deps.DepsCfg{Fs: fs, Cfg: cfg}, BuildCfg{SkipRender: true}) c.Assert(s.Info.LastChange().IsZero(), qt.Equals, false) c.Assert(s.Info.LastChange().Year(), qt.Equals, 2017) } // Issue #_index func TestPageWithUnderScoreIndexInFilename(t *testing.T) { t.Parallel() cfg, fs := newTestCfg() c := qt.New(t) writeSource(t, fs, filepath.Join("content", "sect/my_index_file.md"), "---\ntitle: doc1\nweight: 1\ndate: 2014-05-29\n---\n# doc1\n*some content*") s := buildSingleSite(t, deps.DepsCfg{Fs: fs, Cfg: cfg}, BuildCfg{SkipRender: true}) c.Assert(len(s.RegularPages()), qt.Equals, 1) } // Issue #957 func TestCrossrefs(t *testing.T) { t.Parallel() for _, uglyURLs := range []bool{true, false} { for _, relative := range []bool{true, false} { doTestCrossrefs(t, relative, uglyURLs) } } } func doTestCrossrefs(t *testing.T, relative, uglyURLs bool) { c := qt.New(t) baseURL := "http://foo/bar" var refShortcode string var expectedBase string var expectedURLSuffix string var expectedPathSuffix string if relative { refShortcode = "relref" expectedBase = "/bar" } else { refShortcode = "ref" expectedBase = baseURL } if uglyURLs { expectedURLSuffix = ".html" expectedPathSuffix = ".html" } else { expectedURLSuffix = "/" expectedPathSuffix = "/index.html" } doc3Slashed := filepath.FromSlash("/sect/doc3.md") sources := [][2]string{ { filepath.FromSlash("sect/doc1.md"), fmt.Sprintf(`Ref 2: {{< %s "sect/doc2.md" >}}`, refShortcode), }, // Issue #1148: Make sure that no P-tags is added around shortcodes. { filepath.FromSlash("sect/doc2.md"), fmt.Sprintf(`**Ref 1:** {{< %s "sect/doc1.md" >}} THE END.`, refShortcode), }, // Issue #1753: Should not add a trailing newline after shortcode. { filepath.FromSlash("sect/doc3.md"), fmt.Sprintf(`**Ref 1:** {{< %s "sect/doc3.md" >}}.`, refShortcode), }, // Issue #3703 { filepath.FromSlash("sect/doc4.md"), fmt.Sprintf(`**Ref 1:** {{< %s "%s" >}}.`, refShortcode, doc3Slashed), }, } cfg, fs := newTestCfg() cfg.Set("baseURL", baseURL) cfg.Set("uglyURLs", uglyURLs) cfg.Set("verbose", true) for _, src := range sources { writeSource(t, fs, filepath.Join("content", src[0]), src[1]) } s := buildSingleSite( t, deps.DepsCfg{ Fs: fs, Cfg: cfg, WithTemplate: createWithTemplateFromNameValues("_default/single.html", "{{.Content}}"), }, BuildCfg{}) c.Assert(len(s.RegularPages()), qt.Equals, 4) th := newTestHelper(s.Cfg, s.Fs, t) tests := []struct { doc string expected string }{ {filepath.FromSlash(fmt.Sprintf("public/sect/doc1%s", expectedPathSuffix)), fmt.Sprintf("<p>Ref 2: %s/sect/doc2%s</p>\n", expectedBase, expectedURLSuffix)}, {filepath.FromSlash(fmt.Sprintf("public/sect/doc2%s", expectedPathSuffix)), fmt.Sprintf("<p><strong>Ref 1:</strong></p>\n%s/sect/doc1%s\n<p>THE END.</p>\n", expectedBase, expectedURLSuffix)}, {filepath.FromSlash(fmt.Sprintf("public/sect/doc3%s", expectedPathSuffix)), fmt.Sprintf("<p><strong>Ref 1:</strong> %s/sect/doc3%s.</p>\n", expectedBase, expectedURLSuffix)}, {filepath.FromSlash(fmt.Sprintf("public/sect/doc4%s", expectedPathSuffix)), fmt.Sprintf("<p><strong>Ref 1:</strong> %s/sect/doc3%s.</p>\n", expectedBase, expectedURLSuffix)}, } for _, test := range tests { th.assertFileContent(test.doc, test.expected) } } // Issue #939 // Issue #1923 func TestShouldAlwaysHaveUglyURLs(t *testing.T) { t.Parallel() for _, uglyURLs := range []bool{true, false} { doTestShouldAlwaysHaveUglyURLs(t, uglyURLs) } } func doTestShouldAlwaysHaveUglyURLs(t *testing.T, uglyURLs bool) { cfg, fs := newTestCfg() c := qt.New(t) cfg.Set("verbose", true) cfg.Set("baseURL", "http://auth/bub") cfg.Set("blackfriday", map[string]interface{}{ "plainIDAnchors": true, }) cfg.Set("uglyURLs", uglyURLs) sources := [][2]string{ {filepath.FromSlash("sect/doc1.md"), "---\nmarkup: markdown\n---\n# title\nsome *content*"}, {filepath.FromSlash("sect/doc2.md"), "---\nurl: /ugly.html\nmarkup: markdown\n---\n# title\ndoc2 *content*"}, } for _, src := range sources { writeSource(t, fs, filepath.Join("content", src[0]), src[1]) } writeSource(t, fs, filepath.Join("layouts", "index.html"), "Home Sweet {{ if.IsHome }}Home{{ end }}.") writeSource(t, fs, filepath.Join("layouts", "_default/single.html"), "{{.Content}}{{ if.IsHome }}This is not home!{{ end }}") writeSource(t, fs, filepath.Join("layouts", "404.html"), "Page Not Found.{{ if.IsHome }}This is not home!{{ end }}") writeSource(t, fs, filepath.Join("layouts", "rss.xml"), "<root>RSS</root>") writeSource(t, fs, filepath.Join("layouts", "sitemap.xml"), "<root>SITEMAP</root>") s := buildSingleSite(t, deps.DepsCfg{Fs: fs, Cfg: cfg}, BuildCfg{}) var expectedPagePath string if uglyURLs { expectedPagePath = "public/sect/doc1.html" } else { expectedPagePath = "public/sect/doc1/index.html" } tests := []struct { doc string expected string }{ {filepath.FromSlash("public/index.html"), "Home Sweet Home."}, {filepath.FromSlash(expectedPagePath), "<h1 id=\"title\">title</h1>\n<p>some <em>content</em></p>\n"}, {filepath.FromSlash("public/404.html"), "Page Not Found."}, {filepath.FromSlash("public/index.xml"), "<root>RSS</root>"}, {filepath.FromSlash("public/sitemap.xml"), "<root>SITEMAP</root>"}, // Issue #1923 {filepath.FromSlash("public/ugly.html"), "<h1 id=\"title\">title</h1>\n<p>doc2 <em>content</em></p>\n"}, } for _, p := range s.RegularPages() { c.Assert(p.IsHome(), qt.Equals, false) } for _, test := range tests { content := readDestination(t, fs, test.doc) if content != test.expected { t.Errorf("%s content expected:\n%q\ngot:\n%q", test.doc, test.expected, content) } } } // Issue #3355 func TestShouldNotWriteZeroLengthFilesToDestination(t *testing.T) { cfg, fs := newTestCfg() writeSource(t, fs, filepath.Join("content", "simple.html"), "simple") writeSource(t, fs, filepath.Join("layouts", "_default/single.html"), "{{.Content}}") writeSource(t, fs, filepath.Join("layouts", "_default/list.html"), "") s := buildSingleSite(t, deps.DepsCfg{Fs: fs, Cfg: cfg}, BuildCfg{}) th := newTestHelper(s.Cfg, s.Fs, t) th.assertFileNotExist(filepath.Join("public", "index.html")) } func TestMainSections(t *testing.T) { c := qt.New(t) for _, paramSet := range []bool{false, true} { c.Run(fmt.Sprintf("param-%t", paramSet), func(c *qt.C) { v := viper.New() if paramSet { v.Set("params", map[string]interface{}{ "mainSections": []string{"a1", "a2"}, }) } b := newTestSitesBuilder(c).WithViper(v) for i := 0; i < 20; i++ { b.WithContent(fmt.Sprintf("page%d.md", i), `--- title: "Page" --- `) } for i := 0; i < 5; i++ { b.WithContent(fmt.Sprintf("blog/page%d.md", i), `--- title: "Page" tags: ["a", "b", "c", "d", "e", "f", "g", "h", "i", "j"] --- `) } for i := 0; i < 3; i++ { b.WithContent(fmt.Sprintf("docs/page%d.md", i), `--- title: "Page" --- `) } b.WithTemplates("index.html", ` mainSections: {{ .Site.Params.mainSections }} {{ range (where .Site.RegularPages "Type" "in" .Site.Params.mainSections) }} Main section page: {{ .RelPermalink }} {{ end }} `) b.Build(BuildCfg{}) if paramSet { b.AssertFileContent("public/index.html", "mainSections: [a1 a2]") } else { b.AssertFileContent("public/index.html", "mainSections: [blog]", "Main section page: /blog/page3/") } }) } } // Issue #1176 func TestSectionNaming(t *testing.T) { for _, canonify := range []bool{true, false} { for _, uglify := range []bool{true, false} { for _, pluralize := range []bool{true, false} { canonify := canonify uglify := uglify pluralize := pluralize t.Run(fmt.Sprintf("canonify=%t,uglify=%t,pluralize=%t", canonify, uglify, pluralize), func(t *testing.T) { t.Parallel() doTestSectionNaming(t, canonify, uglify, pluralize) }) } } } } func doTestSectionNaming(t *testing.T, canonify, uglify, pluralize bool) { c := qt.New(t) var expectedPathSuffix string if uglify { expectedPathSuffix = ".html" } else { expectedPathSuffix = "/index.html" } sources := [][2]string{ {filepath.FromSlash("sect/doc1.html"), "doc1"}, // Add one more page to sect to make sure sect is picked in mainSections {filepath.FromSlash("sect/sect.html"), "sect"}, {filepath.FromSlash("Fish and Chips/doc2.html"), "doc2"}, {filepath.FromSlash("ラーメン/doc3.html"), "doc3"}, } cfg, fs := newTestCfg() cfg.Set("baseURL", "http://auth/sub/") cfg.Set("uglyURLs", uglify) cfg.Set("pluralizeListTitles", pluralize) cfg.Set("canonifyURLs", canonify) for _, src := range sources { writeSource(t, fs, filepath.Join("content", src[0]), src[1]) } writeSource(t, fs, filepath.Join("layouts", "_default/single.html"), "{{.Content}}") writeSource(t, fs, filepath.Join("layouts", "_default/list.html"), "{{ .Kind }}|{{.Title}}") s := buildSingleSite(t, deps.DepsCfg{Fs: fs, Cfg: cfg}, BuildCfg{}) mainSections, err := s.Info.Param("mainSections") c.Assert(err, qt.IsNil) c.Assert(mainSections, qt.DeepEquals, []string{"sect"}) th := newTestHelper(s.Cfg, s.Fs, t) tests := []struct { doc string pluralAware bool expected string }{ {filepath.FromSlash(fmt.Sprintf("sect/doc1%s", expectedPathSuffix)), false, "doc1"}, {filepath.FromSlash(fmt.Sprintf("sect%s", expectedPathSuffix)), true, "Sect"}, {filepath.FromSlash(fmt.Sprintf("fish-and-chips/doc2%s", expectedPathSuffix)), false, "doc2"}, {filepath.FromSlash(fmt.Sprintf("fish-and-chips%s", expectedPathSuffix)), true, "Fish and Chips"}, {filepath.FromSlash(fmt.Sprintf("ラーメン/doc3%s", expectedPathSuffix)), false, "doc3"}, {filepath.FromSlash(fmt.Sprintf("ラーメン%s", expectedPathSuffix)), true, "ラーメン"}, } for _, test := range tests { if test.pluralAware && pluralize { test.expected = inflect.Pluralize(test.expected) } th.assertFileContent(filepath.Join("public", test.doc), test.expected) } } func TestAbsURLify(t *testing.T) { t.Parallel() sources := [][2]string{ {filepath.FromSlash("sect/doc1.html"), "<!doctype html><html><head></head><body><a href=\"#frag1\">link</a></body></html>"}, {filepath.FromSlash("blue/doc2.html"), "---\nf: t\n---\n<!doctype html><html><body>more content</body></html>"}, } for _, baseURL := range []string{"http://auth/bub", "http://base", "//base"} { for _, canonify := range []bool{true, false} { cfg, fs := newTestCfg() cfg.Set("uglyURLs", true) cfg.Set("canonifyURLs", canonify) cfg.Set("baseURL", baseURL) for _, src := range sources { writeSource(t, fs, filepath.Join("content", src[0]), src[1]) } writeSource(t, fs, filepath.Join("layouts", "blue/single.html"), templateWithURLAbs) s := buildSingleSite(t, deps.DepsCfg{Fs: fs, Cfg: cfg}, BuildCfg{}) th := newTestHelper(s.Cfg, s.Fs, t) tests := []struct { file, expected string }{ {"public/blue/doc2.html", "<a href=\"%s/foobar.jpg\">Going</a>"}, {"public/sect/doc1.html", "<!doctype html><html><head></head><body><a href=\"#frag1\">link</a></body></html>"}, } for _, test := range tests { expected := test.expected if strings.Contains(expected, "%s") { expected = fmt.Sprintf(expected, baseURL) } if !canonify { expected = strings.Replace(expected, baseURL, "", -1) } th.assertFileContent(test.file, expected) } } } } var weightedPage1 = `+++ weight = "2" title = "One" my_param = "foo" my_date = 1979-05-27T07:32:00Z +++ Front Matter with Ordered Pages` var weightedPage2 = `+++ weight = "6" title = "Two" publishdate = "2012-03-05" my_param = "foo" +++ Front Matter with Ordered Pages 2` var weightedPage3 = `+++ weight = "4" title = "Three" date = "2012-04-06" publishdate = "2012-04-06" my_param = "bar" only_one = "yes" my_date = 2010-05-27T07:32:00Z +++ Front Matter with Ordered Pages 3` var weightedPage4 = `+++ weight = "4" title = "Four" date = "2012-01-01" publishdate = "2012-01-01" my_param = "baz" my_date = 2010-05-27T07:32:00Z summary = "A _custom_ summary" categories = [ "hugo" ] +++ Front Matter with Ordered Pages 4. This is longer content` var weightedSources = [][2]string{ {filepath.FromSlash("sect/doc1.md"), weightedPage1}, {filepath.FromSlash("sect/doc2.md"), weightedPage2}, {filepath.FromSlash("sect/doc3.md"), weightedPage3}, {filepath.FromSlash("sect/doc4.md"), weightedPage4}, } func TestOrderedPages(t *testing.T) { t.Parallel() cfg, fs := newTestCfg() cfg.Set("baseURL", "http://auth/bub") for _, src := range weightedSources { writeSource(t, fs, filepath.Join("content", src[0]), src[1]) } s := buildSingleSite(t, deps.DepsCfg{Fs: fs, Cfg: cfg}, BuildCfg{SkipRender: true}) if s.getPage(page.KindSection, "sect").Pages()[1].Title() != "Three" || s.getPage(page.KindSection, "sect").Pages()[2].Title() != "Four" { t.Error("Pages in unexpected order.") } bydate := s.RegularPages().ByDate() if bydate[0].Title() != "One" { t.Errorf("Pages in unexpected order. First should be '%s', got '%s'", "One", bydate[0].Title()) } rev := bydate.Reverse() if rev[0].Title() != "Three" { t.Errorf("Pages in unexpected order. First should be '%s', got '%s'", "Three", rev[0].Title()) } bypubdate := s.RegularPages().ByPublishDate() if bypubdate[0].Title() != "One" { t.Errorf("Pages in unexpected order. First should be '%s', got '%s'", "One", bypubdate[0].Title()) } rbypubdate := bypubdate.Reverse() if rbypubdate[0].Title() != "Three" { t.Errorf("Pages in unexpected order. First should be '%s', got '%s'", "Three", rbypubdate[0].Title()) } bylength := s.RegularPages().ByLength() if bylength[0].Title() != "One" { t.Errorf("Pages in unexpected order. First should be '%s', got '%s'", "One", bylength[0].Title()) } rbylength := bylength.Reverse() if rbylength[0].Title() != "Four" { t.Errorf("Pages in unexpected order. First should be '%s', got '%s'", "Four", rbylength[0].Title()) } } var groupedSources = [][2]string{ {filepath.FromSlash("sect1/doc1.md"), weightedPage1}, {filepath.FromSlash("sect1/doc2.md"), weightedPage2}, {filepath.FromSlash("sect2/doc3.md"), weightedPage3}, {filepath.FromSlash("sect3/doc4.md"), weightedPage4}, } func TestGroupedPages(t *testing.T) { t.Parallel() defer func() { if r := recover(); r != nil { fmt.Println("Recovered in f", r) } }() cfg, fs := newTestCfg() cfg.Set("baseURL", "http://auth/bub") writeSourcesToSource(t, "content", fs, groupedSources...) s := buildSingleSite(t, deps.DepsCfg{Fs: fs, Cfg: cfg}, BuildCfg{}) rbysection, err := s.RegularPages().GroupBy("Section", "desc") if err != nil { t.Fatalf("Unable to make PageGroup array: %s", err) } if rbysection[0].Key != "sect3" { t.Errorf("PageGroup array in unexpected order. First group key should be '%s', got '%s'", "sect3", rbysection[0].Key) } if rbysection[1].Key != "sect2" { t.Errorf("PageGroup array in unexpected order. Second group key should be '%s', got '%s'", "sect2", rbysection[1].Key) } if rbysection[2].Key != "sect1" { t.Errorf("PageGroup array in unexpected order. Third group key should be '%s', got '%s'", "sect1", rbysection[2].Key) } if rbysection[0].Pages[0].Title() != "Four" { t.Errorf("PageGroup has an unexpected page. First group's pages should have '%s', got '%s'", "Four", rbysection[0].Pages[0].Title()) } if len(rbysection[2].Pages) != 2 { t.Errorf("PageGroup has unexpected number of pages. Third group should have '%d' pages, got '%d' pages", 2, len(rbysection[2].Pages)) } bytype, err := s.RegularPages().GroupBy("Type", "asc") if err != nil { t.Fatalf("Unable to make PageGroup array: %s", err) } if bytype[0].Key != "sect1" { t.Errorf("PageGroup array in unexpected order. First group key should be '%s', got '%s'", "sect1", bytype[0].Key) } if bytype[1].Key != "sect2" { t.Errorf("PageGroup array in unexpected order. Second group key should be '%s', got '%s'", "sect2", bytype[1].Key) } if bytype[2].Key != "sect3" { t.Errorf("PageGroup array in unexpected order. Third group key should be '%s', got '%s'", "sect3", bytype[2].Key) } if bytype[2].Pages[0].Title() != "Four" { t.Errorf("PageGroup has an unexpected page. Third group's data should have '%s', got '%s'", "Four", bytype[0].Pages[0].Title()) } if len(bytype[0].Pages) != 2 { t.Errorf("PageGroup has unexpected number of pages. First group should have '%d' pages, got '%d' pages", 2, len(bytype[2].Pages)) } bydate, err := s.RegularPages().GroupByDate("2006-01", "asc") if err != nil { t.Fatalf("Unable to make PageGroup array: %s", err) } if bydate[0].Key != "0001-01" { t.Errorf("PageGroup array in unexpected order. First group key should be '%s', got '%s'", "0001-01", bydate[0].Key) } if bydate[1].Key != "2012-01" { t.Errorf("PageGroup array in unexpected order. Second group key should be '%s', got '%s'", "2012-01", bydate[1].Key) } bypubdate, err := s.RegularPages().GroupByPublishDate("2006") if err != nil { t.Fatalf("Unable to make PageGroup array: %s", err) } if bypubdate[0].Key != "2012" { t.Errorf("PageGroup array in unexpected order. First group key should be '%s', got '%s'", "2012", bypubdate[0].Key) } if bypubdate[1].Key != "0001" { t.Errorf("PageGroup array in unexpected order. Second group key should be '%s', got '%s'", "0001", bypubdate[1].Key) } if bypubdate[0].Pages[0].Title() != "Three" { t.Errorf("PageGroup has an unexpected page. Third group's pages should have '%s', got '%s'", "Three", bypubdate[0].Pages[0].Title()) } if len(bypubdate[0].Pages) != 3 { t.Errorf("PageGroup has unexpected number of pages. First group should have '%d' pages, got '%d' pages", 3, len(bypubdate[0].Pages)) } byparam, err := s.RegularPages().GroupByParam("my_param", "desc") if err != nil { t.Fatalf("Unable to make PageGroup array: %s", err) } if byparam[0].Key != "foo" { t.Errorf("PageGroup array in unexpected order. First group key should be '%s', got '%s'", "foo", byparam[0].Key) } if byparam[1].Key != "baz" { t.Errorf("PageGroup array in unexpected order. Second group key should be '%s', got '%s'", "baz", byparam[1].Key) } if byparam[2].Key != "bar" { t.Errorf("PageGroup array in unexpected order. Third group key should be '%s', got '%s'", "bar", byparam[2].Key) } if byparam[2].Pages[0].Title() != "Three" { t.Errorf("PageGroup has an unexpected page. Third group's pages should have '%s', got '%s'", "Three", byparam[2].Pages[0].Title()) } if len(byparam[0].Pages) != 2 { t.Errorf("PageGroup has unexpected number of pages. First group should have '%d' pages, got '%d' pages", 2, len(byparam[0].Pages)) } _, err = s.RegularPages().GroupByParam("not_exist") if err == nil { t.Errorf("GroupByParam didn't return an expected error") } byOnlyOneParam, err := s.RegularPages().GroupByParam("only_one") if err != nil { t.Fatalf("Unable to make PageGroup array: %s", err) } if len(byOnlyOneParam) != 1 { t.Errorf("PageGroup array has unexpected elements. Group length should be '%d', got '%d'", 1, len(byOnlyOneParam)) } if byOnlyOneParam[0].Key != "yes" { t.Errorf("PageGroup array in unexpected order. First group key should be '%s', got '%s'", "yes", byOnlyOneParam[0].Key) } byParamDate, err := s.RegularPages().GroupByParamDate("my_date", "2006-01") if err != nil { t.Fatalf("Unable to make PageGroup array: %s", err) } if byParamDate[0].Key != "2010-05" { t.Errorf("PageGroup array in unexpected order. First group key should be '%s', got '%s'", "2010-05", byParamDate[0].Key) } if byParamDate[1].Key != "1979-05" { t.Errorf("PageGroup array in unexpected order. Second group key should be '%s', got '%s'", "1979-05", byParamDate[1].Key) } if byParamDate[1].Pages[0].Title() != "One" { t.Errorf("PageGroup has an unexpected page. Second group's pages should have '%s', got '%s'", "One", byParamDate[1].Pages[0].Title()) } if len(byParamDate[0].Pages) != 2 { t.Errorf("PageGroup has unexpected number of pages. First group should have '%d' pages, got '%d' pages", 2, len(byParamDate[2].Pages)) } } var pageWithWeightedTaxonomies1 = `+++ tags = [ "a", "b", "c" ] tags_weight = 22 categories = ["d"] title = "foo" categories_weight = 44 +++ Front Matter with weighted tags and categories` var pageWithWeightedTaxonomies2 = `+++ tags = "a" tags_weight = 33 title = "bar" categories = [ "d", "e" ] categories_weight = 11.0 alias = "spf13" date = 1979-05-27T07:32:00Z +++ Front Matter with weighted tags and categories` var pageWithWeightedTaxonomies3 = `+++ title = "bza" categories = [ "e" ] categories_weight = 11 alias = "spf13" date = 2010-05-27T07:32:00Z +++ Front Matter with weighted tags and categories` func TestWeightedTaxonomies(t *testing.T) { t.Parallel() sources := [][2]string{ {filepath.FromSlash("sect/doc1.md"), pageWithWeightedTaxonomies2}, {filepath.FromSlash("sect/doc2.md"), pageWithWeightedTaxonomies1}, {filepath.FromSlash("sect/doc3.md"), pageWithWeightedTaxonomies3}, } taxonomies := make(map[string]string) taxonomies["tag"] = "tags" taxonomies["category"] = "categories" cfg, fs := newTestCfg() cfg.Set("baseURL", "http://auth/bub") cfg.Set("taxonomies", taxonomies) writeSourcesToSource(t, "content", fs, sources...) s := buildSingleSite(t, deps.DepsCfg{Fs: fs, Cfg: cfg}, BuildCfg{}) if s.Taxonomies()["tags"]["a"][0].Page.Title() != "foo" { t.Errorf("Pages in unexpected order, 'foo' expected first, got '%v'", s.Taxonomies()["tags"]["a"][0].Page.Title()) } if s.Taxonomies()["categories"]["d"][0].Page.Title() != "bar" { t.Errorf("Pages in unexpected order, 'bar' expected first, got '%v'", s.Taxonomies()["categories"]["d"][0].Page.Title()) } if s.Taxonomies()["categories"]["e"][0].Page.Title() != "bza" { t.Errorf("Pages in unexpected order, 'bza' expected first, got '%v'", s.Taxonomies()["categories"]["e"][0].Page.Title()) } } func setupLinkingMockSite(t *testing.T) *Site { sources := [][2]string{ {filepath.FromSlash("level2/unique.md"), ""}, {filepath.FromSlash("_index.md"), ""}, {filepath.FromSlash("common.md"), ""}, {filepath.FromSlash("rootfile.md"), ""}, {filepath.FromSlash("root-image.png"), ""}, {filepath.FromSlash("level2/2-root.md"), ""}, {filepath.FromSlash("level2/common.md"), ""}, {filepath.FromSlash("level2/2-image.png"), ""}, {filepath.FromSlash("level2/common.png"), ""}, {filepath.FromSlash("level2/level3/start.md"), ""}, {filepath.FromSlash("level2/level3/_index.md"), ""}, {filepath.FromSlash("level2/level3/3-root.md"), ""}, {filepath.FromSlash("level2/level3/common.md"), ""}, {filepath.FromSlash("level2/level3/3-image.png"), ""}, {filepath.FromSlash("level2/level3/common.png"), ""}, {filepath.FromSlash("level2/level3/embedded.dot.md"), ""}, {filepath.FromSlash("leafbundle/index.md"), ""}, } cfg, fs := newTestCfg() cfg.Set("baseURL", "http://auth/") cfg.Set("uglyURLs", false) cfg.Set("outputs", map[string]interface{}{ "page": []string{"HTML", "AMP"}, }) cfg.Set("pluralizeListTitles", false) cfg.Set("canonifyURLs", false) cfg.Set("blackfriday", map[string]interface{}{}) writeSourcesToSource(t, "content", fs, sources...) return buildSingleSite(t, deps.DepsCfg{Fs: fs, Cfg: cfg}, BuildCfg{}) } func TestRefLinking(t *testing.T) { t.Parallel() site := setupLinkingMockSite(t) currentPage := site.getPage(page.KindPage, "level2/level3/start.md") if currentPage == nil { t.Fatalf("failed to find current page in site") } for i, test := range []struct { link string outputFormat string relative bool expected string }{ // different refs resolving to the same unique filename: {"/level2/unique.md", "", true, "/level2/unique/"}, {"../unique.md", "", true, "/level2/unique/"}, {"unique.md", "", true, "/level2/unique/"}, {"level2/common.md", "", true, "/level2/common/"}, {"3-root.md", "", true, "/level2/level3/3-root/"}, {"../..", "", true, "/"}, // different refs resolving to the same ambiguous top-level filename: {"../../common.md", "", true, "/common/"}, {"/common.md", "", true, "/common/"}, // different refs resolving to the same ambiguous level-2 filename: {"/level2/common.md", "", true, "/level2/common/"}, {"../common.md", "", true, "/level2/common/"}, {"common.md", "", true, "/level2/level3/common/"}, // different refs resolving to the same section: {"/level2", "", true, "/level2/"}, {"..", "", true, "/level2/"}, {"../", "", true, "/level2/"}, // different refs resolving to the same subsection: {"/level2/level3", "", true, "/level2/level3/"}, {"/level2/level3/_index.md", "", true, "/level2/level3/"}, {".", "", true, "/level2/level3/"}, {"./", "", true, "/level2/level3/"}, // try to confuse parsing {"embedded.dot.md", "", true, "/level2/level3/embedded.dot/"}, // test empty link, as well as fragment only link {"", "", true, ""}, } { t.Run(fmt.Sprint(i), func(t *testing.T) { checkLinkCase(site, test.link, currentPage, test.relative, test.outputFormat, test.expected, t, i) // make sure fragment links are also handled checkLinkCase(site, test.link+"#intro", currentPage, test.relative, test.outputFormat, test.expected+"#intro", t, i) }) } // TODO: and then the failure cases. } func checkLinkCase(site *Site, link string, currentPage page.Page, relative bool, outputFormat string, expected string, t *testing.T, i int) { t.Helper() if out, err := site.refLink(link, currentPage, relative, outputFormat); err != nil || out != expected { t.Fatalf("[%d] Expected %q from %q to resolve to %q, got %q - error: %s", i, link, currentPage.Path(), expected, out, err) } } // https://github.com/gohugoio/hugo/issues/6952 func TestRefIssues(t *testing.T) { b := newTestSitesBuilder(t) b.WithContent( "post/b1/index.md", "---\ntitle: pb1\n---\nRef: {{< ref \"b2\" >}}", "post/b2/index.md", "---\ntitle: pb2\n---\n", "post/nested-a/content-a.md", "---\ntitle: ca\n---\n{{< ref \"content-b\" >}}", "post/nested-b/content-b.md", "---\ntitle: ca\n---\n", ) b.WithTemplates("index.html", `Home`) b.WithTemplates("_default/single.html", `Content: {{ .Content }}`) b.Build(BuildCfg{}) b.AssertFileContent("public/post/b1/index.html", `Content: <p>Ref: http://example.com/post/b2/</p>`) b.AssertFileContent("public/post/nested-a/content-a/index.html", `Content: http://example.com/post/nested-b/content-b/`) } func TestClassCollector(t *testing.T) { for _, minify := range []bool{false, true} { t.Run(fmt.Sprintf("minify-%t", minify), func(t *testing.T) { statsFilename := "hugo_stats.json" defer os.Remove(statsFilename) b := newTestSitesBuilder(t) b.WithConfigFile("toml", fmt.Sprintf(` minify = %t [build] writeStats = true `, minify)) b.WithTemplates("index.html", ` <div id="el1" class="a b c">Foo</div> Some text. <div class="c d e" id="el2">Foo</div> <span class=z>FOO</span> <a class="text-base hover:text-gradient inline-block px-3 pb-1 rounded lowercase" href="{{ .RelPermalink }}">{{ .Title }}</a> `) b.WithContent("p1.md", "") b.Build(BuildCfg{}) b.AssertFileContent("hugo_stats.json", ` { "htmlElements": { "tags": [ "a", "div", "span" ], "classes": [ "a", "b", "c", "d", "e", "hover:text-gradient", "inline-block", "lowercase", "pb-1", "px-3", "rounded", "text-base", "z" ], "ids": [ "el1", "el2" ] } } `) }) } } func TestClassCollectorStress(t *testing.T) { statsFilename := "hugo_stats.json" defer os.Remove(statsFilename) b := newTestSitesBuilder(t) b.WithConfigFile("toml", ` disableKinds = ["home", "section", "term", "taxonomy" ] [languages] [languages.en] [languages.nb] [languages.no] [languages.sv] [build] writeStats = true `) b.WithTemplates("_default/single.html", ` <div class="c d e" id="el2">Foo</div> Some text. {{ $n := index (shuffle (seq 1 20)) 0 }} {{ "<span class=_a>Foo</span>" | strings.Repeat $n | safeHTML }} <div class="{{ .Title }}"> ABC. </div> <div class="f"></div> {{ $n := index (shuffle (seq 1 5)) 0 }} {{ "<hr class=p-3>" | safeHTML }} `) for _, lang := range []string{"en", "nb", "no", "sv"} { for i := 100; i <= 999; i++ { b.WithContent(fmt.Sprintf("p%d.%s.md", i, lang), fmt.Sprintf("---\ntitle: p%s%d\n---", lang, i)) } } b.Build(BuildCfg{}) contentMem := b.FileContent(statsFilename) cb, err := ioutil.ReadFile(statsFilename) b.Assert(err, qt.IsNil) contentFile := string(cb) for _, content := range []string{contentMem, contentFile} { stats := &publisher.PublishStats{} b.Assert(json.Unmarshal([]byte(content), stats), qt.IsNil) els := stats.HTMLElements b.Assert(els.Classes, qt.HasLen, 3606) // (4 * 900) + 4 +2 b.Assert(els.Tags, qt.HasLen, 9) b.Assert(els.IDs, qt.HasLen, 1) } }
// Copyright 2019 The Hugo Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. package hugolib import ( "encoding/json" "fmt" "io/ioutil" "os" "path/filepath" "strings" "testing" "github.com/gohugoio/hugo/publisher" "github.com/spf13/viper" "github.com/markbates/inflect" qt "github.com/frankban/quicktest" "github.com/gohugoio/hugo/deps" "github.com/gohugoio/hugo/resources/page" ) const ( templateMissingFunc = "{{ .Title | funcdoesnotexists }}" templateWithURLAbs = "<a href=\"/foobar.jpg\">Going</a>" ) func TestRenderWithInvalidTemplate(t *testing.T) { t.Parallel() cfg, fs := newTestCfg() writeSource(t, fs, filepath.Join("content", "foo.md"), "foo") withTemplate := createWithTemplateFromNameValues("missing", templateMissingFunc) buildSingleSiteExpected(t, true, false, deps.DepsCfg{Fs: fs, Cfg: cfg, WithTemplate: withTemplate}, BuildCfg{}) } func TestDraftAndFutureRender(t *testing.T) { t.Parallel() sources := [][2]string{ {filepath.FromSlash("sect/doc1.md"), "---\ntitle: doc1\ndraft: true\npublishdate: \"2414-05-29\"\n---\n# doc1\n*some content*"}, {filepath.FromSlash("sect/doc2.md"), "---\ntitle: doc2\ndraft: true\npublishdate: \"2012-05-29\"\n---\n# doc2\n*some content*"}, {filepath.FromSlash("sect/doc3.md"), "---\ntitle: doc3\ndraft: false\npublishdate: \"2414-05-29\"\n---\n# doc3\n*some content*"}, {filepath.FromSlash("sect/doc4.md"), "---\ntitle: doc4\ndraft: false\npublishdate: \"2012-05-29\"\n---\n# doc4\n*some content*"}, } siteSetup := func(t *testing.T, configKeyValues ...interface{}) *Site { cfg, fs := newTestCfg() cfg.Set("baseURL", "http://auth/bub") for i := 0; i < len(configKeyValues); i += 2 { cfg.Set(configKeyValues[i].(string), configKeyValues[i+1]) } for _, src := range sources { writeSource(t, fs, filepath.Join("content", src[0]), src[1]) } return buildSingleSite(t, deps.DepsCfg{Fs: fs, Cfg: cfg}, BuildCfg{}) } // Testing Defaults.. Only draft:true and publishDate in the past should be rendered s := siteSetup(t) if len(s.RegularPages()) != 1 { t.Fatal("Draft or Future dated content published unexpectedly") } // only publishDate in the past should be rendered s = siteSetup(t, "buildDrafts", true) if len(s.RegularPages()) != 2 { t.Fatal("Future Dated Posts published unexpectedly") } // drafts should not be rendered, but all dates should s = siteSetup(t, "buildDrafts", false, "buildFuture", true) if len(s.RegularPages()) != 2 { t.Fatal("Draft posts published unexpectedly") } // all 4 should be included s = siteSetup(t, "buildDrafts", true, "buildFuture", true) if len(s.RegularPages()) != 4 { t.Fatal("Drafts or Future posts not included as expected") } } func TestFutureExpirationRender(t *testing.T) { t.Parallel() sources := [][2]string{ {filepath.FromSlash("sect/doc3.md"), "---\ntitle: doc1\nexpirydate: \"2400-05-29\"\n---\n# doc1\n*some content*"}, {filepath.FromSlash("sect/doc4.md"), "---\ntitle: doc2\nexpirydate: \"2000-05-29\"\n---\n# doc2\n*some content*"}, } siteSetup := func(t *testing.T) *Site { cfg, fs := newTestCfg() cfg.Set("baseURL", "http://auth/bub") for _, src := range sources { writeSource(t, fs, filepath.Join("content", src[0]), src[1]) } return buildSingleSite(t, deps.DepsCfg{Fs: fs, Cfg: cfg}, BuildCfg{}) } s := siteSetup(t) if len(s.AllPages()) != 1 { if len(s.RegularPages()) > 1 { t.Fatal("Expired content published unexpectedly") } if len(s.RegularPages()) < 1 { t.Fatal("Valid content expired unexpectedly") } } if s.AllPages()[0].Title() == "doc2" { t.Fatal("Expired content published unexpectedly") } } func TestLastChange(t *testing.T) { t.Parallel() cfg, fs := newTestCfg() c := qt.New(t) writeSource(t, fs, filepath.Join("content", "sect/doc1.md"), "---\ntitle: doc1\nweight: 1\ndate: 2014-05-29\n---\n# doc1\n*some content*") writeSource(t, fs, filepath.Join("content", "sect/doc2.md"), "---\ntitle: doc2\nweight: 2\ndate: 2015-05-29\n---\n# doc2\n*some content*") writeSource(t, fs, filepath.Join("content", "sect/doc3.md"), "---\ntitle: doc3\nweight: 3\ndate: 2017-05-29\n---\n# doc3\n*some content*") writeSource(t, fs, filepath.Join("content", "sect/doc4.md"), "---\ntitle: doc4\nweight: 4\ndate: 2016-05-29\n---\n# doc4\n*some content*") writeSource(t, fs, filepath.Join("content", "sect/doc5.md"), "---\ntitle: doc5\nweight: 3\n---\n# doc5\n*some content*") s := buildSingleSite(t, deps.DepsCfg{Fs: fs, Cfg: cfg}, BuildCfg{SkipRender: true}) c.Assert(s.Info.LastChange().IsZero(), qt.Equals, false) c.Assert(s.Info.LastChange().Year(), qt.Equals, 2017) } // Issue #_index func TestPageWithUnderScoreIndexInFilename(t *testing.T) { t.Parallel() cfg, fs := newTestCfg() c := qt.New(t) writeSource(t, fs, filepath.Join("content", "sect/my_index_file.md"), "---\ntitle: doc1\nweight: 1\ndate: 2014-05-29\n---\n# doc1\n*some content*") s := buildSingleSite(t, deps.DepsCfg{Fs: fs, Cfg: cfg}, BuildCfg{SkipRender: true}) c.Assert(len(s.RegularPages()), qt.Equals, 1) } // Issue #957 func TestCrossrefs(t *testing.T) { t.Parallel() for _, uglyURLs := range []bool{true, false} { for _, relative := range []bool{true, false} { doTestCrossrefs(t, relative, uglyURLs) } } } func doTestCrossrefs(t *testing.T, relative, uglyURLs bool) { c := qt.New(t) baseURL := "http://foo/bar" var refShortcode string var expectedBase string var expectedURLSuffix string var expectedPathSuffix string if relative { refShortcode = "relref" expectedBase = "/bar" } else { refShortcode = "ref" expectedBase = baseURL } if uglyURLs { expectedURLSuffix = ".html" expectedPathSuffix = ".html" } else { expectedURLSuffix = "/" expectedPathSuffix = "/index.html" } doc3Slashed := filepath.FromSlash("/sect/doc3.md") sources := [][2]string{ { filepath.FromSlash("sect/doc1.md"), fmt.Sprintf(`Ref 2: {{< %s "sect/doc2.md" >}}`, refShortcode), }, // Issue #1148: Make sure that no P-tags is added around shortcodes. { filepath.FromSlash("sect/doc2.md"), fmt.Sprintf(`**Ref 1:** {{< %s "sect/doc1.md" >}} THE END.`, refShortcode), }, // Issue #1753: Should not add a trailing newline after shortcode. { filepath.FromSlash("sect/doc3.md"), fmt.Sprintf(`**Ref 1:** {{< %s "sect/doc3.md" >}}.`, refShortcode), }, // Issue #3703 { filepath.FromSlash("sect/doc4.md"), fmt.Sprintf(`**Ref 1:** {{< %s "%s" >}}.`, refShortcode, doc3Slashed), }, } cfg, fs := newTestCfg() cfg.Set("baseURL", baseURL) cfg.Set("uglyURLs", uglyURLs) cfg.Set("verbose", true) for _, src := range sources { writeSource(t, fs, filepath.Join("content", src[0]), src[1]) } s := buildSingleSite( t, deps.DepsCfg{ Fs: fs, Cfg: cfg, WithTemplate: createWithTemplateFromNameValues("_default/single.html", "{{.Content}}"), }, BuildCfg{}) c.Assert(len(s.RegularPages()), qt.Equals, 4) th := newTestHelper(s.Cfg, s.Fs, t) tests := []struct { doc string expected string }{ {filepath.FromSlash(fmt.Sprintf("public/sect/doc1%s", expectedPathSuffix)), fmt.Sprintf("<p>Ref 2: %s/sect/doc2%s</p>\n", expectedBase, expectedURLSuffix)}, {filepath.FromSlash(fmt.Sprintf("public/sect/doc2%s", expectedPathSuffix)), fmt.Sprintf("<p><strong>Ref 1:</strong></p>\n%s/sect/doc1%s\n<p>THE END.</p>\n", expectedBase, expectedURLSuffix)}, {filepath.FromSlash(fmt.Sprintf("public/sect/doc3%s", expectedPathSuffix)), fmt.Sprintf("<p><strong>Ref 1:</strong> %s/sect/doc3%s.</p>\n", expectedBase, expectedURLSuffix)}, {filepath.FromSlash(fmt.Sprintf("public/sect/doc4%s", expectedPathSuffix)), fmt.Sprintf("<p><strong>Ref 1:</strong> %s/sect/doc3%s.</p>\n", expectedBase, expectedURLSuffix)}, } for _, test := range tests { th.assertFileContent(test.doc, test.expected) } } // Issue #939 // Issue #1923 func TestShouldAlwaysHaveUglyURLs(t *testing.T) { t.Parallel() for _, uglyURLs := range []bool{true, false} { doTestShouldAlwaysHaveUglyURLs(t, uglyURLs) } } func doTestShouldAlwaysHaveUglyURLs(t *testing.T, uglyURLs bool) { cfg, fs := newTestCfg() c := qt.New(t) cfg.Set("verbose", true) cfg.Set("baseURL", "http://auth/bub") cfg.Set("blackfriday", map[string]interface{}{ "plainIDAnchors": true, }) cfg.Set("uglyURLs", uglyURLs) sources := [][2]string{ {filepath.FromSlash("sect/doc1.md"), "---\nmarkup: markdown\n---\n# title\nsome *content*"}, {filepath.FromSlash("sect/doc2.md"), "---\nurl: /ugly.html\nmarkup: markdown\n---\n# title\ndoc2 *content*"}, } for _, src := range sources { writeSource(t, fs, filepath.Join("content", src[0]), src[1]) } writeSource(t, fs, filepath.Join("layouts", "index.html"), "Home Sweet {{ if.IsHome }}Home{{ end }}.") writeSource(t, fs, filepath.Join("layouts", "_default/single.html"), "{{.Content}}{{ if.IsHome }}This is not home!{{ end }}") writeSource(t, fs, filepath.Join("layouts", "404.html"), "Page Not Found.{{ if.IsHome }}This is not home!{{ end }}") writeSource(t, fs, filepath.Join("layouts", "rss.xml"), "<root>RSS</root>") writeSource(t, fs, filepath.Join("layouts", "sitemap.xml"), "<root>SITEMAP</root>") s := buildSingleSite(t, deps.DepsCfg{Fs: fs, Cfg: cfg}, BuildCfg{}) var expectedPagePath string if uglyURLs { expectedPagePath = "public/sect/doc1.html" } else { expectedPagePath = "public/sect/doc1/index.html" } tests := []struct { doc string expected string }{ {filepath.FromSlash("public/index.html"), "Home Sweet Home."}, {filepath.FromSlash(expectedPagePath), "<h1 id=\"title\">title</h1>\n<p>some <em>content</em></p>\n"}, {filepath.FromSlash("public/404.html"), "Page Not Found."}, {filepath.FromSlash("public/index.xml"), "<root>RSS</root>"}, {filepath.FromSlash("public/sitemap.xml"), "<root>SITEMAP</root>"}, // Issue #1923 {filepath.FromSlash("public/ugly.html"), "<h1 id=\"title\">title</h1>\n<p>doc2 <em>content</em></p>\n"}, } for _, p := range s.RegularPages() { c.Assert(p.IsHome(), qt.Equals, false) } for _, test := range tests { content := readDestination(t, fs, test.doc) if content != test.expected { t.Errorf("%s content expected:\n%q\ngot:\n%q", test.doc, test.expected, content) } } } // Issue #3355 func TestShouldNotWriteZeroLengthFilesToDestination(t *testing.T) { cfg, fs := newTestCfg() writeSource(t, fs, filepath.Join("content", "simple.html"), "simple") writeSource(t, fs, filepath.Join("layouts", "_default/single.html"), "{{.Content}}") writeSource(t, fs, filepath.Join("layouts", "_default/list.html"), "") s := buildSingleSite(t, deps.DepsCfg{Fs: fs, Cfg: cfg}, BuildCfg{}) th := newTestHelper(s.Cfg, s.Fs, t) th.assertFileNotExist(filepath.Join("public", "index.html")) } func TestMainSections(t *testing.T) { c := qt.New(t) for _, paramSet := range []bool{false, true} { c.Run(fmt.Sprintf("param-%t", paramSet), func(c *qt.C) { v := viper.New() if paramSet { v.Set("params", map[string]interface{}{ "mainSections": []string{"a1", "a2"}, }) } b := newTestSitesBuilder(c).WithViper(v) for i := 0; i < 20; i++ { b.WithContent(fmt.Sprintf("page%d.md", i), `--- title: "Page" --- `) } for i := 0; i < 5; i++ { b.WithContent(fmt.Sprintf("blog/page%d.md", i), `--- title: "Page" tags: ["a", "b", "c", "d", "e", "f", "g", "h", "i", "j"] --- `) } for i := 0; i < 3; i++ { b.WithContent(fmt.Sprintf("docs/page%d.md", i), `--- title: "Page" --- `) } b.WithTemplates("index.html", ` mainSections: {{ .Site.Params.mainSections }} {{ range (where .Site.RegularPages "Type" "in" .Site.Params.mainSections) }} Main section page: {{ .RelPermalink }} {{ end }} `) b.Build(BuildCfg{}) if paramSet { b.AssertFileContent("public/index.html", "mainSections: [a1 a2]") } else { b.AssertFileContent("public/index.html", "mainSections: [blog]", "Main section page: /blog/page3/") } }) } } // Issue #1176 func TestSectionNaming(t *testing.T) { for _, canonify := range []bool{true, false} { for _, uglify := range []bool{true, false} { for _, pluralize := range []bool{true, false} { canonify := canonify uglify := uglify pluralize := pluralize t.Run(fmt.Sprintf("canonify=%t,uglify=%t,pluralize=%t", canonify, uglify, pluralize), func(t *testing.T) { t.Parallel() doTestSectionNaming(t, canonify, uglify, pluralize) }) } } } } func doTestSectionNaming(t *testing.T, canonify, uglify, pluralize bool) { c := qt.New(t) var expectedPathSuffix string if uglify { expectedPathSuffix = ".html" } else { expectedPathSuffix = "/index.html" } sources := [][2]string{ {filepath.FromSlash("sect/doc1.html"), "doc1"}, // Add one more page to sect to make sure sect is picked in mainSections {filepath.FromSlash("sect/sect.html"), "sect"}, {filepath.FromSlash("Fish and Chips/doc2.html"), "doc2"}, {filepath.FromSlash("ラーメン/doc3.html"), "doc3"}, } cfg, fs := newTestCfg() cfg.Set("baseURL", "http://auth/sub/") cfg.Set("uglyURLs", uglify) cfg.Set("pluralizeListTitles", pluralize) cfg.Set("canonifyURLs", canonify) for _, src := range sources { writeSource(t, fs, filepath.Join("content", src[0]), src[1]) } writeSource(t, fs, filepath.Join("layouts", "_default/single.html"), "{{.Content}}") writeSource(t, fs, filepath.Join("layouts", "_default/list.html"), "{{ .Kind }}|{{.Title}}") s := buildSingleSite(t, deps.DepsCfg{Fs: fs, Cfg: cfg}, BuildCfg{}) mainSections, err := s.Info.Param("mainSections") c.Assert(err, qt.IsNil) c.Assert(mainSections, qt.DeepEquals, []string{"sect"}) th := newTestHelper(s.Cfg, s.Fs, t) tests := []struct { doc string pluralAware bool expected string }{ {filepath.FromSlash(fmt.Sprintf("sect/doc1%s", expectedPathSuffix)), false, "doc1"}, {filepath.FromSlash(fmt.Sprintf("sect%s", expectedPathSuffix)), true, "Sect"}, {filepath.FromSlash(fmt.Sprintf("fish-and-chips/doc2%s", expectedPathSuffix)), false, "doc2"}, {filepath.FromSlash(fmt.Sprintf("fish-and-chips%s", expectedPathSuffix)), true, "Fish and Chips"}, {filepath.FromSlash(fmt.Sprintf("ラーメン/doc3%s", expectedPathSuffix)), false, "doc3"}, {filepath.FromSlash(fmt.Sprintf("ラーメン%s", expectedPathSuffix)), true, "ラーメン"}, } for _, test := range tests { if test.pluralAware && pluralize { test.expected = inflect.Pluralize(test.expected) } th.assertFileContent(filepath.Join("public", test.doc), test.expected) } } func TestAbsURLify(t *testing.T) { t.Parallel() sources := [][2]string{ {filepath.FromSlash("sect/doc1.html"), "<!doctype html><html><head></head><body><a href=\"#frag1\">link</a></body></html>"}, {filepath.FromSlash("blue/doc2.html"), "---\nf: t\n---\n<!doctype html><html><body>more content</body></html>"}, } for _, baseURL := range []string{"http://auth/bub", "http://base", "//base"} { for _, canonify := range []bool{true, false} { cfg, fs := newTestCfg() cfg.Set("uglyURLs", true) cfg.Set("canonifyURLs", canonify) cfg.Set("baseURL", baseURL) for _, src := range sources { writeSource(t, fs, filepath.Join("content", src[0]), src[1]) } writeSource(t, fs, filepath.Join("layouts", "blue/single.html"), templateWithURLAbs) s := buildSingleSite(t, deps.DepsCfg{Fs: fs, Cfg: cfg}, BuildCfg{}) th := newTestHelper(s.Cfg, s.Fs, t) tests := []struct { file, expected string }{ {"public/blue/doc2.html", "<a href=\"%s/foobar.jpg\">Going</a>"}, {"public/sect/doc1.html", "<!doctype html><html><head></head><body><a href=\"#frag1\">link</a></body></html>"}, } for _, test := range tests { expected := test.expected if strings.Contains(expected, "%s") { expected = fmt.Sprintf(expected, baseURL) } if !canonify { expected = strings.Replace(expected, baseURL, "", -1) } th.assertFileContent(test.file, expected) } } } } var weightedPage1 = `+++ weight = "2" title = "One" my_param = "foo" my_date = 1979-05-27T07:32:00Z +++ Front Matter with Ordered Pages` var weightedPage2 = `+++ weight = "6" title = "Two" publishdate = "2012-03-05" my_param = "foo" +++ Front Matter with Ordered Pages 2` var weightedPage3 = `+++ weight = "4" title = "Three" date = "2012-04-06" publishdate = "2012-04-06" my_param = "bar" only_one = "yes" my_date = 2010-05-27T07:32:00Z +++ Front Matter with Ordered Pages 3` var weightedPage4 = `+++ weight = "4" title = "Four" date = "2012-01-01" publishdate = "2012-01-01" my_param = "baz" my_date = 2010-05-27T07:32:00Z summary = "A _custom_ summary" categories = [ "hugo" ] +++ Front Matter with Ordered Pages 4. This is longer content` var weightedPage5 = `+++ weight = "5" title = "Five" [_build] render = "never" +++ Front Matter with Ordered Pages 5` var weightedSources = [][2]string{ {filepath.FromSlash("sect/doc1.md"), weightedPage1}, {filepath.FromSlash("sect/doc2.md"), weightedPage2}, {filepath.FromSlash("sect/doc3.md"), weightedPage3}, {filepath.FromSlash("sect/doc4.md"), weightedPage4}, {filepath.FromSlash("sect/doc5.md"), weightedPage5}, } func TestOrderedPages(t *testing.T) { t.Parallel() cfg, fs := newTestCfg() cfg.Set("baseURL", "http://auth/bub") for _, src := range weightedSources { writeSource(t, fs, filepath.Join("content", src[0]), src[1]) } s := buildSingleSite(t, deps.DepsCfg{Fs: fs, Cfg: cfg}, BuildCfg{SkipRender: true}) if s.getPage(page.KindSection, "sect").Pages()[1].Title() != "Three" || s.getPage(page.KindSection, "sect").Pages()[2].Title() != "Four" { t.Error("Pages in unexpected order.") } bydate := s.RegularPages().ByDate() if bydate[0].Title() != "One" { t.Errorf("Pages in unexpected order. First should be '%s', got '%s'", "One", bydate[0].Title()) } rev := bydate.Reverse() if rev[0].Title() != "Three" { t.Errorf("Pages in unexpected order. First should be '%s', got '%s'", "Three", rev[0].Title()) } bypubdate := s.RegularPages().ByPublishDate() if bypubdate[0].Title() != "One" { t.Errorf("Pages in unexpected order. First should be '%s', got '%s'", "One", bypubdate[0].Title()) } rbypubdate := bypubdate.Reverse() if rbypubdate[0].Title() != "Three" { t.Errorf("Pages in unexpected order. First should be '%s', got '%s'", "Three", rbypubdate[0].Title()) } bylength := s.RegularPages().ByLength() if bylength[0].Title() != "One" { t.Errorf("Pages in unexpected order. First should be '%s', got '%s'", "One", bylength[0].Title()) } rbylength := bylength.Reverse() if rbylength[0].Title() != "Four" { t.Errorf("Pages in unexpected order. First should be '%s', got '%s'", "Four", rbylength[0].Title()) } } var groupedSources = [][2]string{ {filepath.FromSlash("sect1/doc1.md"), weightedPage1}, {filepath.FromSlash("sect1/doc2.md"), weightedPage2}, {filepath.FromSlash("sect2/doc3.md"), weightedPage3}, {filepath.FromSlash("sect3/doc4.md"), weightedPage4}, } func TestGroupedPages(t *testing.T) { t.Parallel() defer func() { if r := recover(); r != nil { fmt.Println("Recovered in f", r) } }() cfg, fs := newTestCfg() cfg.Set("baseURL", "http://auth/bub") writeSourcesToSource(t, "content", fs, groupedSources...) s := buildSingleSite(t, deps.DepsCfg{Fs: fs, Cfg: cfg}, BuildCfg{}) rbysection, err := s.RegularPages().GroupBy("Section", "desc") if err != nil { t.Fatalf("Unable to make PageGroup array: %s", err) } if rbysection[0].Key != "sect3" { t.Errorf("PageGroup array in unexpected order. First group key should be '%s', got '%s'", "sect3", rbysection[0].Key) } if rbysection[1].Key != "sect2" { t.Errorf("PageGroup array in unexpected order. Second group key should be '%s', got '%s'", "sect2", rbysection[1].Key) } if rbysection[2].Key != "sect1" { t.Errorf("PageGroup array in unexpected order. Third group key should be '%s', got '%s'", "sect1", rbysection[2].Key) } if rbysection[0].Pages[0].Title() != "Four" { t.Errorf("PageGroup has an unexpected page. First group's pages should have '%s', got '%s'", "Four", rbysection[0].Pages[0].Title()) } if len(rbysection[2].Pages) != 2 { t.Errorf("PageGroup has unexpected number of pages. Third group should have '%d' pages, got '%d' pages", 2, len(rbysection[2].Pages)) } bytype, err := s.RegularPages().GroupBy("Type", "asc") if err != nil { t.Fatalf("Unable to make PageGroup array: %s", err) } if bytype[0].Key != "sect1" { t.Errorf("PageGroup array in unexpected order. First group key should be '%s', got '%s'", "sect1", bytype[0].Key) } if bytype[1].Key != "sect2" { t.Errorf("PageGroup array in unexpected order. Second group key should be '%s', got '%s'", "sect2", bytype[1].Key) } if bytype[2].Key != "sect3" { t.Errorf("PageGroup array in unexpected order. Third group key should be '%s', got '%s'", "sect3", bytype[2].Key) } if bytype[2].Pages[0].Title() != "Four" { t.Errorf("PageGroup has an unexpected page. Third group's data should have '%s', got '%s'", "Four", bytype[0].Pages[0].Title()) } if len(bytype[0].Pages) != 2 { t.Errorf("PageGroup has unexpected number of pages. First group should have '%d' pages, got '%d' pages", 2, len(bytype[2].Pages)) } bydate, err := s.RegularPages().GroupByDate("2006-01", "asc") if err != nil { t.Fatalf("Unable to make PageGroup array: %s", err) } if bydate[0].Key != "0001-01" { t.Errorf("PageGroup array in unexpected order. First group key should be '%s', got '%s'", "0001-01", bydate[0].Key) } if bydate[1].Key != "2012-01" { t.Errorf("PageGroup array in unexpected order. Second group key should be '%s', got '%s'", "2012-01", bydate[1].Key) } bypubdate, err := s.RegularPages().GroupByPublishDate("2006") if err != nil { t.Fatalf("Unable to make PageGroup array: %s", err) } if bypubdate[0].Key != "2012" { t.Errorf("PageGroup array in unexpected order. First group key should be '%s', got '%s'", "2012", bypubdate[0].Key) } if bypubdate[1].Key != "0001" { t.Errorf("PageGroup array in unexpected order. Second group key should be '%s', got '%s'", "0001", bypubdate[1].Key) } if bypubdate[0].Pages[0].Title() != "Three" { t.Errorf("PageGroup has an unexpected page. Third group's pages should have '%s', got '%s'", "Three", bypubdate[0].Pages[0].Title()) } if len(bypubdate[0].Pages) != 3 { t.Errorf("PageGroup has unexpected number of pages. First group should have '%d' pages, got '%d' pages", 3, len(bypubdate[0].Pages)) } byparam, err := s.RegularPages().GroupByParam("my_param", "desc") if err != nil { t.Fatalf("Unable to make PageGroup array: %s", err) } if byparam[0].Key != "foo" { t.Errorf("PageGroup array in unexpected order. First group key should be '%s', got '%s'", "foo", byparam[0].Key) } if byparam[1].Key != "baz" { t.Errorf("PageGroup array in unexpected order. Second group key should be '%s', got '%s'", "baz", byparam[1].Key) } if byparam[2].Key != "bar" { t.Errorf("PageGroup array in unexpected order. Third group key should be '%s', got '%s'", "bar", byparam[2].Key) } if byparam[2].Pages[0].Title() != "Three" { t.Errorf("PageGroup has an unexpected page. Third group's pages should have '%s', got '%s'", "Three", byparam[2].Pages[0].Title()) } if len(byparam[0].Pages) != 2 { t.Errorf("PageGroup has unexpected number of pages. First group should have '%d' pages, got '%d' pages", 2, len(byparam[0].Pages)) } _, err = s.RegularPages().GroupByParam("not_exist") if err == nil { t.Errorf("GroupByParam didn't return an expected error") } byOnlyOneParam, err := s.RegularPages().GroupByParam("only_one") if err != nil { t.Fatalf("Unable to make PageGroup array: %s", err) } if len(byOnlyOneParam) != 1 { t.Errorf("PageGroup array has unexpected elements. Group length should be '%d', got '%d'", 1, len(byOnlyOneParam)) } if byOnlyOneParam[0].Key != "yes" { t.Errorf("PageGroup array in unexpected order. First group key should be '%s', got '%s'", "yes", byOnlyOneParam[0].Key) } byParamDate, err := s.RegularPages().GroupByParamDate("my_date", "2006-01") if err != nil { t.Fatalf("Unable to make PageGroup array: %s", err) } if byParamDate[0].Key != "2010-05" { t.Errorf("PageGroup array in unexpected order. First group key should be '%s', got '%s'", "2010-05", byParamDate[0].Key) } if byParamDate[1].Key != "1979-05" { t.Errorf("PageGroup array in unexpected order. Second group key should be '%s', got '%s'", "1979-05", byParamDate[1].Key) } if byParamDate[1].Pages[0].Title() != "One" { t.Errorf("PageGroup has an unexpected page. Second group's pages should have '%s', got '%s'", "One", byParamDate[1].Pages[0].Title()) } if len(byParamDate[0].Pages) != 2 { t.Errorf("PageGroup has unexpected number of pages. First group should have '%d' pages, got '%d' pages", 2, len(byParamDate[2].Pages)) } } var pageWithWeightedTaxonomies1 = `+++ tags = [ "a", "b", "c" ] tags_weight = 22 categories = ["d"] title = "foo" categories_weight = 44 +++ Front Matter with weighted tags and categories` var pageWithWeightedTaxonomies2 = `+++ tags = "a" tags_weight = 33 title = "bar" categories = [ "d", "e" ] categories_weight = 11.0 alias = "spf13" date = 1979-05-27T07:32:00Z +++ Front Matter with weighted tags and categories` var pageWithWeightedTaxonomies3 = `+++ title = "bza" categories = [ "e" ] categories_weight = 11 alias = "spf13" date = 2010-05-27T07:32:00Z +++ Front Matter with weighted tags and categories` func TestWeightedTaxonomies(t *testing.T) { t.Parallel() sources := [][2]string{ {filepath.FromSlash("sect/doc1.md"), pageWithWeightedTaxonomies2}, {filepath.FromSlash("sect/doc2.md"), pageWithWeightedTaxonomies1}, {filepath.FromSlash("sect/doc3.md"), pageWithWeightedTaxonomies3}, } taxonomies := make(map[string]string) taxonomies["tag"] = "tags" taxonomies["category"] = "categories" cfg, fs := newTestCfg() cfg.Set("baseURL", "http://auth/bub") cfg.Set("taxonomies", taxonomies) writeSourcesToSource(t, "content", fs, sources...) s := buildSingleSite(t, deps.DepsCfg{Fs: fs, Cfg: cfg}, BuildCfg{}) if s.Taxonomies()["tags"]["a"][0].Page.Title() != "foo" { t.Errorf("Pages in unexpected order, 'foo' expected first, got '%v'", s.Taxonomies()["tags"]["a"][0].Page.Title()) } if s.Taxonomies()["categories"]["d"][0].Page.Title() != "bar" { t.Errorf("Pages in unexpected order, 'bar' expected first, got '%v'", s.Taxonomies()["categories"]["d"][0].Page.Title()) } if s.Taxonomies()["categories"]["e"][0].Page.Title() != "bza" { t.Errorf("Pages in unexpected order, 'bza' expected first, got '%v'", s.Taxonomies()["categories"]["e"][0].Page.Title()) } } func setupLinkingMockSite(t *testing.T) *Site { sources := [][2]string{ {filepath.FromSlash("level2/unique.md"), ""}, {filepath.FromSlash("_index.md"), ""}, {filepath.FromSlash("common.md"), ""}, {filepath.FromSlash("rootfile.md"), ""}, {filepath.FromSlash("root-image.png"), ""}, {filepath.FromSlash("level2/2-root.md"), ""}, {filepath.FromSlash("level2/common.md"), ""}, {filepath.FromSlash("level2/2-image.png"), ""}, {filepath.FromSlash("level2/common.png"), ""}, {filepath.FromSlash("level2/level3/start.md"), ""}, {filepath.FromSlash("level2/level3/_index.md"), ""}, {filepath.FromSlash("level2/level3/3-root.md"), ""}, {filepath.FromSlash("level2/level3/common.md"), ""}, {filepath.FromSlash("level2/level3/3-image.png"), ""}, {filepath.FromSlash("level2/level3/common.png"), ""}, {filepath.FromSlash("level2/level3/embedded.dot.md"), ""}, {filepath.FromSlash("leafbundle/index.md"), ""}, } cfg, fs := newTestCfg() cfg.Set("baseURL", "http://auth/") cfg.Set("uglyURLs", false) cfg.Set("outputs", map[string]interface{}{ "page": []string{"HTML", "AMP"}, }) cfg.Set("pluralizeListTitles", false) cfg.Set("canonifyURLs", false) cfg.Set("blackfriday", map[string]interface{}{}) writeSourcesToSource(t, "content", fs, sources...) return buildSingleSite(t, deps.DepsCfg{Fs: fs, Cfg: cfg}, BuildCfg{}) } func TestRefLinking(t *testing.T) { t.Parallel() site := setupLinkingMockSite(t) currentPage := site.getPage(page.KindPage, "level2/level3/start.md") if currentPage == nil { t.Fatalf("failed to find current page in site") } for i, test := range []struct { link string outputFormat string relative bool expected string }{ // different refs resolving to the same unique filename: {"/level2/unique.md", "", true, "/level2/unique/"}, {"../unique.md", "", true, "/level2/unique/"}, {"unique.md", "", true, "/level2/unique/"}, {"level2/common.md", "", true, "/level2/common/"}, {"3-root.md", "", true, "/level2/level3/3-root/"}, {"../..", "", true, "/"}, // different refs resolving to the same ambiguous top-level filename: {"../../common.md", "", true, "/common/"}, {"/common.md", "", true, "/common/"}, // different refs resolving to the same ambiguous level-2 filename: {"/level2/common.md", "", true, "/level2/common/"}, {"../common.md", "", true, "/level2/common/"}, {"common.md", "", true, "/level2/level3/common/"}, // different refs resolving to the same section: {"/level2", "", true, "/level2/"}, {"..", "", true, "/level2/"}, {"../", "", true, "/level2/"}, // different refs resolving to the same subsection: {"/level2/level3", "", true, "/level2/level3/"}, {"/level2/level3/_index.md", "", true, "/level2/level3/"}, {".", "", true, "/level2/level3/"}, {"./", "", true, "/level2/level3/"}, // try to confuse parsing {"embedded.dot.md", "", true, "/level2/level3/embedded.dot/"}, // test empty link, as well as fragment only link {"", "", true, ""}, } { t.Run(fmt.Sprint(i), func(t *testing.T) { checkLinkCase(site, test.link, currentPage, test.relative, test.outputFormat, test.expected, t, i) // make sure fragment links are also handled checkLinkCase(site, test.link+"#intro", currentPage, test.relative, test.outputFormat, test.expected+"#intro", t, i) }) } // TODO: and then the failure cases. } func checkLinkCase(site *Site, link string, currentPage page.Page, relative bool, outputFormat string, expected string, t *testing.T, i int) { t.Helper() if out, err := site.refLink(link, currentPage, relative, outputFormat); err != nil || out != expected { t.Fatalf("[%d] Expected %q from %q to resolve to %q, got %q - error: %s", i, link, currentPage.Path(), expected, out, err) } } // https://github.com/gohugoio/hugo/issues/6952 func TestRefIssues(t *testing.T) { b := newTestSitesBuilder(t) b.WithContent( "post/b1/index.md", "---\ntitle: pb1\n---\nRef: {{< ref \"b2\" >}}", "post/b2/index.md", "---\ntitle: pb2\n---\n", "post/nested-a/content-a.md", "---\ntitle: ca\n---\n{{< ref \"content-b\" >}}", "post/nested-b/content-b.md", "---\ntitle: ca\n---\n", ) b.WithTemplates("index.html", `Home`) b.WithTemplates("_default/single.html", `Content: {{ .Content }}`) b.Build(BuildCfg{}) b.AssertFileContent("public/post/b1/index.html", `Content: <p>Ref: http://example.com/post/b2/</p>`) b.AssertFileContent("public/post/nested-a/content-a/index.html", `Content: http://example.com/post/nested-b/content-b/`) } func TestClassCollector(t *testing.T) { for _, minify := range []bool{false, true} { t.Run(fmt.Sprintf("minify-%t", minify), func(t *testing.T) { statsFilename := "hugo_stats.json" defer os.Remove(statsFilename) b := newTestSitesBuilder(t) b.WithConfigFile("toml", fmt.Sprintf(` minify = %t [build] writeStats = true `, minify)) b.WithTemplates("index.html", ` <div id="el1" class="a b c">Foo</div> Some text. <div class="c d e" id="el2">Foo</div> <span class=z>FOO</span> <a class="text-base hover:text-gradient inline-block px-3 pb-1 rounded lowercase" href="{{ .RelPermalink }}">{{ .Title }}</a> `) b.WithContent("p1.md", "") b.Build(BuildCfg{}) b.AssertFileContent("hugo_stats.json", ` { "htmlElements": { "tags": [ "a", "div", "span" ], "classes": [ "a", "b", "c", "d", "e", "hover:text-gradient", "inline-block", "lowercase", "pb-1", "px-3", "rounded", "text-base", "z" ], "ids": [ "el1", "el2" ] } } `) }) } } func TestClassCollectorStress(t *testing.T) { statsFilename := "hugo_stats.json" defer os.Remove(statsFilename) b := newTestSitesBuilder(t) b.WithConfigFile("toml", ` disableKinds = ["home", "section", "term", "taxonomy" ] [languages] [languages.en] [languages.nb] [languages.no] [languages.sv] [build] writeStats = true `) b.WithTemplates("_default/single.html", ` <div class="c d e" id="el2">Foo</div> Some text. {{ $n := index (shuffle (seq 1 20)) 0 }} {{ "<span class=_a>Foo</span>" | strings.Repeat $n | safeHTML }} <div class="{{ .Title }}"> ABC. </div> <div class="f"></div> {{ $n := index (shuffle (seq 1 5)) 0 }} {{ "<hr class=p-3>" | safeHTML }} `) for _, lang := range []string{"en", "nb", "no", "sv"} { for i := 100; i <= 999; i++ { b.WithContent(fmt.Sprintf("p%d.%s.md", i, lang), fmt.Sprintf("---\ntitle: p%s%d\n---", lang, i)) } } b.Build(BuildCfg{}) contentMem := b.FileContent(statsFilename) cb, err := ioutil.ReadFile(statsFilename) b.Assert(err, qt.IsNil) contentFile := string(cb) for _, content := range []string{contentMem, contentFile} { stats := &publisher.PublishStats{} b.Assert(json.Unmarshal([]byte(content), stats), qt.IsNil) els := stats.HTMLElements b.Assert(els.Classes, qt.HasLen, 3606) // (4 * 900) + 4 +2 b.Assert(els.Tags, qt.HasLen, 9) b.Assert(els.IDs, qt.HasLen, 1) } }
1
gohugoio/hugo
8,201
Sitemap: exclude "no render" pages
Currently, pages with `render = "never"` get listed in sitemap.xml, even though they have no permalink, resulting in sitemap entries with empty URL fields (i.e. with `<loc></loc>`). Such pages should be excluded from the sitemap.
Jaza
"2021-02-02T22:18:06Z"
"2021-02-06T17:30:10Z"
92c6c40419bdc13b8bb422a212d1d79240356651
4867cd1dea34ee53fb73cede2bcff4792e470104
Sitemap: exclude "no render" pages. Currently, pages with `render = "never"` get listed in sitemap.xml, even though they have no permalink, resulting in sitemap entries with empty URL fields (i.e. with `<loc></loc>`). Such pages should be excluded from the sitemap.
./hugolib/sitemap_test.go
// Copyright 2019 The Hugo Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. package hugolib import ( "reflect" "testing" qt "github.com/frankban/quicktest" "github.com/gohugoio/hugo/config" "github.com/gohugoio/hugo/deps" "github.com/gohugoio/hugo/tpl" ) const sitemapTemplate = `<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> {{ range .Data.Pages }} <url> <loc>{{ .Permalink }}</loc>{{ if not .Lastmod.IsZero }} <lastmod>{{ safeHTML ( .Lastmod.Format "2006-01-02T15:04:05-07:00" ) }}</lastmod>{{ end }}{{ with .Sitemap.ChangeFreq }} <changefreq>{{ . }}</changefreq>{{ end }}{{ if ge .Sitemap.Priority 0.0 }} <priority>{{ .Sitemap.Priority }}</priority>{{ end }} </url> {{ end }} </urlset>` func TestSitemapOutput(t *testing.T) { t.Parallel() for _, internal := range []bool{false, true} { doTestSitemapOutput(t, internal) } } func doTestSitemapOutput(t *testing.T, internal bool) { c := qt.New(t) cfg, fs := newTestCfg() cfg.Set("baseURL", "http://auth/bub/") depsCfg := deps.DepsCfg{Fs: fs, Cfg: cfg} depsCfg.WithTemplate = func(templ tpl.TemplateManager) error { if !internal { templ.AddTemplate("sitemap.xml", sitemapTemplate) } // We want to check that the 404 page is not included in the sitemap // output. This template should have no effect either way, but include // it for the clarity. templ.AddTemplate("404.html", "Not found") return nil } writeSourcesToSource(t, "content", fs, weightedSources...) s := buildSingleSite(t, depsCfg, BuildCfg{}) th := newTestHelper(s.Cfg, s.Fs, t) outputSitemap := "public/sitemap.xml" th.assertFileContent(outputSitemap, // Regular page " <loc>http://auth/bub/sect/doc1/</loc>", // Home page "<loc>http://auth/bub/</loc>", // Section "<loc>http://auth/bub/sect/</loc>", // Tax terms "<loc>http://auth/bub/categories/</loc>", // Tax list "<loc>http://auth/bub/categories/hugo/</loc>", ) content := readDestination(th, th.Fs, outputSitemap) c.Assert(content, qt.Not(qt.Contains), "404") } func TestParseSitemap(t *testing.T) { t.Parallel() expected := config.Sitemap{Priority: 3.0, Filename: "doo.xml", ChangeFreq: "3"} input := map[string]interface{}{ "changefreq": "3", "priority": 3.0, "filename": "doo.xml", "unknown": "ignore", } result := config.DecodeSitemap(config.Sitemap{}, input) if !reflect.DeepEqual(expected, result) { t.Errorf("Got \n%v expected \n%v", result, expected) } } // https://github.com/gohugoio/hugo/issues/5910 func TestSitemapOutputFormats(t *testing.T) { b := newTestSitesBuilder(t).WithSimpleConfigFile() b.WithContent("blog/html-amp.md", ` --- Title: AMP and HTML outputs: [ "html", "amp" ] --- `) b.Build(BuildCfg{}) // Should link to the HTML version. b.AssertFileContent("public/sitemap.xml", " <loc>http://example.com/blog/html-amp/</loc>") }
// Copyright 2019 The Hugo Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. package hugolib import ( "reflect" "testing" qt "github.com/frankban/quicktest" "github.com/gohugoio/hugo/config" "github.com/gohugoio/hugo/deps" "github.com/gohugoio/hugo/tpl" ) const sitemapTemplate = `<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> {{ range .Data.Pages }} {{- if .Permalink -}} <url> <loc>{{ .Permalink }}</loc>{{ if not .Lastmod.IsZero }} <lastmod>{{ safeHTML ( .Lastmod.Format "2006-01-02T15:04:05-07:00" ) }}</lastmod>{{ end }}{{ with .Sitemap.ChangeFreq }} <changefreq>{{ . }}</changefreq>{{ end }}{{ if ge .Sitemap.Priority 0.0 }} <priority>{{ .Sitemap.Priority }}</priority>{{ end }} </url> {{- end -}} {{ end }} </urlset>` func TestSitemapOutput(t *testing.T) { t.Parallel() for _, internal := range []bool{false, true} { doTestSitemapOutput(t, internal) } } func doTestSitemapOutput(t *testing.T, internal bool) { c := qt.New(t) cfg, fs := newTestCfg() cfg.Set("baseURL", "http://auth/bub/") depsCfg := deps.DepsCfg{Fs: fs, Cfg: cfg} depsCfg.WithTemplate = func(templ tpl.TemplateManager) error { if !internal { templ.AddTemplate("sitemap.xml", sitemapTemplate) } // We want to check that the 404 page is not included in the sitemap // output. This template should have no effect either way, but include // it for the clarity. templ.AddTemplate("404.html", "Not found") return nil } writeSourcesToSource(t, "content", fs, weightedSources...) s := buildSingleSite(t, depsCfg, BuildCfg{}) th := newTestHelper(s.Cfg, s.Fs, t) outputSitemap := "public/sitemap.xml" th.assertFileContent(outputSitemap, // Regular page " <loc>http://auth/bub/sect/doc1/</loc>", // Home page "<loc>http://auth/bub/</loc>", // Section "<loc>http://auth/bub/sect/</loc>", // Tax terms "<loc>http://auth/bub/categories/</loc>", // Tax list "<loc>http://auth/bub/categories/hugo/</loc>", ) content := readDestination(th, th.Fs, outputSitemap) c.Assert(content, qt.Not(qt.Contains), "404") c.Assert(content, qt.Not(qt.Contains), "<loc></loc>") } func TestParseSitemap(t *testing.T) { t.Parallel() expected := config.Sitemap{Priority: 3.0, Filename: "doo.xml", ChangeFreq: "3"} input := map[string]interface{}{ "changefreq": "3", "priority": 3.0, "filename": "doo.xml", "unknown": "ignore", } result := config.DecodeSitemap(config.Sitemap{}, input) if !reflect.DeepEqual(expected, result) { t.Errorf("Got \n%v expected \n%v", result, expected) } } // https://github.com/gohugoio/hugo/issues/5910 func TestSitemapOutputFormats(t *testing.T) { b := newTestSitesBuilder(t).WithSimpleConfigFile() b.WithContent("blog/html-amp.md", ` --- Title: AMP and HTML outputs: [ "html", "amp" ] --- `) b.Build(BuildCfg{}) // Should link to the HTML version. b.AssertFileContent("public/sitemap.xml", " <loc>http://example.com/blog/html-amp/</loc>") }
1
gohugoio/hugo
8,201
Sitemap: exclude "no render" pages
Currently, pages with `render = "never"` get listed in sitemap.xml, even though they have no permalink, resulting in sitemap entries with empty URL fields (i.e. with `<loc></loc>`). Such pages should be excluded from the sitemap.
Jaza
"2021-02-02T22:18:06Z"
"2021-02-06T17:30:10Z"
92c6c40419bdc13b8bb422a212d1d79240356651
4867cd1dea34ee53fb73cede2bcff4792e470104
Sitemap: exclude "no render" pages. Currently, pages with `render = "never"` get listed in sitemap.xml, even though they have no permalink, resulting in sitemap entries with empty URL fields (i.e. with `<loc></loc>`). Such pages should be excluded from the sitemap.
./tpl/tplimpl/embedded/templates.autogen.go
// Copyright 2019 The Hugo Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. // This file is autogenerated. // Package embedded defines the internal templates that Hugo provides. package embedded // EmbeddedTemplates represents all embedded templates. var EmbeddedTemplates = [][2]string{ {`_default/robots.txt`, `User-agent: *`}, {`_default/rss.xml`, `{{- $pctx := . -}} {{- if .IsHome -}}{{ $pctx = .Site }}{{- end -}} {{- $pages := slice -}} {{- if or $.IsHome $.IsSection -}} {{- $pages = $pctx.RegularPages -}} {{- else -}} {{- $pages = $pctx.Pages -}} {{- end -}} {{- $limit := .Site.Config.Services.RSS.Limit -}} {{- if ge $limit 1 -}} {{- $pages = $pages | first $limit -}} {{- end -}} {{- printf "<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"yes\"?>" | safeHTML }} <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <channel> <title>{{ if eq .Title .Site.Title }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{.}} on {{ end }}{{ .Site.Title }}{{ end }}</title> <link>{{ .Permalink }}</link> <description>Recent content {{ if ne .Title .Site.Title }}{{ with .Title }}in {{.}} {{ end }}{{ end }}on {{ .Site.Title }}</description> <generator>Hugo -- gohugo.io</generator>{{ with .Site.LanguageCode }} <language>{{.}}</language>{{end}}{{ with .Site.Author.email }} <managingEditor>{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}</managingEditor>{{end}}{{ with .Site.Author.email }} <webMaster>{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}</webMaster>{{end}}{{ with .Site.Copyright }} <copyright>{{.}}</copyright>{{end}}{{ if not .Date.IsZero }} <lastBuildDate>{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}</lastBuildDate>{{ end }} {{- with .OutputFormats.Get "RSS" -}} {{ printf "<atom:link href=%q rel=\"self\" type=%q />" .Permalink .MediaType | safeHTML }} {{- end -}} {{ range $pages }} <item> <title>{{ .Title }}</title> <link>{{ .Permalink }}</link> <pubDate>{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}</pubDate> {{ with .Site.Author.email }}<author>{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}</author>{{end}} <guid>{{ .Permalink }}</guid> <description>{{ .Summary | html }}</description> </item> {{ end }} </channel> </rss> `}, {`_default/sitemap.xml`, `{{ printf "<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"yes\"?>" | safeHTML }} <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml"> {{ range .Data.Pages }} <url> <loc>{{ .Permalink }}</loc>{{ if not .Lastmod.IsZero }} <lastmod>{{ safeHTML ( .Lastmod.Format "2006-01-02T15:04:05-07:00" ) }}</lastmod>{{ end }}{{ with .Sitemap.ChangeFreq }} <changefreq>{{ . }}</changefreq>{{ end }}{{ if ge .Sitemap.Priority 0.0 }} <priority>{{ .Sitemap.Priority }}</priority>{{ end }}{{ if .IsTranslated }}{{ range .Translations }} <xhtml:link rel="alternate" hreflang="{{ .Language.Lang }}" href="{{ .Permalink }}" />{{ end }} <xhtml:link rel="alternate" hreflang="{{ .Language.Lang }}" href="{{ .Permalink }}" />{{ end }} </url> {{ end }} </urlset> `}, {`_default/sitemapindex.xml`, `{{ printf "<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"yes\"?>" | safeHTML }} <sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> {{ range . }} <sitemap> <loc>{{ .SitemapAbsURL }}</loc> {{ if not .LastChange.IsZero }} <lastmod>{{ .LastChange.Format "2006-01-02T15:04:05-07:00" | safeHTML }}</lastmod> {{ end }} </sitemap> {{ end }} </sitemapindex> `}, {`alias.html`, `<!DOCTYPE html><html><head><title>{{ .Permalink }}</title><link rel="canonical" href="{{ .Permalink }}"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url={{ .Permalink }}" /></head></html>`}, {`disqus.html`, `{{- $pc := .Site.Config.Privacy.Disqus -}} {{- if not $pc.Disable -}} {{ if .Site.DisqusShortname }}<div id="disqus_thread"></div> <script type="application/javascript"> var disqus_config = function () { {{with .Params.disqus_identifier }}this.page.identifier = '{{ . }}';{{end}} {{with .Params.disqus_title }}this.page.title = '{{ . }}';{{end}} {{with .Params.disqus_url }}this.page.url = '{{ . | html }}';{{end}} }; (function() { if (["localhost", "127.0.0.1"].indexOf(window.location.hostname) != -1) { document.getElementById('disqus_thread').innerHTML = 'Disqus comments not available by default when the website is previewed locally.'; return; } var d = document, s = d.createElement('script'); s.async = true; s.src = '//' + {{ .Site.DisqusShortname }} + '.disqus.com/embed.js'; s.setAttribute('data-timestamp', +new Date()); (d.head || d.body).appendChild(s); })(); </script> <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript> <a href="https://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>{{end}} {{- end -}}`}, {`google_analytics.html`, `{{- $pc := .Site.Config.Privacy.GoogleAnalytics -}} {{- if not $pc.Disable -}} {{ with .Site.GoogleAnalytics }} <script type="application/javascript"> {{ template "__ga_js_set_doNotTrack" $ }} if (!doNotTrack) { (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); {{- if $pc.UseSessionStorage }} if (window.sessionStorage) { var GA_SESSION_STORAGE_KEY = 'ga:clientId'; ga('create', '{{ . }}', { 'storage': 'none', 'clientId': sessionStorage.getItem(GA_SESSION_STORAGE_KEY) }); ga(function(tracker) { sessionStorage.setItem(GA_SESSION_STORAGE_KEY, tracker.get('clientId')); }); } {{ else }} ga('create', '{{ . }}', 'auto'); {{ end -}} {{ if $pc.AnonymizeIP }}ga('set', 'anonymizeIp', true);{{ end }} ga('send', 'pageview'); } </script> {{ end }} {{- end -}} {{- define "__ga_js_set_doNotTrack" -}}{{/* This is also used in the async version. */}} {{- $pc := .Site.Config.Privacy.GoogleAnalytics -}} {{- if not $pc.RespectDoNotTrack -}} var doNotTrack = false; {{- else -}} var dnt = (navigator.doNotTrack || window.doNotTrack || navigator.msDoNotTrack); var doNotTrack = (dnt == "1" || dnt == "yes"); {{- end -}} {{- end -}}`}, {`google_analytics_async.html`, `{{- $pc := .Site.Config.Privacy.GoogleAnalytics -}} {{- if not $pc.Disable -}} {{ with .Site.GoogleAnalytics }} <script type="application/javascript"> {{ template "__ga_js_set_doNotTrack" $ }} if (!doNotTrack) { window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date; {{- if $pc.UseSessionStorage }} if (window.sessionStorage) { var GA_SESSION_STORAGE_KEY = 'ga:clientId'; ga('create', '{{ . }}', { 'storage': 'none', 'clientId': sessionStorage.getItem(GA_SESSION_STORAGE_KEY) }); ga(function(tracker) { sessionStorage.setItem(GA_SESSION_STORAGE_KEY, tracker.get('clientId')); }); } {{ else }} ga('create', '{{ . }}', 'auto'); {{ end -}} {{ if $pc.AnonymizeIP }}ga('set', 'anonymizeIp', true);{{ end }} ga('send', 'pageview'); } </script> <script async src='https://www.google-analytics.com/analytics.js'></script> {{ end }} {{- end -}} `}, {`google_news.html`, `{{ if .IsPage }}{{ with .Params.news_keywords }} <meta name="news_keywords" content="{{ range $i, $kw := first 10 . }}{{ if $i }},{{ end }}{{ $kw }}{{ end }}" /> {{ end }}{{ end }}`}, {`opengraph.html`, `<meta property="og:title" content="{{ .Title }}" /> <meta property="og:description" content="{{ with .Description }}{{ . }}{{ else }}{{if .IsPage}}{{ .Summary }}{{ else }}{{ with .Site.Params.description }}{{ . }}{{ end }}{{ end }}{{ end }}" /> <meta property="og:type" content="{{ if .IsPage }}article{{ else }}website{{ end }}" /> <meta property="og:url" content="{{ .Permalink }}" /> {{ with $.Params.images }}{{ range first 6 . -}} <meta property="og:image" content="{{ . | absURL }}" /> {{ end }}{{ else -}} {{- $images := $.Resources.ByType "image" -}} {{- $featured := $images.GetMatch "*feature*" -}} {{- if not $featured }}{{ $featured = $images.GetMatch "{*cover*,*thumbnail*}" }}{{ end -}} {{- with $featured -}} <meta property="og:image" content="{{ $featured.Permalink }}"/> {{ else -}} {{- with $.Site.Params.images -}} <meta property="og:image" content="{{ index . 0 | absURL }}"/> {{ end }}{{ end }}{{ end }} {{- $iso8601 := "2006-01-02T15:04:05-07:00" -}} {{- if .IsPage }} {{- if not .PublishDate.IsZero }}<meta property="article:published_time" {{ .PublishDate.Format $iso8601 | printf "content=%q" | safeHTMLAttr }} /> {{ else if not .Date.IsZero }}<meta property="article:published_time" {{ .Date.Format $iso8601 | printf "content=%q" | safeHTMLAttr }} /> {{ end }} {{- if not .Lastmod.IsZero }}<meta property="article:modified_time" {{ .Lastmod.Format $iso8601 | printf "content=%q" | safeHTMLAttr }} />{{ end }} {{- else }} {{- if not .Date.IsZero }}<meta property="og:updated_time" {{ .Lastmod.Format $iso8601 | printf "content=%q" | safeHTMLAttr }} /> {{- end }} {{- end }}{{/* .IsPage */}} {{- with .Params.audio }}<meta property="og:audio" content="{{ . }}" />{{ end }} {{- with .Params.locale }}<meta property="og:locale" content="{{ . }}" />{{ end }} {{- with .Site.Params.title }}<meta property="og:site_name" content="{{ . }}" />{{ end }} {{- with .Params.videos }} {{- range . }} <meta property="og:video" content="{{ . | absURL }}" /> {{ end }}{{ end }} {{- /* If it is part of a series, link to related articles */}} {{- $permalink := .Permalink }} {{- $siteSeries := .Site.Taxonomies.series }}{{ with .Params.series }} {{- range $name := . }} {{- $series := index $siteSeries ($name | urlize) }} {{- range $page := first 6 $series.Pages }} {{- if ne $page.Permalink $permalink }}<meta property="og:see_also" content="{{ $page.Permalink }}" />{{ end }} {{- end }} {{ end }}{{ end }} {{- if .IsPage }} {{- range .Site.Authors }}{{ with .Social.facebook }} <meta property="article:author" content="https://www.facebook.com/{{ . }}" />{{ end }}{{ with .Site.Social.facebook }} <meta property="article:publisher" content="https://www.facebook.com/{{ . }}" />{{ end }} <meta property="article:section" content="{{ .Section }}" /> {{- with .Params.tags }}{{ range first 6 . }} <meta property="article:tag" content="{{ . }}" />{{ end }}{{ end }} {{- end }}{{ end }} {{- /* Facebook Page Admin ID for Domain Insights */}} {{- with .Site.Social.facebook_admin }}<meta property="fb:admins" content="{{ . }}" />{{ end }} `}, {`pagination.html`, `{{ $pag := $.Paginator }} {{ if gt $pag.TotalPages 1 -}} <ul class="pagination"> {{ with $pag.First -}} <li class="page-item"> <a href="{{ .URL }}" class="page-link" aria-label="First"><span aria-hidden="true">&laquo;&laquo;</span></a> </li> {{ end -}} <li class="page-item{{ if not $pag.HasPrev }} disabled{{ end }}"> <a {{ if $pag.HasPrev }}href="{{ $pag.Prev.URL }}"{{ end }} class="page-link" aria-label="Previous"><span aria-hidden="true">&laquo;</span></a> </li> {{- $ellipsed := false -}} {{- $shouldEllipse := false -}} {{- range $pag.Pagers -}} {{- $right := sub .TotalPages .PageNumber -}} {{- $showNumber := or (le .PageNumber 3) (eq $right 0) -}} {{- $showNumber := or $showNumber (le .TotalPages 5) -}}{{/* Issue #7523 */}} {{- $showNumber := or $showNumber (and (gt .PageNumber (sub $pag.PageNumber 2)) (lt .PageNumber (add $pag.PageNumber 2))) -}} {{- if $showNumber -}} {{- $ellipsed = false -}} {{- $shouldEllipse = false -}} {{- else -}} {{- $shouldEllipse = not $ellipsed -}} {{- $ellipsed = true -}} {{- end -}} {{- if $showNumber }} <li class="page-item{{ if eq . $pag }} active{{ end }}"> <a class="page-link" href="{{ .URL }}">{{ .PageNumber }}</a> </li> {{- else if $shouldEllipse }} <li class="page-item disabled"> <span aria-hidden="true">&nbsp;&hellip;&nbsp;</span> </li> {{- end -}} {{- end }} <li class="page-item{{ if not $pag.HasNext }} disabled{{ end }}"> <a {{ if $pag.HasNext }}href="{{ $pag.Next.URL }}"{{ end }} class="page-link" aria-label="Next"><span aria-hidden="true">&raquo;</span></a> </li> {{- with $pag.Last }} <li class="page-item"> <a href="{{ .URL }}" class="page-link" aria-label="Last"><span aria-hidden="true">&raquo;&raquo;</span></a> </li> {{- end }} </ul> {{ end }} `}, {`schema.html`, `<meta itemprop="name" content="{{ .Title }}"> <meta itemprop="description" content="{{ with .Description }}{{ . }}{{ else }}{{if .IsPage}}{{ .Summary }}{{ else }}{{ with .Site.Params.description }}{{ . }}{{ end }}{{ end }}{{ end }}"> {{- if .IsPage }}{{ $ISO8601 := "2006-01-02T15:04:05-07:00" }}{{ if not .PublishDate.IsZero }} <meta itemprop="datePublished" {{ .PublishDate.Format $ISO8601 | printf "content=%q" | safeHTMLAttr }} />{{ end }} {{ if not .Lastmod.IsZero }}<meta itemprop="dateModified" {{ .Lastmod.Format $ISO8601 | printf "content=%q" | safeHTMLAttr }} />{{ end }} <meta itemprop="wordCount" content="{{ .WordCount }}"> {{ with $.Params.images }}{{ range first 6 . -}} <meta itemprop="image" content="{{ . | absURL }}"> {{ end }}{{ else -}} {{- $images := $.Resources.ByType "image" -}} {{- $featured := $images.GetMatch "*feature*" -}} {{- if not $featured }}{{ $featured = $images.GetMatch "{*cover*,*thumbnail*}" }}{{ end -}} {{- with $featured -}} <meta itemprop="image" content="{{ $featured.Permalink }}"> {{ else -}} {{- with $.Site.Params.images -}} <meta itemprop="image" content="{{ index . 0 | absURL }}"/> {{ end }}{{ end }}{{ end }} <!-- Output all taxonomies as schema.org keywords --> <meta itemprop="keywords" content="{{ if .IsPage}}{{ range $index, $tag := .Params.tags }}{{ $tag }},{{ end }}{{ else }}{{ range $plural, $terms := .Site.Taxonomies }}{{ range $term, $val := $terms }}{{ printf "%s," $term }}{{ end }}{{ end }}{{ end }}" /> {{- end }} `}, {`shortcodes/__h_simple_assets.html`, `{{ define "__h_simple_css" }}{{/* These template definitions are global. */}} {{- if not (.Page.Scratch.Get "__h_simple_css") -}} {{/* Only include once */}} {{- .Page.Scratch.Set "__h_simple_css" true -}} <style> .__h_video { position: relative; padding-bottom: 56.23%; height: 0; overflow: hidden; width: 100%; background: #000; } .__h_video img { width: 100%; height: auto; color: #000; } .__h_video .play { height: 72px; width: 72px; left: 50%; top: 50%; margin-left: -36px; margin-top: -36px; position: absolute; cursor: pointer; } </style> {{- end -}} {{- end -}} {{- define "__h_simple_icon_play" -}} <svg version="1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 61 61"><circle cx="30.5" cy="30.5" r="30.5" opacity=".8" fill="#000"></circle><path d="M25.3 19.2c-2.1-1.2-3.8-.2-3.8 2.2v18.1c0 2.4 1.7 3.4 3.8 2.2l16.6-9.1c2.1-1.2 2.1-3.2 0-4.4l-16.6-9z" fill="#fff"></path></svg> {{- end -}} `}, {`shortcodes/figure.html`, `<figure{{ with .Get "class" }} class="{{ . }}"{{ end }}> {{- if .Get "link" -}} <a href="{{ .Get "link" }}"{{ with .Get "target" }} target="{{ . }}"{{ end }}{{ with .Get "rel" }} rel="{{ . }}"{{ end }}> {{- end }} <img src="{{ .Get "src" }}" {{- if or (.Get "alt") (.Get "caption") }} alt="{{ with .Get "alt" }}{{ . }}{{ else }}{{ .Get "caption" | markdownify| plainify }}{{ end }}" {{- end -}} {{- with .Get "width" }} width="{{ . }}"{{ end -}} {{- with .Get "height" }} height="{{ . }}"{{ end -}} /> <!-- Closing img tag --> {{- if .Get "link" }}</a>{{ end -}} {{- if or (or (.Get "title") (.Get "caption")) (.Get "attr") -}} <figcaption> {{ with (.Get "title") -}} <h4>{{ . }}</h4> {{- end -}} {{- if or (.Get "caption") (.Get "attr") -}}<p> {{- .Get "caption" | markdownify -}} {{- with .Get "attrlink" }} <a href="{{ . }}"> {{- end -}} {{- .Get "attr" | markdownify -}} {{- if .Get "attrlink" }}</a>{{ end }}</p> {{- end }} </figcaption> {{- end }} </figure> `}, {`shortcodes/gist.html`, `<script type="application/javascript" src="https://gist.github.com/{{ index .Params 0 }}/{{ index .Params 1 }}.js{{if len .Params | eq 3 }}?file={{ index .Params 2 }}{{end}}"></script> `}, {`shortcodes/highlight.html`, `{{ if len .Params | eq 2 }}{{ highlight (trim .Inner "\n\r") (.Get 0) (.Get 1) }}{{ else }}{{ highlight (trim .Inner "\n\r") (.Get 0) "" }}{{ end }}`}, {`shortcodes/instagram.html`, `{{- $pc := .Page.Site.Config.Privacy.Instagram -}} {{- if not $pc.Disable -}} {{- if $pc.Simple -}} {{ template "_internal/shortcodes/instagram_simple.html" . }} {{- else -}} {{ $id := .Get 0 }} {{ $hideCaption := cond (eq (.Get 1) "hidecaption") "1" "0" }} {{ with getJSON "https://api.instagram.com/oembed/?url=https://instagram.com/p/" $id "/&hidecaption=" $hideCaption }}{{ .html | safeHTML }}{{ end }} {{- end -}} {{- end -}}`}, {`shortcodes/instagram_simple.html`, `{{- $pc := .Page.Site.Config.Privacy.Instagram -}} {{- $sc := .Page.Site.Config.Services.Instagram -}} {{- if not $pc.Disable -}} {{- $id := .Get 0 -}} {{- $item := getJSON "https://api.instagram.com/oembed/?url=https://www.instagram.com/p/" $id "/&amp;maxwidth=640&amp;omitscript=true" -}} {{- $class1 := "__h_instagram" -}} {{- $class2 := "s_instagram_simple" -}} {{- $hideCaption := (eq (.Get 1) "hidecaption") -}} {{ with $item }} {{- $mediaURL := printf "https://instagram.com/p/%s/" $id | safeURL -}} {{- if not $sc.DisableInlineCSS -}} {{ template "__h_simple_instagram_css" $ }} {{- end -}} <div class="{{ $class1 }} {{ $class2 }} card" style="max-width: {{ $item.thumbnail_width }}px"> <div class="card-header"> <a href="{{ $item.author_url | safeURL }}" class="card-link">{{ $item.author_name }}</a> </div> <a href="{{ $mediaURL }}" rel="noopener" target="_blank"><img class="card-img-top img-fluid" src="{{ $item.thumbnail_url }}" width="{{ $item.thumbnail_width }}" height="{{ $item.thumbnail_height }}" alt="Instagram Image"></a> <div class="card-body"> {{ if not $hideCaption }}<p class="card-text"><a href="{{ $item.author_url | safeURL }}" class="card-link">{{ $item.author_name }}</a> {{ $item.title}}</p>{{ end }} <a href="{{ $item.author_url | safeURL }}" class="card-link">View More on Instagram</a> </div> </div> {{ end }} {{- end -}} {{ define "__h_simple_instagram_css" }} {{ if not (.Page.Scratch.Get "__h_simple_instagram_css") }} {{/* Only include once */}} {{ .Page.Scratch.Set "__h_simple_instagram_css" true }} <style type="text/css"> .__h_instagram.card { font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; font-size: 14px; border: 1px solid rgb(219, 219, 219); padding: 0; margin-top: 30px; } .__h_instagram.card .card-header, .__h_instagram.card .card-body { padding: 10px 10px 10px; } .__h_instagram.card img { width: 100%; height: auto; } </style> {{ end }} {{ end }}`}, {`shortcodes/param.html`, `{{- $name := (.Get 0) -}} {{- with $name -}} {{- with ($.Page.Param .) }}{{ . }}{{ else }}{{ errorf "Param %q not found: %s" $name $.Position }}{{ end -}} {{- else }}{{ errorf "Missing param key: %s" $.Position }}{{ end -}}`}, {`shortcodes/ref.html`, `{{ ref . .Params }}`}, {`shortcodes/relref.html`, `{{ relref . .Params }}`}, {`shortcodes/twitter.html`, `{{- $pc := .Page.Site.Config.Privacy.Twitter -}} {{- if not $pc.Disable -}} {{- if $pc.Simple -}} {{ template "_internal/shortcodes/twitter_simple.html" . }} {{- else -}} {{- $url := printf "https://api.twitter.com/1/statuses/oembed.json?id=%v&dnt=%t" (index .Params 0) $pc.EnableDNT -}} {{- $json := getJSON $url -}} {{ $json.html | safeHTML }} {{- end -}} {{- end -}}`}, {`shortcodes/twitter_simple.html`, `{{- $pc := .Page.Site.Config.Privacy.Twitter -}} {{- $sc := .Page.Site.Config.Services.Twitter -}} {{- if not $pc.Disable -}} {{- $id := .Get 0 -}} {{- $json := getJSON "https://api.twitter.com/1/statuses/oembed.json?id=" $id "&omit_script=true" -}} {{- if not $sc.DisableInlineCSS -}} {{ template "__h_simple_twitter_css" $ }} {{- end -}} {{ $json.html | safeHTML }} {{- end -}} {{ define "__h_simple_twitter_css" }} {{ if not (.Page.Scratch.Get "__h_simple_twitter_css") }} {{/* Only include once */}} {{ .Page.Scratch.Set "__h_simple_twitter_css" true }} <style type="text/css"> .twitter-tweet { font: 14px/1.45 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; border-left: 4px solid #2b7bb9; padding-left: 1.5em; color: #555; } .twitter-tweet a { color: #2b7bb9; text-decoration: none; } blockquote.twitter-tweet a:hover, blockquote.twitter-tweet a:focus { text-decoration: underline; } </style> {{ end }} {{ end }}`}, {`shortcodes/vimeo.html`, `{{- $pc := .Page.Site.Config.Privacy.Vimeo -}} {{- if not $pc.Disable -}} {{- if $pc.Simple -}} {{ template "_internal/shortcodes/vimeo_simple.html" . }} {{- else -}} {{ if .IsNamedParams }}<div {{ if .Get "class" }}class="{{ .Get "class" }}"{{ else }}style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;"{{ end }}> <iframe src="https://player.vimeo.com/video/{{ .Get "id" }}{{- if $pc.EnableDNT -}}?dnt=1{{- end -}}" {{ if not (.Get "class") }}style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" {{ end }}{{ if .Get "title"}}title="{{ .Get "title" }}"{{ else }}title="vimeo video"{{ end }} webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe> </div>{{ else }} <div {{ if gt (len .Params) 1 }}class="{{ .Get 1 }}"{{ else }}style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;"{{ end }}> <iframe src="https://player.vimeo.com/video/{{ .Get 0 }}{{- if $pc.EnableDNT -}}?dnt=1{{- end -}}" {{ if len .Params | eq 1 }}style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" {{ end }}{{ if len .Params | eq 3 }}title="{{ .Get 2 }}"{{ else }}title="vimeo video"{{ end }} webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe> </div> {{ end }} {{- end -}} {{- end -}}`}, {`shortcodes/vimeo_simple.html`, `{{- $pc := .Page.Site.Config.Privacy.Vimeo -}} {{- if not $pc.Disable -}} {{ $id := .Get "id" | default (.Get 0) }} {{ $dnt := cond (eq $pc.EnableDNT true) "?dnt=1" "" }} {{- $item := getJSON (print "https://vimeo.com/api/oembed.json?url=https://vimeo.com/" $id $dnt) -}} {{ $class := .Get "class" | default (.Get 1) }} {{ $hasClass := $class }} {{ $class := $class | default "__h_video" }} {{ if not $hasClass }} {{/* If class is set, assume the user wants to provide his own styles. */}} {{ template "__h_simple_css" $ }} {{ end }} {{ $secondClass := "s_video_simple" }} <div class="{{ $secondClass }} {{ $class }}"> {{- with $item }} <a href="{{ .provider_url }}{{ .video_id }}" rel="noopener" target="_blank"> {{ $thumb := .thumbnail_url }} {{ $original := $thumb | replaceRE "(_.*\\.)" "." }} <img src="{{ $thumb }}" srcset="{{ $thumb }} 1x, {{ $original }} 2x" alt="{{ .title }}"> <div class="play">{{ template "__h_simple_icon_play" $ }}</div></a></div> {{- end -}} {{- end -}}`}, {`shortcodes/youtube.html`, `{{- $pc := .Page.Site.Config.Privacy.YouTube -}} {{- if not $pc.Disable -}} {{- $ytHost := cond $pc.PrivacyEnhanced "www.youtube-nocookie.com" "www.youtube.com" -}} {{- $id := .Get "id" | default (.Get 0) -}} {{- $class := .Get "class" | default (.Get 1) -}} {{- $title := .Get "title" | default "YouTube Video" }} <div {{ with $class }}class="{{ . }}"{{ else }}style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;"{{ end }}> <iframe src="https://{{ $ytHost }}/embed/{{ $id }}{{ with .Get "autoplay" }}{{ if eq . "true" }}?autoplay=1{{ end }}{{ end }}" {{ if not $class }}style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" {{ end }}allowfullscreen title="{{ $title }}"></iframe> </div> {{ end -}} `}, {`twitter_cards.html`, `{{- with $.Params.images -}} <meta name="twitter:card" content="summary_large_image"/> <meta name="twitter:image" content="{{ index . 0 | absURL }}"/> {{ else -}} {{- $images := $.Resources.ByType "image" -}} {{- $featured := $images.GetMatch "*feature*" -}} {{- if not $featured }}{{ $featured = $images.GetMatch "{*cover*,*thumbnail*}" }}{{ end -}} {{- with $featured -}} <meta name="twitter:card" content="summary_large_image"/> <meta name="twitter:image" content="{{ $featured.Permalink }}"/> {{- else -}} {{- with $.Site.Params.images -}} <meta name="twitter:card" content="summary_large_image"/> <meta name="twitter:image" content="{{ index . 0 | absURL }}"/> {{ else -}} <meta name="twitter:card" content="summary"/> {{- end -}} {{- end -}} {{- end }} <meta name="twitter:title" content="{{ .Title }}"/> <meta name="twitter:description" content="{{ with .Description }}{{ . }}{{ else }}{{if .IsPage}}{{ .Summary }}{{ else }}{{ with .Site.Params.description }}{{ . }}{{ end }}{{ end }}{{ end -}}"/> {{ with .Site.Social.twitter -}} <meta name="twitter:site" content="@{{ . }}"/> {{ end -}} {{ range .Site.Authors }} {{ with .twitter -}} <meta name="twitter:creator" content="@{{ . }}"/> {{ end -}} {{ end -}}`}, }
// Copyright 2019 The Hugo Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. // This file is autogenerated. // Package embedded defines the internal templates that Hugo provides. package embedded // EmbeddedTemplates represents all embedded templates. var EmbeddedTemplates = [][2]string{ {`_default/robots.txt`, `User-agent: *`}, {`_default/rss.xml`, `{{- $pctx := . -}} {{- if .IsHome -}}{{ $pctx = .Site }}{{- end -}} {{- $pages := slice -}} {{- if or $.IsHome $.IsSection -}} {{- $pages = $pctx.RegularPages -}} {{- else -}} {{- $pages = $pctx.Pages -}} {{- end -}} {{- $limit := .Site.Config.Services.RSS.Limit -}} {{- if ge $limit 1 -}} {{- $pages = $pages | first $limit -}} {{- end -}} {{- printf "<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"yes\"?>" | safeHTML }} <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <channel> <title>{{ if eq .Title .Site.Title }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{.}} on {{ end }}{{ .Site.Title }}{{ end }}</title> <link>{{ .Permalink }}</link> <description>Recent content {{ if ne .Title .Site.Title }}{{ with .Title }}in {{.}} {{ end }}{{ end }}on {{ .Site.Title }}</description> <generator>Hugo -- gohugo.io</generator>{{ with .Site.LanguageCode }} <language>{{.}}</language>{{end}}{{ with .Site.Author.email }} <managingEditor>{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}</managingEditor>{{end}}{{ with .Site.Author.email }} <webMaster>{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}</webMaster>{{end}}{{ with .Site.Copyright }} <copyright>{{.}}</copyright>{{end}}{{ if not .Date.IsZero }} <lastBuildDate>{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}</lastBuildDate>{{ end }} {{- with .OutputFormats.Get "RSS" -}} {{ printf "<atom:link href=%q rel=\"self\" type=%q />" .Permalink .MediaType | safeHTML }} {{- end -}} {{ range $pages }} <item> <title>{{ .Title }}</title> <link>{{ .Permalink }}</link> <pubDate>{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}</pubDate> {{ with .Site.Author.email }}<author>{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}</author>{{end}} <guid>{{ .Permalink }}</guid> <description>{{ .Summary | html }}</description> </item> {{ end }} </channel> </rss> `}, {`_default/sitemap.xml`, `{{ printf "<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"yes\"?>" | safeHTML }} <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml"> {{ range .Data.Pages }} {{- if .Permalink -}} <url> <loc>{{ .Permalink }}</loc>{{ if not .Lastmod.IsZero }} <lastmod>{{ safeHTML ( .Lastmod.Format "2006-01-02T15:04:05-07:00" ) }}</lastmod>{{ end }}{{ with .Sitemap.ChangeFreq }} <changefreq>{{ . }}</changefreq>{{ end }}{{ if ge .Sitemap.Priority 0.0 }} <priority>{{ .Sitemap.Priority }}</priority>{{ end }}{{ if .IsTranslated }}{{ range .Translations }} <xhtml:link rel="alternate" hreflang="{{ .Language.Lang }}" href="{{ .Permalink }}" />{{ end }} <xhtml:link rel="alternate" hreflang="{{ .Language.Lang }}" href="{{ .Permalink }}" />{{ end }} </url> {{- end -}} {{ end }} </urlset> `}, {`_default/sitemapindex.xml`, `{{ printf "<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"yes\"?>" | safeHTML }} <sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> {{ range . }} <sitemap> <loc>{{ .SitemapAbsURL }}</loc> {{ if not .LastChange.IsZero }} <lastmod>{{ .LastChange.Format "2006-01-02T15:04:05-07:00" | safeHTML }}</lastmod> {{ end }} </sitemap> {{ end }} </sitemapindex> `}, {`alias.html`, `<!DOCTYPE html><html><head><title>{{ .Permalink }}</title><link rel="canonical" href="{{ .Permalink }}"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url={{ .Permalink }}" /></head></html>`}, {`disqus.html`, `{{- $pc := .Site.Config.Privacy.Disqus -}} {{- if not $pc.Disable -}} {{ if .Site.DisqusShortname }}<div id="disqus_thread"></div> <script type="application/javascript"> var disqus_config = function () { {{with .Params.disqus_identifier }}this.page.identifier = '{{ . }}';{{end}} {{with .Params.disqus_title }}this.page.title = '{{ . }}';{{end}} {{with .Params.disqus_url }}this.page.url = '{{ . | html }}';{{end}} }; (function() { if (["localhost", "127.0.0.1"].indexOf(window.location.hostname) != -1) { document.getElementById('disqus_thread').innerHTML = 'Disqus comments not available by default when the website is previewed locally.'; return; } var d = document, s = d.createElement('script'); s.async = true; s.src = '//' + {{ .Site.DisqusShortname }} + '.disqus.com/embed.js'; s.setAttribute('data-timestamp', +new Date()); (d.head || d.body).appendChild(s); })(); </script> <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript> <a href="https://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>{{end}} {{- end -}}`}, {`google_analytics.html`, `{{- $pc := .Site.Config.Privacy.GoogleAnalytics -}} {{- if not $pc.Disable -}} {{ with .Site.GoogleAnalytics }} <script type="application/javascript"> {{ template "__ga_js_set_doNotTrack" $ }} if (!doNotTrack) { (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); {{- if $pc.UseSessionStorage }} if (window.sessionStorage) { var GA_SESSION_STORAGE_KEY = 'ga:clientId'; ga('create', '{{ . }}', { 'storage': 'none', 'clientId': sessionStorage.getItem(GA_SESSION_STORAGE_KEY) }); ga(function(tracker) { sessionStorage.setItem(GA_SESSION_STORAGE_KEY, tracker.get('clientId')); }); } {{ else }} ga('create', '{{ . }}', 'auto'); {{ end -}} {{ if $pc.AnonymizeIP }}ga('set', 'anonymizeIp', true);{{ end }} ga('send', 'pageview'); } </script> {{ end }} {{- end -}} {{- define "__ga_js_set_doNotTrack" -}}{{/* This is also used in the async version. */}} {{- $pc := .Site.Config.Privacy.GoogleAnalytics -}} {{- if not $pc.RespectDoNotTrack -}} var doNotTrack = false; {{- else -}} var dnt = (navigator.doNotTrack || window.doNotTrack || navigator.msDoNotTrack); var doNotTrack = (dnt == "1" || dnt == "yes"); {{- end -}} {{- end -}}`}, {`google_analytics_async.html`, `{{- $pc := .Site.Config.Privacy.GoogleAnalytics -}} {{- if not $pc.Disable -}} {{ with .Site.GoogleAnalytics }} <script type="application/javascript"> {{ template "__ga_js_set_doNotTrack" $ }} if (!doNotTrack) { window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date; {{- if $pc.UseSessionStorage }} if (window.sessionStorage) { var GA_SESSION_STORAGE_KEY = 'ga:clientId'; ga('create', '{{ . }}', { 'storage': 'none', 'clientId': sessionStorage.getItem(GA_SESSION_STORAGE_KEY) }); ga(function(tracker) { sessionStorage.setItem(GA_SESSION_STORAGE_KEY, tracker.get('clientId')); }); } {{ else }} ga('create', '{{ . }}', 'auto'); {{ end -}} {{ if $pc.AnonymizeIP }}ga('set', 'anonymizeIp', true);{{ end }} ga('send', 'pageview'); } </script> <script async src='https://www.google-analytics.com/analytics.js'></script> {{ end }} {{- end -}} `}, {`google_news.html`, `{{ if .IsPage }}{{ with .Params.news_keywords }} <meta name="news_keywords" content="{{ range $i, $kw := first 10 . }}{{ if $i }},{{ end }}{{ $kw }}{{ end }}" /> {{ end }}{{ end }}`}, {`opengraph.html`, `<meta property="og:title" content="{{ .Title }}" /> <meta property="og:description" content="{{ with .Description }}{{ . }}{{ else }}{{if .IsPage}}{{ .Summary }}{{ else }}{{ with .Site.Params.description }}{{ . }}{{ end }}{{ end }}{{ end }}" /> <meta property="og:type" content="{{ if .IsPage }}article{{ else }}website{{ end }}" /> <meta property="og:url" content="{{ .Permalink }}" /> {{ with $.Params.images }}{{ range first 6 . -}} <meta property="og:image" content="{{ . | absURL }}" /> {{ end }}{{ else -}} {{- $images := $.Resources.ByType "image" -}} {{- $featured := $images.GetMatch "*feature*" -}} {{- if not $featured }}{{ $featured = $images.GetMatch "{*cover*,*thumbnail*}" }}{{ end -}} {{- with $featured -}} <meta property="og:image" content="{{ $featured.Permalink }}"/> {{ else -}} {{- with $.Site.Params.images -}} <meta property="og:image" content="{{ index . 0 | absURL }}"/> {{ end }}{{ end }}{{ end }} {{- $iso8601 := "2006-01-02T15:04:05-07:00" -}} {{- if .IsPage }} {{- if not .PublishDate.IsZero }}<meta property="article:published_time" {{ .PublishDate.Format $iso8601 | printf "content=%q" | safeHTMLAttr }} /> {{ else if not .Date.IsZero }}<meta property="article:published_time" {{ .Date.Format $iso8601 | printf "content=%q" | safeHTMLAttr }} /> {{ end }} {{- if not .Lastmod.IsZero }}<meta property="article:modified_time" {{ .Lastmod.Format $iso8601 | printf "content=%q" | safeHTMLAttr }} />{{ end }} {{- else }} {{- if not .Date.IsZero }}<meta property="og:updated_time" {{ .Lastmod.Format $iso8601 | printf "content=%q" | safeHTMLAttr }} /> {{- end }} {{- end }}{{/* .IsPage */}} {{- with .Params.audio }}<meta property="og:audio" content="{{ . }}" />{{ end }} {{- with .Params.locale }}<meta property="og:locale" content="{{ . }}" />{{ end }} {{- with .Site.Params.title }}<meta property="og:site_name" content="{{ . }}" />{{ end }} {{- with .Params.videos }} {{- range . }} <meta property="og:video" content="{{ . | absURL }}" /> {{ end }}{{ end }} {{- /* If it is part of a series, link to related articles */}} {{- $permalink := .Permalink }} {{- $siteSeries := .Site.Taxonomies.series }}{{ with .Params.series }} {{- range $name := . }} {{- $series := index $siteSeries ($name | urlize) }} {{- range $page := first 6 $series.Pages }} {{- if ne $page.Permalink $permalink }}<meta property="og:see_also" content="{{ $page.Permalink }}" />{{ end }} {{- end }} {{ end }}{{ end }} {{- if .IsPage }} {{- range .Site.Authors }}{{ with .Social.facebook }} <meta property="article:author" content="https://www.facebook.com/{{ . }}" />{{ end }}{{ with .Site.Social.facebook }} <meta property="article:publisher" content="https://www.facebook.com/{{ . }}" />{{ end }} <meta property="article:section" content="{{ .Section }}" /> {{- with .Params.tags }}{{ range first 6 . }} <meta property="article:tag" content="{{ . }}" />{{ end }}{{ end }} {{- end }}{{ end }} {{- /* Facebook Page Admin ID for Domain Insights */}} {{- with .Site.Social.facebook_admin }}<meta property="fb:admins" content="{{ . }}" />{{ end }} `}, {`pagination.html`, `{{ $pag := $.Paginator }} {{ if gt $pag.TotalPages 1 -}} <ul class="pagination"> {{ with $pag.First -}} <li class="page-item"> <a href="{{ .URL }}" class="page-link" aria-label="First"><span aria-hidden="true">&laquo;&laquo;</span></a> </li> {{ end -}} <li class="page-item{{ if not $pag.HasPrev }} disabled{{ end }}"> <a {{ if $pag.HasPrev }}href="{{ $pag.Prev.URL }}"{{ end }} class="page-link" aria-label="Previous"><span aria-hidden="true">&laquo;</span></a> </li> {{- $ellipsed := false -}} {{- $shouldEllipse := false -}} {{- range $pag.Pagers -}} {{- $right := sub .TotalPages .PageNumber -}} {{- $showNumber := or (le .PageNumber 3) (eq $right 0) -}} {{- $showNumber := or $showNumber (le .TotalPages 5) -}}{{/* Issue #7523 */}} {{- $showNumber := or $showNumber (and (gt .PageNumber (sub $pag.PageNumber 2)) (lt .PageNumber (add $pag.PageNumber 2))) -}} {{- if $showNumber -}} {{- $ellipsed = false -}} {{- $shouldEllipse = false -}} {{- else -}} {{- $shouldEllipse = not $ellipsed -}} {{- $ellipsed = true -}} {{- end -}} {{- if $showNumber }} <li class="page-item{{ if eq . $pag }} active{{ end }}"> <a class="page-link" href="{{ .URL }}">{{ .PageNumber }}</a> </li> {{- else if $shouldEllipse }} <li class="page-item disabled"> <span aria-hidden="true">&nbsp;&hellip;&nbsp;</span> </li> {{- end -}} {{- end }} <li class="page-item{{ if not $pag.HasNext }} disabled{{ end }}"> <a {{ if $pag.HasNext }}href="{{ $pag.Next.URL }}"{{ end }} class="page-link" aria-label="Next"><span aria-hidden="true">&raquo;</span></a> </li> {{- with $pag.Last }} <li class="page-item"> <a href="{{ .URL }}" class="page-link" aria-label="Last"><span aria-hidden="true">&raquo;&raquo;</span></a> </li> {{- end }} </ul> {{ end }} `}, {`schema.html`, `<meta itemprop="name" content="{{ .Title }}"> <meta itemprop="description" content="{{ with .Description }}{{ . }}{{ else }}{{if .IsPage}}{{ .Summary }}{{ else }}{{ with .Site.Params.description }}{{ . }}{{ end }}{{ end }}{{ end }}"> {{- if .IsPage }}{{ $ISO8601 := "2006-01-02T15:04:05-07:00" }}{{ if not .PublishDate.IsZero }} <meta itemprop="datePublished" {{ .PublishDate.Format $ISO8601 | printf "content=%q" | safeHTMLAttr }} />{{ end }} {{ if not .Lastmod.IsZero }}<meta itemprop="dateModified" {{ .Lastmod.Format $ISO8601 | printf "content=%q" | safeHTMLAttr }} />{{ end }} <meta itemprop="wordCount" content="{{ .WordCount }}"> {{ with $.Params.images }}{{ range first 6 . -}} <meta itemprop="image" content="{{ . | absURL }}"> {{ end }}{{ else -}} {{- $images := $.Resources.ByType "image" -}} {{- $featured := $images.GetMatch "*feature*" -}} {{- if not $featured }}{{ $featured = $images.GetMatch "{*cover*,*thumbnail*}" }}{{ end -}} {{- with $featured -}} <meta itemprop="image" content="{{ $featured.Permalink }}"> {{ else -}} {{- with $.Site.Params.images -}} <meta itemprop="image" content="{{ index . 0 | absURL }}"/> {{ end }}{{ end }}{{ end }} <!-- Output all taxonomies as schema.org keywords --> <meta itemprop="keywords" content="{{ if .IsPage}}{{ range $index, $tag := .Params.tags }}{{ $tag }},{{ end }}{{ else }}{{ range $plural, $terms := .Site.Taxonomies }}{{ range $term, $val := $terms }}{{ printf "%s," $term }}{{ end }}{{ end }}{{ end }}" /> {{- end }} `}, {`shortcodes/__h_simple_assets.html`, `{{ define "__h_simple_css" }}{{/* These template definitions are global. */}} {{- if not (.Page.Scratch.Get "__h_simple_css") -}} {{/* Only include once */}} {{- .Page.Scratch.Set "__h_simple_css" true -}} <style> .__h_video { position: relative; padding-bottom: 56.23%; height: 0; overflow: hidden; width: 100%; background: #000; } .__h_video img { width: 100%; height: auto; color: #000; } .__h_video .play { height: 72px; width: 72px; left: 50%; top: 50%; margin-left: -36px; margin-top: -36px; position: absolute; cursor: pointer; } </style> {{- end -}} {{- end -}} {{- define "__h_simple_icon_play" -}} <svg version="1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 61 61"><circle cx="30.5" cy="30.5" r="30.5" opacity=".8" fill="#000"></circle><path d="M25.3 19.2c-2.1-1.2-3.8-.2-3.8 2.2v18.1c0 2.4 1.7 3.4 3.8 2.2l16.6-9.1c2.1-1.2 2.1-3.2 0-4.4l-16.6-9z" fill="#fff"></path></svg> {{- end -}} `}, {`shortcodes/figure.html`, `<figure{{ with .Get "class" }} class="{{ . }}"{{ end }}> {{- if .Get "link" -}} <a href="{{ .Get "link" }}"{{ with .Get "target" }} target="{{ . }}"{{ end }}{{ with .Get "rel" }} rel="{{ . }}"{{ end }}> {{- end }} <img src="{{ .Get "src" }}" {{- if or (.Get "alt") (.Get "caption") }} alt="{{ with .Get "alt" }}{{ . }}{{ else }}{{ .Get "caption" | markdownify| plainify }}{{ end }}" {{- end -}} {{- with .Get "width" }} width="{{ . }}"{{ end -}} {{- with .Get "height" }} height="{{ . }}"{{ end -}} /> <!-- Closing img tag --> {{- if .Get "link" }}</a>{{ end -}} {{- if or (or (.Get "title") (.Get "caption")) (.Get "attr") -}} <figcaption> {{ with (.Get "title") -}} <h4>{{ . }}</h4> {{- end -}} {{- if or (.Get "caption") (.Get "attr") -}}<p> {{- .Get "caption" | markdownify -}} {{- with .Get "attrlink" }} <a href="{{ . }}"> {{- end -}} {{- .Get "attr" | markdownify -}} {{- if .Get "attrlink" }}</a>{{ end }}</p> {{- end }} </figcaption> {{- end }} </figure> `}, {`shortcodes/gist.html`, `<script type="application/javascript" src="https://gist.github.com/{{ index .Params 0 }}/{{ index .Params 1 }}.js{{if len .Params | eq 3 }}?file={{ index .Params 2 }}{{end}}"></script> `}, {`shortcodes/highlight.html`, `{{ if len .Params | eq 2 }}{{ highlight (trim .Inner "\n\r") (.Get 0) (.Get 1) }}{{ else }}{{ highlight (trim .Inner "\n\r") (.Get 0) "" }}{{ end }}`}, {`shortcodes/instagram.html`, `{{- $pc := .Page.Site.Config.Privacy.Instagram -}} {{- if not $pc.Disable -}} {{- if $pc.Simple -}} {{ template "_internal/shortcodes/instagram_simple.html" . }} {{- else -}} {{ $id := .Get 0 }} {{ $hideCaption := cond (eq (.Get 1) "hidecaption") "1" "0" }} {{ with getJSON "https://api.instagram.com/oembed/?url=https://instagram.com/p/" $id "/&hidecaption=" $hideCaption }}{{ .html | safeHTML }}{{ end }} {{- end -}} {{- end -}}`}, {`shortcodes/instagram_simple.html`, `{{- $pc := .Page.Site.Config.Privacy.Instagram -}} {{- $sc := .Page.Site.Config.Services.Instagram -}} {{- if not $pc.Disable -}} {{- $id := .Get 0 -}} {{- $item := getJSON "https://api.instagram.com/oembed/?url=https://www.instagram.com/p/" $id "/&amp;maxwidth=640&amp;omitscript=true" -}} {{- $class1 := "__h_instagram" -}} {{- $class2 := "s_instagram_simple" -}} {{- $hideCaption := (eq (.Get 1) "hidecaption") -}} {{ with $item }} {{- $mediaURL := printf "https://instagram.com/p/%s/" $id | safeURL -}} {{- if not $sc.DisableInlineCSS -}} {{ template "__h_simple_instagram_css" $ }} {{- end -}} <div class="{{ $class1 }} {{ $class2 }} card" style="max-width: {{ $item.thumbnail_width }}px"> <div class="card-header"> <a href="{{ $item.author_url | safeURL }}" class="card-link">{{ $item.author_name }}</a> </div> <a href="{{ $mediaURL }}" rel="noopener" target="_blank"><img class="card-img-top img-fluid" src="{{ $item.thumbnail_url }}" width="{{ $item.thumbnail_width }}" height="{{ $item.thumbnail_height }}" alt="Instagram Image"></a> <div class="card-body"> {{ if not $hideCaption }}<p class="card-text"><a href="{{ $item.author_url | safeURL }}" class="card-link">{{ $item.author_name }}</a> {{ $item.title}}</p>{{ end }} <a href="{{ $item.author_url | safeURL }}" class="card-link">View More on Instagram</a> </div> </div> {{ end }} {{- end -}} {{ define "__h_simple_instagram_css" }} {{ if not (.Page.Scratch.Get "__h_simple_instagram_css") }} {{/* Only include once */}} {{ .Page.Scratch.Set "__h_simple_instagram_css" true }} <style type="text/css"> .__h_instagram.card { font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; font-size: 14px; border: 1px solid rgb(219, 219, 219); padding: 0; margin-top: 30px; } .__h_instagram.card .card-header, .__h_instagram.card .card-body { padding: 10px 10px 10px; } .__h_instagram.card img { width: 100%; height: auto; } </style> {{ end }} {{ end }}`}, {`shortcodes/param.html`, `{{- $name := (.Get 0) -}} {{- with $name -}} {{- with ($.Page.Param .) }}{{ . }}{{ else }}{{ errorf "Param %q not found: %s" $name $.Position }}{{ end -}} {{- else }}{{ errorf "Missing param key: %s" $.Position }}{{ end -}}`}, {`shortcodes/ref.html`, `{{ ref . .Params }}`}, {`shortcodes/relref.html`, `{{ relref . .Params }}`}, {`shortcodes/twitter.html`, `{{- $pc := .Page.Site.Config.Privacy.Twitter -}} {{- if not $pc.Disable -}} {{- if $pc.Simple -}} {{ template "_internal/shortcodes/twitter_simple.html" . }} {{- else -}} {{- $url := printf "https://api.twitter.com/1/statuses/oembed.json?id=%v&dnt=%t" (index .Params 0) $pc.EnableDNT -}} {{- $json := getJSON $url -}} {{ $json.html | safeHTML }} {{- end -}} {{- end -}}`}, {`shortcodes/twitter_simple.html`, `{{- $pc := .Page.Site.Config.Privacy.Twitter -}} {{- $sc := .Page.Site.Config.Services.Twitter -}} {{- if not $pc.Disable -}} {{- $id := .Get 0 -}} {{- $json := getJSON "https://api.twitter.com/1/statuses/oembed.json?id=" $id "&omit_script=true" -}} {{- if not $sc.DisableInlineCSS -}} {{ template "__h_simple_twitter_css" $ }} {{- end -}} {{ $json.html | safeHTML }} {{- end -}} {{ define "__h_simple_twitter_css" }} {{ if not (.Page.Scratch.Get "__h_simple_twitter_css") }} {{/* Only include once */}} {{ .Page.Scratch.Set "__h_simple_twitter_css" true }} <style type="text/css"> .twitter-tweet { font: 14px/1.45 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; border-left: 4px solid #2b7bb9; padding-left: 1.5em; color: #555; } .twitter-tweet a { color: #2b7bb9; text-decoration: none; } blockquote.twitter-tweet a:hover, blockquote.twitter-tweet a:focus { text-decoration: underline; } </style> {{ end }} {{ end }}`}, {`shortcodes/vimeo.html`, `{{- $pc := .Page.Site.Config.Privacy.Vimeo -}} {{- if not $pc.Disable -}} {{- if $pc.Simple -}} {{ template "_internal/shortcodes/vimeo_simple.html" . }} {{- else -}} {{ if .IsNamedParams }}<div {{ if .Get "class" }}class="{{ .Get "class" }}"{{ else }}style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;"{{ end }}> <iframe src="https://player.vimeo.com/video/{{ .Get "id" }}{{- if $pc.EnableDNT -}}?dnt=1{{- end -}}" {{ if not (.Get "class") }}style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" {{ end }}{{ if .Get "title"}}title="{{ .Get "title" }}"{{ else }}title="vimeo video"{{ end }} webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe> </div>{{ else }} <div {{ if gt (len .Params) 1 }}class="{{ .Get 1 }}"{{ else }}style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;"{{ end }}> <iframe src="https://player.vimeo.com/video/{{ .Get 0 }}{{- if $pc.EnableDNT -}}?dnt=1{{- end -}}" {{ if len .Params | eq 1 }}style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" {{ end }}{{ if len .Params | eq 3 }}title="{{ .Get 2 }}"{{ else }}title="vimeo video"{{ end }} webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe> </div> {{ end }} {{- end -}} {{- end -}}`}, {`shortcodes/vimeo_simple.html`, `{{- $pc := .Page.Site.Config.Privacy.Vimeo -}} {{- if not $pc.Disable -}} {{ $id := .Get "id" | default (.Get 0) }} {{ $dnt := cond (eq $pc.EnableDNT true) "?dnt=1" "" }} {{- $item := getJSON (print "https://vimeo.com/api/oembed.json?url=https://vimeo.com/" $id $dnt) -}} {{ $class := .Get "class" | default (.Get 1) }} {{ $hasClass := $class }} {{ $class := $class | default "__h_video" }} {{ if not $hasClass }} {{/* If class is set, assume the user wants to provide his own styles. */}} {{ template "__h_simple_css" $ }} {{ end }} {{ $secondClass := "s_video_simple" }} <div class="{{ $secondClass }} {{ $class }}"> {{- with $item }} <a href="{{ .provider_url }}{{ .video_id }}" rel="noopener" target="_blank"> {{ $thumb := .thumbnail_url }} {{ $original := $thumb | replaceRE "(_.*\\.)" "." }} <img src="{{ $thumb }}" srcset="{{ $thumb }} 1x, {{ $original }} 2x" alt="{{ .title }}"> <div class="play">{{ template "__h_simple_icon_play" $ }}</div></a></div> {{- end -}} {{- end -}}`}, {`shortcodes/youtube.html`, `{{- $pc := .Page.Site.Config.Privacy.YouTube -}} {{- if not $pc.Disable -}} {{- $ytHost := cond $pc.PrivacyEnhanced "www.youtube-nocookie.com" "www.youtube.com" -}} {{- $id := .Get "id" | default (.Get 0) -}} {{- $class := .Get "class" | default (.Get 1) -}} {{- $title := .Get "title" | default "YouTube Video" }} <div {{ with $class }}class="{{ . }}"{{ else }}style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;"{{ end }}> <iframe src="https://{{ $ytHost }}/embed/{{ $id }}{{ with .Get "autoplay" }}{{ if eq . "true" }}?autoplay=1{{ end }}{{ end }}" {{ if not $class }}style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" {{ end }}allowfullscreen title="{{ $title }}"></iframe> </div> {{ end -}} `}, {`twitter_cards.html`, `{{- with $.Params.images -}} <meta name="twitter:card" content="summary_large_image"/> <meta name="twitter:image" content="{{ index . 0 | absURL }}"/> {{ else -}} {{- $images := $.Resources.ByType "image" -}} {{- $featured := $images.GetMatch "*feature*" -}} {{- if not $featured }}{{ $featured = $images.GetMatch "{*cover*,*thumbnail*}" }}{{ end -}} {{- with $featured -}} <meta name="twitter:card" content="summary_large_image"/> <meta name="twitter:image" content="{{ $featured.Permalink }}"/> {{- else -}} {{- with $.Site.Params.images -}} <meta name="twitter:card" content="summary_large_image"/> <meta name="twitter:image" content="{{ index . 0 | absURL }}"/> {{ else -}} <meta name="twitter:card" content="summary"/> {{- end -}} {{- end -}} {{- end }} <meta name="twitter:title" content="{{ .Title }}"/> <meta name="twitter:description" content="{{ with .Description }}{{ . }}{{ else }}{{if .IsPage}}{{ .Summary }}{{ else }}{{ with .Site.Params.description }}{{ . }}{{ end }}{{ end }}{{ end -}}"/> {{ with .Site.Social.twitter -}} <meta name="twitter:site" content="@{{ . }}"/> {{ end -}} {{ range .Site.Authors }} {{ with .twitter -}} <meta name="twitter:creator" content="@{{ . }}"/> {{ end -}} {{ end -}}`}, }
1
gohugoio/hugo
8,201
Sitemap: exclude "no render" pages
Currently, pages with `render = "never"` get listed in sitemap.xml, even though they have no permalink, resulting in sitemap entries with empty URL fields (i.e. with `<loc></loc>`). Such pages should be excluded from the sitemap.
Jaza
"2021-02-02T22:18:06Z"
"2021-02-06T17:30:10Z"
92c6c40419bdc13b8bb422a212d1d79240356651
4867cd1dea34ee53fb73cede2bcff4792e470104
Sitemap: exclude "no render" pages. Currently, pages with `render = "never"` get listed in sitemap.xml, even though they have no permalink, resulting in sitemap entries with empty URL fields (i.e. with `<loc></loc>`). Such pages should be excluded from the sitemap.
./tpl/tplimpl/embedded/templates/_default/sitemap.xml
{{ printf "<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"yes\"?>" | safeHTML }} <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml"> {{ range .Data.Pages }} <url> <loc>{{ .Permalink }}</loc>{{ if not .Lastmod.IsZero }} <lastmod>{{ safeHTML ( .Lastmod.Format "2006-01-02T15:04:05-07:00" ) }}</lastmod>{{ end }}{{ with .Sitemap.ChangeFreq }} <changefreq>{{ . }}</changefreq>{{ end }}{{ if ge .Sitemap.Priority 0.0 }} <priority>{{ .Sitemap.Priority }}</priority>{{ end }}{{ if .IsTranslated }}{{ range .Translations }} <xhtml:link rel="alternate" hreflang="{{ .Language.Lang }}" href="{{ .Permalink }}" />{{ end }} <xhtml:link rel="alternate" hreflang="{{ .Language.Lang }}" href="{{ .Permalink }}" />{{ end }} </url> {{ end }} </urlset>
{{ printf "<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"yes\"?>" | safeHTML }} <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml"> {{ range .Data.Pages }} {{- if .Permalink -}} <url> <loc>{{ .Permalink }}</loc>{{ if not .Lastmod.IsZero }} <lastmod>{{ safeHTML ( .Lastmod.Format "2006-01-02T15:04:05-07:00" ) }}</lastmod>{{ end }}{{ with .Sitemap.ChangeFreq }} <changefreq>{{ . }}</changefreq>{{ end }}{{ if ge .Sitemap.Priority 0.0 }} <priority>{{ .Sitemap.Priority }}</priority>{{ end }}{{ if .IsTranslated }}{{ range .Translations }} <xhtml:link rel="alternate" hreflang="{{ .Language.Lang }}" href="{{ .Permalink }}" />{{ end }} <xhtml:link rel="alternate" hreflang="{{ .Language.Lang }}" href="{{ .Permalink }}" />{{ end }} </url> {{- end -}} {{ end }} </urlset>
1
gohugoio/hugo
8,201
Sitemap: exclude "no render" pages
Currently, pages with `render = "never"` get listed in sitemap.xml, even though they have no permalink, resulting in sitemap entries with empty URL fields (i.e. with `<loc></loc>`). Such pages should be excluded from the sitemap.
Jaza
"2021-02-02T22:18:06Z"
"2021-02-06T17:30:10Z"
92c6c40419bdc13b8bb422a212d1d79240356651
4867cd1dea34ee53fb73cede2bcff4792e470104
Sitemap: exclude "no render" pages. Currently, pages with `render = "never"` get listed in sitemap.xml, even though they have no permalink, resulting in sitemap entries with empty URL fields (i.e. with `<loc></loc>`). Such pages should be excluded from the sitemap.
./hugolib/paths/baseURL.go
// Copyright 2018 The Hugo Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. package paths import ( "fmt" "net/url" "strings" ) // A BaseURL in Hugo is normally on the form scheme://path, but the // form scheme: is also valid (mailto:[email protected]). type BaseURL struct { url *url.URL urlStr string } func (b BaseURL) String() string { if b.urlStr != "" { return b.urlStr } return b.url.String() } func (b BaseURL) Path() string { return b.url.Path } // HostURL returns the URL to the host root without any path elements. func (b BaseURL) HostURL() string { return strings.TrimSuffix(b.String(), b.Path()) } // WithProtocol returns the BaseURL prefixed with the given protocol. // The Protocol is normally of the form "scheme://", i.e. "webcal://". func (b BaseURL) WithProtocol(protocol string) (string, error) { u := b.URL() scheme := protocol isFullProtocol := strings.HasSuffix(scheme, "://") isOpaqueProtocol := strings.HasSuffix(scheme, ":") if isFullProtocol { scheme = strings.TrimSuffix(scheme, "://") } else if isOpaqueProtocol { scheme = strings.TrimSuffix(scheme, ":") } u.Scheme = scheme if isFullProtocol && u.Opaque != "" { u.Opaque = "//" + u.Opaque } else if isOpaqueProtocol && u.Opaque == "" { return "", fmt.Errorf("cannot determine BaseURL for protocol %q", protocol) } return u.String(), nil } // URL returns a copy of the internal URL. // The copy can be safely used and modified. func (b BaseURL) URL() *url.URL { c := *b.url return &c } func newBaseURLFromString(b string) (BaseURL, error) { var result BaseURL base, err := url.Parse(b) if err != nil { return result, err } return BaseURL{url: base, urlStr: base.String()}, nil }
// Copyright 2018 The Hugo Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. package paths import ( "fmt" "net/url" "strings" ) // A BaseURL in Hugo is normally on the form scheme://path, but the // form scheme: is also valid (mailto:[email protected]). type BaseURL struct { url *url.URL urlStr string } func (b BaseURL) String() string { if b.urlStr != "" { return b.urlStr } return b.url.String() } func (b BaseURL) Path() string { return b.url.Path } // HostURL returns the URL to the host root without any path elements. func (b BaseURL) HostURL() string { return strings.TrimSuffix(b.String(), b.Path()) } // WithProtocol returns the BaseURL prefixed with the given protocol. // The Protocol is normally of the form "scheme://", i.e. "webcal://". func (b BaseURL) WithProtocol(protocol string) (string, error) { u := b.URL() scheme := protocol isFullProtocol := strings.HasSuffix(scheme, "://") isOpaqueProtocol := strings.HasSuffix(scheme, ":") if isFullProtocol { scheme = strings.TrimSuffix(scheme, "://") } else if isOpaqueProtocol { scheme = strings.TrimSuffix(scheme, ":") } u.Scheme = scheme if isFullProtocol && u.Opaque != "" { u.Opaque = "//" + u.Opaque } else if isOpaqueProtocol && u.Opaque == "" { return "", fmt.Errorf("cannot determine BaseURL for protocol %q", protocol) } return u.String(), nil } // URL returns a copy of the internal URL. // The copy can be safely used and modified. func (b BaseURL) URL() *url.URL { c := *b.url return &c } func newBaseURLFromString(b string) (BaseURL, error) { var result BaseURL base, err := url.Parse(b) if err != nil { return result, err } return BaseURL{url: base, urlStr: base.String()}, nil }
-1
gohugoio/hugo
8,201
Sitemap: exclude "no render" pages
Currently, pages with `render = "never"` get listed in sitemap.xml, even though they have no permalink, resulting in sitemap entries with empty URL fields (i.e. with `<loc></loc>`). Such pages should be excluded from the sitemap.
Jaza
"2021-02-02T22:18:06Z"
"2021-02-06T17:30:10Z"
92c6c40419bdc13b8bb422a212d1d79240356651
4867cd1dea34ee53fb73cede2bcff4792e470104
Sitemap: exclude "no render" pages. Currently, pages with `render = "never"` get listed in sitemap.xml, even though they have no permalink, resulting in sitemap entries with empty URL fields (i.e. with `<loc></loc>`). Such pages should be excluded from the sitemap.
./tpl/tplimpl/template.go
// Copyright 2019 The Hugo Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. package tplimpl import ( "io" "os" "path/filepath" "reflect" "regexp" "strings" "sync" "time" "unicode" "unicode/utf8" "github.com/gohugoio/hugo/common/types" "github.com/gohugoio/hugo/helpers" "github.com/gohugoio/hugo/output" "github.com/gohugoio/hugo/deps" "github.com/spf13/afero" "github.com/gohugoio/hugo/common/herrors" "github.com/gohugoio/hugo/hugofs" "github.com/gohugoio/hugo/hugofs/files" "github.com/pkg/errors" "github.com/gohugoio/hugo/tpl/tplimpl/embedded" htmltemplate "github.com/gohugoio/hugo/tpl/internal/go_templates/htmltemplate" texttemplate "github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate" "github.com/gohugoio/hugo/identity" "github.com/gohugoio/hugo/tpl" ) const ( textTmplNamePrefix = "_text/" shortcodesPathPrefix = "shortcodes/" internalPathPrefix = "_internal/" baseFileBase = "baseof" ) // The identifiers may be truncated in the log, e.g. // "executing "main" at <$scaled.SRelPermalin...>: can't evaluate field SRelPermalink in type *resource.Image" var identifiersRe = regexp.MustCompile(`at \<(.*?)(\.{3})?\>:`) var embeddedTemplatesAliases = map[string][]string{ "shortcodes/twitter.html": {"shortcodes/tweet.html"}, } var ( _ tpl.TemplateManager = (*templateExec)(nil) _ tpl.TemplateHandler = (*templateExec)(nil) _ tpl.TemplateFuncGetter = (*templateExec)(nil) _ tpl.TemplateFinder = (*templateExec)(nil) _ tpl.Template = (*templateState)(nil) _ tpl.Info = (*templateState)(nil) ) var baseTemplateDefineRe = regexp.MustCompile(`^{{-?\s*define`) // needsBaseTemplate returns true if the first non-comment template block is a // define block. // If a base template does not exist, we will handle that when it's used. func needsBaseTemplate(templ string) bool { idx := -1 inComment := false for i := 0; i < len(templ); { if !inComment && strings.HasPrefix(templ[i:], "{{/*") { inComment = true i += 4 } else if inComment && strings.HasPrefix(templ[i:], "*/}}") { inComment = false i += 4 } else { r, size := utf8.DecodeRuneInString(templ[i:]) if !inComment { if strings.HasPrefix(templ[i:], "{{") { idx = i break } else if !unicode.IsSpace(r) { break } } i += size } } if idx == -1 { return false } return baseTemplateDefineRe.MatchString(templ[idx:]) } func newIdentity(name string) identity.Manager { return identity.NewManager(identity.NewPathIdentity(files.ComponentFolderLayouts, name)) } func newStandaloneTextTemplate(funcs map[string]interface{}) tpl.TemplateParseFinder { return &textTemplateWrapperWithLock{ RWMutex: &sync.RWMutex{}, Template: texttemplate.New("").Funcs(funcs), } } func newTemplateExec(d *deps.Deps) (*templateExec, error) { exec, funcs := newTemplateExecuter(d) funcMap := make(map[string]interface{}) for k, v := range funcs { funcMap[k] = v.Interface() } h := &templateHandler{ nameBaseTemplateName: make(map[string]string), transformNotFound: make(map[string]*templateState), identityNotFound: make(map[string][]identity.Manager), shortcodes: make(map[string]*shortcodeTemplates), templateInfo: make(map[string]tpl.Info), baseof: make(map[string]templateInfo), needsBaseof: make(map[string]templateInfo), main: newTemplateNamespace(funcMap), Deps: d, layoutHandler: output.NewLayoutHandler(), layoutsFs: d.BaseFs.Layouts.Fs, layoutTemplateCache: make(map[layoutCacheKey]tpl.Template), } if err := h.loadEmbedded(); err != nil { return nil, err } if err := h.loadTemplates(); err != nil { return nil, err } e := &templateExec{ d: d, executor: exec, funcs: funcs, templateHandler: h, } d.SetTmpl(e) d.SetTextTmpl(newStandaloneTextTemplate(funcMap)) if d.WithTemplate != nil { if err := d.WithTemplate(e); err != nil { return nil, err } } return e, nil } func newTemplateNamespace(funcs map[string]interface{}) *templateNamespace { return &templateNamespace{ prototypeHTML: htmltemplate.New("").Funcs(funcs), prototypeText: texttemplate.New("").Funcs(funcs), templateStateMap: &templateStateMap{ templates: make(map[string]*templateState), }, } } func newTemplateState(templ tpl.Template, info templateInfo) *templateState { return &templateState{ info: info, typ: info.resolveType(), Template: templ, Manager: newIdentity(info.name), parseInfo: tpl.DefaultParseInfo, } } type layoutCacheKey struct { d output.LayoutDescriptor f string } type templateExec struct { d *deps.Deps executor texttemplate.Executer funcs map[string]reflect.Value *templateHandler } func (t templateExec) Clone(d *deps.Deps) *templateExec { exec, funcs := newTemplateExecuter(d) t.executor = exec t.funcs = funcs t.d = d return &t } func (t *templateExec) Execute(templ tpl.Template, wr io.Writer, data interface{}) error { if rlocker, ok := templ.(types.RLocker); ok { rlocker.RLock() defer rlocker.RUnlock() } if t.Metrics != nil { defer t.Metrics.MeasureSince(templ.Name(), time.Now()) } execErr := t.executor.Execute(templ, wr, data) if execErr != nil { execErr = t.addFileContext(templ, execErr) } return execErr } func (t *templateExec) GetFunc(name string) (reflect.Value, bool) { v, found := t.funcs[name] return v, found } func (t *templateExec) MarkReady() error { var err error t.readyInit.Do(func() { // We only need the clones if base templates are in use. if len(t.needsBaseof) > 0 { err = t.main.createPrototypes() } }) return err } type templateHandler struct { main *templateNamespace needsBaseof map[string]templateInfo baseof map[string]templateInfo readyInit sync.Once // This is the filesystem to load the templates from. All the templates are // stored in the root of this filesystem. layoutsFs afero.Fs layoutHandler *output.LayoutHandler layoutTemplateCache map[layoutCacheKey]tpl.Template layoutTemplateCacheMu sync.RWMutex *deps.Deps // Used to get proper filenames in errors nameBaseTemplateName map[string]string // Holds name and source of template definitions not found during the first // AST transformation pass. transformNotFound map[string]*templateState // Holds identities of templates not found during first pass. identityNotFound map[string][]identity.Manager // shortcodes maps shortcode name to template variants // (language, output format etc.) of that shortcode. shortcodes map[string]*shortcodeTemplates // templateInfo maps template name to some additional information about that template. // Note that for shortcodes that same information is embedded in the // shortcodeTemplates type. templateInfo map[string]tpl.Info } // AddTemplate parses and adds a template to the collection. // Templates with name prefixed with "_text" will be handled as plain // text templates. func (t *templateHandler) AddTemplate(name, tpl string) error { templ, err := t.addTemplateTo(t.newTemplateInfo(name, tpl), t.main) if err == nil { t.applyTemplateTransformers(t.main, templ) } return err } func (t *templateHandler) Lookup(name string) (tpl.Template, bool) { templ, found := t.main.Lookup(name) if found { return templ, true } return nil, false } func (t *templateHandler) LookupLayout(d output.LayoutDescriptor, f output.Format) (tpl.Template, bool, error) { key := layoutCacheKey{d, f.Name} t.layoutTemplateCacheMu.RLock() if cacheVal, found := t.layoutTemplateCache[key]; found { t.layoutTemplateCacheMu.RUnlock() return cacheVal, true, nil } t.layoutTemplateCacheMu.RUnlock() t.layoutTemplateCacheMu.Lock() defer t.layoutTemplateCacheMu.Unlock() templ, found, err := t.findLayout(d, f) if err == nil && found { t.layoutTemplateCache[key] = templ return templ, true, nil } return nil, false, err } // This currently only applies to shortcodes and what we get here is the // shortcode name. func (t *templateHandler) LookupVariant(name string, variants tpl.TemplateVariants) (tpl.Template, bool, bool) { name = templateBaseName(templateShortcode, name) s, found := t.shortcodes[name] if !found { return nil, false, false } sv, found := s.fromVariants(variants) if !found { return nil, false, false } more := len(s.variants) > 1 return sv.ts, true, more } // LookupVariants returns all variants of name, nil if none found. func (t *templateHandler) LookupVariants(name string) []tpl.Template { name = templateBaseName(templateShortcode, name) s, found := t.shortcodes[name] if !found { return nil } variants := make([]tpl.Template, len(s.variants)) for i := 0; i < len(variants); i++ { variants[i] = s.variants[i].ts } return variants } func (t *templateHandler) HasTemplate(name string) bool { if _, found := t.baseof[name]; found { return true } if _, found := t.needsBaseof[name]; found { return true } _, found := t.Lookup(name) return found } func (t *templateHandler) findLayout(d output.LayoutDescriptor, f output.Format) (tpl.Template, bool, error) { layouts, _ := t.layoutHandler.For(d, f) for _, name := range layouts { templ, found := t.main.Lookup(name) if found { return templ, true, nil } overlay, found := t.needsBaseof[name] if !found { continue } d.Baseof = true baseLayouts, _ := t.layoutHandler.For(d, f) var base templateInfo found = false for _, l := range baseLayouts { base, found = t.baseof[l] if found { break } } templ, err := t.applyBaseTemplate(overlay, base) if err != nil { return nil, false, err } ts := newTemplateState(templ, overlay) if found { ts.baseInfo = base // Add the base identity to detect changes ts.Add(identity.NewPathIdentity(files.ComponentFolderLayouts, base.name)) } t.applyTemplateTransformers(t.main, ts) if err := t.extractPartials(ts.Template); err != nil { return nil, false, err } return ts, true, nil } return nil, false, nil } func (t *templateHandler) findTemplate(name string) *templateState { if templ, found := t.Lookup(name); found { return templ.(*templateState) } return nil } func (t *templateHandler) newTemplateInfo(name, tpl string) templateInfo { var isText bool name, isText = t.nameIsText(name) return templateInfo{ name: name, isText: isText, template: tpl, } } func (t *templateHandler) addFileContext(templ tpl.Template, inerr error) error { if strings.HasPrefix(templ.Name(), "_internal") { return inerr } ts, ok := templ.(*templateState) if !ok { return inerr } //lint:ignore ST1008 the error is the main result checkFilename := func(info templateInfo, inErr error) (error, bool) { if info.filename == "" { return inErr, false } lineMatcher := func(m herrors.LineMatcher) bool { if m.Position.LineNumber != m.LineNumber { return false } identifiers := t.extractIdentifiers(m.Error.Error()) for _, id := range identifiers { if strings.Contains(m.Line, id) { return true } } return false } f, err := t.layoutsFs.Open(info.filename) if err != nil { return inErr, false } defer f.Close() fe, ok := herrors.WithFileContext(inErr, info.realFilename, f, lineMatcher) if ok { return fe, true } return inErr, false } inerr = errors.Wrap(inerr, "execute of template failed") if err, ok := checkFilename(ts.info, inerr); ok { return err } err, _ := checkFilename(ts.baseInfo, inerr) return err } func (t *templateHandler) addShortcodeVariant(ts *templateState) { name := ts.Name() base := templateBaseName(templateShortcode, name) shortcodename, variants := templateNameAndVariants(base) templs, found := t.shortcodes[shortcodename] if !found { templs = &shortcodeTemplates{} t.shortcodes[shortcodename] = templs } sv := shortcodeVariant{variants: variants, ts: ts} i := templs.indexOf(variants) if i != -1 { // Only replace if it's an override of an internal template. if !isInternal(name) { templs.variants[i] = sv } } else { templs.variants = append(templs.variants, sv) } } func (t *templateHandler) addTemplateFile(name, path string) error { getTemplate := func(filename string) (templateInfo, error) { fs := t.Layouts.Fs b, err := afero.ReadFile(fs, filename) if err != nil { return templateInfo{filename: filename, fs: fs}, err } s := removeLeadingBOM(string(b)) realFilename := filename if fi, err := fs.Stat(filename); err == nil { if fim, ok := fi.(hugofs.FileMetaInfo); ok { realFilename = fim.Meta().Filename() } } var isText bool name, isText = t.nameIsText(name) return templateInfo{ name: name, isText: isText, template: s, filename: filename, realFilename: realFilename, fs: fs, }, nil } tinfo, err := getTemplate(path) if err != nil { return err } if isBaseTemplatePath(name) { // Store it for later. t.baseof[name] = tinfo return nil } needsBaseof := !t.noBaseNeeded(name) && needsBaseTemplate(tinfo.template) if needsBaseof { t.needsBaseof[name] = tinfo return nil } templ, err := t.addTemplateTo(tinfo, t.main) if err != nil { return tinfo.errWithFileContext("parse failed", err) } t.applyTemplateTransformers(t.main, templ) return nil } func (t *templateHandler) addTemplateTo(info templateInfo, to *templateNamespace) (*templateState, error) { return to.parse(info) } func (t *templateHandler) applyBaseTemplate(overlay, base templateInfo) (tpl.Template, error) { if overlay.isText { var ( templ = t.main.prototypeTextClone.New(overlay.name) err error ) if !base.IsZero() { templ, err = templ.Parse(base.template) if err != nil { return nil, base.errWithFileContext("parse failed", err) } } templ, err = texttemplate.Must(templ.Clone()).Parse(overlay.template) if err != nil { return nil, overlay.errWithFileContext("parse failed", err) } // The extra lookup is a workaround, see // * https://github.com/golang/go/issues/16101 // * https://github.com/gohugoio/hugo/issues/2549 // templ = templ.Lookup(templ.Name()) return templ, nil } var ( templ = t.main.prototypeHTMLClone.New(overlay.name) err error ) if !base.IsZero() { templ, err = templ.Parse(base.template) if err != nil { return nil, base.errWithFileContext("parse failed", err) } } templ, err = htmltemplate.Must(templ.Clone()).Parse(overlay.template) if err != nil { return nil, overlay.errWithFileContext("parse failed", err) } // The extra lookup is a workaround, see // * https://github.com/golang/go/issues/16101 // * https://github.com/gohugoio/hugo/issues/2549 templ = templ.Lookup(templ.Name()) return templ, err } func (t *templateHandler) applyTemplateTransformers(ns *templateNamespace, ts *templateState) (*templateContext, error) { c, err := applyTemplateTransformers(ts, ns.newTemplateLookup(ts)) if err != nil { return nil, err } for k := range c.templateNotFound { t.transformNotFound[k] = ts t.identityNotFound[k] = append(t.identityNotFound[k], c.t) } for k := range c.identityNotFound { t.identityNotFound[k] = append(t.identityNotFound[k], c.t) } return c, err } func (t *templateHandler) extractIdentifiers(line string) []string { m := identifiersRe.FindAllStringSubmatch(line, -1) identifiers := make([]string, len(m)) for i := 0; i < len(m); i++ { identifiers[i] = m[i][1] } return identifiers } func (t *templateHandler) loadEmbedded() error { for _, kv := range embedded.EmbeddedTemplates { name, templ := kv[0], kv[1] if err := t.AddTemplate(internalPathPrefix+name, templ); err != nil { return err } if aliases, found := embeddedTemplatesAliases[name]; found { // TODO(bep) avoid reparsing these aliases for _, alias := range aliases { alias = internalPathPrefix + alias if err := t.AddTemplate(alias, templ); err != nil { return err } } } } return nil } func (t *templateHandler) loadTemplates() error { walker := func(path string, fi hugofs.FileMetaInfo, err error) error { if err != nil || fi.IsDir() { return err } if isDotFile(path) || isBackupFile(path) { return nil } name := strings.TrimPrefix(filepath.ToSlash(path), "/") filename := filepath.Base(path) outputFormat, found := t.OutputFormatsConfig.FromFilename(filename) if found && outputFormat.IsPlainText { name = textTmplNamePrefix + name } if err := t.addTemplateFile(name, path); err != nil { return err } return nil } if err := helpers.SymbolicWalk(t.Layouts.Fs, "", walker); err != nil { if !os.IsNotExist(err) { return err } return nil } return nil } func (t *templateHandler) nameIsText(name string) (string, bool) { isText := strings.HasPrefix(name, textTmplNamePrefix) if isText { name = strings.TrimPrefix(name, textTmplNamePrefix) } return name, isText } func (t *templateHandler) noBaseNeeded(name string) bool { if strings.HasPrefix(name, "shortcodes/") || strings.HasPrefix(name, "partials/") { return true } return strings.Contains(name, "_markup/") } func (t *templateHandler) extractPartials(templ tpl.Template) error { templs := templates(templ) for _, templ := range templs { if templ.Name() == "" || !strings.HasPrefix(templ.Name(), "partials/") { continue } ts := newTemplateState(templ, templateInfo{name: templ.Name()}) ts.typ = templatePartial t.main.mu.RLock() _, found := t.main.templates[templ.Name()] t.main.mu.RUnlock() if !found { t.main.mu.Lock() // This is a template defined inline. _, err := applyTemplateTransformers(ts, t.main.newTemplateLookup(ts)) if err != nil { t.main.mu.Unlock() return err } t.main.templates[templ.Name()] = ts t.main.mu.Unlock() } } return nil } func (t *templateHandler) postTransform() error { defineCheckedHTML := false defineCheckedText := false for _, v := range t.main.templates { if v.typ == templateShortcode { t.addShortcodeVariant(v) } if defineCheckedHTML && defineCheckedText { continue } isText := isText(v.Template) if isText { if defineCheckedText { continue } defineCheckedText = true } else { if defineCheckedHTML { continue } defineCheckedHTML = true } if err := t.extractPartials(v.Template); err != nil { return err } } for name, source := range t.transformNotFound { lookup := t.main.newTemplateLookup(source) templ := lookup(name) if templ != nil { _, err := applyTemplateTransformers(templ, lookup) if err != nil { return err } } } for k, v := range t.identityNotFound { ts := t.findTemplate(k) if ts != nil { for _, im := range v { im.Add(ts) } } } return nil } type templateNamespace struct { prototypeText *texttemplate.Template prototypeHTML *htmltemplate.Template prototypeTextClone *texttemplate.Template prototypeHTMLClone *htmltemplate.Template *templateStateMap } func (t templateNamespace) Clone() *templateNamespace { t.mu.Lock() defer t.mu.Unlock() t.templateStateMap = &templateStateMap{ templates: make(map[string]*templateState), } t.prototypeText = texttemplate.Must(t.prototypeText.Clone()) t.prototypeHTML = htmltemplate.Must(t.prototypeHTML.Clone()) return &t } func (t *templateNamespace) Lookup(name string) (tpl.Template, bool) { t.mu.RLock() defer t.mu.RUnlock() templ, found := t.templates[name] if !found { return nil, false } return templ, found } func (t *templateNamespace) createPrototypes() error { t.prototypeTextClone = texttemplate.Must(t.prototypeText.Clone()) t.prototypeHTMLClone = htmltemplate.Must(t.prototypeHTML.Clone()) return nil } func (t *templateNamespace) newTemplateLookup(in *templateState) func(name string) *templateState { return func(name string) *templateState { if templ, found := t.templates[name]; found { if templ.isText() != in.isText() { return nil } return templ } if templ, found := findTemplateIn(name, in); found { return newTemplateState(templ, templateInfo{name: templ.Name()}) } return nil } } func (t *templateNamespace) parse(info templateInfo) (*templateState, error) { t.mu.Lock() defer t.mu.Unlock() if info.isText { prototype := t.prototypeText templ, err := prototype.New(info.name).Parse(info.template) if err != nil { return nil, err } ts := newTemplateState(templ, info) t.templates[info.name] = ts return ts, nil } prototype := t.prototypeHTML templ, err := prototype.New(info.name).Parse(info.template) if err != nil { return nil, err } ts := newTemplateState(templ, info) t.templates[info.name] = ts return ts, nil } type templateState struct { tpl.Template typ templateType parseInfo tpl.ParseInfo identity.Manager info templateInfo baseInfo templateInfo // Set when a base template is used. } func (t *templateState) ParseInfo() tpl.ParseInfo { return t.parseInfo } func (t *templateState) isText() bool { return isText(t.Template) } func isText(templ tpl.Template) bool { _, isText := templ.(*texttemplate.Template) return isText } type templateStateMap struct { mu sync.RWMutex templates map[string]*templateState } type templateWrapperWithLock struct { *sync.RWMutex tpl.Template } type textTemplateWrapperWithLock struct { *sync.RWMutex *texttemplate.Template } func (t *textTemplateWrapperWithLock) Lookup(name string) (tpl.Template, bool) { t.RLock() templ := t.Template.Lookup(name) t.RUnlock() if templ == nil { return nil, false } return &textTemplateWrapperWithLock{ RWMutex: t.RWMutex, Template: templ, }, true } func (t *textTemplateWrapperWithLock) LookupVariant(name string, variants tpl.TemplateVariants) (tpl.Template, bool, bool) { panic("not supported") } func (t *textTemplateWrapperWithLock) LookupVariants(name string) []tpl.Template { panic("not supported") } func (t *textTemplateWrapperWithLock) Parse(name, tpl string) (tpl.Template, error) { t.Lock() defer t.Unlock() return t.Template.New(name).Parse(tpl) } func isBackupFile(path string) bool { return path[len(path)-1] == '~' } func isBaseTemplatePath(path string) bool { return strings.Contains(filepath.Base(path), baseFileBase) } func isDotFile(path string) bool { return filepath.Base(path)[0] == '.' } func removeLeadingBOM(s string) string { const bom = '\ufeff' for i, r := range s { if i == 0 && r != bom { return s } if i > 0 { return s[i:] } } return s } // resolves _internal/shortcodes/param.html => param.html etc. func templateBaseName(typ templateType, name string) string { name = strings.TrimPrefix(name, internalPathPrefix) switch typ { case templateShortcode: return strings.TrimPrefix(name, shortcodesPathPrefix) default: panic("not implemented") } } func unwrap(templ tpl.Template) tpl.Template { if ts, ok := templ.(*templateState); ok { return ts.Template } return templ } func templates(in tpl.Template) []tpl.Template { var templs []tpl.Template in = unwrap(in) if textt, ok := in.(*texttemplate.Template); ok { for _, t := range textt.Templates() { templs = append(templs, t) } } if htmlt, ok := in.(*htmltemplate.Template); ok { for _, t := range htmlt.Templates() { templs = append(templs, t) } } return templs }
// Copyright 2019 The Hugo Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. package tplimpl import ( "io" "os" "path/filepath" "reflect" "regexp" "strings" "sync" "time" "unicode" "unicode/utf8" "github.com/gohugoio/hugo/common/types" "github.com/gohugoio/hugo/helpers" "github.com/gohugoio/hugo/output" "github.com/gohugoio/hugo/deps" "github.com/spf13/afero" "github.com/gohugoio/hugo/common/herrors" "github.com/gohugoio/hugo/hugofs" "github.com/gohugoio/hugo/hugofs/files" "github.com/pkg/errors" "github.com/gohugoio/hugo/tpl/tplimpl/embedded" htmltemplate "github.com/gohugoio/hugo/tpl/internal/go_templates/htmltemplate" texttemplate "github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate" "github.com/gohugoio/hugo/identity" "github.com/gohugoio/hugo/tpl" ) const ( textTmplNamePrefix = "_text/" shortcodesPathPrefix = "shortcodes/" internalPathPrefix = "_internal/" baseFileBase = "baseof" ) // The identifiers may be truncated in the log, e.g. // "executing "main" at <$scaled.SRelPermalin...>: can't evaluate field SRelPermalink in type *resource.Image" var identifiersRe = regexp.MustCompile(`at \<(.*?)(\.{3})?\>:`) var embeddedTemplatesAliases = map[string][]string{ "shortcodes/twitter.html": {"shortcodes/tweet.html"}, } var ( _ tpl.TemplateManager = (*templateExec)(nil) _ tpl.TemplateHandler = (*templateExec)(nil) _ tpl.TemplateFuncGetter = (*templateExec)(nil) _ tpl.TemplateFinder = (*templateExec)(nil) _ tpl.Template = (*templateState)(nil) _ tpl.Info = (*templateState)(nil) ) var baseTemplateDefineRe = regexp.MustCompile(`^{{-?\s*define`) // needsBaseTemplate returns true if the first non-comment template block is a // define block. // If a base template does not exist, we will handle that when it's used. func needsBaseTemplate(templ string) bool { idx := -1 inComment := false for i := 0; i < len(templ); { if !inComment && strings.HasPrefix(templ[i:], "{{/*") { inComment = true i += 4 } else if inComment && strings.HasPrefix(templ[i:], "*/}}") { inComment = false i += 4 } else { r, size := utf8.DecodeRuneInString(templ[i:]) if !inComment { if strings.HasPrefix(templ[i:], "{{") { idx = i break } else if !unicode.IsSpace(r) { break } } i += size } } if idx == -1 { return false } return baseTemplateDefineRe.MatchString(templ[idx:]) } func newIdentity(name string) identity.Manager { return identity.NewManager(identity.NewPathIdentity(files.ComponentFolderLayouts, name)) } func newStandaloneTextTemplate(funcs map[string]interface{}) tpl.TemplateParseFinder { return &textTemplateWrapperWithLock{ RWMutex: &sync.RWMutex{}, Template: texttemplate.New("").Funcs(funcs), } } func newTemplateExec(d *deps.Deps) (*templateExec, error) { exec, funcs := newTemplateExecuter(d) funcMap := make(map[string]interface{}) for k, v := range funcs { funcMap[k] = v.Interface() } h := &templateHandler{ nameBaseTemplateName: make(map[string]string), transformNotFound: make(map[string]*templateState), identityNotFound: make(map[string][]identity.Manager), shortcodes: make(map[string]*shortcodeTemplates), templateInfo: make(map[string]tpl.Info), baseof: make(map[string]templateInfo), needsBaseof: make(map[string]templateInfo), main: newTemplateNamespace(funcMap), Deps: d, layoutHandler: output.NewLayoutHandler(), layoutsFs: d.BaseFs.Layouts.Fs, layoutTemplateCache: make(map[layoutCacheKey]tpl.Template), } if err := h.loadEmbedded(); err != nil { return nil, err } if err := h.loadTemplates(); err != nil { return nil, err } e := &templateExec{ d: d, executor: exec, funcs: funcs, templateHandler: h, } d.SetTmpl(e) d.SetTextTmpl(newStandaloneTextTemplate(funcMap)) if d.WithTemplate != nil { if err := d.WithTemplate(e); err != nil { return nil, err } } return e, nil } func newTemplateNamespace(funcs map[string]interface{}) *templateNamespace { return &templateNamespace{ prototypeHTML: htmltemplate.New("").Funcs(funcs), prototypeText: texttemplate.New("").Funcs(funcs), templateStateMap: &templateStateMap{ templates: make(map[string]*templateState), }, } } func newTemplateState(templ tpl.Template, info templateInfo) *templateState { return &templateState{ info: info, typ: info.resolveType(), Template: templ, Manager: newIdentity(info.name), parseInfo: tpl.DefaultParseInfo, } } type layoutCacheKey struct { d output.LayoutDescriptor f string } type templateExec struct { d *deps.Deps executor texttemplate.Executer funcs map[string]reflect.Value *templateHandler } func (t templateExec) Clone(d *deps.Deps) *templateExec { exec, funcs := newTemplateExecuter(d) t.executor = exec t.funcs = funcs t.d = d return &t } func (t *templateExec) Execute(templ tpl.Template, wr io.Writer, data interface{}) error { if rlocker, ok := templ.(types.RLocker); ok { rlocker.RLock() defer rlocker.RUnlock() } if t.Metrics != nil { defer t.Metrics.MeasureSince(templ.Name(), time.Now()) } execErr := t.executor.Execute(templ, wr, data) if execErr != nil { execErr = t.addFileContext(templ, execErr) } return execErr } func (t *templateExec) GetFunc(name string) (reflect.Value, bool) { v, found := t.funcs[name] return v, found } func (t *templateExec) MarkReady() error { var err error t.readyInit.Do(func() { // We only need the clones if base templates are in use. if len(t.needsBaseof) > 0 { err = t.main.createPrototypes() } }) return err } type templateHandler struct { main *templateNamespace needsBaseof map[string]templateInfo baseof map[string]templateInfo readyInit sync.Once // This is the filesystem to load the templates from. All the templates are // stored in the root of this filesystem. layoutsFs afero.Fs layoutHandler *output.LayoutHandler layoutTemplateCache map[layoutCacheKey]tpl.Template layoutTemplateCacheMu sync.RWMutex *deps.Deps // Used to get proper filenames in errors nameBaseTemplateName map[string]string // Holds name and source of template definitions not found during the first // AST transformation pass. transformNotFound map[string]*templateState // Holds identities of templates not found during first pass. identityNotFound map[string][]identity.Manager // shortcodes maps shortcode name to template variants // (language, output format etc.) of that shortcode. shortcodes map[string]*shortcodeTemplates // templateInfo maps template name to some additional information about that template. // Note that for shortcodes that same information is embedded in the // shortcodeTemplates type. templateInfo map[string]tpl.Info } // AddTemplate parses and adds a template to the collection. // Templates with name prefixed with "_text" will be handled as plain // text templates. func (t *templateHandler) AddTemplate(name, tpl string) error { templ, err := t.addTemplateTo(t.newTemplateInfo(name, tpl), t.main) if err == nil { t.applyTemplateTransformers(t.main, templ) } return err } func (t *templateHandler) Lookup(name string) (tpl.Template, bool) { templ, found := t.main.Lookup(name) if found { return templ, true } return nil, false } func (t *templateHandler) LookupLayout(d output.LayoutDescriptor, f output.Format) (tpl.Template, bool, error) { key := layoutCacheKey{d, f.Name} t.layoutTemplateCacheMu.RLock() if cacheVal, found := t.layoutTemplateCache[key]; found { t.layoutTemplateCacheMu.RUnlock() return cacheVal, true, nil } t.layoutTemplateCacheMu.RUnlock() t.layoutTemplateCacheMu.Lock() defer t.layoutTemplateCacheMu.Unlock() templ, found, err := t.findLayout(d, f) if err == nil && found { t.layoutTemplateCache[key] = templ return templ, true, nil } return nil, false, err } // This currently only applies to shortcodes and what we get here is the // shortcode name. func (t *templateHandler) LookupVariant(name string, variants tpl.TemplateVariants) (tpl.Template, bool, bool) { name = templateBaseName(templateShortcode, name) s, found := t.shortcodes[name] if !found { return nil, false, false } sv, found := s.fromVariants(variants) if !found { return nil, false, false } more := len(s.variants) > 1 return sv.ts, true, more } // LookupVariants returns all variants of name, nil if none found. func (t *templateHandler) LookupVariants(name string) []tpl.Template { name = templateBaseName(templateShortcode, name) s, found := t.shortcodes[name] if !found { return nil } variants := make([]tpl.Template, len(s.variants)) for i := 0; i < len(variants); i++ { variants[i] = s.variants[i].ts } return variants } func (t *templateHandler) HasTemplate(name string) bool { if _, found := t.baseof[name]; found { return true } if _, found := t.needsBaseof[name]; found { return true } _, found := t.Lookup(name) return found } func (t *templateHandler) findLayout(d output.LayoutDescriptor, f output.Format) (tpl.Template, bool, error) { layouts, _ := t.layoutHandler.For(d, f) for _, name := range layouts { templ, found := t.main.Lookup(name) if found { return templ, true, nil } overlay, found := t.needsBaseof[name] if !found { continue } d.Baseof = true baseLayouts, _ := t.layoutHandler.For(d, f) var base templateInfo found = false for _, l := range baseLayouts { base, found = t.baseof[l] if found { break } } templ, err := t.applyBaseTemplate(overlay, base) if err != nil { return nil, false, err } ts := newTemplateState(templ, overlay) if found { ts.baseInfo = base // Add the base identity to detect changes ts.Add(identity.NewPathIdentity(files.ComponentFolderLayouts, base.name)) } t.applyTemplateTransformers(t.main, ts) if err := t.extractPartials(ts.Template); err != nil { return nil, false, err } return ts, true, nil } return nil, false, nil } func (t *templateHandler) findTemplate(name string) *templateState { if templ, found := t.Lookup(name); found { return templ.(*templateState) } return nil } func (t *templateHandler) newTemplateInfo(name, tpl string) templateInfo { var isText bool name, isText = t.nameIsText(name) return templateInfo{ name: name, isText: isText, template: tpl, } } func (t *templateHandler) addFileContext(templ tpl.Template, inerr error) error { if strings.HasPrefix(templ.Name(), "_internal") { return inerr } ts, ok := templ.(*templateState) if !ok { return inerr } //lint:ignore ST1008 the error is the main result checkFilename := func(info templateInfo, inErr error) (error, bool) { if info.filename == "" { return inErr, false } lineMatcher := func(m herrors.LineMatcher) bool { if m.Position.LineNumber != m.LineNumber { return false } identifiers := t.extractIdentifiers(m.Error.Error()) for _, id := range identifiers { if strings.Contains(m.Line, id) { return true } } return false } f, err := t.layoutsFs.Open(info.filename) if err != nil { return inErr, false } defer f.Close() fe, ok := herrors.WithFileContext(inErr, info.realFilename, f, lineMatcher) if ok { return fe, true } return inErr, false } inerr = errors.Wrap(inerr, "execute of template failed") if err, ok := checkFilename(ts.info, inerr); ok { return err } err, _ := checkFilename(ts.baseInfo, inerr) return err } func (t *templateHandler) addShortcodeVariant(ts *templateState) { name := ts.Name() base := templateBaseName(templateShortcode, name) shortcodename, variants := templateNameAndVariants(base) templs, found := t.shortcodes[shortcodename] if !found { templs = &shortcodeTemplates{} t.shortcodes[shortcodename] = templs } sv := shortcodeVariant{variants: variants, ts: ts} i := templs.indexOf(variants) if i != -1 { // Only replace if it's an override of an internal template. if !isInternal(name) { templs.variants[i] = sv } } else { templs.variants = append(templs.variants, sv) } } func (t *templateHandler) addTemplateFile(name, path string) error { getTemplate := func(filename string) (templateInfo, error) { fs := t.Layouts.Fs b, err := afero.ReadFile(fs, filename) if err != nil { return templateInfo{filename: filename, fs: fs}, err } s := removeLeadingBOM(string(b)) realFilename := filename if fi, err := fs.Stat(filename); err == nil { if fim, ok := fi.(hugofs.FileMetaInfo); ok { realFilename = fim.Meta().Filename() } } var isText bool name, isText = t.nameIsText(name) return templateInfo{ name: name, isText: isText, template: s, filename: filename, realFilename: realFilename, fs: fs, }, nil } tinfo, err := getTemplate(path) if err != nil { return err } if isBaseTemplatePath(name) { // Store it for later. t.baseof[name] = tinfo return nil } needsBaseof := !t.noBaseNeeded(name) && needsBaseTemplate(tinfo.template) if needsBaseof { t.needsBaseof[name] = tinfo return nil } templ, err := t.addTemplateTo(tinfo, t.main) if err != nil { return tinfo.errWithFileContext("parse failed", err) } t.applyTemplateTransformers(t.main, templ) return nil } func (t *templateHandler) addTemplateTo(info templateInfo, to *templateNamespace) (*templateState, error) { return to.parse(info) } func (t *templateHandler) applyBaseTemplate(overlay, base templateInfo) (tpl.Template, error) { if overlay.isText { var ( templ = t.main.prototypeTextClone.New(overlay.name) err error ) if !base.IsZero() { templ, err = templ.Parse(base.template) if err != nil { return nil, base.errWithFileContext("parse failed", err) } } templ, err = texttemplate.Must(templ.Clone()).Parse(overlay.template) if err != nil { return nil, overlay.errWithFileContext("parse failed", err) } // The extra lookup is a workaround, see // * https://github.com/golang/go/issues/16101 // * https://github.com/gohugoio/hugo/issues/2549 // templ = templ.Lookup(templ.Name()) return templ, nil } var ( templ = t.main.prototypeHTMLClone.New(overlay.name) err error ) if !base.IsZero() { templ, err = templ.Parse(base.template) if err != nil { return nil, base.errWithFileContext("parse failed", err) } } templ, err = htmltemplate.Must(templ.Clone()).Parse(overlay.template) if err != nil { return nil, overlay.errWithFileContext("parse failed", err) } // The extra lookup is a workaround, see // * https://github.com/golang/go/issues/16101 // * https://github.com/gohugoio/hugo/issues/2549 templ = templ.Lookup(templ.Name()) return templ, err } func (t *templateHandler) applyTemplateTransformers(ns *templateNamespace, ts *templateState) (*templateContext, error) { c, err := applyTemplateTransformers(ts, ns.newTemplateLookup(ts)) if err != nil { return nil, err } for k := range c.templateNotFound { t.transformNotFound[k] = ts t.identityNotFound[k] = append(t.identityNotFound[k], c.t) } for k := range c.identityNotFound { t.identityNotFound[k] = append(t.identityNotFound[k], c.t) } return c, err } func (t *templateHandler) extractIdentifiers(line string) []string { m := identifiersRe.FindAllStringSubmatch(line, -1) identifiers := make([]string, len(m)) for i := 0; i < len(m); i++ { identifiers[i] = m[i][1] } return identifiers } func (t *templateHandler) loadEmbedded() error { for _, kv := range embedded.EmbeddedTemplates { name, templ := kv[0], kv[1] if err := t.AddTemplate(internalPathPrefix+name, templ); err != nil { return err } if aliases, found := embeddedTemplatesAliases[name]; found { // TODO(bep) avoid reparsing these aliases for _, alias := range aliases { alias = internalPathPrefix + alias if err := t.AddTemplate(alias, templ); err != nil { return err } } } } return nil } func (t *templateHandler) loadTemplates() error { walker := func(path string, fi hugofs.FileMetaInfo, err error) error { if err != nil || fi.IsDir() { return err } if isDotFile(path) || isBackupFile(path) { return nil } name := strings.TrimPrefix(filepath.ToSlash(path), "/") filename := filepath.Base(path) outputFormat, found := t.OutputFormatsConfig.FromFilename(filename) if found && outputFormat.IsPlainText { name = textTmplNamePrefix + name } if err := t.addTemplateFile(name, path); err != nil { return err } return nil } if err := helpers.SymbolicWalk(t.Layouts.Fs, "", walker); err != nil { if !os.IsNotExist(err) { return err } return nil } return nil } func (t *templateHandler) nameIsText(name string) (string, bool) { isText := strings.HasPrefix(name, textTmplNamePrefix) if isText { name = strings.TrimPrefix(name, textTmplNamePrefix) } return name, isText } func (t *templateHandler) noBaseNeeded(name string) bool { if strings.HasPrefix(name, "shortcodes/") || strings.HasPrefix(name, "partials/") { return true } return strings.Contains(name, "_markup/") } func (t *templateHandler) extractPartials(templ tpl.Template) error { templs := templates(templ) for _, templ := range templs { if templ.Name() == "" || !strings.HasPrefix(templ.Name(), "partials/") { continue } ts := newTemplateState(templ, templateInfo{name: templ.Name()}) ts.typ = templatePartial t.main.mu.RLock() _, found := t.main.templates[templ.Name()] t.main.mu.RUnlock() if !found { t.main.mu.Lock() // This is a template defined inline. _, err := applyTemplateTransformers(ts, t.main.newTemplateLookup(ts)) if err != nil { t.main.mu.Unlock() return err } t.main.templates[templ.Name()] = ts t.main.mu.Unlock() } } return nil } func (t *templateHandler) postTransform() error { defineCheckedHTML := false defineCheckedText := false for _, v := range t.main.templates { if v.typ == templateShortcode { t.addShortcodeVariant(v) } if defineCheckedHTML && defineCheckedText { continue } isText := isText(v.Template) if isText { if defineCheckedText { continue } defineCheckedText = true } else { if defineCheckedHTML { continue } defineCheckedHTML = true } if err := t.extractPartials(v.Template); err != nil { return err } } for name, source := range t.transformNotFound { lookup := t.main.newTemplateLookup(source) templ := lookup(name) if templ != nil { _, err := applyTemplateTransformers(templ, lookup) if err != nil { return err } } } for k, v := range t.identityNotFound { ts := t.findTemplate(k) if ts != nil { for _, im := range v { im.Add(ts) } } } return nil } type templateNamespace struct { prototypeText *texttemplate.Template prototypeHTML *htmltemplate.Template prototypeTextClone *texttemplate.Template prototypeHTMLClone *htmltemplate.Template *templateStateMap } func (t templateNamespace) Clone() *templateNamespace { t.mu.Lock() defer t.mu.Unlock() t.templateStateMap = &templateStateMap{ templates: make(map[string]*templateState), } t.prototypeText = texttemplate.Must(t.prototypeText.Clone()) t.prototypeHTML = htmltemplate.Must(t.prototypeHTML.Clone()) return &t } func (t *templateNamespace) Lookup(name string) (tpl.Template, bool) { t.mu.RLock() defer t.mu.RUnlock() templ, found := t.templates[name] if !found { return nil, false } return templ, found } func (t *templateNamespace) createPrototypes() error { t.prototypeTextClone = texttemplate.Must(t.prototypeText.Clone()) t.prototypeHTMLClone = htmltemplate.Must(t.prototypeHTML.Clone()) return nil } func (t *templateNamespace) newTemplateLookup(in *templateState) func(name string) *templateState { return func(name string) *templateState { if templ, found := t.templates[name]; found { if templ.isText() != in.isText() { return nil } return templ } if templ, found := findTemplateIn(name, in); found { return newTemplateState(templ, templateInfo{name: templ.Name()}) } return nil } } func (t *templateNamespace) parse(info templateInfo) (*templateState, error) { t.mu.Lock() defer t.mu.Unlock() if info.isText { prototype := t.prototypeText templ, err := prototype.New(info.name).Parse(info.template) if err != nil { return nil, err } ts := newTemplateState(templ, info) t.templates[info.name] = ts return ts, nil } prototype := t.prototypeHTML templ, err := prototype.New(info.name).Parse(info.template) if err != nil { return nil, err } ts := newTemplateState(templ, info) t.templates[info.name] = ts return ts, nil } type templateState struct { tpl.Template typ templateType parseInfo tpl.ParseInfo identity.Manager info templateInfo baseInfo templateInfo // Set when a base template is used. } func (t *templateState) ParseInfo() tpl.ParseInfo { return t.parseInfo } func (t *templateState) isText() bool { return isText(t.Template) } func isText(templ tpl.Template) bool { _, isText := templ.(*texttemplate.Template) return isText } type templateStateMap struct { mu sync.RWMutex templates map[string]*templateState } type templateWrapperWithLock struct { *sync.RWMutex tpl.Template } type textTemplateWrapperWithLock struct { *sync.RWMutex *texttemplate.Template } func (t *textTemplateWrapperWithLock) Lookup(name string) (tpl.Template, bool) { t.RLock() templ := t.Template.Lookup(name) t.RUnlock() if templ == nil { return nil, false } return &textTemplateWrapperWithLock{ RWMutex: t.RWMutex, Template: templ, }, true } func (t *textTemplateWrapperWithLock) LookupVariant(name string, variants tpl.TemplateVariants) (tpl.Template, bool, bool) { panic("not supported") } func (t *textTemplateWrapperWithLock) LookupVariants(name string) []tpl.Template { panic("not supported") } func (t *textTemplateWrapperWithLock) Parse(name, tpl string) (tpl.Template, error) { t.Lock() defer t.Unlock() return t.Template.New(name).Parse(tpl) } func isBackupFile(path string) bool { return path[len(path)-1] == '~' } func isBaseTemplatePath(path string) bool { return strings.Contains(filepath.Base(path), baseFileBase) } func isDotFile(path string) bool { return filepath.Base(path)[0] == '.' } func removeLeadingBOM(s string) string { const bom = '\ufeff' for i, r := range s { if i == 0 && r != bom { return s } if i > 0 { return s[i:] } } return s } // resolves _internal/shortcodes/param.html => param.html etc. func templateBaseName(typ templateType, name string) string { name = strings.TrimPrefix(name, internalPathPrefix) switch typ { case templateShortcode: return strings.TrimPrefix(name, shortcodesPathPrefix) default: panic("not implemented") } } func unwrap(templ tpl.Template) tpl.Template { if ts, ok := templ.(*templateState); ok { return ts.Template } return templ } func templates(in tpl.Template) []tpl.Template { var templs []tpl.Template in = unwrap(in) if textt, ok := in.(*texttemplate.Template); ok { for _, t := range textt.Templates() { templs = append(templs, t) } } if htmlt, ok := in.(*htmltemplate.Template); ok { for _, t := range htmlt.Templates() { templs = append(templs, t) } } return templs }
-1
gohugoio/hugo
8,201
Sitemap: exclude "no render" pages
Currently, pages with `render = "never"` get listed in sitemap.xml, even though they have no permalink, resulting in sitemap entries with empty URL fields (i.e. with `<loc></loc>`). Such pages should be excluded from the sitemap.
Jaza
"2021-02-02T22:18:06Z"
"2021-02-06T17:30:10Z"
92c6c40419bdc13b8bb422a212d1d79240356651
4867cd1dea34ee53fb73cede2bcff4792e470104
Sitemap: exclude "no render" pages. Currently, pages with `render = "never"` get listed in sitemap.xml, even though they have no permalink, resulting in sitemap entries with empty URL fields (i.e. with `<loc></loc>`). Such pages should be excluded from the sitemap.
./tpl/time/init_test.go
// Copyright 2017 The Hugo Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. package time import ( "testing" "github.com/gohugoio/hugo/htesting/hqt" qt "github.com/frankban/quicktest" "github.com/gohugoio/hugo/deps" "github.com/gohugoio/hugo/tpl/internal" ) func TestInit(t *testing.T) { c := qt.New(t) var found bool var ns *internal.TemplateFuncsNamespace for _, nsf := range internal.TemplateFuncsNamespaceRegistry { ns = nsf(&deps.Deps{}) if ns.Name == name { found = true break } } c.Assert(found, qt.Equals, true) c.Assert(ns.Context(), hqt.IsSameType, &Namespace{}) }
// Copyright 2017 The Hugo Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. package time import ( "testing" "github.com/gohugoio/hugo/htesting/hqt" qt "github.com/frankban/quicktest" "github.com/gohugoio/hugo/deps" "github.com/gohugoio/hugo/tpl/internal" ) func TestInit(t *testing.T) { c := qt.New(t) var found bool var ns *internal.TemplateFuncsNamespace for _, nsf := range internal.TemplateFuncsNamespaceRegistry { ns = nsf(&deps.Deps{}) if ns.Name == name { found = true break } } c.Assert(found, qt.Equals, true) c.Assert(ns.Context(), hqt.IsSameType, &Namespace{}) }
-1
gohugoio/hugo
8,201
Sitemap: exclude "no render" pages
Currently, pages with `render = "never"` get listed in sitemap.xml, even though they have no permalink, resulting in sitemap entries with empty URL fields (i.e. with `<loc></loc>`). Such pages should be excluded from the sitemap.
Jaza
"2021-02-02T22:18:06Z"
"2021-02-06T17:30:10Z"
92c6c40419bdc13b8bb422a212d1d79240356651
4867cd1dea34ee53fb73cede2bcff4792e470104
Sitemap: exclude "no render" pages. Currently, pages with `render = "never"` get listed in sitemap.xml, even though they have no permalink, resulting in sitemap entries with empty URL fields (i.e. with `<loc></loc>`). Such pages should be excluded from the sitemap.
./resources/resource_metadata_test.go
// Copyright 2019 The Hugo Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. package resources import ( "testing" "github.com/gohugoio/hugo/media" "github.com/gohugoio/hugo/resources/resource" qt "github.com/frankban/quicktest" ) func TestAssignMetadata(t *testing.T) { c := qt.New(t) spec := newTestResourceSpec(specDescriptor{c: c}) var foo1, foo2, foo3, logo1, logo2, logo3 resource.Resource var resources resource.Resources for _, this := range []struct { metaData []map[string]interface{} assertFunc func(err error) }{ {[]map[string]interface{}{ { "title": "My Resource", "name": "My Name", "src": "*", }, }, func(err error) { c.Assert(logo1.Title(), qt.Equals, "My Resource") c.Assert(logo1.Name(), qt.Equals, "My Name") c.Assert(foo2.Name(), qt.Equals, "My Name") }}, {[]map[string]interface{}{ { "title": "My Logo", "src": "*loGo*", }, { "title": "My Resource", "name": "My Name", "src": "*", }, }, func(err error) { c.Assert(logo1.Title(), qt.Equals, "My Logo") c.Assert(logo2.Title(), qt.Equals, "My Logo") c.Assert(logo1.Name(), qt.Equals, "My Name") c.Assert(foo2.Name(), qt.Equals, "My Name") c.Assert(foo3.Name(), qt.Equals, "My Name") c.Assert(foo3.Title(), qt.Equals, "My Resource") }}, {[]map[string]interface{}{ { "title": "My Logo", "src": "*loGo*", "params": map[string]interface{}{ "Param1": true, "icon": "logo", }, }, { "title": "My Resource", "src": "*", "params": map[string]interface{}{ "Param2": true, "icon": "resource", }, }, }, func(err error) { c.Assert(err, qt.IsNil) c.Assert(logo1.Title(), qt.Equals, "My Logo") c.Assert(foo3.Title(), qt.Equals, "My Resource") _, p1 := logo2.Params()["param1"] _, p2 := foo2.Params()["param2"] _, p1_2 := foo2.Params()["param1"] _, p2_2 := logo2.Params()["param2"] icon1 := logo2.Params()["icon"] icon2 := foo2.Params()["icon"] c.Assert(p1, qt.Equals, true) c.Assert(p2, qt.Equals, true) // Check merge c.Assert(p2_2, qt.Equals, true) c.Assert(p1_2, qt.Equals, false) c.Assert(icon1, qt.Equals, "logo") c.Assert(icon2, qt.Equals, "resource") }}, {[]map[string]interface{}{ { "name": "Logo Name #:counter", "src": "*logo*", }, { "title": "Resource #:counter", "name": "Name #:counter", "src": "*", }, }, func(err error) { c.Assert(err, qt.IsNil) c.Assert(logo2.Title(), qt.Equals, "Resource #2") c.Assert(logo2.Name(), qt.Equals, "Logo Name #1") c.Assert(logo1.Title(), qt.Equals, "Resource #4") c.Assert(logo1.Name(), qt.Equals, "Logo Name #2") c.Assert(foo2.Title(), qt.Equals, "Resource #1") c.Assert(foo1.Title(), qt.Equals, "Resource #3") c.Assert(foo1.Name(), qt.Equals, "Name #2") c.Assert(foo3.Title(), qt.Equals, "Resource #5") c.Assert(resources.GetMatch("logo name #1*"), qt.Equals, logo2) }}, {[]map[string]interface{}{ { "title": "Third Logo #:counter", "src": "logo3.png", }, { "title": "Other Logo #:counter", "name": "Name #:counter", "src": "logo*", }, }, func(err error) { c.Assert(err, qt.IsNil) c.Assert(logo3.Title(), qt.Equals, "Third Logo #1") c.Assert(logo3.Name(), qt.Equals, "Name #3") c.Assert(logo2.Title(), qt.Equals, "Other Logo #1") c.Assert(logo2.Name(), qt.Equals, "Name #1") c.Assert(logo1.Title(), qt.Equals, "Other Logo #2") c.Assert(logo1.Name(), qt.Equals, "Name #2") }}, {[]map[string]interface{}{ { "title": "Third Logo", "src": "logo3.png", }, { "title": "Other Logo #:counter", "name": "Name #:counter", "src": "logo*", }, }, func(err error) { c.Assert(err, qt.IsNil) c.Assert(logo3.Title(), qt.Equals, "Third Logo") c.Assert(logo3.Name(), qt.Equals, "Name #3") c.Assert(logo2.Title(), qt.Equals, "Other Logo #1") c.Assert(logo2.Name(), qt.Equals, "Name #1") c.Assert(logo1.Title(), qt.Equals, "Other Logo #2") c.Assert(logo1.Name(), qt.Equals, "Name #2") }}, {[]map[string]interface{}{ { "name": "third-logo", "src": "logo3.png", }, { "title": "Logo #:counter", "name": "Name #:counter", "src": "logo*", }, }, func(err error) { c.Assert(err, qt.IsNil) c.Assert(logo3.Title(), qt.Equals, "Logo #3") c.Assert(logo3.Name(), qt.Equals, "third-logo") c.Assert(logo2.Title(), qt.Equals, "Logo #1") c.Assert(logo2.Name(), qt.Equals, "Name #1") c.Assert(logo1.Title(), qt.Equals, "Logo #2") c.Assert(logo1.Name(), qt.Equals, "Name #2") }}, {[]map[string]interface{}{ { "title": "Third Logo #:counter", }, }, func(err error) { // Missing src c.Assert(err, qt.Not(qt.IsNil)) }}, {[]map[string]interface{}{ { "title": "Title", "src": "[]", }, }, func(err error) { // Invalid pattern c.Assert(err, qt.Not(qt.IsNil)) }}, } { foo2 = spec.newGenericResource(nil, nil, nil, "/b/foo2.css", "foo2.css", media.CSSType) logo2 = spec.newGenericResource(nil, nil, nil, "/b/Logo2.png", "Logo2.png", pngType) foo1 = spec.newGenericResource(nil, nil, nil, "/a/foo1.css", "foo1.css", media.CSSType) logo1 = spec.newGenericResource(nil, nil, nil, "/a/logo1.png", "logo1.png", pngType) foo3 = spec.newGenericResource(nil, nil, nil, "/b/foo3.css", "foo3.css", media.CSSType) logo3 = spec.newGenericResource(nil, nil, nil, "/b/logo3.png", "logo3.png", pngType) resources = resource.Resources{ foo2, logo2, foo1, logo1, foo3, logo3, } this.assertFunc(AssignMetadata(this.metaData, resources...)) } }
// Copyright 2019 The Hugo Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. package resources import ( "testing" "github.com/gohugoio/hugo/media" "github.com/gohugoio/hugo/resources/resource" qt "github.com/frankban/quicktest" ) func TestAssignMetadata(t *testing.T) { c := qt.New(t) spec := newTestResourceSpec(specDescriptor{c: c}) var foo1, foo2, foo3, logo1, logo2, logo3 resource.Resource var resources resource.Resources for _, this := range []struct { metaData []map[string]interface{} assertFunc func(err error) }{ {[]map[string]interface{}{ { "title": "My Resource", "name": "My Name", "src": "*", }, }, func(err error) { c.Assert(logo1.Title(), qt.Equals, "My Resource") c.Assert(logo1.Name(), qt.Equals, "My Name") c.Assert(foo2.Name(), qt.Equals, "My Name") }}, {[]map[string]interface{}{ { "title": "My Logo", "src": "*loGo*", }, { "title": "My Resource", "name": "My Name", "src": "*", }, }, func(err error) { c.Assert(logo1.Title(), qt.Equals, "My Logo") c.Assert(logo2.Title(), qt.Equals, "My Logo") c.Assert(logo1.Name(), qt.Equals, "My Name") c.Assert(foo2.Name(), qt.Equals, "My Name") c.Assert(foo3.Name(), qt.Equals, "My Name") c.Assert(foo3.Title(), qt.Equals, "My Resource") }}, {[]map[string]interface{}{ { "title": "My Logo", "src": "*loGo*", "params": map[string]interface{}{ "Param1": true, "icon": "logo", }, }, { "title": "My Resource", "src": "*", "params": map[string]interface{}{ "Param2": true, "icon": "resource", }, }, }, func(err error) { c.Assert(err, qt.IsNil) c.Assert(logo1.Title(), qt.Equals, "My Logo") c.Assert(foo3.Title(), qt.Equals, "My Resource") _, p1 := logo2.Params()["param1"] _, p2 := foo2.Params()["param2"] _, p1_2 := foo2.Params()["param1"] _, p2_2 := logo2.Params()["param2"] icon1 := logo2.Params()["icon"] icon2 := foo2.Params()["icon"] c.Assert(p1, qt.Equals, true) c.Assert(p2, qt.Equals, true) // Check merge c.Assert(p2_2, qt.Equals, true) c.Assert(p1_2, qt.Equals, false) c.Assert(icon1, qt.Equals, "logo") c.Assert(icon2, qt.Equals, "resource") }}, {[]map[string]interface{}{ { "name": "Logo Name #:counter", "src": "*logo*", }, { "title": "Resource #:counter", "name": "Name #:counter", "src": "*", }, }, func(err error) { c.Assert(err, qt.IsNil) c.Assert(logo2.Title(), qt.Equals, "Resource #2") c.Assert(logo2.Name(), qt.Equals, "Logo Name #1") c.Assert(logo1.Title(), qt.Equals, "Resource #4") c.Assert(logo1.Name(), qt.Equals, "Logo Name #2") c.Assert(foo2.Title(), qt.Equals, "Resource #1") c.Assert(foo1.Title(), qt.Equals, "Resource #3") c.Assert(foo1.Name(), qt.Equals, "Name #2") c.Assert(foo3.Title(), qt.Equals, "Resource #5") c.Assert(resources.GetMatch("logo name #1*"), qt.Equals, logo2) }}, {[]map[string]interface{}{ { "title": "Third Logo #:counter", "src": "logo3.png", }, { "title": "Other Logo #:counter", "name": "Name #:counter", "src": "logo*", }, }, func(err error) { c.Assert(err, qt.IsNil) c.Assert(logo3.Title(), qt.Equals, "Third Logo #1") c.Assert(logo3.Name(), qt.Equals, "Name #3") c.Assert(logo2.Title(), qt.Equals, "Other Logo #1") c.Assert(logo2.Name(), qt.Equals, "Name #1") c.Assert(logo1.Title(), qt.Equals, "Other Logo #2") c.Assert(logo1.Name(), qt.Equals, "Name #2") }}, {[]map[string]interface{}{ { "title": "Third Logo", "src": "logo3.png", }, { "title": "Other Logo #:counter", "name": "Name #:counter", "src": "logo*", }, }, func(err error) { c.Assert(err, qt.IsNil) c.Assert(logo3.Title(), qt.Equals, "Third Logo") c.Assert(logo3.Name(), qt.Equals, "Name #3") c.Assert(logo2.Title(), qt.Equals, "Other Logo #1") c.Assert(logo2.Name(), qt.Equals, "Name #1") c.Assert(logo1.Title(), qt.Equals, "Other Logo #2") c.Assert(logo1.Name(), qt.Equals, "Name #2") }}, {[]map[string]interface{}{ { "name": "third-logo", "src": "logo3.png", }, { "title": "Logo #:counter", "name": "Name #:counter", "src": "logo*", }, }, func(err error) { c.Assert(err, qt.IsNil) c.Assert(logo3.Title(), qt.Equals, "Logo #3") c.Assert(logo3.Name(), qt.Equals, "third-logo") c.Assert(logo2.Title(), qt.Equals, "Logo #1") c.Assert(logo2.Name(), qt.Equals, "Name #1") c.Assert(logo1.Title(), qt.Equals, "Logo #2") c.Assert(logo1.Name(), qt.Equals, "Name #2") }}, {[]map[string]interface{}{ { "title": "Third Logo #:counter", }, }, func(err error) { // Missing src c.Assert(err, qt.Not(qt.IsNil)) }}, {[]map[string]interface{}{ { "title": "Title", "src": "[]", }, }, func(err error) { // Invalid pattern c.Assert(err, qt.Not(qt.IsNil)) }}, } { foo2 = spec.newGenericResource(nil, nil, nil, "/b/foo2.css", "foo2.css", media.CSSType) logo2 = spec.newGenericResource(nil, nil, nil, "/b/Logo2.png", "Logo2.png", pngType) foo1 = spec.newGenericResource(nil, nil, nil, "/a/foo1.css", "foo1.css", media.CSSType) logo1 = spec.newGenericResource(nil, nil, nil, "/a/logo1.png", "logo1.png", pngType) foo3 = spec.newGenericResource(nil, nil, nil, "/b/foo3.css", "foo3.css", media.CSSType) logo3 = spec.newGenericResource(nil, nil, nil, "/b/logo3.png", "logo3.png", pngType) resources = resource.Resources{ foo2, logo2, foo1, logo1, foo3, logo3, } this.assertFunc(AssignMetadata(this.metaData, resources...)) } }
-1
gohugoio/hugo
8,201
Sitemap: exclude "no render" pages
Currently, pages with `render = "never"` get listed in sitemap.xml, even though they have no permalink, resulting in sitemap entries with empty URL fields (i.e. with `<loc></loc>`). Such pages should be excluded from the sitemap.
Jaza
"2021-02-02T22:18:06Z"
"2021-02-06T17:30:10Z"
92c6c40419bdc13b8bb422a212d1d79240356651
4867cd1dea34ee53fb73cede2bcff4792e470104
Sitemap: exclude "no render" pages. Currently, pages with `render = "never"` get listed in sitemap.xml, even though they have no permalink, resulting in sitemap entries with empty URL fields (i.e. with `<loc></loc>`). Such pages should be excluded from the sitemap.
./resources/resource/resources.go
// Copyright 2019 The Hugo Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. package resource import ( "fmt" "strings" "github.com/gohugoio/hugo/hugofs/glob" ) // Resources represents a slice of resources, which can be a mix of different types. // I.e. both pages and images etc. type Resources []Resource // ResourcesConverter converts a given slice of Resource objects to Resources. type ResourcesConverter interface { ToResources() Resources } // ByType returns resources of a given resource type (ie. "image"). func (r Resources) ByType(tp string) Resources { var filtered Resources for _, resource := range r { if resource.ResourceType() == tp { filtered = append(filtered, resource) } } return filtered } // GetMatch finds the first Resource matching the given pattern, or nil if none found. // See Match for a more complete explanation about the rules used. func (r Resources) GetMatch(pattern string) Resource { g, err := glob.GetGlob(pattern) if err != nil { return nil } for _, resource := range r { if g.Match(strings.ToLower(resource.Name())) { return resource } } return nil } // Match gets all resources matching the given base filename prefix, e.g // "*.png" will match all png files. The "*" does not match path delimiters (/), // so if you organize your resources in sub-folders, you need to be explicit about it, e.g.: // "images/*.png". To match any PNG image anywhere in the bundle you can do "**.png", and // to match all PNG images below the images folder, use "images/**.jpg". // The matching is case insensitive. // Match matches by using the value of Resource.Name, which, by default, is a filename with // path relative to the bundle root with Unix style slashes (/) and no leading slash, e.g. "images/logo.png". // See https://github.com/gobwas/glob for the full rules set. func (r Resources) Match(pattern string) Resources { g, err := glob.GetGlob(pattern) if err != nil { return nil } var matches Resources for _, resource := range r { if g.Match(strings.ToLower(resource.Name())) { matches = append(matches, resource) } } return matches } type translatedResource interface { TranslationKey() string } // MergeByLanguage adds missing translations in r1 from r2. func (r Resources) MergeByLanguage(r2 Resources) Resources { result := append(Resources(nil), r...) m := make(map[string]bool) for _, rr := range r { if translated, ok := rr.(translatedResource); ok { m[translated.TranslationKey()] = true } } for _, rr := range r2 { if translated, ok := rr.(translatedResource); ok { if _, found := m[translated.TranslationKey()]; !found { result = append(result, rr) } } } return result } // MergeByLanguageInterface is the generic version of MergeByLanguage. It // is here just so it can be called from the tpl package. func (r Resources) MergeByLanguageInterface(in interface{}) (interface{}, error) { r2, ok := in.(Resources) if !ok { return nil, fmt.Errorf("%T cannot be merged by language", in) } return r.MergeByLanguage(r2), nil } // Source is an internal template and not meant for use in the templates. It // may change without notice. type Source interface { Publish() error }
// Copyright 2019 The Hugo Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. package resource import ( "fmt" "strings" "github.com/gohugoio/hugo/hugofs/glob" ) // Resources represents a slice of resources, which can be a mix of different types. // I.e. both pages and images etc. type Resources []Resource // ResourcesConverter converts a given slice of Resource objects to Resources. type ResourcesConverter interface { ToResources() Resources } // ByType returns resources of a given resource type (ie. "image"). func (r Resources) ByType(tp string) Resources { var filtered Resources for _, resource := range r { if resource.ResourceType() == tp { filtered = append(filtered, resource) } } return filtered } // GetMatch finds the first Resource matching the given pattern, or nil if none found. // See Match for a more complete explanation about the rules used. func (r Resources) GetMatch(pattern string) Resource { g, err := glob.GetGlob(pattern) if err != nil { return nil } for _, resource := range r { if g.Match(strings.ToLower(resource.Name())) { return resource } } return nil } // Match gets all resources matching the given base filename prefix, e.g // "*.png" will match all png files. The "*" does not match path delimiters (/), // so if you organize your resources in sub-folders, you need to be explicit about it, e.g.: // "images/*.png". To match any PNG image anywhere in the bundle you can do "**.png", and // to match all PNG images below the images folder, use "images/**.jpg". // The matching is case insensitive. // Match matches by using the value of Resource.Name, which, by default, is a filename with // path relative to the bundle root with Unix style slashes (/) and no leading slash, e.g. "images/logo.png". // See https://github.com/gobwas/glob for the full rules set. func (r Resources) Match(pattern string) Resources { g, err := glob.GetGlob(pattern) if err != nil { return nil } var matches Resources for _, resource := range r { if g.Match(strings.ToLower(resource.Name())) { matches = append(matches, resource) } } return matches } type translatedResource interface { TranslationKey() string } // MergeByLanguage adds missing translations in r1 from r2. func (r Resources) MergeByLanguage(r2 Resources) Resources { result := append(Resources(nil), r...) m := make(map[string]bool) for _, rr := range r { if translated, ok := rr.(translatedResource); ok { m[translated.TranslationKey()] = true } } for _, rr := range r2 { if translated, ok := rr.(translatedResource); ok { if _, found := m[translated.TranslationKey()]; !found { result = append(result, rr) } } } return result } // MergeByLanguageInterface is the generic version of MergeByLanguage. It // is here just so it can be called from the tpl package. func (r Resources) MergeByLanguageInterface(in interface{}) (interface{}, error) { r2, ok := in.(Resources) if !ok { return nil, fmt.Errorf("%T cannot be merged by language", in) } return r.MergeByLanguage(r2), nil } // Source is an internal template and not meant for use in the templates. It // may change without notice. type Source interface { Publish() error }
-1
gohugoio/hugo
8,201
Sitemap: exclude "no render" pages
Currently, pages with `render = "never"` get listed in sitemap.xml, even though they have no permalink, resulting in sitemap entries with empty URL fields (i.e. with `<loc></loc>`). Such pages should be excluded from the sitemap.
Jaza
"2021-02-02T22:18:06Z"
"2021-02-06T17:30:10Z"
92c6c40419bdc13b8bb422a212d1d79240356651
4867cd1dea34ee53fb73cede2bcff4792e470104
Sitemap: exclude "no render" pages. Currently, pages with `render = "never"` get listed in sitemap.xml, even though they have no permalink, resulting in sitemap entries with empty URL fields (i.e. with `<loc></loc>`). Such pages should be excluded from the sitemap.
./hugolib/language_test.go
// Copyright 2020 The Hugo Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. package hugolib import ( "fmt" "strings" "testing" "github.com/gohugoio/hugo/htesting" qt "github.com/frankban/quicktest" ) func TestI18n(t *testing.T) { c := qt.New(t) //https://github.com/gohugoio/hugo/issues/7804 c.Run("pt-br should be case insensitive", func(c *qt.C) { b := newTestSitesBuilder(c) langCode := func() string { c := "pt-br" if htesting.RandBool() { c = strings.ToUpper(c) } return c } b.WithConfigFile(`toml`, fmt.Sprintf(` baseURL = "https://example.com" defaultContentLanguage = "%s" [languages] [languages.%s] weight = 1 `, langCode(), langCode())) b.WithI18n(fmt.Sprintf("i18n/%s.toml", langCode()), `hello.one = "Hello"`) b.WithTemplates("index.html", `Hello: {{ i18n "hello" 1 }}`) b.WithContent("p1.md", "") b.Build(BuildCfg{}) b.AssertFileContent("public/index.html", "Hello: Hello") }) }
// Copyright 2020 The Hugo Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. package hugolib import ( "fmt" "strings" "testing" "github.com/gohugoio/hugo/htesting" qt "github.com/frankban/quicktest" ) func TestI18n(t *testing.T) { c := qt.New(t) //https://github.com/gohugoio/hugo/issues/7804 c.Run("pt-br should be case insensitive", func(c *qt.C) { b := newTestSitesBuilder(c) langCode := func() string { c := "pt-br" if htesting.RandBool() { c = strings.ToUpper(c) } return c } b.WithConfigFile(`toml`, fmt.Sprintf(` baseURL = "https://example.com" defaultContentLanguage = "%s" [languages] [languages.%s] weight = 1 `, langCode(), langCode())) b.WithI18n(fmt.Sprintf("i18n/%s.toml", langCode()), `hello.one = "Hello"`) b.WithTemplates("index.html", `Hello: {{ i18n "hello" 1 }}`) b.WithContent("p1.md", "") b.Build(BuildCfg{}) b.AssertFileContent("public/index.html", "Hello: Hello") }) }
-1
gohugoio/hugo
8,201
Sitemap: exclude "no render" pages
Currently, pages with `render = "never"` get listed in sitemap.xml, even though they have no permalink, resulting in sitemap entries with empty URL fields (i.e. with `<loc></loc>`). Such pages should be excluded from the sitemap.
Jaza
"2021-02-02T22:18:06Z"
"2021-02-06T17:30:10Z"
92c6c40419bdc13b8bb422a212d1d79240356651
4867cd1dea34ee53fb73cede2bcff4792e470104
Sitemap: exclude "no render" pages. Currently, pages with `render = "never"` get listed in sitemap.xml, even though they have no permalink, resulting in sitemap entries with empty URL fields (i.e. with `<loc></loc>`). Such pages should be excluded from the sitemap.
./config/configProvider.go
// Copyright 2019 The Hugo Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. package config import ( "github.com/gohugoio/hugo/common/types" ) // Provider provides the configuration settings for Hugo. type Provider interface { GetString(key string) string GetInt(key string) int GetBool(key string) bool GetStringMap(key string) map[string]interface{} GetStringMapString(key string) map[string]string GetStringSlice(key string) []string Get(key string) interface{} Set(key string, value interface{}) IsSet(key string) bool } // GetStringSlicePreserveString returns a string slice from the given config and key. // It differs from the GetStringSlice method in that if the config value is a string, // we do not attempt to split it into fields. func GetStringSlicePreserveString(cfg Provider, key string) []string { sd := cfg.Get(key) return types.ToStringSlicePreserveString(sd) } // SetBaseTestDefaults provides some common config defaults used in tests. func SetBaseTestDefaults(cfg Provider) { cfg.Set("resourceDir", "resources") cfg.Set("contentDir", "content") cfg.Set("dataDir", "data") cfg.Set("i18nDir", "i18n") cfg.Set("layoutDir", "layouts") cfg.Set("assetDir", "assets") cfg.Set("archetypeDir", "archetypes") cfg.Set("publishDir", "public") }
// Copyright 2019 The Hugo Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. package config import ( "github.com/gohugoio/hugo/common/types" ) // Provider provides the configuration settings for Hugo. type Provider interface { GetString(key string) string GetInt(key string) int GetBool(key string) bool GetStringMap(key string) map[string]interface{} GetStringMapString(key string) map[string]string GetStringSlice(key string) []string Get(key string) interface{} Set(key string, value interface{}) IsSet(key string) bool } // GetStringSlicePreserveString returns a string slice from the given config and key. // It differs from the GetStringSlice method in that if the config value is a string, // we do not attempt to split it into fields. func GetStringSlicePreserveString(cfg Provider, key string) []string { sd := cfg.Get(key) return types.ToStringSlicePreserveString(sd) } // SetBaseTestDefaults provides some common config defaults used in tests. func SetBaseTestDefaults(cfg Provider) { cfg.Set("resourceDir", "resources") cfg.Set("contentDir", "content") cfg.Set("dataDir", "data") cfg.Set("i18nDir", "i18n") cfg.Set("layoutDir", "layouts") cfg.Set("assetDir", "assets") cfg.Set("archetypeDir", "archetypes") cfg.Set("publishDir", "public") }
-1
gohugoio/hugo
8,201
Sitemap: exclude "no render" pages
Currently, pages with `render = "never"` get listed in sitemap.xml, even though they have no permalink, resulting in sitemap entries with empty URL fields (i.e. with `<loc></loc>`). Such pages should be excluded from the sitemap.
Jaza
"2021-02-02T22:18:06Z"
"2021-02-06T17:30:10Z"
92c6c40419bdc13b8bb422a212d1d79240356651
4867cd1dea34ee53fb73cede2bcff4792e470104
Sitemap: exclude "no render" pages. Currently, pages with `render = "never"` get listed in sitemap.xml, even though they have no permalink, resulting in sitemap entries with empty URL fields (i.e. with `<loc></loc>`). Such pages should be excluded from the sitemap.
./hugolib/rss_test.go
// Copyright 2019 The Hugo Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. package hugolib import ( "path/filepath" "strings" "testing" "github.com/gohugoio/hugo/deps" ) func TestRSSOutput(t *testing.T) { t.Parallel() var ( cfg, fs = newTestCfg() th = newTestHelper(cfg, fs, t) ) rssLimit := len(weightedSources) - 1 rssURI := "index.xml" cfg.Set("baseURL", "http://auth/bub/") cfg.Set("title", "RSSTest") cfg.Set("rssLimit", rssLimit) for _, src := range weightedSources { writeSource(t, fs, filepath.Join("content", "sect", src[0]), src[1]) } buildSingleSite(t, deps.DepsCfg{Fs: fs, Cfg: cfg}, BuildCfg{}) // Home RSS th.assertFileContent(filepath.Join("public", rssURI), "<?xml", "rss version", "RSSTest") // Section RSS th.assertFileContent(filepath.Join("public", "sect", rssURI), "<?xml", "rss version", "Sects on RSSTest") // Taxonomy RSS th.assertFileContent(filepath.Join("public", "categories", "hugo", rssURI), "<?xml", "rss version", "hugo on RSSTest") // RSS Item Limit content := readDestination(t, fs, filepath.Join("public", rssURI)) c := strings.Count(content, "<item>") if c != rssLimit { t.Errorf("incorrect RSS item count: expected %d, got %d", rssLimit, c) } // Encoded summary th.assertFileContent(filepath.Join("public", rssURI), "<?xml", "description", "A &lt;em&gt;custom&lt;/em&gt; summary") } // Before Hugo 0.49 we set the pseudo page kind RSS on the page when output to RSS. // This had some unintended side effects, esp. when the only output format for that page // was RSS. // For the page kinds that can have multiple output formats, the Kind should be one of the // standard home, page etc. // This test has this single purpose: Check that the Kind is that of the source page. // See https://github.com/gohugoio/hugo/issues/5138 func TestRSSKind(t *testing.T) { t.Parallel() b := newTestSitesBuilder(t) b.WithSimpleConfigFile().WithTemplatesAdded("index.rss.xml", `RSS Kind: {{ .Kind }}`) b.Build(BuildCfg{}) b.AssertFileContent("public/index.xml", "RSS Kind: home") } func TestRSSCanonifyURLs(t *testing.T) { t.Parallel() b := newTestSitesBuilder(t) b.WithSimpleConfigFile().WithTemplatesAdded("index.rss.xml", `<rss>{{ range .Pages }}<item>{{ .Content | html }}</item>{{ end }}</rss>`) b.WithContent("page.md", `--- Title: My Page --- Figure: {{< figure src="/images/sunset.jpg" title="Sunset" >}} `) b.Build(BuildCfg{}) b.AssertFileContent("public/index.xml", "img src=&#34;http://example.com/images/sunset.jpg") }
// Copyright 2019 The Hugo Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. package hugolib import ( "path/filepath" "strings" "testing" "github.com/gohugoio/hugo/deps" ) func TestRSSOutput(t *testing.T) { t.Parallel() var ( cfg, fs = newTestCfg() th = newTestHelper(cfg, fs, t) ) rssLimit := len(weightedSources) - 1 rssURI := "index.xml" cfg.Set("baseURL", "http://auth/bub/") cfg.Set("title", "RSSTest") cfg.Set("rssLimit", rssLimit) for _, src := range weightedSources { writeSource(t, fs, filepath.Join("content", "sect", src[0]), src[1]) } buildSingleSite(t, deps.DepsCfg{Fs: fs, Cfg: cfg}, BuildCfg{}) // Home RSS th.assertFileContent(filepath.Join("public", rssURI), "<?xml", "rss version", "RSSTest") // Section RSS th.assertFileContent(filepath.Join("public", "sect", rssURI), "<?xml", "rss version", "Sects on RSSTest") // Taxonomy RSS th.assertFileContent(filepath.Join("public", "categories", "hugo", rssURI), "<?xml", "rss version", "hugo on RSSTest") // RSS Item Limit content := readDestination(t, fs, filepath.Join("public", rssURI)) c := strings.Count(content, "<item>") if c != rssLimit { t.Errorf("incorrect RSS item count: expected %d, got %d", rssLimit, c) } // Encoded summary th.assertFileContent(filepath.Join("public", rssURI), "<?xml", "description", "A &lt;em&gt;custom&lt;/em&gt; summary") } // Before Hugo 0.49 we set the pseudo page kind RSS on the page when output to RSS. // This had some unintended side effects, esp. when the only output format for that page // was RSS. // For the page kinds that can have multiple output formats, the Kind should be one of the // standard home, page etc. // This test has this single purpose: Check that the Kind is that of the source page. // See https://github.com/gohugoio/hugo/issues/5138 func TestRSSKind(t *testing.T) { t.Parallel() b := newTestSitesBuilder(t) b.WithSimpleConfigFile().WithTemplatesAdded("index.rss.xml", `RSS Kind: {{ .Kind }}`) b.Build(BuildCfg{}) b.AssertFileContent("public/index.xml", "RSS Kind: home") } func TestRSSCanonifyURLs(t *testing.T) { t.Parallel() b := newTestSitesBuilder(t) b.WithSimpleConfigFile().WithTemplatesAdded("index.rss.xml", `<rss>{{ range .Pages }}<item>{{ .Content | html }}</item>{{ end }}</rss>`) b.WithContent("page.md", `--- Title: My Page --- Figure: {{< figure src="/images/sunset.jpg" title="Sunset" >}} `) b.Build(BuildCfg{}) b.AssertFileContent("public/index.xml", "img src=&#34;http://example.com/images/sunset.jpg") }
-1
gohugoio/hugo
8,201
Sitemap: exclude "no render" pages
Currently, pages with `render = "never"` get listed in sitemap.xml, even though they have no permalink, resulting in sitemap entries with empty URL fields (i.e. with `<loc></loc>`). Such pages should be excluded from the sitemap.
Jaza
"2021-02-02T22:18:06Z"
"2021-02-06T17:30:10Z"
92c6c40419bdc13b8bb422a212d1d79240356651
4867cd1dea34ee53fb73cede2bcff4792e470104
Sitemap: exclude "no render" pages. Currently, pages with `render = "never"` get listed in sitemap.xml, even though they have no permalink, resulting in sitemap entries with empty URL fields (i.e. with `<loc></loc>`). Such pages should be excluded from the sitemap.
./parser/metadecoders/decoder.go
// Copyright 2018 The Hugo Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. package metadecoders import ( "bytes" "encoding/csv" "encoding/json" "fmt" "regexp" "strings" "github.com/gohugoio/hugo/common/herrors" "github.com/niklasfasching/go-org/org" "github.com/BurntSushi/toml" "github.com/pkg/errors" "github.com/spf13/afero" "github.com/spf13/cast" jww "github.com/spf13/jwalterweatherman" yaml "gopkg.in/yaml.v2" ) // Decoder provides some configuration options for the decoders. type Decoder struct { // Delimiter is the field delimiter used in the CSV decoder. It defaults to ','. Delimiter rune // Comment, if not 0, is the comment character ued in the CSV decoder. Lines beginning with the // Comment character without preceding whitespace are ignored. Comment rune } // OptionsKey is used in cache keys. func (d Decoder) OptionsKey() string { var sb strings.Builder sb.WriteRune(d.Delimiter) sb.WriteRune(d.Comment) return sb.String() } // Default is a Decoder in its default configuration. var Default = Decoder{ Delimiter: ',', } // UnmarshalToMap will unmarshall data in format f into a new map. This is // what's needed for Hugo's front matter decoding. func (d Decoder) UnmarshalToMap(data []byte, f Format) (map[string]interface{}, error) { m := make(map[string]interface{}) if data == nil { return m, nil } err := d.UnmarshalTo(data, f, &m) return m, err } // UnmarshalFileToMap is the same as UnmarshalToMap, but reads the data from // the given filename. func (d Decoder) UnmarshalFileToMap(fs afero.Fs, filename string) (map[string]interface{}, error) { format := FormatFromString(filename) if format == "" { return nil, errors.Errorf("%q is not a valid configuration format", filename) } data, err := afero.ReadFile(fs, filename) if err != nil { return nil, err } return d.UnmarshalToMap(data, format) } // UnmarshalStringTo tries to unmarshal data to a new instance of type typ. func (d Decoder) UnmarshalStringTo(data string, typ interface{}) (interface{}, error) { data = strings.TrimSpace(data) // We only check for the possible types in YAML, JSON and TOML. switch typ.(type) { case string: return data, nil case map[string]interface{}: format := d.FormatFromContentString(data) return d.UnmarshalToMap([]byte(data), format) case []interface{}: // A standalone slice. Let YAML handle it. return d.Unmarshal([]byte(data), YAML) case bool: return cast.ToBoolE(data) case int: return cast.ToIntE(data) case int64: return cast.ToInt64E(data) case float64: return cast.ToFloat64E(data) default: return nil, errors.Errorf("unmarshal: %T not supported", typ) } } // Unmarshal will unmarshall data in format f into an interface{}. // This is what's needed for Hugo's /data handling. func (d Decoder) Unmarshal(data []byte, f Format) (interface{}, error) { if data == nil { switch f { case CSV: return make([][]string, 0), nil default: return make(map[string]interface{}), nil } } var v interface{} err := d.UnmarshalTo(data, f, &v) return v, err } // UnmarshalTo unmarshals data in format f into v. func (d Decoder) UnmarshalTo(data []byte, f Format, v interface{}) error { var err error switch f { case ORG: err = d.unmarshalORG(data, v) case JSON: err = json.Unmarshal(data, v) case TOML: err = toml.Unmarshal(data, v) case YAML: err = yaml.Unmarshal(data, v) if err != nil { return toFileError(f, errors.Wrap(err, "failed to unmarshal YAML")) } // To support boolean keys, the YAML package unmarshals maps to // map[interface{}]interface{}. Here we recurse through the result // and change all maps to map[string]interface{} like we would've // gotten from `json`. var ptr interface{} switch v.(type) { case *map[string]interface{}: ptr = *v.(*map[string]interface{}) case *interface{}: ptr = *v.(*interface{}) default: // Not a map. } if ptr != nil { if mm, changed := stringifyMapKeys(ptr); changed { switch v.(type) { case *map[string]interface{}: *v.(*map[string]interface{}) = mm.(map[string]interface{}) case *interface{}: *v.(*interface{}) = mm } } } case CSV: return d.unmarshalCSV(data, v) default: return errors.Errorf("unmarshal of format %q is not supported", f) } if err == nil { return nil } return toFileError(f, errors.Wrap(err, "unmarshal failed")) } func (d Decoder) unmarshalCSV(data []byte, v interface{}) error { r := csv.NewReader(bytes.NewReader(data)) r.Comma = d.Delimiter r.Comment = d.Comment records, err := r.ReadAll() if err != nil { return err } switch v.(type) { case *interface{}: *v.(*interface{}) = records default: return errors.Errorf("CSV cannot be unmarshaled into %T", v) } return nil } func parseORGDate(s string) string { r := regexp.MustCompile(`[<\[](\d{4}-\d{2}-\d{2}) .*[>\]]`) if m := r.FindStringSubmatch(s); m != nil { return m[1] } return s } func (d Decoder) unmarshalORG(data []byte, v interface{}) error { config := org.New() config.Log = jww.WARN document := config.Parse(bytes.NewReader(data), "") if document.Error != nil { return document.Error } frontMatter := make(map[string]interface{}, len(document.BufferSettings)) for k, v := range document.BufferSettings { k = strings.ToLower(k) if strings.HasSuffix(k, "[]") { frontMatter[k[:len(k)-2]] = strings.Fields(v) } else if k == "tags" || k == "categories" || k == "aliases" { jww.WARN.Printf("Please use '#+%s[]:' notation, automatic conversion is deprecated.", k) frontMatter[k] = strings.Fields(v) } else if k == "date" { frontMatter[k] = parseORGDate(v) } else { frontMatter[k] = v } } switch v.(type) { case *map[string]interface{}: *v.(*map[string]interface{}) = frontMatter default: *v.(*interface{}) = frontMatter } return nil } func toFileError(f Format, err error) error { return herrors.ToFileError(string(f), err) } // stringifyMapKeys recurses into in and changes all instances of // map[interface{}]interface{} to map[string]interface{}. This is useful to // work around the impedance mismatch between JSON and YAML unmarshaling that's // described here: https://github.com/go-yaml/yaml/issues/139 // // Inspired by https://github.com/stripe/stripe-mock, MIT licensed func stringifyMapKeys(in interface{}) (interface{}, bool) { switch in := in.(type) { case []interface{}: for i, v := range in { if vv, replaced := stringifyMapKeys(v); replaced { in[i] = vv } } case map[string]interface{}: for k, v := range in { if vv, changed := stringifyMapKeys(v); changed { in[k] = vv } } case map[interface{}]interface{}: res := make(map[string]interface{}) var ( ok bool err error ) for k, v := range in { var ks string if ks, ok = k.(string); !ok { ks, err = cast.ToStringE(k) if err != nil { ks = fmt.Sprintf("%v", k) } } if vv, replaced := stringifyMapKeys(v); replaced { res[ks] = vv } else { res[ks] = v } } return res, true } return nil, false }
// Copyright 2018 The Hugo Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. package metadecoders import ( "bytes" "encoding/csv" "encoding/json" "fmt" "regexp" "strings" "github.com/gohugoio/hugo/common/herrors" "github.com/niklasfasching/go-org/org" "github.com/BurntSushi/toml" "github.com/pkg/errors" "github.com/spf13/afero" "github.com/spf13/cast" jww "github.com/spf13/jwalterweatherman" yaml "gopkg.in/yaml.v2" ) // Decoder provides some configuration options for the decoders. type Decoder struct { // Delimiter is the field delimiter used in the CSV decoder. It defaults to ','. Delimiter rune // Comment, if not 0, is the comment character ued in the CSV decoder. Lines beginning with the // Comment character without preceding whitespace are ignored. Comment rune } // OptionsKey is used in cache keys. func (d Decoder) OptionsKey() string { var sb strings.Builder sb.WriteRune(d.Delimiter) sb.WriteRune(d.Comment) return sb.String() } // Default is a Decoder in its default configuration. var Default = Decoder{ Delimiter: ',', } // UnmarshalToMap will unmarshall data in format f into a new map. This is // what's needed for Hugo's front matter decoding. func (d Decoder) UnmarshalToMap(data []byte, f Format) (map[string]interface{}, error) { m := make(map[string]interface{}) if data == nil { return m, nil } err := d.UnmarshalTo(data, f, &m) return m, err } // UnmarshalFileToMap is the same as UnmarshalToMap, but reads the data from // the given filename. func (d Decoder) UnmarshalFileToMap(fs afero.Fs, filename string) (map[string]interface{}, error) { format := FormatFromString(filename) if format == "" { return nil, errors.Errorf("%q is not a valid configuration format", filename) } data, err := afero.ReadFile(fs, filename) if err != nil { return nil, err } return d.UnmarshalToMap(data, format) } // UnmarshalStringTo tries to unmarshal data to a new instance of type typ. func (d Decoder) UnmarshalStringTo(data string, typ interface{}) (interface{}, error) { data = strings.TrimSpace(data) // We only check for the possible types in YAML, JSON and TOML. switch typ.(type) { case string: return data, nil case map[string]interface{}: format := d.FormatFromContentString(data) return d.UnmarshalToMap([]byte(data), format) case []interface{}: // A standalone slice. Let YAML handle it. return d.Unmarshal([]byte(data), YAML) case bool: return cast.ToBoolE(data) case int: return cast.ToIntE(data) case int64: return cast.ToInt64E(data) case float64: return cast.ToFloat64E(data) default: return nil, errors.Errorf("unmarshal: %T not supported", typ) } } // Unmarshal will unmarshall data in format f into an interface{}. // This is what's needed for Hugo's /data handling. func (d Decoder) Unmarshal(data []byte, f Format) (interface{}, error) { if data == nil { switch f { case CSV: return make([][]string, 0), nil default: return make(map[string]interface{}), nil } } var v interface{} err := d.UnmarshalTo(data, f, &v) return v, err } // UnmarshalTo unmarshals data in format f into v. func (d Decoder) UnmarshalTo(data []byte, f Format, v interface{}) error { var err error switch f { case ORG: err = d.unmarshalORG(data, v) case JSON: err = json.Unmarshal(data, v) case TOML: err = toml.Unmarshal(data, v) case YAML: err = yaml.Unmarshal(data, v) if err != nil { return toFileError(f, errors.Wrap(err, "failed to unmarshal YAML")) } // To support boolean keys, the YAML package unmarshals maps to // map[interface{}]interface{}. Here we recurse through the result // and change all maps to map[string]interface{} like we would've // gotten from `json`. var ptr interface{} switch v.(type) { case *map[string]interface{}: ptr = *v.(*map[string]interface{}) case *interface{}: ptr = *v.(*interface{}) default: // Not a map. } if ptr != nil { if mm, changed := stringifyMapKeys(ptr); changed { switch v.(type) { case *map[string]interface{}: *v.(*map[string]interface{}) = mm.(map[string]interface{}) case *interface{}: *v.(*interface{}) = mm } } } case CSV: return d.unmarshalCSV(data, v) default: return errors.Errorf("unmarshal of format %q is not supported", f) } if err == nil { return nil } return toFileError(f, errors.Wrap(err, "unmarshal failed")) } func (d Decoder) unmarshalCSV(data []byte, v interface{}) error { r := csv.NewReader(bytes.NewReader(data)) r.Comma = d.Delimiter r.Comment = d.Comment records, err := r.ReadAll() if err != nil { return err } switch v.(type) { case *interface{}: *v.(*interface{}) = records default: return errors.Errorf("CSV cannot be unmarshaled into %T", v) } return nil } func parseORGDate(s string) string { r := regexp.MustCompile(`[<\[](\d{4}-\d{2}-\d{2}) .*[>\]]`) if m := r.FindStringSubmatch(s); m != nil { return m[1] } return s } func (d Decoder) unmarshalORG(data []byte, v interface{}) error { config := org.New() config.Log = jww.WARN document := config.Parse(bytes.NewReader(data), "") if document.Error != nil { return document.Error } frontMatter := make(map[string]interface{}, len(document.BufferSettings)) for k, v := range document.BufferSettings { k = strings.ToLower(k) if strings.HasSuffix(k, "[]") { frontMatter[k[:len(k)-2]] = strings.Fields(v) } else if k == "tags" || k == "categories" || k == "aliases" { jww.WARN.Printf("Please use '#+%s[]:' notation, automatic conversion is deprecated.", k) frontMatter[k] = strings.Fields(v) } else if k == "date" { frontMatter[k] = parseORGDate(v) } else { frontMatter[k] = v } } switch v.(type) { case *map[string]interface{}: *v.(*map[string]interface{}) = frontMatter default: *v.(*interface{}) = frontMatter } return nil } func toFileError(f Format, err error) error { return herrors.ToFileError(string(f), err) } // stringifyMapKeys recurses into in and changes all instances of // map[interface{}]interface{} to map[string]interface{}. This is useful to // work around the impedance mismatch between JSON and YAML unmarshaling that's // described here: https://github.com/go-yaml/yaml/issues/139 // // Inspired by https://github.com/stripe/stripe-mock, MIT licensed func stringifyMapKeys(in interface{}) (interface{}, bool) { switch in := in.(type) { case []interface{}: for i, v := range in { if vv, replaced := stringifyMapKeys(v); replaced { in[i] = vv } } case map[string]interface{}: for k, v := range in { if vv, changed := stringifyMapKeys(v); changed { in[k] = vv } } case map[interface{}]interface{}: res := make(map[string]interface{}) var ( ok bool err error ) for k, v := range in { var ks string if ks, ok = k.(string); !ok { ks, err = cast.ToStringE(k) if err != nil { ks = fmt.Sprintf("%v", k) } } if vv, replaced := stringifyMapKeys(v); replaced { res[ks] = vv } else { res[ks] = v } } return res, true } return nil, false }
-1
gohugoio/hugo
8,201
Sitemap: exclude "no render" pages
Currently, pages with `render = "never"` get listed in sitemap.xml, even though they have no permalink, resulting in sitemap entries with empty URL fields (i.e. with `<loc></loc>`). Such pages should be excluded from the sitemap.
Jaza
"2021-02-02T22:18:06Z"
"2021-02-06T17:30:10Z"
92c6c40419bdc13b8bb422a212d1d79240356651
4867cd1dea34ee53fb73cede2bcff4792e470104
Sitemap: exclude "no render" pages. Currently, pages with `render = "never"` get listed in sitemap.xml, even though they have no permalink, resulting in sitemap entries with empty URL fields (i.e. with `<loc></loc>`). Such pages should be excluded from the sitemap.
./resources/jsconfig/jsconfig_test.go
// Copyright 2020 The Hugo Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. package jsconfig import ( "path/filepath" "testing" qt "github.com/frankban/quicktest" ) func TestJsConfigBuilder(t *testing.T) { c := qt.New(t) b := NewBuilder() b.AddSourceRoot("/c/assets") b.AddSourceRoot("/d/assets") conf := b.Build("/a/b") c.Assert(conf.CompilerOptions.BaseURL, qt.Equals, ".") c.Assert(conf.CompilerOptions.Paths["*"], qt.DeepEquals, []string{filepath.FromSlash("../../c/assets/*"), filepath.FromSlash("../../d/assets/*")}) c.Assert(NewBuilder().Build("/a/b"), qt.IsNil) }
// Copyright 2020 The Hugo Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. package jsconfig import ( "path/filepath" "testing" qt "github.com/frankban/quicktest" ) func TestJsConfigBuilder(t *testing.T) { c := qt.New(t) b := NewBuilder() b.AddSourceRoot("/c/assets") b.AddSourceRoot("/d/assets") conf := b.Build("/a/b") c.Assert(conf.CompilerOptions.BaseURL, qt.Equals, ".") c.Assert(conf.CompilerOptions.Paths["*"], qt.DeepEquals, []string{filepath.FromSlash("../../c/assets/*"), filepath.FromSlash("../../d/assets/*")}) c.Assert(NewBuilder().Build("/a/b"), qt.IsNil) }
-1
gohugoio/hugo
8,201
Sitemap: exclude "no render" pages
Currently, pages with `render = "never"` get listed in sitemap.xml, even though they have no permalink, resulting in sitemap entries with empty URL fields (i.e. with `<loc></loc>`). Such pages should be excluded from the sitemap.
Jaza
"2021-02-02T22:18:06Z"
"2021-02-06T17:30:10Z"
92c6c40419bdc13b8bb422a212d1d79240356651
4867cd1dea34ee53fb73cede2bcff4792e470104
Sitemap: exclude "no render" pages. Currently, pages with `render = "never"` get listed in sitemap.xml, even though they have no permalink, resulting in sitemap entries with empty URL fields (i.e. with `<loc></loc>`). Such pages should be excluded from the sitemap.
./output/outputFormat.go
// Copyright 2019 The Hugo Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. package output import ( "encoding/json" "fmt" "reflect" "sort" "strings" "github.com/mitchellh/mapstructure" "github.com/gohugoio/hugo/media" ) // Format represents an output representation, usually to a file on disk. type Format struct { // The Name is used as an identifier. Internal output formats (i.e. HTML and RSS) // can be overridden by providing a new definition for those types. Name string `json:"name"` MediaType media.Type `json:"mediaType"` // Must be set to a value when there are two or more conflicting mediatype for the same resource. Path string `json:"path"` // The base output file name used when not using "ugly URLs", defaults to "index". BaseName string `json:"baseName"` // The value to use for rel links // // See https://www.w3schools.com/tags/att_link_rel.asp // // AMP has a special requirement in this department, see: // https://www.ampproject.org/docs/guides/deploy/discovery // I.e.: // <link rel="amphtml" href="https://www.example.com/url/to/amp/document.html"> Rel string `json:"rel"` // The protocol to use, i.e. "webcal://". Defaults to the protocol of the baseURL. Protocol string `json:"protocol"` // IsPlainText decides whether to use text/template or html/template // as template parser. IsPlainText bool `json:"isPlainText"` // IsHTML returns whether this format is int the HTML family. This includes // HTML, AMP etc. This is used to decide when to create alias redirects etc. IsHTML bool `json:"isHTML"` // Enable to ignore the global uglyURLs setting. NoUgly bool `json:"noUgly"` // Enable if it doesn't make sense to include this format in an alternative // format listing, CSS being one good example. // Note that we use the term "alternative" and not "alternate" here, as it // does not necessarily replace the other format, it is an alternative representation. NotAlternative bool `json:"notAlternative"` // Setting this will make this output format control the value of // .Permalink and .RelPermalink for a rendered Page. // If not set, these values will point to the main (first) output format // configured. That is probably the behaviour you want in most situations, // as you probably don't want to link back to the RSS version of a page, as an // example. AMP would, however, be a good example of an output format where this // behaviour is wanted. Permalinkable bool `json:"permalinkable"` // Setting this to a non-zero value will be used as the first sort criteria. Weight int `json:"weight"` } // An ordered list of built-in output formats. var ( AMPFormat = Format{ Name: "AMP", MediaType: media.HTMLType, BaseName: "index", Path: "amp", Rel: "amphtml", IsHTML: true, Permalinkable: true, // See https://www.ampproject.org/learn/overview/ } CalendarFormat = Format{ Name: "Calendar", MediaType: media.CalendarType, IsPlainText: true, Protocol: "webcal://", BaseName: "index", Rel: "alternate", } CSSFormat = Format{ Name: "CSS", MediaType: media.CSSType, BaseName: "styles", IsPlainText: true, Rel: "stylesheet", NotAlternative: true, } CSVFormat = Format{ Name: "CSV", MediaType: media.CSVType, BaseName: "index", IsPlainText: true, Rel: "alternate", } HTMLFormat = Format{ Name: "HTML", MediaType: media.HTMLType, BaseName: "index", Rel: "canonical", IsHTML: true, Permalinkable: true, // Weight will be used as first sort criteria. HTML will, by default, // be rendered first, but set it to 10 so it's easy to put one above it. Weight: 10, } JSONFormat = Format{ Name: "JSON", MediaType: media.JSONType, BaseName: "index", IsPlainText: true, Rel: "alternate", } RobotsTxtFormat = Format{ Name: "ROBOTS", MediaType: media.TextType, BaseName: "robots", IsPlainText: true, Rel: "alternate", } RSSFormat = Format{ Name: "RSS", MediaType: media.RSSType, BaseName: "index", NoUgly: true, Rel: "alternate", } SitemapFormat = Format{ Name: "Sitemap", MediaType: media.XMLType, BaseName: "sitemap", NoUgly: true, Rel: "sitemap", } ) // DefaultFormats contains the default output formats supported by Hugo. var DefaultFormats = Formats{ AMPFormat, CalendarFormat, CSSFormat, CSVFormat, HTMLFormat, JSONFormat, RobotsTxtFormat, RSSFormat, SitemapFormat, } func init() { sort.Sort(DefaultFormats) } // Formats is a slice of Format. type Formats []Format func (formats Formats) Len() int { return len(formats) } func (formats Formats) Swap(i, j int) { formats[i], formats[j] = formats[j], formats[i] } func (formats Formats) Less(i, j int) bool { fi, fj := formats[i], formats[j] if fi.Weight == fj.Weight { return fi.Name < fj.Name } if fj.Weight == 0 { return true } return fi.Weight > 0 && fi.Weight < fj.Weight } // GetBySuffix gets a output format given as suffix, e.g. "html". // It will return false if no format could be found, or if the suffix given // is ambiguous. // The lookup is case insensitive. func (formats Formats) GetBySuffix(suffix string) (f Format, found bool) { for _, ff := range formats { if strings.EqualFold(suffix, ff.MediaType.Suffix()) { if found { // ambiguous found = false return } f = ff found = true } } return } // GetByName gets a format by its identifier name. func (formats Formats) GetByName(name string) (f Format, found bool) { for _, ff := range formats { if strings.EqualFold(name, ff.Name) { f = ff found = true return } } return } // GetByNames gets a list of formats given a list of identifiers. func (formats Formats) GetByNames(names ...string) (Formats, error) { var types []Format for _, name := range names { tpe, ok := formats.GetByName(name) if !ok { return types, fmt.Errorf("OutputFormat with key %q not found", name) } types = append(types, tpe) } return types, nil } // FromFilename gets a Format given a filename. func (formats Formats) FromFilename(filename string) (f Format, found bool) { // mytemplate.amp.html // mytemplate.html // mytemplate var ext, outFormat string parts := strings.Split(filename, ".") if len(parts) > 2 { outFormat = parts[1] ext = parts[2] } else if len(parts) > 1 { ext = parts[1] } if outFormat != "" { return formats.GetByName(outFormat) } if ext != "" { f, found = formats.GetBySuffix(ext) if !found && len(parts) == 2 { // For extensionless output formats (e.g. Netlify's _redirects) // we must fall back to using the extension as format lookup. f, found = formats.GetByName(ext) } } return } // DecodeFormats takes a list of output format configurations and merges those, // in the order given, with the Hugo defaults as the last resort. func DecodeFormats(mediaTypes media.Types, maps ...map[string]interface{}) (Formats, error) { f := make(Formats, len(DefaultFormats)) copy(f, DefaultFormats) for _, m := range maps { for k, v := range m { found := false for i, vv := range f { if strings.EqualFold(k, vv.Name) { // Merge it with the existing if err := decode(mediaTypes, v, &f[i]); err != nil { return f, err } found = true } } if !found { var newOutFormat Format newOutFormat.Name = k if err := decode(mediaTypes, v, &newOutFormat); err != nil { return f, err } // We need values for these if newOutFormat.BaseName == "" { newOutFormat.BaseName = "index" } if newOutFormat.Rel == "" { newOutFormat.Rel = "alternate" } f = append(f, newOutFormat) } } } sort.Sort(f) return f, nil } func decode(mediaTypes media.Types, input, output interface{}) error { config := &mapstructure.DecoderConfig{ Metadata: nil, Result: output, WeaklyTypedInput: true, DecodeHook: func(a reflect.Type, b reflect.Type, c interface{}) (interface{}, error) { if a.Kind() == reflect.Map { dataVal := reflect.Indirect(reflect.ValueOf(c)) for _, key := range dataVal.MapKeys() { keyStr, ok := key.Interface().(string) if !ok { // Not a string key continue } if strings.EqualFold(keyStr, "mediaType") { // If mediaType is a string, look it up and replace it // in the map. vv := dataVal.MapIndex(key) if mediaTypeStr, ok := vv.Interface().(string); ok { mediaType, found := mediaTypes.GetByType(mediaTypeStr) if !found { return c, fmt.Errorf("media type %q not found", mediaTypeStr) } dataVal.SetMapIndex(key, reflect.ValueOf(mediaType)) } } } } return c, nil }, } decoder, err := mapstructure.NewDecoder(config) if err != nil { return err } return decoder.Decode(input) } // BaseFilename returns the base filename of f including an extension (ie. // "index.xml"). func (f Format) BaseFilename() string { return f.BaseName + f.MediaType.FullSuffix() } // MarshalJSON returns the JSON encoding of f. func (f Format) MarshalJSON() ([]byte, error) { type Alias Format return json.Marshal(&struct { MediaType string Alias }{ MediaType: f.MediaType.String(), Alias: (Alias)(f), }) }
// Copyright 2019 The Hugo Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. package output import ( "encoding/json" "fmt" "reflect" "sort" "strings" "github.com/mitchellh/mapstructure" "github.com/gohugoio/hugo/media" ) // Format represents an output representation, usually to a file on disk. type Format struct { // The Name is used as an identifier. Internal output formats (i.e. HTML and RSS) // can be overridden by providing a new definition for those types. Name string `json:"name"` MediaType media.Type `json:"mediaType"` // Must be set to a value when there are two or more conflicting mediatype for the same resource. Path string `json:"path"` // The base output file name used when not using "ugly URLs", defaults to "index". BaseName string `json:"baseName"` // The value to use for rel links // // See https://www.w3schools.com/tags/att_link_rel.asp // // AMP has a special requirement in this department, see: // https://www.ampproject.org/docs/guides/deploy/discovery // I.e.: // <link rel="amphtml" href="https://www.example.com/url/to/amp/document.html"> Rel string `json:"rel"` // The protocol to use, i.e. "webcal://". Defaults to the protocol of the baseURL. Protocol string `json:"protocol"` // IsPlainText decides whether to use text/template or html/template // as template parser. IsPlainText bool `json:"isPlainText"` // IsHTML returns whether this format is int the HTML family. This includes // HTML, AMP etc. This is used to decide when to create alias redirects etc. IsHTML bool `json:"isHTML"` // Enable to ignore the global uglyURLs setting. NoUgly bool `json:"noUgly"` // Enable if it doesn't make sense to include this format in an alternative // format listing, CSS being one good example. // Note that we use the term "alternative" and not "alternate" here, as it // does not necessarily replace the other format, it is an alternative representation. NotAlternative bool `json:"notAlternative"` // Setting this will make this output format control the value of // .Permalink and .RelPermalink for a rendered Page. // If not set, these values will point to the main (first) output format // configured. That is probably the behaviour you want in most situations, // as you probably don't want to link back to the RSS version of a page, as an // example. AMP would, however, be a good example of an output format where this // behaviour is wanted. Permalinkable bool `json:"permalinkable"` // Setting this to a non-zero value will be used as the first sort criteria. Weight int `json:"weight"` } // An ordered list of built-in output formats. var ( AMPFormat = Format{ Name: "AMP", MediaType: media.HTMLType, BaseName: "index", Path: "amp", Rel: "amphtml", IsHTML: true, Permalinkable: true, // See https://www.ampproject.org/learn/overview/ } CalendarFormat = Format{ Name: "Calendar", MediaType: media.CalendarType, IsPlainText: true, Protocol: "webcal://", BaseName: "index", Rel: "alternate", } CSSFormat = Format{ Name: "CSS", MediaType: media.CSSType, BaseName: "styles", IsPlainText: true, Rel: "stylesheet", NotAlternative: true, } CSVFormat = Format{ Name: "CSV", MediaType: media.CSVType, BaseName: "index", IsPlainText: true, Rel: "alternate", } HTMLFormat = Format{ Name: "HTML", MediaType: media.HTMLType, BaseName: "index", Rel: "canonical", IsHTML: true, Permalinkable: true, // Weight will be used as first sort criteria. HTML will, by default, // be rendered first, but set it to 10 so it's easy to put one above it. Weight: 10, } JSONFormat = Format{ Name: "JSON", MediaType: media.JSONType, BaseName: "index", IsPlainText: true, Rel: "alternate", } RobotsTxtFormat = Format{ Name: "ROBOTS", MediaType: media.TextType, BaseName: "robots", IsPlainText: true, Rel: "alternate", } RSSFormat = Format{ Name: "RSS", MediaType: media.RSSType, BaseName: "index", NoUgly: true, Rel: "alternate", } SitemapFormat = Format{ Name: "Sitemap", MediaType: media.XMLType, BaseName: "sitemap", NoUgly: true, Rel: "sitemap", } ) // DefaultFormats contains the default output formats supported by Hugo. var DefaultFormats = Formats{ AMPFormat, CalendarFormat, CSSFormat, CSVFormat, HTMLFormat, JSONFormat, RobotsTxtFormat, RSSFormat, SitemapFormat, } func init() { sort.Sort(DefaultFormats) } // Formats is a slice of Format. type Formats []Format func (formats Formats) Len() int { return len(formats) } func (formats Formats) Swap(i, j int) { formats[i], formats[j] = formats[j], formats[i] } func (formats Formats) Less(i, j int) bool { fi, fj := formats[i], formats[j] if fi.Weight == fj.Weight { return fi.Name < fj.Name } if fj.Weight == 0 { return true } return fi.Weight > 0 && fi.Weight < fj.Weight } // GetBySuffix gets a output format given as suffix, e.g. "html". // It will return false if no format could be found, or if the suffix given // is ambiguous. // The lookup is case insensitive. func (formats Formats) GetBySuffix(suffix string) (f Format, found bool) { for _, ff := range formats { if strings.EqualFold(suffix, ff.MediaType.Suffix()) { if found { // ambiguous found = false return } f = ff found = true } } return } // GetByName gets a format by its identifier name. func (formats Formats) GetByName(name string) (f Format, found bool) { for _, ff := range formats { if strings.EqualFold(name, ff.Name) { f = ff found = true return } } return } // GetByNames gets a list of formats given a list of identifiers. func (formats Formats) GetByNames(names ...string) (Formats, error) { var types []Format for _, name := range names { tpe, ok := formats.GetByName(name) if !ok { return types, fmt.Errorf("OutputFormat with key %q not found", name) } types = append(types, tpe) } return types, nil } // FromFilename gets a Format given a filename. func (formats Formats) FromFilename(filename string) (f Format, found bool) { // mytemplate.amp.html // mytemplate.html // mytemplate var ext, outFormat string parts := strings.Split(filename, ".") if len(parts) > 2 { outFormat = parts[1] ext = parts[2] } else if len(parts) > 1 { ext = parts[1] } if outFormat != "" { return formats.GetByName(outFormat) } if ext != "" { f, found = formats.GetBySuffix(ext) if !found && len(parts) == 2 { // For extensionless output formats (e.g. Netlify's _redirects) // we must fall back to using the extension as format lookup. f, found = formats.GetByName(ext) } } return } // DecodeFormats takes a list of output format configurations and merges those, // in the order given, with the Hugo defaults as the last resort. func DecodeFormats(mediaTypes media.Types, maps ...map[string]interface{}) (Formats, error) { f := make(Formats, len(DefaultFormats)) copy(f, DefaultFormats) for _, m := range maps { for k, v := range m { found := false for i, vv := range f { if strings.EqualFold(k, vv.Name) { // Merge it with the existing if err := decode(mediaTypes, v, &f[i]); err != nil { return f, err } found = true } } if !found { var newOutFormat Format newOutFormat.Name = k if err := decode(mediaTypes, v, &newOutFormat); err != nil { return f, err } // We need values for these if newOutFormat.BaseName == "" { newOutFormat.BaseName = "index" } if newOutFormat.Rel == "" { newOutFormat.Rel = "alternate" } f = append(f, newOutFormat) } } } sort.Sort(f) return f, nil } func decode(mediaTypes media.Types, input, output interface{}) error { config := &mapstructure.DecoderConfig{ Metadata: nil, Result: output, WeaklyTypedInput: true, DecodeHook: func(a reflect.Type, b reflect.Type, c interface{}) (interface{}, error) { if a.Kind() == reflect.Map { dataVal := reflect.Indirect(reflect.ValueOf(c)) for _, key := range dataVal.MapKeys() { keyStr, ok := key.Interface().(string) if !ok { // Not a string key continue } if strings.EqualFold(keyStr, "mediaType") { // If mediaType is a string, look it up and replace it // in the map. vv := dataVal.MapIndex(key) if mediaTypeStr, ok := vv.Interface().(string); ok { mediaType, found := mediaTypes.GetByType(mediaTypeStr) if !found { return c, fmt.Errorf("media type %q not found", mediaTypeStr) } dataVal.SetMapIndex(key, reflect.ValueOf(mediaType)) } } } } return c, nil }, } decoder, err := mapstructure.NewDecoder(config) if err != nil { return err } return decoder.Decode(input) } // BaseFilename returns the base filename of f including an extension (ie. // "index.xml"). func (f Format) BaseFilename() string { return f.BaseName + f.MediaType.FullSuffix() } // MarshalJSON returns the JSON encoding of f. func (f Format) MarshalJSON() ([]byte, error) { type Alias Format return json.Marshal(&struct { MediaType string Alias }{ MediaType: f.MediaType.String(), Alias: (Alias)(f), }) }
-1
gohugoio/hugo
8,201
Sitemap: exclude "no render" pages
Currently, pages with `render = "never"` get listed in sitemap.xml, even though they have no permalink, resulting in sitemap entries with empty URL fields (i.e. with `<loc></loc>`). Such pages should be excluded from the sitemap.
Jaza
"2021-02-02T22:18:06Z"
"2021-02-06T17:30:10Z"
92c6c40419bdc13b8bb422a212d1d79240356651
4867cd1dea34ee53fb73cede2bcff4792e470104
Sitemap: exclude "no render" pages. Currently, pages with `render = "never"` get listed in sitemap.xml, even though they have no permalink, resulting in sitemap entries with empty URL fields (i.e. with `<loc></loc>`). Such pages should be excluded from the sitemap.
./tpl/strings/truncate_test.go
// Copyright 2016 The Hugo Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. package strings import ( "html/template" "reflect" "strings" "testing" ) func TestTruncate(t *testing.T) { t.Parallel() var err error cases := []struct { v1 interface{} v2 interface{} v3 interface{} want interface{} isErr bool }{ {10, "I am a test sentence", nil, template.HTML("I am a …"), false}, {10, "", "I am a test sentence", template.HTML("I am a"), false}, {10, "", "a b c d e f g h i j k", template.HTML("a b c d e"), false}, {12, "", "<b>Should be escaped</b>", template.HTML("&lt;b&gt;Should be"), false}, {10, template.HTML(" <a href='#'>Read more</a>"), "I am a test sentence", template.HTML("I am a <a href='#'>Read more</a>"), false}, {20, template.HTML("I have a <a href='/markdown'>Markdown link</a> inside."), nil, template.HTML("I have a <a href='/markdown'>Markdown …</a>"), false}, {10, "IamanextremelylongwordthatjustgoesonandonandonjusttoannoyyoualmostasifIwaswritteninGermanActuallyIbettheresagermanwordforthis", nil, template.HTML("Iamanextre …"), false}, {10, template.HTML("<p>IamanextremelylongwordthatjustgoesonandonandonjusttoannoyyoualmostasifIwaswritteninGermanActuallyIbettheresagermanwordforthis</p>"), nil, template.HTML("<p>Iamanextre …</p>"), false}, {13, template.HTML("With <a href=\"/markdown\">Markdown</a> inside."), nil, template.HTML("With <a href=\"/markdown\">Markdown …</a>"), false}, {14, "Hello中国 Good 好的", nil, template.HTML("Hello中国 Good 好 …"), false}, {15, "", template.HTML("A <br> tag that's not closed"), template.HTML("A <br> tag that's"), false}, {14, template.HTML("<p>Hello中国 Good 好的</p>"), nil, template.HTML("<p>Hello中国 Good 好 …</p>"), false}, {2, template.HTML("<p>P1</p><p>P2</p>"), nil, template.HTML("<p>P1 …</p>"), false}, {3, template.HTML(strings.Repeat("<p>P</p>", 20)), nil, template.HTML("<p>P</p><p>P</p><p>P …</p>"), false}, {18, template.HTML("<p>test <b>hello</b> test something</p>"), nil, template.HTML("<p>test <b>hello</b> test …</p>"), false}, {4, template.HTML("<p>a<b><i>b</b>c d e</p>"), nil, template.HTML("<p>a<b><i>b</b>c …</p>"), false}, {10, nil, nil, template.HTML(""), true}, {nil, nil, nil, template.HTML(""), true}, } for i, c := range cases { var result template.HTML if c.v2 == nil { result, err = ns.Truncate(c.v1) } else if c.v3 == nil { result, err = ns.Truncate(c.v1, c.v2) } else { result, err = ns.Truncate(c.v1, c.v2, c.v3) } if c.isErr { if err == nil { t.Errorf("[%d] Slice didn't return an expected error", i) } } else { if err != nil { t.Errorf("[%d] failed: %s", i, err) continue } if !reflect.DeepEqual(result, c.want) { t.Errorf("[%d] got '%s' but expected '%s'", i, result, c.want) } } } // Too many arguments _, err = ns.Truncate(10, " ...", "I am a test sentence", "wrong") if err == nil { t.Errorf("Should have errored") } }
// Copyright 2016 The Hugo Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. package strings import ( "html/template" "reflect" "strings" "testing" ) func TestTruncate(t *testing.T) { t.Parallel() var err error cases := []struct { v1 interface{} v2 interface{} v3 interface{} want interface{} isErr bool }{ {10, "I am a test sentence", nil, template.HTML("I am a …"), false}, {10, "", "I am a test sentence", template.HTML("I am a"), false}, {10, "", "a b c d e f g h i j k", template.HTML("a b c d e"), false}, {12, "", "<b>Should be escaped</b>", template.HTML("&lt;b&gt;Should be"), false}, {10, template.HTML(" <a href='#'>Read more</a>"), "I am a test sentence", template.HTML("I am a <a href='#'>Read more</a>"), false}, {20, template.HTML("I have a <a href='/markdown'>Markdown link</a> inside."), nil, template.HTML("I have a <a href='/markdown'>Markdown …</a>"), false}, {10, "IamanextremelylongwordthatjustgoesonandonandonjusttoannoyyoualmostasifIwaswritteninGermanActuallyIbettheresagermanwordforthis", nil, template.HTML("Iamanextre …"), false}, {10, template.HTML("<p>IamanextremelylongwordthatjustgoesonandonandonjusttoannoyyoualmostasifIwaswritteninGermanActuallyIbettheresagermanwordforthis</p>"), nil, template.HTML("<p>Iamanextre …</p>"), false}, {13, template.HTML("With <a href=\"/markdown\">Markdown</a> inside."), nil, template.HTML("With <a href=\"/markdown\">Markdown …</a>"), false}, {14, "Hello中国 Good 好的", nil, template.HTML("Hello中国 Good 好 …"), false}, {15, "", template.HTML("A <br> tag that's not closed"), template.HTML("A <br> tag that's"), false}, {14, template.HTML("<p>Hello中国 Good 好的</p>"), nil, template.HTML("<p>Hello中国 Good 好 …</p>"), false}, {2, template.HTML("<p>P1</p><p>P2</p>"), nil, template.HTML("<p>P1 …</p>"), false}, {3, template.HTML(strings.Repeat("<p>P</p>", 20)), nil, template.HTML("<p>P</p><p>P</p><p>P …</p>"), false}, {18, template.HTML("<p>test <b>hello</b> test something</p>"), nil, template.HTML("<p>test <b>hello</b> test …</p>"), false}, {4, template.HTML("<p>a<b><i>b</b>c d e</p>"), nil, template.HTML("<p>a<b><i>b</b>c …</p>"), false}, {10, nil, nil, template.HTML(""), true}, {nil, nil, nil, template.HTML(""), true}, } for i, c := range cases { var result template.HTML if c.v2 == nil { result, err = ns.Truncate(c.v1) } else if c.v3 == nil { result, err = ns.Truncate(c.v1, c.v2) } else { result, err = ns.Truncate(c.v1, c.v2, c.v3) } if c.isErr { if err == nil { t.Errorf("[%d] Slice didn't return an expected error", i) } } else { if err != nil { t.Errorf("[%d] failed: %s", i, err) continue } if !reflect.DeepEqual(result, c.want) { t.Errorf("[%d] got '%s' but expected '%s'", i, result, c.want) } } } // Too many arguments _, err = ns.Truncate(10, " ...", "I am a test sentence", "wrong") if err == nil { t.Errorf("Should have errored") } }
-1
gohugoio/hugo
8,201
Sitemap: exclude "no render" pages
Currently, pages with `render = "never"` get listed in sitemap.xml, even though they have no permalink, resulting in sitemap entries with empty URL fields (i.e. with `<loc></loc>`). Such pages should be excluded from the sitemap.
Jaza
"2021-02-02T22:18:06Z"
"2021-02-06T17:30:10Z"
92c6c40419bdc13b8bb422a212d1d79240356651
4867cd1dea34ee53fb73cede2bcff4792e470104
Sitemap: exclude "no render" pages. Currently, pages with `render = "never"` get listed in sitemap.xml, even though they have no permalink, resulting in sitemap entries with empty URL fields (i.e. with `<loc></loc>`). Such pages should be excluded from the sitemap.
./tpl/internal/go_templates/htmltemplate/escape_test.go
// Copyright 2011 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // +build go1.13,!windows package template import ( "bytes" "encoding/json" "fmt" htmltemplate "html/template" "os" "strings" "testing" template "github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate" "github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/parse" ) type badMarshaler struct{} func (x *badMarshaler) MarshalJSON() ([]byte, error) { // Keys in valid JSON must be double quoted as must all strings. return []byte("{ foo: 'not quite valid JSON' }"), nil } type goodMarshaler struct{} func (x *goodMarshaler) MarshalJSON() ([]byte, error) { return []byte(`{ "<foo>": "O'Reilly" }`), nil } func TestEscape(t *testing.T) { data := struct { F, T bool C, G, H string A, E []string B, M json.Marshaler N int U interface{} // untyped nil Z *int // typed nil W htmltemplate.HTML }{ F: false, T: true, C: "<Cincinnati>", G: "<Goodbye>", H: "<Hello>", A: []string{"<a>", "<b>"}, E: []string{}, N: 42, B: &badMarshaler{}, M: &goodMarshaler{}, U: nil, Z: nil, W: htmltemplate.HTML(`&iexcl;<b class="foo">Hello</b>, <textarea>O'World</textarea>!`), } pdata := &data tests := []struct { name string input string output string }{ { "if", "{{if .T}}Hello{{end}}, {{.C}}!", "Hello, &lt;Cincinnati&gt;!", }, { "else", "{{if .F}}{{.H}}{{else}}{{.G}}{{end}}!", "&lt;Goodbye&gt;!", }, { "overescaping1", "Hello, {{.C | html}}!", "Hello, &lt;Cincinnati&gt;!", }, { "overescaping2", "Hello, {{html .C}}!", "Hello, &lt;Cincinnati&gt;!", }, { "overescaping3", "{{with .C}}{{$msg := .}}Hello, {{$msg}}!{{end}}", "Hello, &lt;Cincinnati&gt;!", }, { "assignment", "{{if $x := .H}}{{$x}}{{end}}", "&lt;Hello&gt;", }, { "withBody", "{{with .H}}{{.}}{{end}}", "&lt;Hello&gt;", }, { "withElse", "{{with .E}}{{.}}{{else}}{{.H}}{{end}}", "&lt;Hello&gt;", }, { "rangeBody", "{{range .A}}{{.}}{{end}}", "&lt;a&gt;&lt;b&gt;", }, { "rangeElse", "{{range .E}}{{.}}{{else}}{{.H}}{{end}}", "&lt;Hello&gt;", }, { "nonStringValue", "{{.T}}", "true", }, { "untypedNilValue", "{{.U}}", "", }, { "typedNilValue", "{{.Z}}", "&lt;nil&gt;", }, { "constant", `<a href="/search?q={{"'a<b'"}}">`, `<a href="/search?q=%27a%3cb%27">`, }, { "multipleAttrs", "<a b=1 c={{.H}}>", "<a b=1 c=&lt;Hello&gt;>", }, { "urlStartRel", `<a href='{{"/foo/bar?a=b&c=d"}}'>`, `<a href='/foo/bar?a=b&amp;c=d'>`, }, { "urlStartAbsOk", `<a href='{{"http://example.com/foo/bar?a=b&c=d"}}'>`, `<a href='http://example.com/foo/bar?a=b&amp;c=d'>`, }, { "protocolRelativeURLStart", `<a href='{{"//example.com:8000/foo/bar?a=b&c=d"}}'>`, `<a href='//example.com:8000/foo/bar?a=b&amp;c=d'>`, }, { "pathRelativeURLStart", `<a href="{{"/javascript:80/foo/bar"}}">`, `<a href="/javascript:80/foo/bar">`, }, { "dangerousURLStart", `<a href='{{"javascript:alert(%22pwned%22)"}}'>`, `<a href='#ZgotmplZ'>`, }, { "dangerousURLStart2", `<a href=' {{"javascript:alert(%22pwned%22)"}}'>`, `<a href=' #ZgotmplZ'>`, }, { "nonHierURL", `<a href={{"mailto:Muhammed \"The Greatest\" Ali <[email protected]>"}}>`, `<a href=mailto:Muhammed%20%22The%20Greatest%22%20Ali%20%[email protected]%3e>`, }, { "urlPath", `<a href='http://{{"javascript:80"}}/foo'>`, `<a href='http://javascript:80/foo'>`, }, { "urlQuery", `<a href='/search?q={{.H}}'>`, `<a href='/search?q=%3cHello%3e'>`, }, { "urlFragment", `<a href='/faq#{{.H}}'>`, `<a href='/faq#%3cHello%3e'>`, }, { "urlBranch", `<a href="{{if .F}}/foo?a=b{{else}}/bar{{end}}">`, `<a href="/bar">`, }, { "urlBranchConflictMoot", `<a href="{{if .T}}/foo?a={{else}}/bar#{{end}}{{.C}}">`, `<a href="/foo?a=%3cCincinnati%3e">`, }, { "jsStrValue", "<button onclick='alert({{.H}})'>", `<button onclick='alert(&#34;\u003cHello\u003e&#34;)'>`, }, { "jsNumericValue", "<button onclick='alert({{.N}})'>", `<button onclick='alert( 42 )'>`, }, { "jsBoolValue", "<button onclick='alert({{.T}})'>", `<button onclick='alert( true )'>`, }, { "jsNilValueTyped", "<button onclick='alert(typeof{{.Z}})'>", `<button onclick='alert(typeof null )'>`, }, { "jsNilValueUntyped", "<button onclick='alert(typeof{{.U}})'>", `<button onclick='alert(typeof null )'>`, }, { "jsObjValue", "<button onclick='alert({{.A}})'>", `<button onclick='alert([&#34;\u003ca\u003e&#34;,&#34;\u003cb\u003e&#34;])'>`, }, { "jsObjValueScript", "<script>alert({{.A}})</script>", `<script>alert(["\u003ca\u003e","\u003cb\u003e"])</script>`, }, { "jsObjValueNotOverEscaped", "<button onclick='alert({{.A | html}})'>", `<button onclick='alert([&#34;\u003ca\u003e&#34;,&#34;\u003cb\u003e&#34;])'>`, }, { "jsStr", "<button onclick='alert(&quot;{{.H}}&quot;)'>", `<button onclick='alert(&quot;\u003cHello\u003e&quot;)'>`, }, { "badMarshaler", `<button onclick='alert(1/{{.B}}in numbers)'>`, `<button onclick='alert(1/ /* json: error calling MarshalJSON for type *template.badMarshaler: invalid character &#39;f&#39; looking for beginning of object key string */null in numbers)'>`, }, { "jsMarshaler", `<button onclick='alert({{.M}})'>`, `<button onclick='alert({&#34;\u003cfoo\u003e&#34;:&#34;O&#39;Reilly&#34;})'>`, }, { "jsStrNotUnderEscaped", "<button onclick='alert({{.C | urlquery}})'>", // URL escaped, then quoted for JS. `<button onclick='alert(&#34;%3CCincinnati%3E&#34;)'>`, }, { "jsRe", `<button onclick='alert(/{{"foo+bar"}}/.test(""))'>`, `<button onclick='alert(/foo\u002bbar/.test(""))'>`, }, { "jsReBlank", `<script>alert(/{{""}}/.test(""));</script>`, `<script>alert(/(?:)/.test(""));</script>`, }, { "jsReAmbigOk", `<script>{{if true}}var x = 1{{end}}</script>`, // The {if} ends in an ambiguous jsCtx but there is // no slash following so we shouldn't care. `<script>var x = 1</script>`, }, { "styleBidiKeywordPassed", `<p style="dir: {{"ltr"}}">`, `<p style="dir: ltr">`, }, { "styleBidiPropNamePassed", `<p style="border-{{"left"}}: 0; border-{{"right"}}: 1in">`, `<p style="border-left: 0; border-right: 1in">`, }, { "styleExpressionBlocked", `<p style="width: {{"expression(alert(1337))"}}">`, `<p style="width: ZgotmplZ">`, }, { "styleTagSelectorPassed", `<style>{{"p"}} { color: pink }</style>`, `<style>p { color: pink }</style>`, }, { "styleIDPassed", `<style>p{{"#my-ID"}} { font: Arial }</style>`, `<style>p#my-ID { font: Arial }</style>`, }, { "styleClassPassed", `<style>p{{".my_class"}} { font: Arial }</style>`, `<style>p.my_class { font: Arial }</style>`, }, { "styleQuantityPassed", `<a style="left: {{"2em"}}; top: {{0}}">`, `<a style="left: 2em; top: 0">`, }, { "stylePctPassed", `<table style=width:{{"100%"}}>`, `<table style=width:100%>`, }, { "styleColorPassed", `<p style="color: {{"#8ff"}}; background: {{"#000"}}">`, `<p style="color: #8ff; background: #000">`, }, { "styleObfuscatedExpressionBlocked", `<p style="width: {{" e\\78preS\x00Sio/**/n(alert(1337))"}}">`, `<p style="width: ZgotmplZ">`, }, { "styleMozBindingBlocked", `<p style="{{"-moz-binding(alert(1337))"}}: ...">`, `<p style="ZgotmplZ: ...">`, }, { "styleObfuscatedMozBindingBlocked", `<p style="{{" -mo\\7a-B\x00I/**/nding(alert(1337))"}}: ...">`, `<p style="ZgotmplZ: ...">`, }, { "styleFontNameString", `<p style='font-family: "{{"Times New Roman"}}"'>`, `<p style='font-family: "Times New Roman"'>`, }, { "styleFontNameString", `<p style='font-family: "{{"Times New Roman"}}", "{{"sans-serif"}}"'>`, `<p style='font-family: "Times New Roman", "sans-serif"'>`, }, { "styleFontNameUnquoted", `<p style='font-family: {{"Times New Roman"}}'>`, `<p style='font-family: Times New Roman'>`, }, { "styleURLQueryEncoded", `<p style="background: url(/img?name={{"O'Reilly Animal(1)<2>.png"}})">`, `<p style="background: url(/img?name=O%27Reilly%20Animal%281%29%3c2%3e.png)">`, }, { "styleQuotedURLQueryEncoded", `<p style="background: url('/img?name={{"O'Reilly Animal(1)<2>.png"}}')">`, `<p style="background: url('/img?name=O%27Reilly%20Animal%281%29%3c2%3e.png')">`, }, { "styleStrQueryEncoded", `<p style="background: '/img?name={{"O'Reilly Animal(1)<2>.png"}}'">`, `<p style="background: '/img?name=O%27Reilly%20Animal%281%29%3c2%3e.png'">`, }, { "styleURLBadProtocolBlocked", `<a style="background: url('{{"javascript:alert(1337)"}}')">`, `<a style="background: url('#ZgotmplZ')">`, }, { "styleStrBadProtocolBlocked", `<a style="background: '{{"vbscript:alert(1337)"}}'">`, `<a style="background: '#ZgotmplZ'">`, }, { "styleStrEncodedProtocolEncoded", `<a style="background: '{{"javascript\\3a alert(1337)"}}'">`, // The CSS string 'javascript\\3a alert(1337)' does not contain a colon. `<a style="background: 'javascript\\3a alert\28 1337\29 '">`, }, { "styleURLGoodProtocolPassed", `<a style="background: url('{{"http://oreilly.com/O'Reilly Animals(1)<2>;{}.html"}}')">`, `<a style="background: url('http://oreilly.com/O%27Reilly%20Animals%281%29%3c2%3e;%7b%7d.html')">`, }, { "styleStrGoodProtocolPassed", `<a style="background: '{{"http://oreilly.com/O'Reilly Animals(1)<2>;{}.html"}}'">`, `<a style="background: 'http\3a\2f\2foreilly.com\2fO\27Reilly Animals\28 1\29\3c 2\3e\3b\7b\7d.html'">`, }, { "styleURLEncodedForHTMLInAttr", `<a style="background: url('{{"/search?img=foo&size=icon"}}')">`, `<a style="background: url('/search?img=foo&amp;size=icon')">`, }, { "styleURLNotEncodedForHTMLInCdata", `<style>body { background: url('{{"/search?img=foo&size=icon"}}') }</style>`, `<style>body { background: url('/search?img=foo&size=icon') }</style>`, }, { "styleURLMixedCase", `<p style="background: URL(#{{.H}})">`, `<p style="background: URL(#%3cHello%3e)">`, }, { "stylePropertyPairPassed", `<a style='{{"color: red"}}'>`, `<a style='color: red'>`, }, { "styleStrSpecialsEncoded", `<a style="font-family: '{{"/**/'\";:// \\"}}', &quot;{{"/**/'\";:// \\"}}&quot;">`, `<a style="font-family: '\2f**\2f\27\22\3b\3a\2f\2f \\', &quot;\2f**\2f\27\22\3b\3a\2f\2f \\&quot;">`, }, { "styleURLSpecialsEncoded", `<a style="border-image: url({{"/**/'\";:// \\"}}), url(&quot;{{"/**/'\";:// \\"}}&quot;), url('{{"/**/'\";:// \\"}}'), 'http://www.example.com/?q={{"/**/'\";:// \\"}}''">`, `<a style="border-image: url(/**/%27%22;://%20%5c), url(&quot;/**/%27%22;://%20%5c&quot;), url('/**/%27%22;://%20%5c'), 'http://www.example.com/?q=%2f%2a%2a%2f%27%22%3b%3a%2f%2f%20%5c''">`, }, { "HTML comment", "<b>Hello, <!-- name of world -->{{.C}}</b>", "<b>Hello, &lt;Cincinnati&gt;</b>", }, { "HTML comment not first < in text node.", "<<!-- -->!--", "&lt;!--", }, { "HTML normalization 1", "a < b", "a &lt; b", }, { "HTML normalization 2", "a << b", "a &lt;&lt; b", }, { "HTML normalization 3", "a<<!-- --><!-- -->b", "a&lt;b", }, { "HTML doctype not normalized", "<!DOCTYPE html>Hello, World!", "<!DOCTYPE html>Hello, World!", }, { "HTML doctype not case-insensitive", "<!doCtYPE htMl>Hello, World!", "<!doCtYPE htMl>Hello, World!", }, { "No doctype injection", `<!{{"DOCTYPE"}}`, "&lt;!DOCTYPE", }, { "Split HTML comment", "<b>Hello, <!-- name of {{if .T}}city -->{{.C}}{{else}}world -->{{.W}}{{end}}</b>", "<b>Hello, &lt;Cincinnati&gt;</b>", }, { "JS line comment", "<script>for (;;) { if (c()) break// foo not a label\n" + "foo({{.T}});}</script>", "<script>for (;;) { if (c()) break\n" + "foo( true );}</script>", }, { "JS multiline block comment", "<script>for (;;) { if (c()) break/* foo not a label\n" + " */foo({{.T}});}</script>", // Newline separates break from call. If newline // removed, then break will consume label leaving // code invalid. "<script>for (;;) { if (c()) break\n" + "foo( true );}</script>", }, { "JS single-line block comment", "<script>for (;;) {\n" + "if (c()) break/* foo a label */foo;" + "x({{.T}});}</script>", // Newline separates break from call. If newline // removed, then break will consume label leaving // code invalid. "<script>for (;;) {\n" + "if (c()) break foo;" + "x( true );}</script>", }, { "JS block comment flush with mathematical division", "<script>var a/*b*//c\nd</script>", "<script>var a /c\nd</script>", }, { "JS mixed comments", "<script>var a/*b*///c\nd</script>", "<script>var a \nd</script>", }, { "CSS comments", "<style>p// paragraph\n" + `{border: 1px/* color */{{"#00f"}}}</style>`, "<style>p\n" + "{border: 1px #00f}</style>", }, { "JS attr block comment", `<a onclick="f(&quot;&quot;); /* alert({{.H}}) */">`, // Attribute comment tests should pass if the comments // are successfully elided. `<a onclick="f(&quot;&quot;); /* alert() */">`, }, { "JS attr line comment", `<a onclick="// alert({{.G}})">`, `<a onclick="// alert()">`, }, { "CSS attr block comment", `<a style="/* color: {{.H}} */">`, `<a style="/* color: */">`, }, { "CSS attr line comment", `<a style="// color: {{.G}}">`, `<a style="// color: ">`, }, { "HTML substitution commented out", "<p><!-- {{.H}} --></p>", "<p></p>", }, { "Comment ends flush with start", "<!--{{.}}--><script>/*{{.}}*///{{.}}\n</script><style>/*{{.}}*///{{.}}\n</style><a onclick='/*{{.}}*///{{.}}' style='/*{{.}}*///{{.}}'>", "<script> \n</script><style> \n</style><a onclick='/**///' style='/**///'>", }, { "typed HTML in text", `{{.W}}`, `&iexcl;<b class="foo">Hello</b>, <textarea>O'World</textarea>!`, }, { "typed HTML in attribute", `<div title="{{.W}}">`, `<div title="&iexcl;Hello, O&#39;World!">`, }, { "typed HTML in script", `<button onclick="alert({{.W}})">`, `<button onclick="alert(&#34;\u0026iexcl;\u003cb class=\&#34;foo\&#34;\u003eHello\u003c/b\u003e, \u003ctextarea\u003eO&#39;World\u003c/textarea\u003e!&#34;)">`, }, { "typed HTML in RCDATA", `<textarea>{{.W}}</textarea>`, `<textarea>&iexcl;&lt;b class=&#34;foo&#34;&gt;Hello&lt;/b&gt;, &lt;textarea&gt;O&#39;World&lt;/textarea&gt;!</textarea>`, }, { "range in textarea", "<textarea>{{range .A}}{{.}}{{end}}</textarea>", "<textarea>&lt;a&gt;&lt;b&gt;</textarea>", }, { "No tag injection", `{{"10$"}}<{{"script src,evil.org/pwnd.js"}}...`, `10$&lt;script src,evil.org/pwnd.js...`, }, { "No comment injection", `<{{"!--"}}`, `&lt;!--`, }, { "No RCDATA end tag injection", `<textarea><{{"/textarea "}}...</textarea>`, `<textarea>&lt;/textarea ...</textarea>`, }, { "optional attrs", `<img class="{{"iconClass"}}"` + `{{if .T}} id="{{"<iconId>"}}"{{end}}` + // Double quotes inside if/else. ` src=` + `{{if .T}}"?{{"<iconPath>"}}"` + `{{else}}"images/cleardot.gif"{{end}}` + // Missing space before title, but it is not a // part of the src attribute. `{{if .T}}title="{{"<title>"}}"{{end}}` + // Quotes outside if/else. ` alt="` + `{{if .T}}{{"<alt>"}}` + `{{else}}{{if .F}}{{"<title>"}}{{end}}` + `{{end}}"` + `>`, `<img class="iconClass" id="&lt;iconId&gt;" src="?%3ciconPath%3e"title="&lt;title&gt;" alt="&lt;alt&gt;">`, }, { "conditional valueless attr name", `<input{{if .T}} checked{{end}} name=n>`, `<input checked name=n>`, }, { "conditional dynamic valueless attr name 1", `<input{{if .T}} {{"checked"}}{{end}} name=n>`, `<input checked name=n>`, }, { "conditional dynamic valueless attr name 2", `<input {{if .T}}{{"checked"}} {{end}}name=n>`, `<input checked name=n>`, }, { "dynamic attribute name", `<img on{{"load"}}="alert({{"loaded"}})">`, // Treated as JS since quotes are inserted. `<img onload="alert(&#34;loaded&#34;)">`, }, { "bad dynamic attribute name 1", // Allow checked, selected, disabled, but not JS or // CSS attributes. `<input {{"onchange"}}="{{"doEvil()"}}">`, `<input ZgotmplZ="doEvil()">`, }, { "bad dynamic attribute name 2", `<div {{"sTyle"}}="{{"color: expression(alert(1337))"}}">`, `<div ZgotmplZ="color: expression(alert(1337))">`, }, { "bad dynamic attribute name 3", // Allow title or alt, but not a URL. `<img {{"src"}}="{{"javascript:doEvil()"}}">`, `<img ZgotmplZ="javascript:doEvil()">`, }, { "bad dynamic attribute name 4", // Structure preservation requires values to associate // with a consistent attribute. `<input checked {{""}}="Whose value am I?">`, `<input checked ZgotmplZ="Whose value am I?">`, }, { "dynamic element name", `<h{{3}}><table><t{{"head"}}>...</h{{3}}>`, `<h3><table><thead>...</h3>`, }, { "bad dynamic element name", // Dynamic element names are typically used to switch // between (thead, tfoot, tbody), (ul, ol), (th, td), // and other replaceable sets. // We do not currently easily support (ul, ol). // If we do change to support that, this test should // catch failures to filter out special tag names which // would violate the structure preservation property -- // if any special tag name could be substituted, then // the content could be raw text/RCDATA for some inputs // and regular HTML content for others. `<{{"script"}}>{{"doEvil()"}}</{{"script"}}>`, `&lt;script>doEvil()&lt;/script>`, }, { "srcset bad URL in second position", `<img srcset="{{"/not-an-image#,javascript:alert(1)"}}">`, // The second URL is also filtered. `<img srcset="/not-an-image#,#ZgotmplZ">`, }, { "srcset buffer growth", `<img srcset={{",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"}}>`, `<img srcset=,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,>`, }, } for _, test := range tests { tmpl := New(test.name) tmpl = Must(tmpl.Parse(test.input)) // Check for bug 6459: Tree field was not set in Parse. if tmpl.Tree != tmpl.text.Tree { t.Errorf("%s: tree not set properly", test.name) continue } b := new(bytes.Buffer) if err := tmpl.Execute(b, data); err != nil { t.Errorf("%s: template execution failed: %s", test.name, err) continue } if w, g := test.output, b.String(); w != g { t.Errorf("%s: escaped output: want\n\t%q\ngot\n\t%q", test.name, w, g) continue } b.Reset() if err := tmpl.Execute(b, pdata); err != nil { t.Errorf("%s: template execution failed for pointer: %s", test.name, err) continue } if w, g := test.output, b.String(); w != g { t.Errorf("%s: escaped output for pointer: want\n\t%q\ngot\n\t%q", test.name, w, g) continue } if tmpl.Tree != tmpl.text.Tree { t.Errorf("%s: tree mismatch", test.name) continue } } } func TestEscapeMap(t *testing.T) { data := map[string]string{ "html": `<h1>Hi!</h1>`, "urlquery": `http://www.foo.com/index.html?title=main`, } for _, test := range [...]struct { desc, input, output string }{ // covering issue 20323 { "field with predefined escaper name 1", `{{.html | print}}`, `&lt;h1&gt;Hi!&lt;/h1&gt;`, }, // covering issue 20323 { "field with predefined escaper name 2", `{{.urlquery | print}}`, `http://www.foo.com/index.html?title=main`, }, } { tmpl := Must(New("").Parse(test.input)) b := new(bytes.Buffer) if err := tmpl.Execute(b, data); err != nil { t.Errorf("%s: template execution failed: %s", test.desc, err) continue } if w, g := test.output, b.String(); w != g { t.Errorf("%s: escaped output: want\n\t%q\ngot\n\t%q", test.desc, w, g) continue } } } func TestEscapeSet(t *testing.T) { type dataItem struct { Children []*dataItem X string } data := dataItem{ Children: []*dataItem{ {X: "foo"}, {X: "<bar>"}, { Children: []*dataItem{ {X: "baz"}, }, }, }, } tests := []struct { inputs map[string]string want string }{ // The trivial set. { map[string]string{ "main": ``, }, ``, }, // A template called in the start context. { map[string]string{ "main": `Hello, {{template "helper"}}!`, // Not a valid top level HTML template. // "<b" is not a full tag. "helper": `{{"<World>"}}`, }, `Hello, &lt;World&gt;!`, }, // A template called in a context other than the start. { map[string]string{ "main": `<a onclick='a = {{template "helper"}};'>`, // Not a valid top level HTML template. // "<b" is not a full tag. "helper": `{{"<a>"}}<b`, }, `<a onclick='a = &#34;\u003ca\u003e&#34;<b;'>`, }, // A recursive template that ends in its start context. { map[string]string{ "main": `{{range .Children}}{{template "main" .}}{{else}}{{.X}} {{end}}`, }, `foo &lt;bar&gt; baz `, }, // A recursive helper template that ends in its start context. { map[string]string{ "main": `{{template "helper" .}}`, "helper": `{{if .Children}}<ul>{{range .Children}}<li>{{template "main" .}}</li>{{end}}</ul>{{else}}{{.X}}{{end}}`, }, `<ul><li>foo</li><li>&lt;bar&gt;</li><li><ul><li>baz</li></ul></li></ul>`, }, // Co-recursive templates that end in its start context. { map[string]string{ "main": `<blockquote>{{range .Children}}{{template "helper" .}}{{end}}</blockquote>`, "helper": `{{if .Children}}{{template "main" .}}{{else}}{{.X}}<br>{{end}}`, }, `<blockquote>foo<br>&lt;bar&gt;<br><blockquote>baz<br></blockquote></blockquote>`, }, // A template that is called in two different contexts. { map[string]string{ "main": `<button onclick="title='{{template "helper"}}'; ...">{{template "helper"}}</button>`, "helper": `{{11}} of {{"<100>"}}`, }, `<button onclick="title='11 of \u003c100\u003e'; ...">11 of &lt;100&gt;</button>`, }, // A non-recursive template that ends in a different context. // helper starts in jsCtxRegexp and ends in jsCtxDivOp. { map[string]string{ "main": `<script>var x={{template "helper"}}/{{"42"}};</script>`, "helper": "{{126}}", }, `<script>var x= 126 /"42";</script>`, }, // A recursive template that ends in a similar context. { map[string]string{ "main": `<script>var x=[{{template "countdown" 4}}];</script>`, "countdown": `{{.}}{{if .}},{{template "countdown" . | pred}}{{end}}`, }, `<script>var x=[ 4 , 3 , 2 , 1 , 0 ];</script>`, }, // A recursive template that ends in a different context. /* { map[string]string{ "main": `<a href="/foo{{template "helper" .}}">`, "helper": `{{if .Children}}{{range .Children}}{{template "helper" .}}{{end}}{{else}}?x={{.X}}{{end}}`, }, `<a href="/foo?x=foo?x=%3cbar%3e?x=baz">`, }, */ } // pred is a template function that returns the predecessor of a // natural number for testing recursive templates. fns := FuncMap{"pred": func(a ...interface{}) (interface{}, error) { if len(a) == 1 { if i, _ := a[0].(int); i > 0 { return i - 1, nil } } return nil, fmt.Errorf("undefined pred(%v)", a) }} for _, test := range tests { source := "" for name, body := range test.inputs { source += fmt.Sprintf("{{define %q}}%s{{end}} ", name, body) } tmpl, err := New("root").Funcs(fns).Parse(source) if err != nil { t.Errorf("error parsing %q: %v", source, err) continue } var b bytes.Buffer if err := tmpl.ExecuteTemplate(&b, "main", data); err != nil { t.Errorf("%q executing %v", err.Error(), tmpl.Lookup("main")) continue } if got := b.String(); test.want != got { t.Errorf("want\n\t%q\ngot\n\t%q", test.want, got) } } } func TestErrors(t *testing.T) { tests := []struct { input string err string }{ // Non-error cases. { "{{if .Cond}}<a>{{else}}<b>{{end}}", "", }, { "{{if .Cond}}<a>{{end}}", "", }, { "{{if .Cond}}{{else}}<b>{{end}}", "", }, { "{{with .Cond}}<div>{{end}}", "", }, { "{{range .Items}}<a>{{end}}", "", }, { "<a href='/foo?{{range .Items}}&{{.K}}={{.V}}{{end}}'>", "", }, // Error cases. { "{{if .Cond}}<a{{end}}", "z:1:5: {{if}} branches", }, { "{{if .Cond}}\n{{else}}\n<a{{end}}", "z:1:5: {{if}} branches", }, { // Missing quote in the else branch. `{{if .Cond}}<a href="foo">{{else}}<a href="bar>{{end}}`, "z:1:5: {{if}} branches", }, { // Different kind of attribute: href implies a URL. "<a {{if .Cond}}href='{{else}}title='{{end}}{{.X}}'>", "z:1:8: {{if}} branches", }, { "\n{{with .X}}<a{{end}}", "z:2:7: {{with}} branches", }, { "\n{{with .X}}<a>{{else}}<a{{end}}", "z:2:7: {{with}} branches", }, { "{{range .Items}}<a{{end}}", `z:1: on range loop re-entry: "<" in attribute name: "<a"`, }, { "\n{{range .Items}} x='<a{{end}}", "z:2:8: on range loop re-entry: {{range}} branches", }, { "<a b=1 c={{.H}}", "z: ends in a non-text context: {stateAttr delimSpaceOrTagEnd", }, { "<script>foo();", "z: ends in a non-text context: {stateJS", }, { `<a href="{{if .F}}/foo?a={{else}}/bar/{{end}}{{.H}}">`, "z:1:47: {{.H}} appears in an ambiguous context within a URL", }, { `<a onclick="alert('Hello \`, `unfinished escape sequence in JS string: "Hello \\"`, }, { `<a onclick='alert("Hello\, World\`, `unfinished escape sequence in JS string: "Hello\\, World\\"`, }, { `<a onclick='alert(/x+\`, `unfinished escape sequence in JS string: "x+\\"`, }, { `<a onclick="/foo[\]/`, `unfinished JS regexp charset: "foo[\\]/"`, }, { // It is ambiguous whether 1.5 should be 1\.5 or 1.5. // Either `var x = 1/- 1.5 /i.test(x)` // where `i.test(x)` is a method call of reference i, // or `/-1\.5/i.test(x)` which is a method call on a // case insensitive regular expression. `<script>{{if false}}var x = 1{{end}}/-{{"1.5"}}/i.test(x)</script>`, `'/' could start a division or regexp: "/-"`, }, { `{{template "foo"}}`, "z:1:11: no such template \"foo\"", }, { `<div{{template "y"}}>` + // Illegal starting in stateTag but not in stateText. `{{define "y"}} foo<b{{end}}`, `"<" in attribute name: " foo<b"`, }, { `<script>reverseList = [{{template "t"}}]</script>` + // Missing " after recursive call. `{{define "t"}}{{if .Tail}}{{template "t" .Tail}}{{end}}{{.Head}}",{{end}}`, `: cannot compute output context for template t$htmltemplate_stateJS_elementScript`, }, { `<input type=button value=onclick=>`, `html/template:z: "=" in unquoted attr: "onclick="`, }, { `<input type=button value= onclick=>`, `html/template:z: "=" in unquoted attr: "onclick="`, }, { `<input type=button value= 1+1=2>`, `html/template:z: "=" in unquoted attr: "1+1=2"`, }, { "<a class=`foo>", "html/template:z: \"`\" in unquoted attr: \"`foo\"", }, { `<a style=font:'Arial'>`, `html/template:z: "'" in unquoted attr: "font:'Arial'"`, }, { `<a=foo>`, `: expected space, attr name, or end of tag, but got "=foo>"`, }, { `Hello, {{. | urlquery | print}}!`, // urlquery is disallowed if it is not the last command in the pipeline. `predefined escaper "urlquery" disallowed in template`, }, { `Hello, {{. | html | print}}!`, // html is disallowed if it is not the last command in the pipeline. `predefined escaper "html" disallowed in template`, }, { `Hello, {{html . | print}}!`, // A direct call to html is disallowed if it is not the last command in the pipeline. `predefined escaper "html" disallowed in template`, }, { `<div class={{. | html}}>Hello<div>`, // html is disallowed in a pipeline that is in an unquoted attribute context, // even if it is the last command in the pipeline. `predefined escaper "html" disallowed in template`, }, { `Hello, {{. | urlquery | html}}!`, // html is allowed since it is the last command in the pipeline, but urlquery is not. `predefined escaper "urlquery" disallowed in template`, }, } for _, test := range tests { buf := new(bytes.Buffer) tmpl, err := New("z").Parse(test.input) if err != nil { t.Errorf("input=%q: unexpected parse error %s\n", test.input, err) continue } err = tmpl.Execute(buf, nil) var got string if err != nil { got = err.Error() } if test.err == "" { if got != "" { t.Errorf("input=%q: unexpected error %q", test.input, got) } continue } if !strings.Contains(got, test.err) { t.Errorf("input=%q: error\n\t%q\ndoes not contain expected string\n\t%q", test.input, got, test.err) continue } // Check that we get the same error if we call Execute again. if err := tmpl.Execute(buf, nil); err == nil || err.Error() != got { t.Errorf("input=%q: unexpected error on second call %q", test.input, err) } } } func TestEscapeText(t *testing.T) { tests := []struct { input string output context }{ { ``, context{}, }, { `Hello, World!`, context{}, }, { // An orphaned "<" is OK. `I <3 Ponies!`, context{}, }, { `<a`, context{state: stateTag}, }, { `<a `, context{state: stateTag}, }, { `<a>`, context{state: stateText}, }, { `<a href`, context{state: stateAttrName, attr: attrURL}, }, { `<a on`, context{state: stateAttrName, attr: attrScript}, }, { `<a href `, context{state: stateAfterName, attr: attrURL}, }, { `<a style = `, context{state: stateBeforeValue, attr: attrStyle}, }, { `<a href=`, context{state: stateBeforeValue, attr: attrURL}, }, { `<a href=x`, context{state: stateURL, delim: delimSpaceOrTagEnd, urlPart: urlPartPreQuery, attr: attrURL}, }, { `<a href=x `, context{state: stateTag}, }, { `<a href=>`, context{state: stateText}, }, { `<a href=x>`, context{state: stateText}, }, { `<a href ='`, context{state: stateURL, delim: delimSingleQuote, attr: attrURL}, }, { `<a href=''`, context{state: stateTag}, }, { `<a href= "`, context{state: stateURL, delim: delimDoubleQuote, attr: attrURL}, }, { `<a href=""`, context{state: stateTag}, }, { `<a title="`, context{state: stateAttr, delim: delimDoubleQuote}, }, { `<a HREF='http:`, context{state: stateURL, delim: delimSingleQuote, urlPart: urlPartPreQuery, attr: attrURL}, }, { `<a Href='/`, context{state: stateURL, delim: delimSingleQuote, urlPart: urlPartPreQuery, attr: attrURL}, }, { `<a href='"`, context{state: stateURL, delim: delimSingleQuote, urlPart: urlPartPreQuery, attr: attrURL}, }, { `<a href="'`, context{state: stateURL, delim: delimDoubleQuote, urlPart: urlPartPreQuery, attr: attrURL}, }, { `<a href='&apos;`, context{state: stateURL, delim: delimSingleQuote, urlPart: urlPartPreQuery, attr: attrURL}, }, { `<a href="&quot;`, context{state: stateURL, delim: delimDoubleQuote, urlPart: urlPartPreQuery, attr: attrURL}, }, { `<a href="&#34;`, context{state: stateURL, delim: delimDoubleQuote, urlPart: urlPartPreQuery, attr: attrURL}, }, { `<a href=&quot;`, context{state: stateURL, delim: delimSpaceOrTagEnd, urlPart: urlPartPreQuery, attr: attrURL}, }, { `<img alt="1">`, context{state: stateText}, }, { `<img alt="1>"`, context{state: stateTag}, }, { `<img alt="1>">`, context{state: stateText}, }, { `<input checked type="checkbox"`, context{state: stateTag}, }, { `<a onclick="`, context{state: stateJS, delim: delimDoubleQuote, attr: attrScript}, }, { `<a onclick="//foo`, context{state: stateJSLineCmt, delim: delimDoubleQuote, attr: attrScript}, }, { "<a onclick='//\n", context{state: stateJS, delim: delimSingleQuote, attr: attrScript}, }, { "<a onclick='//\r\n", context{state: stateJS, delim: delimSingleQuote, attr: attrScript}, }, { "<a onclick='//\u2028", context{state: stateJS, delim: delimSingleQuote, attr: attrScript}, }, { `<a onclick="/*`, context{state: stateJSBlockCmt, delim: delimDoubleQuote, attr: attrScript}, }, { `<a onclick="/*/`, context{state: stateJSBlockCmt, delim: delimDoubleQuote, attr: attrScript}, }, { `<a onclick="/**/`, context{state: stateJS, delim: delimDoubleQuote, attr: attrScript}, }, { `<a onkeypress="&quot;`, context{state: stateJSDqStr, delim: delimDoubleQuote, attr: attrScript}, }, { `<a onclick='&quot;foo&quot;`, context{state: stateJS, delim: delimSingleQuote, jsCtx: jsCtxDivOp, attr: attrScript}, }, { `<a onclick=&#39;foo&#39;`, context{state: stateJS, delim: delimSpaceOrTagEnd, jsCtx: jsCtxDivOp, attr: attrScript}, }, { `<a onclick=&#39;foo`, context{state: stateJSSqStr, delim: delimSpaceOrTagEnd, attr: attrScript}, }, { `<a onclick="&quot;foo'`, context{state: stateJSDqStr, delim: delimDoubleQuote, attr: attrScript}, }, { `<a onclick="'foo&quot;`, context{state: stateJSSqStr, delim: delimDoubleQuote, attr: attrScript}, }, { `<A ONCLICK="'`, context{state: stateJSSqStr, delim: delimDoubleQuote, attr: attrScript}, }, { `<a onclick="/`, context{state: stateJSRegexp, delim: delimDoubleQuote, attr: attrScript}, }, { `<a onclick="'foo'`, context{state: stateJS, delim: delimDoubleQuote, jsCtx: jsCtxDivOp, attr: attrScript}, }, { `<a onclick="'foo\'`, context{state: stateJSSqStr, delim: delimDoubleQuote, attr: attrScript}, }, { `<a onclick="'foo\'`, context{state: stateJSSqStr, delim: delimDoubleQuote, attr: attrScript}, }, { `<a onclick="/foo/`, context{state: stateJS, delim: delimDoubleQuote, jsCtx: jsCtxDivOp, attr: attrScript}, }, { `<script>/foo/ /=`, context{state: stateJS, element: elementScript}, }, { `<a onclick="1 /foo`, context{state: stateJS, delim: delimDoubleQuote, jsCtx: jsCtxDivOp, attr: attrScript}, }, { `<a onclick="1 /*c*/ /foo`, context{state: stateJS, delim: delimDoubleQuote, jsCtx: jsCtxDivOp, attr: attrScript}, }, { `<a onclick="/foo[/]`, context{state: stateJSRegexp, delim: delimDoubleQuote, attr: attrScript}, }, { `<a onclick="/foo\/`, context{state: stateJSRegexp, delim: delimDoubleQuote, attr: attrScript}, }, { `<a onclick="/foo/`, context{state: stateJS, delim: delimDoubleQuote, jsCtx: jsCtxDivOp, attr: attrScript}, }, { `<input checked style="`, context{state: stateCSS, delim: delimDoubleQuote, attr: attrStyle}, }, { `<a style="//`, context{state: stateCSSLineCmt, delim: delimDoubleQuote, attr: attrStyle}, }, { `<a style="//</script>`, context{state: stateCSSLineCmt, delim: delimDoubleQuote, attr: attrStyle}, }, { "<a style='//\n", context{state: stateCSS, delim: delimSingleQuote, attr: attrStyle}, }, { "<a style='//\r", context{state: stateCSS, delim: delimSingleQuote, attr: attrStyle}, }, { `<a style="/*`, context{state: stateCSSBlockCmt, delim: delimDoubleQuote, attr: attrStyle}, }, { `<a style="/*/`, context{state: stateCSSBlockCmt, delim: delimDoubleQuote, attr: attrStyle}, }, { `<a style="/**/`, context{state: stateCSS, delim: delimDoubleQuote, attr: attrStyle}, }, { `<a style="background: '`, context{state: stateCSSSqStr, delim: delimDoubleQuote, attr: attrStyle}, }, { `<a style="background: &quot;`, context{state: stateCSSDqStr, delim: delimDoubleQuote, attr: attrStyle}, }, { `<a style="background: '/foo?img=`, context{state: stateCSSSqStr, delim: delimDoubleQuote, urlPart: urlPartQueryOrFrag, attr: attrStyle}, }, { `<a style="background: '/`, context{state: stateCSSSqStr, delim: delimDoubleQuote, urlPart: urlPartPreQuery, attr: attrStyle}, }, { `<a style="background: url(&#x22;/`, context{state: stateCSSDqURL, delim: delimDoubleQuote, urlPart: urlPartPreQuery, attr: attrStyle}, }, { `<a style="background: url('/`, context{state: stateCSSSqURL, delim: delimDoubleQuote, urlPart: urlPartPreQuery, attr: attrStyle}, }, { `<a style="background: url('/)`, context{state: stateCSSSqURL, delim: delimDoubleQuote, urlPart: urlPartPreQuery, attr: attrStyle}, }, { `<a style="background: url('/ `, context{state: stateCSSSqURL, delim: delimDoubleQuote, urlPart: urlPartPreQuery, attr: attrStyle}, }, { `<a style="background: url(/`, context{state: stateCSSURL, delim: delimDoubleQuote, urlPart: urlPartPreQuery, attr: attrStyle}, }, { `<a style="background: url( `, context{state: stateCSSURL, delim: delimDoubleQuote, attr: attrStyle}, }, { `<a style="background: url( /image?name=`, context{state: stateCSSURL, delim: delimDoubleQuote, urlPart: urlPartQueryOrFrag, attr: attrStyle}, }, { `<a style="background: url(x)`, context{state: stateCSS, delim: delimDoubleQuote, attr: attrStyle}, }, { `<a style="background: url('x'`, context{state: stateCSS, delim: delimDoubleQuote, attr: attrStyle}, }, { `<a style="background: url( x `, context{state: stateCSS, delim: delimDoubleQuote, attr: attrStyle}, }, { `<!-- foo`, context{state: stateHTMLCmt}, }, { `<!-->`, context{state: stateHTMLCmt}, }, { `<!--->`, context{state: stateHTMLCmt}, }, { `<!-- foo -->`, context{state: stateText}, }, { `<script`, context{state: stateTag, element: elementScript}, }, { `<script `, context{state: stateTag, element: elementScript}, }, { `<script src="foo.js" `, context{state: stateTag, element: elementScript}, }, { `<script src='foo.js' `, context{state: stateTag, element: elementScript}, }, { `<script type=text/javascript `, context{state: stateTag, element: elementScript}, }, { `<script>`, context{state: stateJS, jsCtx: jsCtxRegexp, element: elementScript}, }, { `<script>foo`, context{state: stateJS, jsCtx: jsCtxDivOp, element: elementScript}, }, { `<script>foo</script>`, context{state: stateText}, }, { `<script>foo</script><!--`, context{state: stateHTMLCmt}, }, { `<script>document.write("<p>foo</p>");`, context{state: stateJS, element: elementScript}, }, { `<script>document.write("<p>foo<\/script>");`, context{state: stateJS, element: elementScript}, }, { `<script>document.write("<script>alert(1)</script>");`, context{state: stateText}, }, { `<script type="text/template">`, context{state: stateText}, }, // covering issue 19968 { `<script type="TEXT/JAVASCRIPT">`, context{state: stateJS, element: elementScript}, }, // covering issue 19965 { `<script TYPE="text/template">`, context{state: stateText}, }, { `<script type="notjs">`, context{state: stateText}, }, { `<Script>`, context{state: stateJS, element: elementScript}, }, { `<SCRIPT>foo`, context{state: stateJS, jsCtx: jsCtxDivOp, element: elementScript}, }, { `<textarea>value`, context{state: stateRCDATA, element: elementTextarea}, }, { `<textarea>value</TEXTAREA>`, context{state: stateText}, }, { `<textarea name=html><b`, context{state: stateRCDATA, element: elementTextarea}, }, { `<title>value`, context{state: stateRCDATA, element: elementTitle}, }, { `<style>value`, context{state: stateCSS, element: elementStyle}, }, { `<a xlink:href`, context{state: stateAttrName, attr: attrURL}, }, { `<a xmlns`, context{state: stateAttrName, attr: attrURL}, }, { `<a xmlns:foo`, context{state: stateAttrName, attr: attrURL}, }, { `<a xmlnsxyz`, context{state: stateAttrName}, }, { `<a data-url`, context{state: stateAttrName, attr: attrURL}, }, { `<a data-iconUri`, context{state: stateAttrName, attr: attrURL}, }, { `<a data-urlItem`, context{state: stateAttrName, attr: attrURL}, }, { `<a g:`, context{state: stateAttrName}, }, { `<a g:url`, context{state: stateAttrName, attr: attrURL}, }, { `<a g:iconUri`, context{state: stateAttrName, attr: attrURL}, }, { `<a g:urlItem`, context{state: stateAttrName, attr: attrURL}, }, { `<a g:value`, context{state: stateAttrName}, }, { `<a svg:style='`, context{state: stateCSS, delim: delimSingleQuote, attr: attrStyle}, }, { `<svg:font-face`, context{state: stateTag}, }, { `<svg:a svg:onclick="`, context{state: stateJS, delim: delimDoubleQuote, attr: attrScript}, }, { `<svg:a svg:onclick="x()">`, context{}, }, } for _, test := range tests { b, e := []byte(test.input), makeEscaper(nil) c := e.escapeText(context{}, &parse.TextNode{NodeType: parse.NodeText, Text: b}) if !test.output.eq(c) { t.Errorf("input %q: want context\n\t%v\ngot\n\t%v", test.input, test.output, c) continue } if test.input != string(b) { t.Errorf("input %q: text node was modified: want %q got %q", test.input, test.input, b) continue } } } func TestEnsurePipelineContains(t *testing.T) { tests := []struct { input, output string ids []string }{ { "{{.X}}", ".X", []string{}, }, { "{{.X | html}}", ".X | html", []string{}, }, { "{{.X}}", ".X | html", []string{"html"}, }, { "{{html .X}}", "_eval_args_ .X | html | urlquery", []string{"html", "urlquery"}, }, { "{{html .X .Y .Z}}", "_eval_args_ .X .Y .Z | html | urlquery", []string{"html", "urlquery"}, }, { "{{.X | print}}", ".X | print | urlquery", []string{"urlquery"}, }, { "{{.X | print | urlquery}}", ".X | print | urlquery", []string{"urlquery"}, }, { "{{.X | urlquery}}", ".X | html | urlquery", []string{"html", "urlquery"}, }, { "{{.X | print 2 | .f 3}}", ".X | print 2 | .f 3 | urlquery | html", []string{"urlquery", "html"}, }, { // covering issue 10801 "{{.X | println.x }}", ".X | println.x | urlquery | html", []string{"urlquery", "html"}, }, { // covering issue 10801 "{{.X | (print 12 | println).x }}", ".X | (print 12 | println).x | urlquery | html", []string{"urlquery", "html"}, }, // The following test cases ensure that the merging of internal escapers // with the predefined "html" and "urlquery" escapers is correct. { "{{.X | urlquery}}", ".X | _html_template_urlfilter | urlquery", []string{"_html_template_urlfilter", "_html_template_urlnormalizer"}, }, { "{{.X | urlquery}}", ".X | urlquery | _html_template_urlfilter | _html_template_cssescaper", []string{"_html_template_urlfilter", "_html_template_cssescaper"}, }, { "{{.X | urlquery}}", ".X | urlquery", []string{"_html_template_urlnormalizer"}, }, { "{{.X | urlquery}}", ".X | urlquery", []string{"_html_template_urlescaper"}, }, { "{{.X | html}}", ".X | html", []string{"_html_template_htmlescaper"}, }, { "{{.X | html}}", ".X | html", []string{"_html_template_rcdataescaper"}, }, } for i, test := range tests { tmpl := template.Must(template.New("test").Parse(test.input)) action, ok := (tmpl.Tree.Root.Nodes[0].(*parse.ActionNode)) if !ok { t.Errorf("First node is not an action: %s", test.input) continue } pipe := action.Pipe originalIDs := make([]string, len(test.ids)) copy(originalIDs, test.ids) ensurePipelineContains(pipe, test.ids) got := pipe.String() if got != test.output { t.Errorf("#%d: %s, %v: want\n\t%s\ngot\n\t%s", i, test.input, originalIDs, test.output, got) } } } func TestEscapeMalformedPipelines(t *testing.T) { tests := []string{ "{{ 0 | $ }}", "{{ 0 | $ | urlquery }}", "{{ 0 | (nil) }}", "{{ 0 | (nil) | html }}", } for _, test := range tests { var b bytes.Buffer tmpl, err := New("test").Parse(test) if err != nil { t.Errorf("failed to parse set: %q", err) } err = tmpl.Execute(&b, nil) if err == nil { t.Errorf("Expected error for %q", test) } } } func TestEscapeErrorsNotIgnorable(t *testing.T) { var b bytes.Buffer tmpl, _ := New("dangerous").Parse("<a") err := tmpl.Execute(&b, nil) if err == nil { t.Errorf("Expected error") } else if b.Len() != 0 { t.Errorf("Emitted output despite escaping failure") } } func TestEscapeSetErrorsNotIgnorable(t *testing.T) { var b bytes.Buffer tmpl, err := New("root").Parse(`{{define "t"}}<a{{end}}`) if err != nil { t.Errorf("failed to parse set: %q", err) } err = tmpl.ExecuteTemplate(&b, "t", nil) if err == nil { t.Errorf("Expected error") } else if b.Len() != 0 { t.Errorf("Emitted output despite escaping failure") } } func TestRedundantFuncs(t *testing.T) { inputs := []interface{}{ "\x00\x01\x02\x03\x04\x05\x06\x07\x08\t\n\x0b\x0c\r\x0e\x0f" + "\x10\x11\x12\x13\x14\x15\x16\x17\x18\x19\x1a\x1b\x1c\x1d\x1e\x1f" + ` !"#$%&'()*+,-./` + `0123456789:;<=>?` + `@ABCDEFGHIJKLMNO` + `PQRSTUVWXYZ[\]^_` + "`abcdefghijklmno" + "pqrstuvwxyz{|}~\x7f" + "\u00A0\u0100\u2028\u2029\ufeff\ufdec\ufffd\uffff\U0001D11E" + "&amp;%22\\", htmltemplate.CSS(`a[href =~ "//example.com"]#foo`), htmltemplate.HTML(`Hello, <b>World</b> &amp;tc!`), htmltemplate.HTMLAttr(` dir="ltr"`), htmltemplate.JS(`c && alert("Hello, World!");`), htmltemplate.JSStr(`Hello, World & O'Reilly\x21`), htmltemplate.URL(`greeting=H%69&addressee=(World)`), } for n0, m := range redundantFuncs { f0 := funcMap[n0].(func(...interface{}) string) for n1 := range m { f1 := funcMap[n1].(func(...interface{}) string) for _, input := range inputs { want := f0(input) if got := f1(want); want != got { t.Errorf("%s %s with %T %q: want\n\t%q,\ngot\n\t%q", n0, n1, input, input, want, got) } } } } } func TestIndirectPrint(t *testing.T) { a := 3 ap := &a b := "hello" bp := &b bpp := &bp tmpl := Must(New("t").Parse(`{{.}}`)) var buf bytes.Buffer err := tmpl.Execute(&buf, ap) if err != nil { t.Errorf("Unexpected error: %s", err) } else if buf.String() != "3" { t.Errorf(`Expected "3"; got %q`, buf.String()) } buf.Reset() err = tmpl.Execute(&buf, bpp) if err != nil { t.Errorf("Unexpected error: %s", err) } else if buf.String() != "hello" { t.Errorf(`Expected "hello"; got %q`, buf.String()) } } // This is a test for issue 3272. func TestEmptyTemplate(t *testing.T) { page := Must(New("page").ParseFiles(os.DevNull)) if err := page.ExecuteTemplate(os.Stdout, "page", "nothing"); err == nil { t.Fatal("expected error") } } type Issue7379 int func (Issue7379) SomeMethod(x int) string { return fmt.Sprintf("<%d>", x) } // This is a test for issue 7379: type assertion error caused panic, and then // the code to handle the panic breaks escaping. It's hard to see the second // problem once the first is fixed, but its fix is trivial so we let that go. See // the discussion for issue 7379. func TestPipeToMethodIsEscaped(t *testing.T) { tmpl := Must(New("x").Parse("<html>{{0 | .SomeMethod}}</html>\n")) tryExec := func() string { defer func() { panicValue := recover() if panicValue != nil { t.Errorf("panicked: %v\n", panicValue) } }() var b bytes.Buffer tmpl.Execute(&b, Issue7379(0)) return b.String() } for i := 0; i < 3; i++ { str := tryExec() const expect = "<html>&lt;0&gt;</html>\n" if str != expect { t.Errorf("expected %q got %q", expect, str) } } } // Unlike text/template, html/template crashed if given an incomplete // template, that is, a template that had been named but not given any content. // This is issue #10204. func TestErrorOnUndefined(t *testing.T) { tmpl := New("undefined") err := tmpl.Execute(nil, nil) if err == nil { t.Error("expected error") } else if !strings.Contains(err.Error(), "incomplete") { t.Errorf("expected error about incomplete template; got %s", err) } } // This covers issue #20842. func TestIdempotentExecute(t *testing.T) { tmpl := Must(New(""). Parse(`{{define "main"}}<body>{{template "hello"}}</body>{{end}}`)) Must(tmpl. Parse(`{{define "hello"}}Hello, {{"Ladies & Gentlemen!"}}{{end}}`)) got := new(bytes.Buffer) var err error // Ensure that "hello" produces the same output when executed twice. want := "Hello, Ladies &amp; Gentlemen!" for i := 0; i < 2; i++ { err = tmpl.ExecuteTemplate(got, "hello", nil) if err != nil { t.Errorf("unexpected error: %s", err) } if got.String() != want { t.Errorf("after executing template \"hello\", got:\n\t%q\nwant:\n\t%q\n", got.String(), want) } got.Reset() } // Ensure that the implicit re-execution of "hello" during the execution of // "main" does not cause the output of "hello" to change. err = tmpl.ExecuteTemplate(got, "main", nil) if err != nil { t.Errorf("unexpected error: %s", err) } // If the HTML escaper is added again to the action {{"Ladies & Gentlemen!"}}, // we would expected to see the ampersand overescaped to "&amp;amp;". want = "<body>Hello, Ladies &amp; Gentlemen!</body>" if got.String() != want { t.Errorf("after executing template \"main\", got:\n\t%q\nwant:\n\t%q\n", got.String(), want) } } func BenchmarkEscapedExecute(b *testing.B) { tmpl := Must(New("t").Parse(`<a onclick="alert('{{.}}')">{{.}}</a>`)) var buf bytes.Buffer b.ResetTimer() for i := 0; i < b.N; i++ { tmpl.Execute(&buf, "foo & 'bar' & baz") buf.Reset() } } // Covers issue 22780. func TestOrphanedTemplate(t *testing.T) { t1 := Must(New("foo").Parse(`<a href="{{.}}">link1</a>`)) t2 := Must(t1.New("foo").Parse(`bar`)) var b bytes.Buffer const wantError = `template: "foo" is an incomplete or empty template` if err := t1.Execute(&b, "javascript:alert(1)"); err == nil { t.Fatal("expected error executing t1") } else if gotError := err.Error(); gotError != wantError { t.Fatalf("got t1 execution error:\n\t%s\nwant:\n\t%s", gotError, wantError) } b.Reset() if err := t2.Execute(&b, nil); err != nil { t.Fatalf("error executing t2: %s", err) } const want = "bar" if got := b.String(); got != want { t.Fatalf("t2 rendered %q, want %q", got, want) } } // Covers issue 21844. func TestAliasedParseTreeDoesNotOverescape(t *testing.T) { const ( tmplText = `{{.}}` data = `<baz>` want = `&lt;baz&gt;` ) // Templates "foo" and "bar" both alias the same underlying parse tree. tpl := Must(New("foo").Parse(tmplText)) if _, err := tpl.AddParseTree("bar", tpl.Tree); err != nil { t.Fatalf("AddParseTree error: %v", err) } var b1, b2 bytes.Buffer if err := tpl.ExecuteTemplate(&b1, "foo", data); err != nil { t.Fatalf(`ExecuteTemplate failed for "foo": %v`, err) } if err := tpl.ExecuteTemplate(&b2, "bar", data); err != nil { t.Fatalf(`ExecuteTemplate failed for "foo": %v`, err) } got1, got2 := b1.String(), b2.String() if got1 != want { t.Fatalf(`Template "foo" rendered %q, want %q`, got1, want) } if got1 != got2 { t.Fatalf(`Template "foo" and "bar" rendered %q and %q respectively, expected equal values`, got1, got2) } }
// Copyright 2011 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // +build go1.13,!windows package template import ( "bytes" "encoding/json" "fmt" htmltemplate "html/template" "os" "strings" "testing" template "github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate" "github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/parse" ) type badMarshaler struct{} func (x *badMarshaler) MarshalJSON() ([]byte, error) { // Keys in valid JSON must be double quoted as must all strings. return []byte("{ foo: 'not quite valid JSON' }"), nil } type goodMarshaler struct{} func (x *goodMarshaler) MarshalJSON() ([]byte, error) { return []byte(`{ "<foo>": "O'Reilly" }`), nil } func TestEscape(t *testing.T) { data := struct { F, T bool C, G, H string A, E []string B, M json.Marshaler N int U interface{} // untyped nil Z *int // typed nil W htmltemplate.HTML }{ F: false, T: true, C: "<Cincinnati>", G: "<Goodbye>", H: "<Hello>", A: []string{"<a>", "<b>"}, E: []string{}, N: 42, B: &badMarshaler{}, M: &goodMarshaler{}, U: nil, Z: nil, W: htmltemplate.HTML(`&iexcl;<b class="foo">Hello</b>, <textarea>O'World</textarea>!`), } pdata := &data tests := []struct { name string input string output string }{ { "if", "{{if .T}}Hello{{end}}, {{.C}}!", "Hello, &lt;Cincinnati&gt;!", }, { "else", "{{if .F}}{{.H}}{{else}}{{.G}}{{end}}!", "&lt;Goodbye&gt;!", }, { "overescaping1", "Hello, {{.C | html}}!", "Hello, &lt;Cincinnati&gt;!", }, { "overescaping2", "Hello, {{html .C}}!", "Hello, &lt;Cincinnati&gt;!", }, { "overescaping3", "{{with .C}}{{$msg := .}}Hello, {{$msg}}!{{end}}", "Hello, &lt;Cincinnati&gt;!", }, { "assignment", "{{if $x := .H}}{{$x}}{{end}}", "&lt;Hello&gt;", }, { "withBody", "{{with .H}}{{.}}{{end}}", "&lt;Hello&gt;", }, { "withElse", "{{with .E}}{{.}}{{else}}{{.H}}{{end}}", "&lt;Hello&gt;", }, { "rangeBody", "{{range .A}}{{.}}{{end}}", "&lt;a&gt;&lt;b&gt;", }, { "rangeElse", "{{range .E}}{{.}}{{else}}{{.H}}{{end}}", "&lt;Hello&gt;", }, { "nonStringValue", "{{.T}}", "true", }, { "untypedNilValue", "{{.U}}", "", }, { "typedNilValue", "{{.Z}}", "&lt;nil&gt;", }, { "constant", `<a href="/search?q={{"'a<b'"}}">`, `<a href="/search?q=%27a%3cb%27">`, }, { "multipleAttrs", "<a b=1 c={{.H}}>", "<a b=1 c=&lt;Hello&gt;>", }, { "urlStartRel", `<a href='{{"/foo/bar?a=b&c=d"}}'>`, `<a href='/foo/bar?a=b&amp;c=d'>`, }, { "urlStartAbsOk", `<a href='{{"http://example.com/foo/bar?a=b&c=d"}}'>`, `<a href='http://example.com/foo/bar?a=b&amp;c=d'>`, }, { "protocolRelativeURLStart", `<a href='{{"//example.com:8000/foo/bar?a=b&c=d"}}'>`, `<a href='//example.com:8000/foo/bar?a=b&amp;c=d'>`, }, { "pathRelativeURLStart", `<a href="{{"/javascript:80/foo/bar"}}">`, `<a href="/javascript:80/foo/bar">`, }, { "dangerousURLStart", `<a href='{{"javascript:alert(%22pwned%22)"}}'>`, `<a href='#ZgotmplZ'>`, }, { "dangerousURLStart2", `<a href=' {{"javascript:alert(%22pwned%22)"}}'>`, `<a href=' #ZgotmplZ'>`, }, { "nonHierURL", `<a href={{"mailto:Muhammed \"The Greatest\" Ali <[email protected]>"}}>`, `<a href=mailto:Muhammed%20%22The%20Greatest%22%20Ali%20%[email protected]%3e>`, }, { "urlPath", `<a href='http://{{"javascript:80"}}/foo'>`, `<a href='http://javascript:80/foo'>`, }, { "urlQuery", `<a href='/search?q={{.H}}'>`, `<a href='/search?q=%3cHello%3e'>`, }, { "urlFragment", `<a href='/faq#{{.H}}'>`, `<a href='/faq#%3cHello%3e'>`, }, { "urlBranch", `<a href="{{if .F}}/foo?a=b{{else}}/bar{{end}}">`, `<a href="/bar">`, }, { "urlBranchConflictMoot", `<a href="{{if .T}}/foo?a={{else}}/bar#{{end}}{{.C}}">`, `<a href="/foo?a=%3cCincinnati%3e">`, }, { "jsStrValue", "<button onclick='alert({{.H}})'>", `<button onclick='alert(&#34;\u003cHello\u003e&#34;)'>`, }, { "jsNumericValue", "<button onclick='alert({{.N}})'>", `<button onclick='alert( 42 )'>`, }, { "jsBoolValue", "<button onclick='alert({{.T}})'>", `<button onclick='alert( true )'>`, }, { "jsNilValueTyped", "<button onclick='alert(typeof{{.Z}})'>", `<button onclick='alert(typeof null )'>`, }, { "jsNilValueUntyped", "<button onclick='alert(typeof{{.U}})'>", `<button onclick='alert(typeof null )'>`, }, { "jsObjValue", "<button onclick='alert({{.A}})'>", `<button onclick='alert([&#34;\u003ca\u003e&#34;,&#34;\u003cb\u003e&#34;])'>`, }, { "jsObjValueScript", "<script>alert({{.A}})</script>", `<script>alert(["\u003ca\u003e","\u003cb\u003e"])</script>`, }, { "jsObjValueNotOverEscaped", "<button onclick='alert({{.A | html}})'>", `<button onclick='alert([&#34;\u003ca\u003e&#34;,&#34;\u003cb\u003e&#34;])'>`, }, { "jsStr", "<button onclick='alert(&quot;{{.H}}&quot;)'>", `<button onclick='alert(&quot;\u003cHello\u003e&quot;)'>`, }, { "badMarshaler", `<button onclick='alert(1/{{.B}}in numbers)'>`, `<button onclick='alert(1/ /* json: error calling MarshalJSON for type *template.badMarshaler: invalid character &#39;f&#39; looking for beginning of object key string */null in numbers)'>`, }, { "jsMarshaler", `<button onclick='alert({{.M}})'>`, `<button onclick='alert({&#34;\u003cfoo\u003e&#34;:&#34;O&#39;Reilly&#34;})'>`, }, { "jsStrNotUnderEscaped", "<button onclick='alert({{.C | urlquery}})'>", // URL escaped, then quoted for JS. `<button onclick='alert(&#34;%3CCincinnati%3E&#34;)'>`, }, { "jsRe", `<button onclick='alert(/{{"foo+bar"}}/.test(""))'>`, `<button onclick='alert(/foo\u002bbar/.test(""))'>`, }, { "jsReBlank", `<script>alert(/{{""}}/.test(""));</script>`, `<script>alert(/(?:)/.test(""));</script>`, }, { "jsReAmbigOk", `<script>{{if true}}var x = 1{{end}}</script>`, // The {if} ends in an ambiguous jsCtx but there is // no slash following so we shouldn't care. `<script>var x = 1</script>`, }, { "styleBidiKeywordPassed", `<p style="dir: {{"ltr"}}">`, `<p style="dir: ltr">`, }, { "styleBidiPropNamePassed", `<p style="border-{{"left"}}: 0; border-{{"right"}}: 1in">`, `<p style="border-left: 0; border-right: 1in">`, }, { "styleExpressionBlocked", `<p style="width: {{"expression(alert(1337))"}}">`, `<p style="width: ZgotmplZ">`, }, { "styleTagSelectorPassed", `<style>{{"p"}} { color: pink }</style>`, `<style>p { color: pink }</style>`, }, { "styleIDPassed", `<style>p{{"#my-ID"}} { font: Arial }</style>`, `<style>p#my-ID { font: Arial }</style>`, }, { "styleClassPassed", `<style>p{{".my_class"}} { font: Arial }</style>`, `<style>p.my_class { font: Arial }</style>`, }, { "styleQuantityPassed", `<a style="left: {{"2em"}}; top: {{0}}">`, `<a style="left: 2em; top: 0">`, }, { "stylePctPassed", `<table style=width:{{"100%"}}>`, `<table style=width:100%>`, }, { "styleColorPassed", `<p style="color: {{"#8ff"}}; background: {{"#000"}}">`, `<p style="color: #8ff; background: #000">`, }, { "styleObfuscatedExpressionBlocked", `<p style="width: {{" e\\78preS\x00Sio/**/n(alert(1337))"}}">`, `<p style="width: ZgotmplZ">`, }, { "styleMozBindingBlocked", `<p style="{{"-moz-binding(alert(1337))"}}: ...">`, `<p style="ZgotmplZ: ...">`, }, { "styleObfuscatedMozBindingBlocked", `<p style="{{" -mo\\7a-B\x00I/**/nding(alert(1337))"}}: ...">`, `<p style="ZgotmplZ: ...">`, }, { "styleFontNameString", `<p style='font-family: "{{"Times New Roman"}}"'>`, `<p style='font-family: "Times New Roman"'>`, }, { "styleFontNameString", `<p style='font-family: "{{"Times New Roman"}}", "{{"sans-serif"}}"'>`, `<p style='font-family: "Times New Roman", "sans-serif"'>`, }, { "styleFontNameUnquoted", `<p style='font-family: {{"Times New Roman"}}'>`, `<p style='font-family: Times New Roman'>`, }, { "styleURLQueryEncoded", `<p style="background: url(/img?name={{"O'Reilly Animal(1)<2>.png"}})">`, `<p style="background: url(/img?name=O%27Reilly%20Animal%281%29%3c2%3e.png)">`, }, { "styleQuotedURLQueryEncoded", `<p style="background: url('/img?name={{"O'Reilly Animal(1)<2>.png"}}')">`, `<p style="background: url('/img?name=O%27Reilly%20Animal%281%29%3c2%3e.png')">`, }, { "styleStrQueryEncoded", `<p style="background: '/img?name={{"O'Reilly Animal(1)<2>.png"}}'">`, `<p style="background: '/img?name=O%27Reilly%20Animal%281%29%3c2%3e.png'">`, }, { "styleURLBadProtocolBlocked", `<a style="background: url('{{"javascript:alert(1337)"}}')">`, `<a style="background: url('#ZgotmplZ')">`, }, { "styleStrBadProtocolBlocked", `<a style="background: '{{"vbscript:alert(1337)"}}'">`, `<a style="background: '#ZgotmplZ'">`, }, { "styleStrEncodedProtocolEncoded", `<a style="background: '{{"javascript\\3a alert(1337)"}}'">`, // The CSS string 'javascript\\3a alert(1337)' does not contain a colon. `<a style="background: 'javascript\\3a alert\28 1337\29 '">`, }, { "styleURLGoodProtocolPassed", `<a style="background: url('{{"http://oreilly.com/O'Reilly Animals(1)<2>;{}.html"}}')">`, `<a style="background: url('http://oreilly.com/O%27Reilly%20Animals%281%29%3c2%3e;%7b%7d.html')">`, }, { "styleStrGoodProtocolPassed", `<a style="background: '{{"http://oreilly.com/O'Reilly Animals(1)<2>;{}.html"}}'">`, `<a style="background: 'http\3a\2f\2foreilly.com\2fO\27Reilly Animals\28 1\29\3c 2\3e\3b\7b\7d.html'">`, }, { "styleURLEncodedForHTMLInAttr", `<a style="background: url('{{"/search?img=foo&size=icon"}}')">`, `<a style="background: url('/search?img=foo&amp;size=icon')">`, }, { "styleURLNotEncodedForHTMLInCdata", `<style>body { background: url('{{"/search?img=foo&size=icon"}}') }</style>`, `<style>body { background: url('/search?img=foo&size=icon') }</style>`, }, { "styleURLMixedCase", `<p style="background: URL(#{{.H}})">`, `<p style="background: URL(#%3cHello%3e)">`, }, { "stylePropertyPairPassed", `<a style='{{"color: red"}}'>`, `<a style='color: red'>`, }, { "styleStrSpecialsEncoded", `<a style="font-family: '{{"/**/'\";:// \\"}}', &quot;{{"/**/'\";:// \\"}}&quot;">`, `<a style="font-family: '\2f**\2f\27\22\3b\3a\2f\2f \\', &quot;\2f**\2f\27\22\3b\3a\2f\2f \\&quot;">`, }, { "styleURLSpecialsEncoded", `<a style="border-image: url({{"/**/'\";:// \\"}}), url(&quot;{{"/**/'\";:// \\"}}&quot;), url('{{"/**/'\";:// \\"}}'), 'http://www.example.com/?q={{"/**/'\";:// \\"}}''">`, `<a style="border-image: url(/**/%27%22;://%20%5c), url(&quot;/**/%27%22;://%20%5c&quot;), url('/**/%27%22;://%20%5c'), 'http://www.example.com/?q=%2f%2a%2a%2f%27%22%3b%3a%2f%2f%20%5c''">`, }, { "HTML comment", "<b>Hello, <!-- name of world -->{{.C}}</b>", "<b>Hello, &lt;Cincinnati&gt;</b>", }, { "HTML comment not first < in text node.", "<<!-- -->!--", "&lt;!--", }, { "HTML normalization 1", "a < b", "a &lt; b", }, { "HTML normalization 2", "a << b", "a &lt;&lt; b", }, { "HTML normalization 3", "a<<!-- --><!-- -->b", "a&lt;b", }, { "HTML doctype not normalized", "<!DOCTYPE html>Hello, World!", "<!DOCTYPE html>Hello, World!", }, { "HTML doctype not case-insensitive", "<!doCtYPE htMl>Hello, World!", "<!doCtYPE htMl>Hello, World!", }, { "No doctype injection", `<!{{"DOCTYPE"}}`, "&lt;!DOCTYPE", }, { "Split HTML comment", "<b>Hello, <!-- name of {{if .T}}city -->{{.C}}{{else}}world -->{{.W}}{{end}}</b>", "<b>Hello, &lt;Cincinnati&gt;</b>", }, { "JS line comment", "<script>for (;;) { if (c()) break// foo not a label\n" + "foo({{.T}});}</script>", "<script>for (;;) { if (c()) break\n" + "foo( true );}</script>", }, { "JS multiline block comment", "<script>for (;;) { if (c()) break/* foo not a label\n" + " */foo({{.T}});}</script>", // Newline separates break from call. If newline // removed, then break will consume label leaving // code invalid. "<script>for (;;) { if (c()) break\n" + "foo( true );}</script>", }, { "JS single-line block comment", "<script>for (;;) {\n" + "if (c()) break/* foo a label */foo;" + "x({{.T}});}</script>", // Newline separates break from call. If newline // removed, then break will consume label leaving // code invalid. "<script>for (;;) {\n" + "if (c()) break foo;" + "x( true );}</script>", }, { "JS block comment flush with mathematical division", "<script>var a/*b*//c\nd</script>", "<script>var a /c\nd</script>", }, { "JS mixed comments", "<script>var a/*b*///c\nd</script>", "<script>var a \nd</script>", }, { "CSS comments", "<style>p// paragraph\n" + `{border: 1px/* color */{{"#00f"}}}</style>`, "<style>p\n" + "{border: 1px #00f}</style>", }, { "JS attr block comment", `<a onclick="f(&quot;&quot;); /* alert({{.H}}) */">`, // Attribute comment tests should pass if the comments // are successfully elided. `<a onclick="f(&quot;&quot;); /* alert() */">`, }, { "JS attr line comment", `<a onclick="// alert({{.G}})">`, `<a onclick="// alert()">`, }, { "CSS attr block comment", `<a style="/* color: {{.H}} */">`, `<a style="/* color: */">`, }, { "CSS attr line comment", `<a style="// color: {{.G}}">`, `<a style="// color: ">`, }, { "HTML substitution commented out", "<p><!-- {{.H}} --></p>", "<p></p>", }, { "Comment ends flush with start", "<!--{{.}}--><script>/*{{.}}*///{{.}}\n</script><style>/*{{.}}*///{{.}}\n</style><a onclick='/*{{.}}*///{{.}}' style='/*{{.}}*///{{.}}'>", "<script> \n</script><style> \n</style><a onclick='/**///' style='/**///'>", }, { "typed HTML in text", `{{.W}}`, `&iexcl;<b class="foo">Hello</b>, <textarea>O'World</textarea>!`, }, { "typed HTML in attribute", `<div title="{{.W}}">`, `<div title="&iexcl;Hello, O&#39;World!">`, }, { "typed HTML in script", `<button onclick="alert({{.W}})">`, `<button onclick="alert(&#34;\u0026iexcl;\u003cb class=\&#34;foo\&#34;\u003eHello\u003c/b\u003e, \u003ctextarea\u003eO&#39;World\u003c/textarea\u003e!&#34;)">`, }, { "typed HTML in RCDATA", `<textarea>{{.W}}</textarea>`, `<textarea>&iexcl;&lt;b class=&#34;foo&#34;&gt;Hello&lt;/b&gt;, &lt;textarea&gt;O&#39;World&lt;/textarea&gt;!</textarea>`, }, { "range in textarea", "<textarea>{{range .A}}{{.}}{{end}}</textarea>", "<textarea>&lt;a&gt;&lt;b&gt;</textarea>", }, { "No tag injection", `{{"10$"}}<{{"script src,evil.org/pwnd.js"}}...`, `10$&lt;script src,evil.org/pwnd.js...`, }, { "No comment injection", `<{{"!--"}}`, `&lt;!--`, }, { "No RCDATA end tag injection", `<textarea><{{"/textarea "}}...</textarea>`, `<textarea>&lt;/textarea ...</textarea>`, }, { "optional attrs", `<img class="{{"iconClass"}}"` + `{{if .T}} id="{{"<iconId>"}}"{{end}}` + // Double quotes inside if/else. ` src=` + `{{if .T}}"?{{"<iconPath>"}}"` + `{{else}}"images/cleardot.gif"{{end}}` + // Missing space before title, but it is not a // part of the src attribute. `{{if .T}}title="{{"<title>"}}"{{end}}` + // Quotes outside if/else. ` alt="` + `{{if .T}}{{"<alt>"}}` + `{{else}}{{if .F}}{{"<title>"}}{{end}}` + `{{end}}"` + `>`, `<img class="iconClass" id="&lt;iconId&gt;" src="?%3ciconPath%3e"title="&lt;title&gt;" alt="&lt;alt&gt;">`, }, { "conditional valueless attr name", `<input{{if .T}} checked{{end}} name=n>`, `<input checked name=n>`, }, { "conditional dynamic valueless attr name 1", `<input{{if .T}} {{"checked"}}{{end}} name=n>`, `<input checked name=n>`, }, { "conditional dynamic valueless attr name 2", `<input {{if .T}}{{"checked"}} {{end}}name=n>`, `<input checked name=n>`, }, { "dynamic attribute name", `<img on{{"load"}}="alert({{"loaded"}})">`, // Treated as JS since quotes are inserted. `<img onload="alert(&#34;loaded&#34;)">`, }, { "bad dynamic attribute name 1", // Allow checked, selected, disabled, but not JS or // CSS attributes. `<input {{"onchange"}}="{{"doEvil()"}}">`, `<input ZgotmplZ="doEvil()">`, }, { "bad dynamic attribute name 2", `<div {{"sTyle"}}="{{"color: expression(alert(1337))"}}">`, `<div ZgotmplZ="color: expression(alert(1337))">`, }, { "bad dynamic attribute name 3", // Allow title or alt, but not a URL. `<img {{"src"}}="{{"javascript:doEvil()"}}">`, `<img ZgotmplZ="javascript:doEvil()">`, }, { "bad dynamic attribute name 4", // Structure preservation requires values to associate // with a consistent attribute. `<input checked {{""}}="Whose value am I?">`, `<input checked ZgotmplZ="Whose value am I?">`, }, { "dynamic element name", `<h{{3}}><table><t{{"head"}}>...</h{{3}}>`, `<h3><table><thead>...</h3>`, }, { "bad dynamic element name", // Dynamic element names are typically used to switch // between (thead, tfoot, tbody), (ul, ol), (th, td), // and other replaceable sets. // We do not currently easily support (ul, ol). // If we do change to support that, this test should // catch failures to filter out special tag names which // would violate the structure preservation property -- // if any special tag name could be substituted, then // the content could be raw text/RCDATA for some inputs // and regular HTML content for others. `<{{"script"}}>{{"doEvil()"}}</{{"script"}}>`, `&lt;script>doEvil()&lt;/script>`, }, { "srcset bad URL in second position", `<img srcset="{{"/not-an-image#,javascript:alert(1)"}}">`, // The second URL is also filtered. `<img srcset="/not-an-image#,#ZgotmplZ">`, }, { "srcset buffer growth", `<img srcset={{",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"}}>`, `<img srcset=,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,>`, }, } for _, test := range tests { tmpl := New(test.name) tmpl = Must(tmpl.Parse(test.input)) // Check for bug 6459: Tree field was not set in Parse. if tmpl.Tree != tmpl.text.Tree { t.Errorf("%s: tree not set properly", test.name) continue } b := new(bytes.Buffer) if err := tmpl.Execute(b, data); err != nil { t.Errorf("%s: template execution failed: %s", test.name, err) continue } if w, g := test.output, b.String(); w != g { t.Errorf("%s: escaped output: want\n\t%q\ngot\n\t%q", test.name, w, g) continue } b.Reset() if err := tmpl.Execute(b, pdata); err != nil { t.Errorf("%s: template execution failed for pointer: %s", test.name, err) continue } if w, g := test.output, b.String(); w != g { t.Errorf("%s: escaped output for pointer: want\n\t%q\ngot\n\t%q", test.name, w, g) continue } if tmpl.Tree != tmpl.text.Tree { t.Errorf("%s: tree mismatch", test.name) continue } } } func TestEscapeMap(t *testing.T) { data := map[string]string{ "html": `<h1>Hi!</h1>`, "urlquery": `http://www.foo.com/index.html?title=main`, } for _, test := range [...]struct { desc, input, output string }{ // covering issue 20323 { "field with predefined escaper name 1", `{{.html | print}}`, `&lt;h1&gt;Hi!&lt;/h1&gt;`, }, // covering issue 20323 { "field with predefined escaper name 2", `{{.urlquery | print}}`, `http://www.foo.com/index.html?title=main`, }, } { tmpl := Must(New("").Parse(test.input)) b := new(bytes.Buffer) if err := tmpl.Execute(b, data); err != nil { t.Errorf("%s: template execution failed: %s", test.desc, err) continue } if w, g := test.output, b.String(); w != g { t.Errorf("%s: escaped output: want\n\t%q\ngot\n\t%q", test.desc, w, g) continue } } } func TestEscapeSet(t *testing.T) { type dataItem struct { Children []*dataItem X string } data := dataItem{ Children: []*dataItem{ {X: "foo"}, {X: "<bar>"}, { Children: []*dataItem{ {X: "baz"}, }, }, }, } tests := []struct { inputs map[string]string want string }{ // The trivial set. { map[string]string{ "main": ``, }, ``, }, // A template called in the start context. { map[string]string{ "main": `Hello, {{template "helper"}}!`, // Not a valid top level HTML template. // "<b" is not a full tag. "helper": `{{"<World>"}}`, }, `Hello, &lt;World&gt;!`, }, // A template called in a context other than the start. { map[string]string{ "main": `<a onclick='a = {{template "helper"}};'>`, // Not a valid top level HTML template. // "<b" is not a full tag. "helper": `{{"<a>"}}<b`, }, `<a onclick='a = &#34;\u003ca\u003e&#34;<b;'>`, }, // A recursive template that ends in its start context. { map[string]string{ "main": `{{range .Children}}{{template "main" .}}{{else}}{{.X}} {{end}}`, }, `foo &lt;bar&gt; baz `, }, // A recursive helper template that ends in its start context. { map[string]string{ "main": `{{template "helper" .}}`, "helper": `{{if .Children}}<ul>{{range .Children}}<li>{{template "main" .}}</li>{{end}}</ul>{{else}}{{.X}}{{end}}`, }, `<ul><li>foo</li><li>&lt;bar&gt;</li><li><ul><li>baz</li></ul></li></ul>`, }, // Co-recursive templates that end in its start context. { map[string]string{ "main": `<blockquote>{{range .Children}}{{template "helper" .}}{{end}}</blockquote>`, "helper": `{{if .Children}}{{template "main" .}}{{else}}{{.X}}<br>{{end}}`, }, `<blockquote>foo<br>&lt;bar&gt;<br><blockquote>baz<br></blockquote></blockquote>`, }, // A template that is called in two different contexts. { map[string]string{ "main": `<button onclick="title='{{template "helper"}}'; ...">{{template "helper"}}</button>`, "helper": `{{11}} of {{"<100>"}}`, }, `<button onclick="title='11 of \u003c100\u003e'; ...">11 of &lt;100&gt;</button>`, }, // A non-recursive template that ends in a different context. // helper starts in jsCtxRegexp and ends in jsCtxDivOp. { map[string]string{ "main": `<script>var x={{template "helper"}}/{{"42"}};</script>`, "helper": "{{126}}", }, `<script>var x= 126 /"42";</script>`, }, // A recursive template that ends in a similar context. { map[string]string{ "main": `<script>var x=[{{template "countdown" 4}}];</script>`, "countdown": `{{.}}{{if .}},{{template "countdown" . | pred}}{{end}}`, }, `<script>var x=[ 4 , 3 , 2 , 1 , 0 ];</script>`, }, // A recursive template that ends in a different context. /* { map[string]string{ "main": `<a href="/foo{{template "helper" .}}">`, "helper": `{{if .Children}}{{range .Children}}{{template "helper" .}}{{end}}{{else}}?x={{.X}}{{end}}`, }, `<a href="/foo?x=foo?x=%3cbar%3e?x=baz">`, }, */ } // pred is a template function that returns the predecessor of a // natural number for testing recursive templates. fns := FuncMap{"pred": func(a ...interface{}) (interface{}, error) { if len(a) == 1 { if i, _ := a[0].(int); i > 0 { return i - 1, nil } } return nil, fmt.Errorf("undefined pred(%v)", a) }} for _, test := range tests { source := "" for name, body := range test.inputs { source += fmt.Sprintf("{{define %q}}%s{{end}} ", name, body) } tmpl, err := New("root").Funcs(fns).Parse(source) if err != nil { t.Errorf("error parsing %q: %v", source, err) continue } var b bytes.Buffer if err := tmpl.ExecuteTemplate(&b, "main", data); err != nil { t.Errorf("%q executing %v", err.Error(), tmpl.Lookup("main")) continue } if got := b.String(); test.want != got { t.Errorf("want\n\t%q\ngot\n\t%q", test.want, got) } } } func TestErrors(t *testing.T) { tests := []struct { input string err string }{ // Non-error cases. { "{{if .Cond}}<a>{{else}}<b>{{end}}", "", }, { "{{if .Cond}}<a>{{end}}", "", }, { "{{if .Cond}}{{else}}<b>{{end}}", "", }, { "{{with .Cond}}<div>{{end}}", "", }, { "{{range .Items}}<a>{{end}}", "", }, { "<a href='/foo?{{range .Items}}&{{.K}}={{.V}}{{end}}'>", "", }, // Error cases. { "{{if .Cond}}<a{{end}}", "z:1:5: {{if}} branches", }, { "{{if .Cond}}\n{{else}}\n<a{{end}}", "z:1:5: {{if}} branches", }, { // Missing quote in the else branch. `{{if .Cond}}<a href="foo">{{else}}<a href="bar>{{end}}`, "z:1:5: {{if}} branches", }, { // Different kind of attribute: href implies a URL. "<a {{if .Cond}}href='{{else}}title='{{end}}{{.X}}'>", "z:1:8: {{if}} branches", }, { "\n{{with .X}}<a{{end}}", "z:2:7: {{with}} branches", }, { "\n{{with .X}}<a>{{else}}<a{{end}}", "z:2:7: {{with}} branches", }, { "{{range .Items}}<a{{end}}", `z:1: on range loop re-entry: "<" in attribute name: "<a"`, }, { "\n{{range .Items}} x='<a{{end}}", "z:2:8: on range loop re-entry: {{range}} branches", }, { "<a b=1 c={{.H}}", "z: ends in a non-text context: {stateAttr delimSpaceOrTagEnd", }, { "<script>foo();", "z: ends in a non-text context: {stateJS", }, { `<a href="{{if .F}}/foo?a={{else}}/bar/{{end}}{{.H}}">`, "z:1:47: {{.H}} appears in an ambiguous context within a URL", }, { `<a onclick="alert('Hello \`, `unfinished escape sequence in JS string: "Hello \\"`, }, { `<a onclick='alert("Hello\, World\`, `unfinished escape sequence in JS string: "Hello\\, World\\"`, }, { `<a onclick='alert(/x+\`, `unfinished escape sequence in JS string: "x+\\"`, }, { `<a onclick="/foo[\]/`, `unfinished JS regexp charset: "foo[\\]/"`, }, { // It is ambiguous whether 1.5 should be 1\.5 or 1.5. // Either `var x = 1/- 1.5 /i.test(x)` // where `i.test(x)` is a method call of reference i, // or `/-1\.5/i.test(x)` which is a method call on a // case insensitive regular expression. `<script>{{if false}}var x = 1{{end}}/-{{"1.5"}}/i.test(x)</script>`, `'/' could start a division or regexp: "/-"`, }, { `{{template "foo"}}`, "z:1:11: no such template \"foo\"", }, { `<div{{template "y"}}>` + // Illegal starting in stateTag but not in stateText. `{{define "y"}} foo<b{{end}}`, `"<" in attribute name: " foo<b"`, }, { `<script>reverseList = [{{template "t"}}]</script>` + // Missing " after recursive call. `{{define "t"}}{{if .Tail}}{{template "t" .Tail}}{{end}}{{.Head}}",{{end}}`, `: cannot compute output context for template t$htmltemplate_stateJS_elementScript`, }, { `<input type=button value=onclick=>`, `html/template:z: "=" in unquoted attr: "onclick="`, }, { `<input type=button value= onclick=>`, `html/template:z: "=" in unquoted attr: "onclick="`, }, { `<input type=button value= 1+1=2>`, `html/template:z: "=" in unquoted attr: "1+1=2"`, }, { "<a class=`foo>", "html/template:z: \"`\" in unquoted attr: \"`foo\"", }, { `<a style=font:'Arial'>`, `html/template:z: "'" in unquoted attr: "font:'Arial'"`, }, { `<a=foo>`, `: expected space, attr name, or end of tag, but got "=foo>"`, }, { `Hello, {{. | urlquery | print}}!`, // urlquery is disallowed if it is not the last command in the pipeline. `predefined escaper "urlquery" disallowed in template`, }, { `Hello, {{. | html | print}}!`, // html is disallowed if it is not the last command in the pipeline. `predefined escaper "html" disallowed in template`, }, { `Hello, {{html . | print}}!`, // A direct call to html is disallowed if it is not the last command in the pipeline. `predefined escaper "html" disallowed in template`, }, { `<div class={{. | html}}>Hello<div>`, // html is disallowed in a pipeline that is in an unquoted attribute context, // even if it is the last command in the pipeline. `predefined escaper "html" disallowed in template`, }, { `Hello, {{. | urlquery | html}}!`, // html is allowed since it is the last command in the pipeline, but urlquery is not. `predefined escaper "urlquery" disallowed in template`, }, } for _, test := range tests { buf := new(bytes.Buffer) tmpl, err := New("z").Parse(test.input) if err != nil { t.Errorf("input=%q: unexpected parse error %s\n", test.input, err) continue } err = tmpl.Execute(buf, nil) var got string if err != nil { got = err.Error() } if test.err == "" { if got != "" { t.Errorf("input=%q: unexpected error %q", test.input, got) } continue } if !strings.Contains(got, test.err) { t.Errorf("input=%q: error\n\t%q\ndoes not contain expected string\n\t%q", test.input, got, test.err) continue } // Check that we get the same error if we call Execute again. if err := tmpl.Execute(buf, nil); err == nil || err.Error() != got { t.Errorf("input=%q: unexpected error on second call %q", test.input, err) } } } func TestEscapeText(t *testing.T) { tests := []struct { input string output context }{ { ``, context{}, }, { `Hello, World!`, context{}, }, { // An orphaned "<" is OK. `I <3 Ponies!`, context{}, }, { `<a`, context{state: stateTag}, }, { `<a `, context{state: stateTag}, }, { `<a>`, context{state: stateText}, }, { `<a href`, context{state: stateAttrName, attr: attrURL}, }, { `<a on`, context{state: stateAttrName, attr: attrScript}, }, { `<a href `, context{state: stateAfterName, attr: attrURL}, }, { `<a style = `, context{state: stateBeforeValue, attr: attrStyle}, }, { `<a href=`, context{state: stateBeforeValue, attr: attrURL}, }, { `<a href=x`, context{state: stateURL, delim: delimSpaceOrTagEnd, urlPart: urlPartPreQuery, attr: attrURL}, }, { `<a href=x `, context{state: stateTag}, }, { `<a href=>`, context{state: stateText}, }, { `<a href=x>`, context{state: stateText}, }, { `<a href ='`, context{state: stateURL, delim: delimSingleQuote, attr: attrURL}, }, { `<a href=''`, context{state: stateTag}, }, { `<a href= "`, context{state: stateURL, delim: delimDoubleQuote, attr: attrURL}, }, { `<a href=""`, context{state: stateTag}, }, { `<a title="`, context{state: stateAttr, delim: delimDoubleQuote}, }, { `<a HREF='http:`, context{state: stateURL, delim: delimSingleQuote, urlPart: urlPartPreQuery, attr: attrURL}, }, { `<a Href='/`, context{state: stateURL, delim: delimSingleQuote, urlPart: urlPartPreQuery, attr: attrURL}, }, { `<a href='"`, context{state: stateURL, delim: delimSingleQuote, urlPart: urlPartPreQuery, attr: attrURL}, }, { `<a href="'`, context{state: stateURL, delim: delimDoubleQuote, urlPart: urlPartPreQuery, attr: attrURL}, }, { `<a href='&apos;`, context{state: stateURL, delim: delimSingleQuote, urlPart: urlPartPreQuery, attr: attrURL}, }, { `<a href="&quot;`, context{state: stateURL, delim: delimDoubleQuote, urlPart: urlPartPreQuery, attr: attrURL}, }, { `<a href="&#34;`, context{state: stateURL, delim: delimDoubleQuote, urlPart: urlPartPreQuery, attr: attrURL}, }, { `<a href=&quot;`, context{state: stateURL, delim: delimSpaceOrTagEnd, urlPart: urlPartPreQuery, attr: attrURL}, }, { `<img alt="1">`, context{state: stateText}, }, { `<img alt="1>"`, context{state: stateTag}, }, { `<img alt="1>">`, context{state: stateText}, }, { `<input checked type="checkbox"`, context{state: stateTag}, }, { `<a onclick="`, context{state: stateJS, delim: delimDoubleQuote, attr: attrScript}, }, { `<a onclick="//foo`, context{state: stateJSLineCmt, delim: delimDoubleQuote, attr: attrScript}, }, { "<a onclick='//\n", context{state: stateJS, delim: delimSingleQuote, attr: attrScript}, }, { "<a onclick='//\r\n", context{state: stateJS, delim: delimSingleQuote, attr: attrScript}, }, { "<a onclick='//\u2028", context{state: stateJS, delim: delimSingleQuote, attr: attrScript}, }, { `<a onclick="/*`, context{state: stateJSBlockCmt, delim: delimDoubleQuote, attr: attrScript}, }, { `<a onclick="/*/`, context{state: stateJSBlockCmt, delim: delimDoubleQuote, attr: attrScript}, }, { `<a onclick="/**/`, context{state: stateJS, delim: delimDoubleQuote, attr: attrScript}, }, { `<a onkeypress="&quot;`, context{state: stateJSDqStr, delim: delimDoubleQuote, attr: attrScript}, }, { `<a onclick='&quot;foo&quot;`, context{state: stateJS, delim: delimSingleQuote, jsCtx: jsCtxDivOp, attr: attrScript}, }, { `<a onclick=&#39;foo&#39;`, context{state: stateJS, delim: delimSpaceOrTagEnd, jsCtx: jsCtxDivOp, attr: attrScript}, }, { `<a onclick=&#39;foo`, context{state: stateJSSqStr, delim: delimSpaceOrTagEnd, attr: attrScript}, }, { `<a onclick="&quot;foo'`, context{state: stateJSDqStr, delim: delimDoubleQuote, attr: attrScript}, }, { `<a onclick="'foo&quot;`, context{state: stateJSSqStr, delim: delimDoubleQuote, attr: attrScript}, }, { `<A ONCLICK="'`, context{state: stateJSSqStr, delim: delimDoubleQuote, attr: attrScript}, }, { `<a onclick="/`, context{state: stateJSRegexp, delim: delimDoubleQuote, attr: attrScript}, }, { `<a onclick="'foo'`, context{state: stateJS, delim: delimDoubleQuote, jsCtx: jsCtxDivOp, attr: attrScript}, }, { `<a onclick="'foo\'`, context{state: stateJSSqStr, delim: delimDoubleQuote, attr: attrScript}, }, { `<a onclick="'foo\'`, context{state: stateJSSqStr, delim: delimDoubleQuote, attr: attrScript}, }, { `<a onclick="/foo/`, context{state: stateJS, delim: delimDoubleQuote, jsCtx: jsCtxDivOp, attr: attrScript}, }, { `<script>/foo/ /=`, context{state: stateJS, element: elementScript}, }, { `<a onclick="1 /foo`, context{state: stateJS, delim: delimDoubleQuote, jsCtx: jsCtxDivOp, attr: attrScript}, }, { `<a onclick="1 /*c*/ /foo`, context{state: stateJS, delim: delimDoubleQuote, jsCtx: jsCtxDivOp, attr: attrScript}, }, { `<a onclick="/foo[/]`, context{state: stateJSRegexp, delim: delimDoubleQuote, attr: attrScript}, }, { `<a onclick="/foo\/`, context{state: stateJSRegexp, delim: delimDoubleQuote, attr: attrScript}, }, { `<a onclick="/foo/`, context{state: stateJS, delim: delimDoubleQuote, jsCtx: jsCtxDivOp, attr: attrScript}, }, { `<input checked style="`, context{state: stateCSS, delim: delimDoubleQuote, attr: attrStyle}, }, { `<a style="//`, context{state: stateCSSLineCmt, delim: delimDoubleQuote, attr: attrStyle}, }, { `<a style="//</script>`, context{state: stateCSSLineCmt, delim: delimDoubleQuote, attr: attrStyle}, }, { "<a style='//\n", context{state: stateCSS, delim: delimSingleQuote, attr: attrStyle}, }, { "<a style='//\r", context{state: stateCSS, delim: delimSingleQuote, attr: attrStyle}, }, { `<a style="/*`, context{state: stateCSSBlockCmt, delim: delimDoubleQuote, attr: attrStyle}, }, { `<a style="/*/`, context{state: stateCSSBlockCmt, delim: delimDoubleQuote, attr: attrStyle}, }, { `<a style="/**/`, context{state: stateCSS, delim: delimDoubleQuote, attr: attrStyle}, }, { `<a style="background: '`, context{state: stateCSSSqStr, delim: delimDoubleQuote, attr: attrStyle}, }, { `<a style="background: &quot;`, context{state: stateCSSDqStr, delim: delimDoubleQuote, attr: attrStyle}, }, { `<a style="background: '/foo?img=`, context{state: stateCSSSqStr, delim: delimDoubleQuote, urlPart: urlPartQueryOrFrag, attr: attrStyle}, }, { `<a style="background: '/`, context{state: stateCSSSqStr, delim: delimDoubleQuote, urlPart: urlPartPreQuery, attr: attrStyle}, }, { `<a style="background: url(&#x22;/`, context{state: stateCSSDqURL, delim: delimDoubleQuote, urlPart: urlPartPreQuery, attr: attrStyle}, }, { `<a style="background: url('/`, context{state: stateCSSSqURL, delim: delimDoubleQuote, urlPart: urlPartPreQuery, attr: attrStyle}, }, { `<a style="background: url('/)`, context{state: stateCSSSqURL, delim: delimDoubleQuote, urlPart: urlPartPreQuery, attr: attrStyle}, }, { `<a style="background: url('/ `, context{state: stateCSSSqURL, delim: delimDoubleQuote, urlPart: urlPartPreQuery, attr: attrStyle}, }, { `<a style="background: url(/`, context{state: stateCSSURL, delim: delimDoubleQuote, urlPart: urlPartPreQuery, attr: attrStyle}, }, { `<a style="background: url( `, context{state: stateCSSURL, delim: delimDoubleQuote, attr: attrStyle}, }, { `<a style="background: url( /image?name=`, context{state: stateCSSURL, delim: delimDoubleQuote, urlPart: urlPartQueryOrFrag, attr: attrStyle}, }, { `<a style="background: url(x)`, context{state: stateCSS, delim: delimDoubleQuote, attr: attrStyle}, }, { `<a style="background: url('x'`, context{state: stateCSS, delim: delimDoubleQuote, attr: attrStyle}, }, { `<a style="background: url( x `, context{state: stateCSS, delim: delimDoubleQuote, attr: attrStyle}, }, { `<!-- foo`, context{state: stateHTMLCmt}, }, { `<!-->`, context{state: stateHTMLCmt}, }, { `<!--->`, context{state: stateHTMLCmt}, }, { `<!-- foo -->`, context{state: stateText}, }, { `<script`, context{state: stateTag, element: elementScript}, }, { `<script `, context{state: stateTag, element: elementScript}, }, { `<script src="foo.js" `, context{state: stateTag, element: elementScript}, }, { `<script src='foo.js' `, context{state: stateTag, element: elementScript}, }, { `<script type=text/javascript `, context{state: stateTag, element: elementScript}, }, { `<script>`, context{state: stateJS, jsCtx: jsCtxRegexp, element: elementScript}, }, { `<script>foo`, context{state: stateJS, jsCtx: jsCtxDivOp, element: elementScript}, }, { `<script>foo</script>`, context{state: stateText}, }, { `<script>foo</script><!--`, context{state: stateHTMLCmt}, }, { `<script>document.write("<p>foo</p>");`, context{state: stateJS, element: elementScript}, }, { `<script>document.write("<p>foo<\/script>");`, context{state: stateJS, element: elementScript}, }, { `<script>document.write("<script>alert(1)</script>");`, context{state: stateText}, }, { `<script type="text/template">`, context{state: stateText}, }, // covering issue 19968 { `<script type="TEXT/JAVASCRIPT">`, context{state: stateJS, element: elementScript}, }, // covering issue 19965 { `<script TYPE="text/template">`, context{state: stateText}, }, { `<script type="notjs">`, context{state: stateText}, }, { `<Script>`, context{state: stateJS, element: elementScript}, }, { `<SCRIPT>foo`, context{state: stateJS, jsCtx: jsCtxDivOp, element: elementScript}, }, { `<textarea>value`, context{state: stateRCDATA, element: elementTextarea}, }, { `<textarea>value</TEXTAREA>`, context{state: stateText}, }, { `<textarea name=html><b`, context{state: stateRCDATA, element: elementTextarea}, }, { `<title>value`, context{state: stateRCDATA, element: elementTitle}, }, { `<style>value`, context{state: stateCSS, element: elementStyle}, }, { `<a xlink:href`, context{state: stateAttrName, attr: attrURL}, }, { `<a xmlns`, context{state: stateAttrName, attr: attrURL}, }, { `<a xmlns:foo`, context{state: stateAttrName, attr: attrURL}, }, { `<a xmlnsxyz`, context{state: stateAttrName}, }, { `<a data-url`, context{state: stateAttrName, attr: attrURL}, }, { `<a data-iconUri`, context{state: stateAttrName, attr: attrURL}, }, { `<a data-urlItem`, context{state: stateAttrName, attr: attrURL}, }, { `<a g:`, context{state: stateAttrName}, }, { `<a g:url`, context{state: stateAttrName, attr: attrURL}, }, { `<a g:iconUri`, context{state: stateAttrName, attr: attrURL}, }, { `<a g:urlItem`, context{state: stateAttrName, attr: attrURL}, }, { `<a g:value`, context{state: stateAttrName}, }, { `<a svg:style='`, context{state: stateCSS, delim: delimSingleQuote, attr: attrStyle}, }, { `<svg:font-face`, context{state: stateTag}, }, { `<svg:a svg:onclick="`, context{state: stateJS, delim: delimDoubleQuote, attr: attrScript}, }, { `<svg:a svg:onclick="x()">`, context{}, }, } for _, test := range tests { b, e := []byte(test.input), makeEscaper(nil) c := e.escapeText(context{}, &parse.TextNode{NodeType: parse.NodeText, Text: b}) if !test.output.eq(c) { t.Errorf("input %q: want context\n\t%v\ngot\n\t%v", test.input, test.output, c) continue } if test.input != string(b) { t.Errorf("input %q: text node was modified: want %q got %q", test.input, test.input, b) continue } } } func TestEnsurePipelineContains(t *testing.T) { tests := []struct { input, output string ids []string }{ { "{{.X}}", ".X", []string{}, }, { "{{.X | html}}", ".X | html", []string{}, }, { "{{.X}}", ".X | html", []string{"html"}, }, { "{{html .X}}", "_eval_args_ .X | html | urlquery", []string{"html", "urlquery"}, }, { "{{html .X .Y .Z}}", "_eval_args_ .X .Y .Z | html | urlquery", []string{"html", "urlquery"}, }, { "{{.X | print}}", ".X | print | urlquery", []string{"urlquery"}, }, { "{{.X | print | urlquery}}", ".X | print | urlquery", []string{"urlquery"}, }, { "{{.X | urlquery}}", ".X | html | urlquery", []string{"html", "urlquery"}, }, { "{{.X | print 2 | .f 3}}", ".X | print 2 | .f 3 | urlquery | html", []string{"urlquery", "html"}, }, { // covering issue 10801 "{{.X | println.x }}", ".X | println.x | urlquery | html", []string{"urlquery", "html"}, }, { // covering issue 10801 "{{.X | (print 12 | println).x }}", ".X | (print 12 | println).x | urlquery | html", []string{"urlquery", "html"}, }, // The following test cases ensure that the merging of internal escapers // with the predefined "html" and "urlquery" escapers is correct. { "{{.X | urlquery}}", ".X | _html_template_urlfilter | urlquery", []string{"_html_template_urlfilter", "_html_template_urlnormalizer"}, }, { "{{.X | urlquery}}", ".X | urlquery | _html_template_urlfilter | _html_template_cssescaper", []string{"_html_template_urlfilter", "_html_template_cssescaper"}, }, { "{{.X | urlquery}}", ".X | urlquery", []string{"_html_template_urlnormalizer"}, }, { "{{.X | urlquery}}", ".X | urlquery", []string{"_html_template_urlescaper"}, }, { "{{.X | html}}", ".X | html", []string{"_html_template_htmlescaper"}, }, { "{{.X | html}}", ".X | html", []string{"_html_template_rcdataescaper"}, }, } for i, test := range tests { tmpl := template.Must(template.New("test").Parse(test.input)) action, ok := (tmpl.Tree.Root.Nodes[0].(*parse.ActionNode)) if !ok { t.Errorf("First node is not an action: %s", test.input) continue } pipe := action.Pipe originalIDs := make([]string, len(test.ids)) copy(originalIDs, test.ids) ensurePipelineContains(pipe, test.ids) got := pipe.String() if got != test.output { t.Errorf("#%d: %s, %v: want\n\t%s\ngot\n\t%s", i, test.input, originalIDs, test.output, got) } } } func TestEscapeMalformedPipelines(t *testing.T) { tests := []string{ "{{ 0 | $ }}", "{{ 0 | $ | urlquery }}", "{{ 0 | (nil) }}", "{{ 0 | (nil) | html }}", } for _, test := range tests { var b bytes.Buffer tmpl, err := New("test").Parse(test) if err != nil { t.Errorf("failed to parse set: %q", err) } err = tmpl.Execute(&b, nil) if err == nil { t.Errorf("Expected error for %q", test) } } } func TestEscapeErrorsNotIgnorable(t *testing.T) { var b bytes.Buffer tmpl, _ := New("dangerous").Parse("<a") err := tmpl.Execute(&b, nil) if err == nil { t.Errorf("Expected error") } else if b.Len() != 0 { t.Errorf("Emitted output despite escaping failure") } } func TestEscapeSetErrorsNotIgnorable(t *testing.T) { var b bytes.Buffer tmpl, err := New("root").Parse(`{{define "t"}}<a{{end}}`) if err != nil { t.Errorf("failed to parse set: %q", err) } err = tmpl.ExecuteTemplate(&b, "t", nil) if err == nil { t.Errorf("Expected error") } else if b.Len() != 0 { t.Errorf("Emitted output despite escaping failure") } } func TestRedundantFuncs(t *testing.T) { inputs := []interface{}{ "\x00\x01\x02\x03\x04\x05\x06\x07\x08\t\n\x0b\x0c\r\x0e\x0f" + "\x10\x11\x12\x13\x14\x15\x16\x17\x18\x19\x1a\x1b\x1c\x1d\x1e\x1f" + ` !"#$%&'()*+,-./` + `0123456789:;<=>?` + `@ABCDEFGHIJKLMNO` + `PQRSTUVWXYZ[\]^_` + "`abcdefghijklmno" + "pqrstuvwxyz{|}~\x7f" + "\u00A0\u0100\u2028\u2029\ufeff\ufdec\ufffd\uffff\U0001D11E" + "&amp;%22\\", htmltemplate.CSS(`a[href =~ "//example.com"]#foo`), htmltemplate.HTML(`Hello, <b>World</b> &amp;tc!`), htmltemplate.HTMLAttr(` dir="ltr"`), htmltemplate.JS(`c && alert("Hello, World!");`), htmltemplate.JSStr(`Hello, World & O'Reilly\x21`), htmltemplate.URL(`greeting=H%69&addressee=(World)`), } for n0, m := range redundantFuncs { f0 := funcMap[n0].(func(...interface{}) string) for n1 := range m { f1 := funcMap[n1].(func(...interface{}) string) for _, input := range inputs { want := f0(input) if got := f1(want); want != got { t.Errorf("%s %s with %T %q: want\n\t%q,\ngot\n\t%q", n0, n1, input, input, want, got) } } } } } func TestIndirectPrint(t *testing.T) { a := 3 ap := &a b := "hello" bp := &b bpp := &bp tmpl := Must(New("t").Parse(`{{.}}`)) var buf bytes.Buffer err := tmpl.Execute(&buf, ap) if err != nil { t.Errorf("Unexpected error: %s", err) } else if buf.String() != "3" { t.Errorf(`Expected "3"; got %q`, buf.String()) } buf.Reset() err = tmpl.Execute(&buf, bpp) if err != nil { t.Errorf("Unexpected error: %s", err) } else if buf.String() != "hello" { t.Errorf(`Expected "hello"; got %q`, buf.String()) } } // This is a test for issue 3272. func TestEmptyTemplate(t *testing.T) { page := Must(New("page").ParseFiles(os.DevNull)) if err := page.ExecuteTemplate(os.Stdout, "page", "nothing"); err == nil { t.Fatal("expected error") } } type Issue7379 int func (Issue7379) SomeMethod(x int) string { return fmt.Sprintf("<%d>", x) } // This is a test for issue 7379: type assertion error caused panic, and then // the code to handle the panic breaks escaping. It's hard to see the second // problem once the first is fixed, but its fix is trivial so we let that go. See // the discussion for issue 7379. func TestPipeToMethodIsEscaped(t *testing.T) { tmpl := Must(New("x").Parse("<html>{{0 | .SomeMethod}}</html>\n")) tryExec := func() string { defer func() { panicValue := recover() if panicValue != nil { t.Errorf("panicked: %v\n", panicValue) } }() var b bytes.Buffer tmpl.Execute(&b, Issue7379(0)) return b.String() } for i := 0; i < 3; i++ { str := tryExec() const expect = "<html>&lt;0&gt;</html>\n" if str != expect { t.Errorf("expected %q got %q", expect, str) } } } // Unlike text/template, html/template crashed if given an incomplete // template, that is, a template that had been named but not given any content. // This is issue #10204. func TestErrorOnUndefined(t *testing.T) { tmpl := New("undefined") err := tmpl.Execute(nil, nil) if err == nil { t.Error("expected error") } else if !strings.Contains(err.Error(), "incomplete") { t.Errorf("expected error about incomplete template; got %s", err) } } // This covers issue #20842. func TestIdempotentExecute(t *testing.T) { tmpl := Must(New(""). Parse(`{{define "main"}}<body>{{template "hello"}}</body>{{end}}`)) Must(tmpl. Parse(`{{define "hello"}}Hello, {{"Ladies & Gentlemen!"}}{{end}}`)) got := new(bytes.Buffer) var err error // Ensure that "hello" produces the same output when executed twice. want := "Hello, Ladies &amp; Gentlemen!" for i := 0; i < 2; i++ { err = tmpl.ExecuteTemplate(got, "hello", nil) if err != nil { t.Errorf("unexpected error: %s", err) } if got.String() != want { t.Errorf("after executing template \"hello\", got:\n\t%q\nwant:\n\t%q\n", got.String(), want) } got.Reset() } // Ensure that the implicit re-execution of "hello" during the execution of // "main" does not cause the output of "hello" to change. err = tmpl.ExecuteTemplate(got, "main", nil) if err != nil { t.Errorf("unexpected error: %s", err) } // If the HTML escaper is added again to the action {{"Ladies & Gentlemen!"}}, // we would expected to see the ampersand overescaped to "&amp;amp;". want = "<body>Hello, Ladies &amp; Gentlemen!</body>" if got.String() != want { t.Errorf("after executing template \"main\", got:\n\t%q\nwant:\n\t%q\n", got.String(), want) } } func BenchmarkEscapedExecute(b *testing.B) { tmpl := Must(New("t").Parse(`<a onclick="alert('{{.}}')">{{.}}</a>`)) var buf bytes.Buffer b.ResetTimer() for i := 0; i < b.N; i++ { tmpl.Execute(&buf, "foo & 'bar' & baz") buf.Reset() } } // Covers issue 22780. func TestOrphanedTemplate(t *testing.T) { t1 := Must(New("foo").Parse(`<a href="{{.}}">link1</a>`)) t2 := Must(t1.New("foo").Parse(`bar`)) var b bytes.Buffer const wantError = `template: "foo" is an incomplete or empty template` if err := t1.Execute(&b, "javascript:alert(1)"); err == nil { t.Fatal("expected error executing t1") } else if gotError := err.Error(); gotError != wantError { t.Fatalf("got t1 execution error:\n\t%s\nwant:\n\t%s", gotError, wantError) } b.Reset() if err := t2.Execute(&b, nil); err != nil { t.Fatalf("error executing t2: %s", err) } const want = "bar" if got := b.String(); got != want { t.Fatalf("t2 rendered %q, want %q", got, want) } } // Covers issue 21844. func TestAliasedParseTreeDoesNotOverescape(t *testing.T) { const ( tmplText = `{{.}}` data = `<baz>` want = `&lt;baz&gt;` ) // Templates "foo" and "bar" both alias the same underlying parse tree. tpl := Must(New("foo").Parse(tmplText)) if _, err := tpl.AddParseTree("bar", tpl.Tree); err != nil { t.Fatalf("AddParseTree error: %v", err) } var b1, b2 bytes.Buffer if err := tpl.ExecuteTemplate(&b1, "foo", data); err != nil { t.Fatalf(`ExecuteTemplate failed for "foo": %v`, err) } if err := tpl.ExecuteTemplate(&b2, "bar", data); err != nil { t.Fatalf(`ExecuteTemplate failed for "foo": %v`, err) } got1, got2 := b1.String(), b2.String() if got1 != want { t.Fatalf(`Template "foo" rendered %q, want %q`, got1, want) } if got1 != got2 { t.Fatalf(`Template "foo" and "bar" rendered %q and %q respectively, expected equal values`, got1, got2) } }
-1
gohugoio/hugo
8,201
Sitemap: exclude "no render" pages
Currently, pages with `render = "never"` get listed in sitemap.xml, even though they have no permalink, resulting in sitemap entries with empty URL fields (i.e. with `<loc></loc>`). Such pages should be excluded from the sitemap.
Jaza
"2021-02-02T22:18:06Z"
"2021-02-06T17:30:10Z"
92c6c40419bdc13b8bb422a212d1d79240356651
4867cd1dea34ee53fb73cede2bcff4792e470104
Sitemap: exclude "no render" pages. Currently, pages with `render = "never"` get listed in sitemap.xml, even though they have no permalink, resulting in sitemap entries with empty URL fields (i.e. with `<loc></loc>`). Such pages should be excluded from the sitemap.
./releaser/releaser.go
// Copyright 2017-present The Hugo Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. // Package releaser implements a set of utilities and a wrapper around Goreleaser // to help automate the Hugo release process. package releaser import ( "fmt" "io/ioutil" "log" "os" "path/filepath" "regexp" "strings" "github.com/gohugoio/hugo/common/hexec" "github.com/gohugoio/hugo/common/hugo" "github.com/pkg/errors" ) const commitPrefix = "releaser:" type releaseNotesState int const ( releaseNotesNone = iota releaseNotesCreated releaseNotesReady ) // ReleaseHandler provides functionality to release a new version of Hugo. type ReleaseHandler struct { cliVersion string skipPublish bool // Just simulate, no actual changes. try bool git func(args ...string) (string, error) } func (r ReleaseHandler) calculateVersions() (hugo.Version, hugo.Version) { newVersion := hugo.MustParseVersion(r.cliVersion) finalVersion := newVersion.Next() finalVersion.PatchLevel = 0 if newVersion.Suffix != "-test" { newVersion.Suffix = "" } finalVersion.Suffix = "-DEV" return newVersion, finalVersion } // New initialises a ReleaseHandler. func New(version string, skipPublish, try bool) *ReleaseHandler { // When triggered from CI release branch version = strings.TrimPrefix(version, "release-") version = strings.TrimPrefix(version, "v") rh := &ReleaseHandler{cliVersion: version, skipPublish: skipPublish, try: try} if try { rh.git = func(args ...string) (string, error) { fmt.Println("git", strings.Join(args, " ")) return "", nil } } else { rh.git = git } return rh } // Run creates a new release. func (r *ReleaseHandler) Run() error { if os.Getenv("GITHUB_TOKEN") == "" { return errors.New("GITHUB_TOKEN not set, create one here with the repo scope selected: https://github.com/settings/tokens/new") } newVersion, finalVersion := r.calculateVersions() version := newVersion.String() tag := "v" + version isPatch := newVersion.PatchLevel > 0 mainVersion := newVersion mainVersion.PatchLevel = 0 // Exit early if tag already exists exists, err := tagExists(tag) if err != nil { return err } if exists { return fmt.Errorf("tag %q already exists", tag) } var changeLogFromTag string if newVersion.PatchLevel == 0 { // There may have been patch releases between, so set the tag explicitly. changeLogFromTag = "v" + newVersion.Prev().String() exists, _ := tagExists(changeLogFromTag) if !exists { // fall back to one that exists. changeLogFromTag = "" } } var ( gitCommits gitInfos gitCommitsDocs gitInfos relNotesState releaseNotesState ) relNotesState, err = r.releaseNotesState(version) if err != nil { return err } prepareReleaseNotes := isPatch || relNotesState == releaseNotesNone shouldRelease := isPatch || relNotesState == releaseNotesReady defer r.gitPush() // TODO(bep) if prepareReleaseNotes || shouldRelease { gitCommits, err = getGitInfos(changeLogFromTag, "hugo", "", !r.try) if err != nil { return err } // TODO(bep) explicit tag? gitCommitsDocs, err = getGitInfos("", "hugoDocs", "../hugoDocs", !r.try) if err != nil { return err } } if relNotesState == releaseNotesCreated { fmt.Println("Release notes created, but not ready. Rename to *-ready.md to continue ...") return nil } if prepareReleaseNotes { releaseNotesFile, err := r.writeReleaseNotesToTemp(version, isPatch, gitCommits, gitCommitsDocs) if err != nil { return err } if _, err := r.git("add", releaseNotesFile); err != nil { return err } commitMsg := fmt.Sprintf("%s Add release notes for %s", commitPrefix, newVersion) if !isPatch { commitMsg += "\n\nRename to *-ready.md to continue." } commitMsg += "\n[ci skip]" if _, err := r.git("commit", "-m", commitMsg); err != nil { return err } } if !shouldRelease { fmt.Printf("Skip release ... ") return nil } // For docs, for now we assume that: // The /docs subtree is up to date and ready to go. // The hugoDocs/dev and hugoDocs/master must be merged manually after release. // TODO(bep) improve this when we see how it works. if err := r.bumpVersions(newVersion); err != nil { return err } if _, err := r.git("commit", "-a", "-m", fmt.Sprintf("%s Bump versions for release of %s\n\n[ci skip]", commitPrefix, newVersion)); err != nil { return err } releaseNotesFile := getReleaseNotesDocsTempFilename(version, true) title, description := version, version if isPatch { title = "Hugo " + version + ": A couple of Bug Fixes" description = "This version fixes a couple of bugs introduced in " + mainVersion.String() + "." } // Write the release notes to the docs site as well. docFile, err := r.writeReleaseNotesToDocs(title, description, releaseNotesFile) if err != nil { return err } if _, err := r.git("add", docFile); err != nil { return err } if _, err := r.git("commit", "-m", fmt.Sprintf("%s Add release notes to /docs for release of %s\n\n[ci skip]", commitPrefix, newVersion)); err != nil { return err } if _, err := r.git("tag", "-a", tag, "-m", fmt.Sprintf("%s %s [ci skip]", commitPrefix, newVersion)); err != nil { return err } if !r.skipPublish { if _, err := r.git("push", "origin", tag); err != nil { return err } } if err := r.release(releaseNotesFile); err != nil { return err } if err := r.bumpVersions(finalVersion); err != nil { return err } if !r.try { // No longer needed. if err := os.Remove(releaseNotesFile); err != nil { return err } } if _, err := r.git("commit", "-a", "-m", fmt.Sprintf("%s Prepare repository for %s\n\n[ci skip]", commitPrefix, finalVersion)); err != nil { return err } return nil } func (r *ReleaseHandler) gitPush() { if r.skipPublish { return } if _, err := r.git("push", "origin", "HEAD"); err != nil { log.Fatal("push failed:", err) } } func (r *ReleaseHandler) release(releaseNotesFile string) error { if r.try { fmt.Println("Skip goreleaser...") return nil } args := []string{"--rm-dist", "--release-notes", releaseNotesFile} if r.skipPublish { args = append(args, "--skip-publish") } cmd, _ := hexec.SafeCommand("goreleaser", args...) cmd.Stdout = os.Stdout cmd.Stderr = os.Stderr err := cmd.Run() if err != nil { return errors.Wrap(err, "goreleaser failed") } return nil } func (r *ReleaseHandler) bumpVersions(ver hugo.Version) error { toDev := "" if ver.Suffix != "" { toDev = ver.Suffix } if err := r.replaceInFile("common/hugo/version_current.go", `Number:(\s{4,})(.*),`, fmt.Sprintf(`Number:${1}%.2f,`, ver.Number), `PatchLevel:(\s*)(.*),`, fmt.Sprintf(`PatchLevel:${1}%d,`, ver.PatchLevel), `Suffix:(\s{4,})".*",`, fmt.Sprintf(`Suffix:${1}"%s",`, toDev)); err != nil { return err } snapcraftGrade := "stable" if ver.Suffix != "" { snapcraftGrade = "devel" } if err := r.replaceInFile("snap/snapcraft.yaml", `version: "(.*)"`, fmt.Sprintf(`version: "%s"`, ver), `grade: (.*) #`, fmt.Sprintf(`grade: %s #`, snapcraftGrade)); err != nil { return err } var minVersion string if ver.Suffix != "" { // People use the DEV version in daily use, and we cannot create new themes // with the next version before it is released. minVersion = ver.Prev().String() } else { minVersion = ver.String() } if err := r.replaceInFile("commands/new.go", `min_version = "(.*)"`, fmt.Sprintf(`min_version = "%s"`, minVersion)); err != nil { return err } return nil } func (r *ReleaseHandler) replaceInFile(filename string, oldNew ...string) error { fullFilename := hugoFilepath(filename) fi, err := os.Stat(fullFilename) if err != nil { return err } if r.try { fmt.Printf("Replace in %q: %q\n", filename, oldNew) return nil } b, err := ioutil.ReadFile(fullFilename) if err != nil { return err } newContent := string(b) for i := 0; i < len(oldNew); i += 2 { re := regexp.MustCompile(oldNew[i]) newContent = re.ReplaceAllString(newContent, oldNew[i+1]) } return ioutil.WriteFile(fullFilename, []byte(newContent), fi.Mode()) } func hugoFilepath(filename string) string { pwd, err := os.Getwd() if err != nil { log.Fatal(err) } return filepath.Join(pwd, filename) } func isCI() bool { return os.Getenv("CI") != "" }
// Copyright 2017-present The Hugo Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. // Package releaser implements a set of utilities and a wrapper around Goreleaser // to help automate the Hugo release process. package releaser import ( "fmt" "io/ioutil" "log" "os" "path/filepath" "regexp" "strings" "github.com/gohugoio/hugo/common/hexec" "github.com/gohugoio/hugo/common/hugo" "github.com/pkg/errors" ) const commitPrefix = "releaser:" type releaseNotesState int const ( releaseNotesNone = iota releaseNotesCreated releaseNotesReady ) // ReleaseHandler provides functionality to release a new version of Hugo. type ReleaseHandler struct { cliVersion string skipPublish bool // Just simulate, no actual changes. try bool git func(args ...string) (string, error) } func (r ReleaseHandler) calculateVersions() (hugo.Version, hugo.Version) { newVersion := hugo.MustParseVersion(r.cliVersion) finalVersion := newVersion.Next() finalVersion.PatchLevel = 0 if newVersion.Suffix != "-test" { newVersion.Suffix = "" } finalVersion.Suffix = "-DEV" return newVersion, finalVersion } // New initialises a ReleaseHandler. func New(version string, skipPublish, try bool) *ReleaseHandler { // When triggered from CI release branch version = strings.TrimPrefix(version, "release-") version = strings.TrimPrefix(version, "v") rh := &ReleaseHandler{cliVersion: version, skipPublish: skipPublish, try: try} if try { rh.git = func(args ...string) (string, error) { fmt.Println("git", strings.Join(args, " ")) return "", nil } } else { rh.git = git } return rh } // Run creates a new release. func (r *ReleaseHandler) Run() error { if os.Getenv("GITHUB_TOKEN") == "" { return errors.New("GITHUB_TOKEN not set, create one here with the repo scope selected: https://github.com/settings/tokens/new") } newVersion, finalVersion := r.calculateVersions() version := newVersion.String() tag := "v" + version isPatch := newVersion.PatchLevel > 0 mainVersion := newVersion mainVersion.PatchLevel = 0 // Exit early if tag already exists exists, err := tagExists(tag) if err != nil { return err } if exists { return fmt.Errorf("tag %q already exists", tag) } var changeLogFromTag string if newVersion.PatchLevel == 0 { // There may have been patch releases between, so set the tag explicitly. changeLogFromTag = "v" + newVersion.Prev().String() exists, _ := tagExists(changeLogFromTag) if !exists { // fall back to one that exists. changeLogFromTag = "" } } var ( gitCommits gitInfos gitCommitsDocs gitInfos relNotesState releaseNotesState ) relNotesState, err = r.releaseNotesState(version) if err != nil { return err } prepareReleaseNotes := isPatch || relNotesState == releaseNotesNone shouldRelease := isPatch || relNotesState == releaseNotesReady defer r.gitPush() // TODO(bep) if prepareReleaseNotes || shouldRelease { gitCommits, err = getGitInfos(changeLogFromTag, "hugo", "", !r.try) if err != nil { return err } // TODO(bep) explicit tag? gitCommitsDocs, err = getGitInfos("", "hugoDocs", "../hugoDocs", !r.try) if err != nil { return err } } if relNotesState == releaseNotesCreated { fmt.Println("Release notes created, but not ready. Rename to *-ready.md to continue ...") return nil } if prepareReleaseNotes { releaseNotesFile, err := r.writeReleaseNotesToTemp(version, isPatch, gitCommits, gitCommitsDocs) if err != nil { return err } if _, err := r.git("add", releaseNotesFile); err != nil { return err } commitMsg := fmt.Sprintf("%s Add release notes for %s", commitPrefix, newVersion) if !isPatch { commitMsg += "\n\nRename to *-ready.md to continue." } commitMsg += "\n[ci skip]" if _, err := r.git("commit", "-m", commitMsg); err != nil { return err } } if !shouldRelease { fmt.Printf("Skip release ... ") return nil } // For docs, for now we assume that: // The /docs subtree is up to date and ready to go. // The hugoDocs/dev and hugoDocs/master must be merged manually after release. // TODO(bep) improve this when we see how it works. if err := r.bumpVersions(newVersion); err != nil { return err } if _, err := r.git("commit", "-a", "-m", fmt.Sprintf("%s Bump versions for release of %s\n\n[ci skip]", commitPrefix, newVersion)); err != nil { return err } releaseNotesFile := getReleaseNotesDocsTempFilename(version, true) title, description := version, version if isPatch { title = "Hugo " + version + ": A couple of Bug Fixes" description = "This version fixes a couple of bugs introduced in " + mainVersion.String() + "." } // Write the release notes to the docs site as well. docFile, err := r.writeReleaseNotesToDocs(title, description, releaseNotesFile) if err != nil { return err } if _, err := r.git("add", docFile); err != nil { return err } if _, err := r.git("commit", "-m", fmt.Sprintf("%s Add release notes to /docs for release of %s\n\n[ci skip]", commitPrefix, newVersion)); err != nil { return err } if _, err := r.git("tag", "-a", tag, "-m", fmt.Sprintf("%s %s [ci skip]", commitPrefix, newVersion)); err != nil { return err } if !r.skipPublish { if _, err := r.git("push", "origin", tag); err != nil { return err } } if err := r.release(releaseNotesFile); err != nil { return err } if err := r.bumpVersions(finalVersion); err != nil { return err } if !r.try { // No longer needed. if err := os.Remove(releaseNotesFile); err != nil { return err } } if _, err := r.git("commit", "-a", "-m", fmt.Sprintf("%s Prepare repository for %s\n\n[ci skip]", commitPrefix, finalVersion)); err != nil { return err } return nil } func (r *ReleaseHandler) gitPush() { if r.skipPublish { return } if _, err := r.git("push", "origin", "HEAD"); err != nil { log.Fatal("push failed:", err) } } func (r *ReleaseHandler) release(releaseNotesFile string) error { if r.try { fmt.Println("Skip goreleaser...") return nil } args := []string{"--rm-dist", "--release-notes", releaseNotesFile} if r.skipPublish { args = append(args, "--skip-publish") } cmd, _ := hexec.SafeCommand("goreleaser", args...) cmd.Stdout = os.Stdout cmd.Stderr = os.Stderr err := cmd.Run() if err != nil { return errors.Wrap(err, "goreleaser failed") } return nil } func (r *ReleaseHandler) bumpVersions(ver hugo.Version) error { toDev := "" if ver.Suffix != "" { toDev = ver.Suffix } if err := r.replaceInFile("common/hugo/version_current.go", `Number:(\s{4,})(.*),`, fmt.Sprintf(`Number:${1}%.2f,`, ver.Number), `PatchLevel:(\s*)(.*),`, fmt.Sprintf(`PatchLevel:${1}%d,`, ver.PatchLevel), `Suffix:(\s{4,})".*",`, fmt.Sprintf(`Suffix:${1}"%s",`, toDev)); err != nil { return err } snapcraftGrade := "stable" if ver.Suffix != "" { snapcraftGrade = "devel" } if err := r.replaceInFile("snap/snapcraft.yaml", `version: "(.*)"`, fmt.Sprintf(`version: "%s"`, ver), `grade: (.*) #`, fmt.Sprintf(`grade: %s #`, snapcraftGrade)); err != nil { return err } var minVersion string if ver.Suffix != "" { // People use the DEV version in daily use, and we cannot create new themes // with the next version before it is released. minVersion = ver.Prev().String() } else { minVersion = ver.String() } if err := r.replaceInFile("commands/new.go", `min_version = "(.*)"`, fmt.Sprintf(`min_version = "%s"`, minVersion)); err != nil { return err } return nil } func (r *ReleaseHandler) replaceInFile(filename string, oldNew ...string) error { fullFilename := hugoFilepath(filename) fi, err := os.Stat(fullFilename) if err != nil { return err } if r.try { fmt.Printf("Replace in %q: %q\n", filename, oldNew) return nil } b, err := ioutil.ReadFile(fullFilename) if err != nil { return err } newContent := string(b) for i := 0; i < len(oldNew); i += 2 { re := regexp.MustCompile(oldNew[i]) newContent = re.ReplaceAllString(newContent, oldNew[i+1]) } return ioutil.WriteFile(fullFilename, []byte(newContent), fi.Mode()) } func hugoFilepath(filename string) string { pwd, err := os.Getwd() if err != nil { log.Fatal(err) } return filepath.Join(pwd, filename) } func isCI() bool { return os.Getenv("CI") != "" }
-1
gohugoio/hugo
8,201
Sitemap: exclude "no render" pages
Currently, pages with `render = "never"` get listed in sitemap.xml, even though they have no permalink, resulting in sitemap entries with empty URL fields (i.e. with `<loc></loc>`). Such pages should be excluded from the sitemap.
Jaza
"2021-02-02T22:18:06Z"
"2021-02-06T17:30:10Z"
92c6c40419bdc13b8bb422a212d1d79240356651
4867cd1dea34ee53fb73cede2bcff4792e470104
Sitemap: exclude "no render" pages. Currently, pages with `render = "never"` get listed in sitemap.xml, even though they have no permalink, resulting in sitemap entries with empty URL fields (i.e. with `<loc></loc>`). Such pages should be excluded from the sitemap.
./common/collections/slice_test.go
// Copyright 2019 The Hugo Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. package collections import ( "errors" "testing" qt "github.com/frankban/quicktest" ) var ( _ Slicer = (*tstSlicer)(nil) _ Slicer = (*tstSlicerIn1)(nil) _ Slicer = (*tstSlicerIn2)(nil) _ testSlicerInterface = (*tstSlicerIn1)(nil) _ testSlicerInterface = (*tstSlicerIn1)(nil) ) type testSlicerInterface interface { Name() string } type testSlicerInterfaces []testSlicerInterface type tstSlicerIn1 struct { TheName string } type tstSlicerIn2 struct { TheName string } type tstSlicer struct { TheName string } func (p *tstSlicerIn1) Slice(in interface{}) (interface{}, error) { items := in.([]interface{}) result := make(testSlicerInterfaces, len(items)) for i, v := range items { switch vv := v.(type) { case testSlicerInterface: result[i] = vv default: return nil, errors.New("invalid type") } } return result, nil } func (p *tstSlicerIn2) Slice(in interface{}) (interface{}, error) { items := in.([]interface{}) result := make(testSlicerInterfaces, len(items)) for i, v := range items { switch vv := v.(type) { case testSlicerInterface: result[i] = vv default: return nil, errors.New("invalid type") } } return result, nil } func (p *tstSlicerIn1) Name() string { return p.TheName } func (p *tstSlicerIn2) Name() string { return p.TheName } func (p *tstSlicer) Slice(in interface{}) (interface{}, error) { items := in.([]interface{}) result := make(tstSlicers, len(items)) for i, v := range items { switch vv := v.(type) { case *tstSlicer: result[i] = vv default: return nil, errors.New("invalid type") } } return result, nil } type tstSlicers []*tstSlicer func TestSlice(t *testing.T) { t.Parallel() c := qt.New(t) for i, test := range []struct { args []interface{} expected interface{} }{ {[]interface{}{"a", "b"}, []string{"a", "b"}}, {[]interface{}{&tstSlicer{"a"}, &tstSlicer{"b"}}, tstSlicers{&tstSlicer{"a"}, &tstSlicer{"b"}}}, {[]interface{}{&tstSlicer{"a"}, "b"}, []interface{}{&tstSlicer{"a"}, "b"}}, {[]interface{}{}, []interface{}{}}, {[]interface{}{nil}, []interface{}{nil}}, {[]interface{}{5, "b"}, []interface{}{5, "b"}}, {[]interface{}{&tstSlicerIn1{"a"}, &tstSlicerIn2{"b"}}, testSlicerInterfaces{&tstSlicerIn1{"a"}, &tstSlicerIn2{"b"}}}, {[]interface{}{&tstSlicerIn1{"a"}, &tstSlicer{"b"}}, []interface{}{&tstSlicerIn1{"a"}, &tstSlicer{"b"}}}, } { errMsg := qt.Commentf("[%d] %v", i, test.args) result := Slice(test.args...) c.Assert(test.expected, qt.DeepEquals, result, errMsg) } }
// Copyright 2019 The Hugo Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. package collections import ( "errors" "testing" qt "github.com/frankban/quicktest" ) var ( _ Slicer = (*tstSlicer)(nil) _ Slicer = (*tstSlicerIn1)(nil) _ Slicer = (*tstSlicerIn2)(nil) _ testSlicerInterface = (*tstSlicerIn1)(nil) _ testSlicerInterface = (*tstSlicerIn1)(nil) ) type testSlicerInterface interface { Name() string } type testSlicerInterfaces []testSlicerInterface type tstSlicerIn1 struct { TheName string } type tstSlicerIn2 struct { TheName string } type tstSlicer struct { TheName string } func (p *tstSlicerIn1) Slice(in interface{}) (interface{}, error) { items := in.([]interface{}) result := make(testSlicerInterfaces, len(items)) for i, v := range items { switch vv := v.(type) { case testSlicerInterface: result[i] = vv default: return nil, errors.New("invalid type") } } return result, nil } func (p *tstSlicerIn2) Slice(in interface{}) (interface{}, error) { items := in.([]interface{}) result := make(testSlicerInterfaces, len(items)) for i, v := range items { switch vv := v.(type) { case testSlicerInterface: result[i] = vv default: return nil, errors.New("invalid type") } } return result, nil } func (p *tstSlicerIn1) Name() string { return p.TheName } func (p *tstSlicerIn2) Name() string { return p.TheName } func (p *tstSlicer) Slice(in interface{}) (interface{}, error) { items := in.([]interface{}) result := make(tstSlicers, len(items)) for i, v := range items { switch vv := v.(type) { case *tstSlicer: result[i] = vv default: return nil, errors.New("invalid type") } } return result, nil } type tstSlicers []*tstSlicer func TestSlice(t *testing.T) { t.Parallel() c := qt.New(t) for i, test := range []struct { args []interface{} expected interface{} }{ {[]interface{}{"a", "b"}, []string{"a", "b"}}, {[]interface{}{&tstSlicer{"a"}, &tstSlicer{"b"}}, tstSlicers{&tstSlicer{"a"}, &tstSlicer{"b"}}}, {[]interface{}{&tstSlicer{"a"}, "b"}, []interface{}{&tstSlicer{"a"}, "b"}}, {[]interface{}{}, []interface{}{}}, {[]interface{}{nil}, []interface{}{nil}}, {[]interface{}{5, "b"}, []interface{}{5, "b"}}, {[]interface{}{&tstSlicerIn1{"a"}, &tstSlicerIn2{"b"}}, testSlicerInterfaces{&tstSlicerIn1{"a"}, &tstSlicerIn2{"b"}}}, {[]interface{}{&tstSlicerIn1{"a"}, &tstSlicer{"b"}}, []interface{}{&tstSlicerIn1{"a"}, &tstSlicer{"b"}}}, } { errMsg := qt.Commentf("[%d] %v", i, test.args) result := Slice(test.args...) c.Assert(test.expected, qt.DeepEquals, result, errMsg) } }
-1
gohugoio/hugo
8,201
Sitemap: exclude "no render" pages
Currently, pages with `render = "never"` get listed in sitemap.xml, even though they have no permalink, resulting in sitemap entries with empty URL fields (i.e. with `<loc></loc>`). Such pages should be excluded from the sitemap.
Jaza
"2021-02-02T22:18:06Z"
"2021-02-06T17:30:10Z"
92c6c40419bdc13b8bb422a212d1d79240356651
4867cd1dea34ee53fb73cede2bcff4792e470104
Sitemap: exclude "no render" pages. Currently, pages with `render = "never"` get listed in sitemap.xml, even though they have no permalink, resulting in sitemap entries with empty URL fields (i.e. with `<loc></loc>`). Such pages should be excluded from the sitemap.
./tpl/site/init_test.go
// Copyright 2017 The Hugo Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. package site import ( "testing" qt "github.com/frankban/quicktest" "github.com/gohugoio/hugo/deps" "github.com/gohugoio/hugo/htesting/hqt" "github.com/gohugoio/hugo/resources/page" "github.com/gohugoio/hugo/tpl/internal" "github.com/spf13/viper" ) func TestInit(t *testing.T) { c := qt.New(t) var found bool var ns *internal.TemplateFuncsNamespace v := viper.New() v.Set("contentDir", "content") s := page.NewDummyHugoSite(v) for _, nsf := range internal.TemplateFuncsNamespaceRegistry { ns = nsf(&deps.Deps{Site: s}) if ns.Name == name { found = true break } } c.Assert(found, qt.Equals, true) c.Assert(ns.Context(), hqt.IsSameType, s) }
// Copyright 2017 The Hugo Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. package site import ( "testing" qt "github.com/frankban/quicktest" "github.com/gohugoio/hugo/deps" "github.com/gohugoio/hugo/htesting/hqt" "github.com/gohugoio/hugo/resources/page" "github.com/gohugoio/hugo/tpl/internal" "github.com/spf13/viper" ) func TestInit(t *testing.T) { c := qt.New(t) var found bool var ns *internal.TemplateFuncsNamespace v := viper.New() v.Set("contentDir", "content") s := page.NewDummyHugoSite(v) for _, nsf := range internal.TemplateFuncsNamespaceRegistry { ns = nsf(&deps.Deps{Site: s}) if ns.Name == name { found = true break } } c.Assert(found, qt.Equals, true) c.Assert(ns.Context(), hqt.IsSameType, s) }
-1
gohugoio/hugo
8,201
Sitemap: exclude "no render" pages
Currently, pages with `render = "never"` get listed in sitemap.xml, even though they have no permalink, resulting in sitemap entries with empty URL fields (i.e. with `<loc></loc>`). Such pages should be excluded from the sitemap.
Jaza
"2021-02-02T22:18:06Z"
"2021-02-06T17:30:10Z"
92c6c40419bdc13b8bb422a212d1d79240356651
4867cd1dea34ee53fb73cede2bcff4792e470104
Sitemap: exclude "no render" pages. Currently, pages with `render = "never"` get listed in sitemap.xml, even though they have no permalink, resulting in sitemap entries with empty URL fields (i.e. with `<loc></loc>`). Such pages should be excluded from the sitemap.
./compare/compare_strings_test.go
// Copyright 2019 The Hugo Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. package compare import ( "sort" "strings" "testing" qt "github.com/frankban/quicktest" ) func TestCompare(t *testing.T) { c := qt.New(t) for _, test := range []struct { a string b string }{ {"a", "a"}, {"A", "a"}, {"Ab", "Ac"}, {"az", "Za"}, {"C", "D"}, {"B", "a"}, {"C", ""}, {"", ""}, {"αβδC", "ΑΒΔD"}, {"αβδC", "ΑΒΔ"}, {"αβδ", "ΑΒΔD"}, {"αβδ", "ΑΒΔ"}, {"β", "δ"}, {"好", strings.ToLower("好")}, } { expect := strings.Compare(strings.ToLower(test.a), strings.ToLower(test.b)) got := compareFold(test.a, test.b) c.Assert(got, qt.Equals, expect) } } func TestLexicographicSort(t *testing.T) { c := qt.New(t) s := []string{"b", "Bz", "ba", "A", "Ba", "ba"} sort.Slice(s, func(i, j int) bool { return LessStrings(s[i], s[j]) }) c.Assert(s, qt.DeepEquals, []string{"A", "b", "Ba", "ba", "ba", "Bz"}) }
// Copyright 2019 The Hugo Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. package compare import ( "sort" "strings" "testing" qt "github.com/frankban/quicktest" ) func TestCompare(t *testing.T) { c := qt.New(t) for _, test := range []struct { a string b string }{ {"a", "a"}, {"A", "a"}, {"Ab", "Ac"}, {"az", "Za"}, {"C", "D"}, {"B", "a"}, {"C", ""}, {"", ""}, {"αβδC", "ΑΒΔD"}, {"αβδC", "ΑΒΔ"}, {"αβδ", "ΑΒΔD"}, {"αβδ", "ΑΒΔ"}, {"β", "δ"}, {"好", strings.ToLower("好")}, } { expect := strings.Compare(strings.ToLower(test.a), strings.ToLower(test.b)) got := compareFold(test.a, test.b) c.Assert(got, qt.Equals, expect) } } func TestLexicographicSort(t *testing.T) { c := qt.New(t) s := []string{"b", "Bz", "ba", "A", "Ba", "ba"} sort.Slice(s, func(i, j int) bool { return LessStrings(s[i], s[j]) }) c.Assert(s, qt.DeepEquals, []string{"A", "b", "Ba", "ba", "ba", "Bz"}) }
-1
gohugoio/hugo
8,201
Sitemap: exclude "no render" pages
Currently, pages with `render = "never"` get listed in sitemap.xml, even though they have no permalink, resulting in sitemap entries with empty URL fields (i.e. with `<loc></loc>`). Such pages should be excluded from the sitemap.
Jaza
"2021-02-02T22:18:06Z"
"2021-02-06T17:30:10Z"
92c6c40419bdc13b8bb422a212d1d79240356651
4867cd1dea34ee53fb73cede2bcff4792e470104
Sitemap: exclude "no render" pages. Currently, pages with `render = "never"` get listed in sitemap.xml, even though they have no permalink, resulting in sitemap entries with empty URL fields (i.e. with `<loc></loc>`). Such pages should be excluded from the sitemap.
./hugolib/alias.go
// Copyright 2019 The Hugo Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. package hugolib import ( "bytes" "errors" "fmt" "io" "path" "path/filepath" "runtime" "strings" "github.com/gohugoio/hugo/common/loggers" "github.com/gohugoio/hugo/output" "github.com/gohugoio/hugo/publisher" "github.com/gohugoio/hugo/resources/page" "github.com/gohugoio/hugo/tpl" ) type aliasHandler struct { t tpl.TemplateHandler log loggers.Logger allowRoot bool } func newAliasHandler(t tpl.TemplateHandler, l loggers.Logger, allowRoot bool) aliasHandler { return aliasHandler{t, l, allowRoot} } type aliasPage struct { Permalink string page.Page } func (a aliasHandler) renderAlias(permalink string, p page.Page) (io.Reader, error) { var templ tpl.Template var found bool templ, found = a.t.Lookup("alias.html") if !found { // TODO(bep) consolidate templ, found = a.t.Lookup("_internal/alias.html") if !found { return nil, errors.New("no alias template found") } } data := aliasPage{ permalink, p, } buffer := new(bytes.Buffer) err := a.t.Execute(templ, buffer, data) if err != nil { return nil, err } return buffer, nil } func (s *Site) writeDestAlias(path, permalink string, outputFormat output.Format, p page.Page) (err error) { return s.publishDestAlias(false, path, permalink, outputFormat, p) } func (s *Site) publishDestAlias(allowRoot bool, path, permalink string, outputFormat output.Format, p page.Page) (err error) { handler := newAliasHandler(s.Tmpl(), s.Log, allowRoot) s.Log.Debug().Println("creating alias:", path, "redirecting to", permalink) targetPath, err := handler.targetPathAlias(path) if err != nil { return err } aliasContent, err := handler.renderAlias(permalink, p) if err != nil { return err } pd := publisher.Descriptor{ Src: aliasContent, TargetPath: targetPath, StatCounter: &s.PathSpec.ProcessingStats.Aliases, OutputFormat: outputFormat, } if s.Info.relativeURLs || s.Info.canonifyURLs { pd.AbsURLPath = s.absURLPath(targetPath) } return s.publisher.Publish(pd) } func (a aliasHandler) targetPathAlias(src string) (string, error) { originalAlias := src if len(src) <= 0 { return "", fmt.Errorf("alias \"\" is an empty string") } alias := path.Clean(filepath.ToSlash(src)) if !a.allowRoot && alias == "/" { return "", fmt.Errorf("alias \"%s\" resolves to website root directory", originalAlias) } components := strings.Split(alias, "/") // Validate against directory traversal if components[0] == ".." { return "", fmt.Errorf("alias \"%s\" traverses outside the website root directory", originalAlias) } // Handle Windows file and directory naming restrictions // See "Naming Files, Paths, and Namespaces" on MSDN // https://msdn.microsoft.com/en-us/library/aa365247%28v=VS.85%29.aspx?f=255&MSPPError=-2147217396 msgs := []string{} reservedNames := []string{"CON", "PRN", "AUX", "NUL", "COM0", "COM1", "COM2", "COM3", "COM4", "COM5", "COM6", "COM7", "COM8", "COM9", "LPT0", "LPT1", "LPT2", "LPT3", "LPT4", "LPT5", "LPT6", "LPT7", "LPT8", "LPT9"} if strings.ContainsAny(alias, ":*?\"<>|") { msgs = append(msgs, fmt.Sprintf("Alias \"%s\" contains invalid characters on Windows: : * ? \" < > |", originalAlias)) } for _, ch := range alias { if ch < ' ' { msgs = append(msgs, fmt.Sprintf("Alias \"%s\" contains ASCII control code (0x00 to 0x1F), invalid on Windows: : * ? \" < > |", originalAlias)) continue } } for _, comp := range components { if strings.HasSuffix(comp, " ") || strings.HasSuffix(comp, ".") { msgs = append(msgs, fmt.Sprintf("Alias \"%s\" contains component with a trailing space or period, problematic on Windows", originalAlias)) } for _, r := range reservedNames { if comp == r { msgs = append(msgs, fmt.Sprintf("Alias \"%s\" contains component with reserved name \"%s\" on Windows", originalAlias, r)) } } } if len(msgs) > 0 { if runtime.GOOS == "windows" { for _, m := range msgs { a.log.Errorln(m) } return "", fmt.Errorf("cannot create \"%s\": Windows filename restriction", originalAlias) } for _, m := range msgs { a.log.Infoln(m) } } // Add the final touch alias = strings.TrimPrefix(alias, "/") if strings.HasSuffix(alias, "/") { alias = alias + "index.html" } else if !strings.HasSuffix(alias, ".html") { alias = alias + "/" + "index.html" } return filepath.FromSlash(alias), nil }
// Copyright 2019 The Hugo Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. package hugolib import ( "bytes" "errors" "fmt" "io" "path" "path/filepath" "runtime" "strings" "github.com/gohugoio/hugo/common/loggers" "github.com/gohugoio/hugo/output" "github.com/gohugoio/hugo/publisher" "github.com/gohugoio/hugo/resources/page" "github.com/gohugoio/hugo/tpl" ) type aliasHandler struct { t tpl.TemplateHandler log loggers.Logger allowRoot bool } func newAliasHandler(t tpl.TemplateHandler, l loggers.Logger, allowRoot bool) aliasHandler { return aliasHandler{t, l, allowRoot} } type aliasPage struct { Permalink string page.Page } func (a aliasHandler) renderAlias(permalink string, p page.Page) (io.Reader, error) { var templ tpl.Template var found bool templ, found = a.t.Lookup("alias.html") if !found { // TODO(bep) consolidate templ, found = a.t.Lookup("_internal/alias.html") if !found { return nil, errors.New("no alias template found") } } data := aliasPage{ permalink, p, } buffer := new(bytes.Buffer) err := a.t.Execute(templ, buffer, data) if err != nil { return nil, err } return buffer, nil } func (s *Site) writeDestAlias(path, permalink string, outputFormat output.Format, p page.Page) (err error) { return s.publishDestAlias(false, path, permalink, outputFormat, p) } func (s *Site) publishDestAlias(allowRoot bool, path, permalink string, outputFormat output.Format, p page.Page) (err error) { handler := newAliasHandler(s.Tmpl(), s.Log, allowRoot) s.Log.Debug().Println("creating alias:", path, "redirecting to", permalink) targetPath, err := handler.targetPathAlias(path) if err != nil { return err } aliasContent, err := handler.renderAlias(permalink, p) if err != nil { return err } pd := publisher.Descriptor{ Src: aliasContent, TargetPath: targetPath, StatCounter: &s.PathSpec.ProcessingStats.Aliases, OutputFormat: outputFormat, } if s.Info.relativeURLs || s.Info.canonifyURLs { pd.AbsURLPath = s.absURLPath(targetPath) } return s.publisher.Publish(pd) } func (a aliasHandler) targetPathAlias(src string) (string, error) { originalAlias := src if len(src) <= 0 { return "", fmt.Errorf("alias \"\" is an empty string") } alias := path.Clean(filepath.ToSlash(src)) if !a.allowRoot && alias == "/" { return "", fmt.Errorf("alias \"%s\" resolves to website root directory", originalAlias) } components := strings.Split(alias, "/") // Validate against directory traversal if components[0] == ".." { return "", fmt.Errorf("alias \"%s\" traverses outside the website root directory", originalAlias) } // Handle Windows file and directory naming restrictions // See "Naming Files, Paths, and Namespaces" on MSDN // https://msdn.microsoft.com/en-us/library/aa365247%28v=VS.85%29.aspx?f=255&MSPPError=-2147217396 msgs := []string{} reservedNames := []string{"CON", "PRN", "AUX", "NUL", "COM0", "COM1", "COM2", "COM3", "COM4", "COM5", "COM6", "COM7", "COM8", "COM9", "LPT0", "LPT1", "LPT2", "LPT3", "LPT4", "LPT5", "LPT6", "LPT7", "LPT8", "LPT9"} if strings.ContainsAny(alias, ":*?\"<>|") { msgs = append(msgs, fmt.Sprintf("Alias \"%s\" contains invalid characters on Windows: : * ? \" < > |", originalAlias)) } for _, ch := range alias { if ch < ' ' { msgs = append(msgs, fmt.Sprintf("Alias \"%s\" contains ASCII control code (0x00 to 0x1F), invalid on Windows: : * ? \" < > |", originalAlias)) continue } } for _, comp := range components { if strings.HasSuffix(comp, " ") || strings.HasSuffix(comp, ".") { msgs = append(msgs, fmt.Sprintf("Alias \"%s\" contains component with a trailing space or period, problematic on Windows", originalAlias)) } for _, r := range reservedNames { if comp == r { msgs = append(msgs, fmt.Sprintf("Alias \"%s\" contains component with reserved name \"%s\" on Windows", originalAlias, r)) } } } if len(msgs) > 0 { if runtime.GOOS == "windows" { for _, m := range msgs { a.log.Errorln(m) } return "", fmt.Errorf("cannot create \"%s\": Windows filename restriction", originalAlias) } for _, m := range msgs { a.log.Infoln(m) } } // Add the final touch alias = strings.TrimPrefix(alias, "/") if strings.HasSuffix(alias, "/") { alias = alias + "index.html" } else if !strings.HasSuffix(alias, ".html") { alias = alias + "/" + "index.html" } return filepath.FromSlash(alias), nil }
-1