hugo/output
Bjørn Erik Pedersen aa6b1b9be7 output: Support templates per site/language
This applies to both regular templates and shortcodes. So, if the site language is French and the output format is AMP, this is the (start) of the lookup order for the home page:

1. index.fr.amp.html
2. index.amp.html
3. index.fr.html
4. index.html
5. ...

Fixes #3360
2017-07-04 09:12:44 +02:00
..
docshelper.go output: Support templates per site/language 2017-07-04 09:12:44 +02:00
layout.go output: Support templates per site/language 2017-07-04 09:12:44 +02:00
layout_base.go all: Update import paths to gohugoio/hugo 2017-06-13 18:42:45 +02:00
layout_base_test.go output: Fix base theme vs project base template logic 2017-04-13 11:19:54 +02:00
layout_test.go output: Support templates per site/language 2017-07-04 09:12:44 +02:00
outputFormat.go output: Identify extension-less text types as text 2017-06-20 17:21:31 +02:00
outputFormat_test.go output: Identify extension-less text types as text 2017-06-20 17:21:31 +02:00