hugo/commands
Chase Adams 3616fb629b command: Fix hugo new for multiple architectures
Changes `%q` to `%s`. `%q` was safely escaping the `\` in windows so that it was printing `\\`. Uses `filepath.Join` for example filepath so that the output is OS specific and since this required splitting up the multiline string, it's refactored into a separate function..

Fixes #2401
2016-10-09 10:59:07 +02:00
..
2016-10-05 10:20:25 +02:00
2016-03-31 21:24:18 +02:00
2016-03-31 21:24:18 +02:00
2016-10-08 18:26:16 +02:00
2016-07-07 18:06:48 +02:00
2016-03-31 21:24:18 +02:00
2016-09-11 12:23:09 +02:00
2016-10-05 10:20:25 +02:00