hugo/tpl/tplimpl
Bjørn Erik Pedersen af72db806f hugolib: Handle shortcode per output format
This commit allows shortcode per output format, a typical use case would be the special AMP media tags.

Note that this will only re-render the "overridden" shortcodes and only  in pages where these are used, so performance in the normal case should not suffer.

Closes #3220
2017-05-13 22:44:15 +03:00
..
ace.go tpl: Rework to handle both text and HTML templates 2017-04-02 23:13:10 +02:00
amber_compiler.go tpl: Rework to handle both text and HTML templates 2017-04-02 23:13:10 +02:00
template.go hugolib: Handle shortcode per output format 2017-05-13 22:44:15 +03:00
template_ast_transformers.go tpl: Rework to handle both text and HTML templates 2017-04-02 23:13:10 +02:00
template_ast_transformers_test.go tpl: Rework to handle both text and HTML templates 2017-04-02 23:13:10 +02:00
template_embedded.go tplimpl: Add translation links to the default sitemap template 2017-04-22 22:37:14 +02:00
template_funcs.go tpl: Add docshelper for template funcs 2017-05-01 21:44:15 +02:00
template_funcs_test.go tpl: Add docshelper for template funcs 2017-05-01 21:44:15 +02:00
templateFuncster.go tpl: Fix the remaining template funcs namespace issues 2017-05-01 15:13:41 +02:00
templateProvider.go tpl: Rework to handle both text and HTML templates 2017-04-02 23:13:10 +02:00