hugo/helpers
Albert Nigmatzianov 9b080dc625 helpers: Don't clean path twice
Join calls Clean as it says in docs.

Minor performance improvement:
Before:
Average time per operation: 432ms
Average memory allocated per operation: 127322kB
Average allocations per operation: 2138137

After:
Average time per operation: 428ms
Average memory allocated per operation: 127350kB
Average allocations per operation: 2137892
2017-05-07 17:16:36 +02:00
..
baseURL.go helpers, output: Fix spelling 2017-03-28 01:19:46 +02:00
baseURL_test.go all: Propagate baseURL error to the callers 2017-03-27 15:43:56 +02:00
content.go helpers: Delete RenderingContext.getConfig 2017-04-22 22:40:20 +02:00
content_renderer.go all: Refactor to nonglobal Viper, i18n etc. 2017-02-17 17:15:26 +01:00
content_renderer_test.go helpers: Delete RenderingContext.getConfig 2017-04-22 22:40:20 +02:00
content_test.go helpers: Delete RenderingContext.getConfig 2017-04-22 22:40:20 +02:00
emoji.go helpers: Use iterate operator by int in Emojify 2016-11-23 09:13:00 +01:00
emoji_test.go helpers: Fix bug in emoji renderer 2016-08-30 00:34:48 +02:00
general.go tpl: Add template function namespaces 2017-04-30 10:56:38 +02:00
general_test.go tpl: Add template function namespaces 2017-04-30 10:56:38 +02:00
hugo.go Automate the Hugo release process 2017-04-24 11:08:56 +02:00
hugo_test.go Automate the Hugo release process 2017-04-24 11:08:56 +02:00
language.go all: Refactor to nonglobal Viper, i18n etc. 2017-02-17 17:15:26 +01:00
language_test.go all: Refactor to nonglobal Viper, i18n etc. 2017-02-17 17:15:26 +01:00
path.go helpers: Don't clean path twice 2017-05-07 17:16:36 +02:00
path_test.go all: Propagate baseURL error to the callers 2017-03-27 15:43:56 +02:00
pathspec.go all: Propagate baseURL error to the callers 2017-03-27 15:43:56 +02:00
pathspec_test.go all: Propagate baseURL error to the callers 2017-03-27 15:43:56 +02:00
pygments.go all: Refactor to nonglobal Viper, i18n etc. 2017-02-17 17:15:26 +01:00
pygments_test.go all: Refactor to nonglobal Viper, i18n etc. 2017-02-17 17:15:26 +01:00
testhelpers_test.go all: Propagate baseURL error to the callers 2017-03-27 15:43:56 +02:00
url.go output: Rename HTMLType etc. to HTMLFormat 2017-03-27 15:43:56 +02:00
url_test.go all: Propagate baseURL error to the callers 2017-03-27 15:43:56 +02:00