hugo/helpers
Jonathan Anderson 1058cb17d1 Refactor theme path helper functions.
Reduce duplication (`x + FilePathSeparator + y` a few lines away from `filepath.Join(x, y)`) and add a `GetThemeDir()` function to get the current theme's directory.

Also add a comment complaining about the `GetThemesDirPath()` function, which doesn't seem to do what its name would suggest. This might be a candidate for deprecation?
2015-06-25 18:05:43 +02:00
..
content.go Add Blackfriday definition lists extension support 2015-06-15 21:15:05 +02:00
content_test.go
general.go
general_test.go
hugo.go
hugo_test.go
path.go Refactor theme path helper functions. 2015-06-25 18:05:43 +02:00
path_test.go Make removal of accents in taxonomy and section paths optional 2015-06-16 19:25:48 +02:00
pygments.go
pygments_test.go
url.go
url_test.go