hugo/tpl
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
..
cast tpl: Add some GoDoc info to template func docs 2017-05-04 10:46:19 +02:00
collections tpl: Add basic tests for all namespace init funcs 2017-05-02 00:07:33 +02:00
compare tpl: Add basic tests for all namespace init funcs 2017-05-02 00:07:33 +02:00
crypto tpl: Add basic tests for all namespace init funcs 2017-05-02 00:07:33 +02:00
data tpl/data: Clean up data namespace 2017-05-02 09:18:41 +02:00
encoding tpl: Add basic tests for all namespace init funcs 2017-05-02 00:07:33 +02:00
fmt tpl: Add basic tests for all namespace init funcs 2017-05-02 00:07:33 +02:00
images tpl/images: Fix embedded sync.Mutex 2017-05-02 09:17:14 +02:00
inflect tpl: Add basic tests for all namespace init funcs 2017-05-02 00:07:33 +02:00
internal tpl: Add some GoDoc info to template func docs 2017-05-04 10:46:19 +02:00
lang tpl: Add basic tests for all namespace init funcs 2017-05-02 00:07:33 +02:00
math tpl: Add basic tests for all namespace init funcs 2017-05-02 00:07:33 +02:00
os tpl: Add basic tests for all namespace init funcs 2017-05-02 00:07:33 +02:00
partials tpl: Add basic tests for all namespace init funcs 2017-05-02 00:07:33 +02:00
safe tpl: Add basic tests for all namespace init funcs 2017-05-02 00:07:33 +02:00
strings tpl: Add basic tests for all namespace init funcs 2017-05-02 00:07:33 +02:00
time tpl: Add basic tests for all namespace init funcs 2017-05-02 00:07:33 +02:00
tplimpl hugolib: Handle shortcode per output format 2017-05-13 22:44:15 +03:00
transform tpl: Add basic tests for all namespace init funcs 2017-05-02 00:07:33 +02:00
urls tpl/urls: Make urlize return a string 2017-05-02 23:46:36 +02:00
template.go hugolib: Handle shortcode per output format 2017-05-13 22:44:15 +03:00