summaryrefslogtreecommitdiffstats
path: root/tpl/tplimpl/embedded/templates/shortcodes/vimeo.html
AgeCommit message (Collapse)Author
2019-08-30tpl: Migrate last shortcodes (YouTube and Vimeo) to HTTPS embedsJake Jarvis
2018-07-09tpl: Set permission of embedded templates to 0644Anthony Fok
2018-05-30Add vimeo_simpleAlexandros
Fixes #4749
2018-05-22Move the privacy config into a parentBjørn Erik Pedersen
See #4751
2018-05-21tpl/tplimpl/embedded: Wrap the relevant templates with the privacy policy ↵Bjørn Erik Pedersen
disable check See #4616
2018-05-04tpl/tplimpl: Extract internal templatesBjørn Erik Pedersen
Having them in separate files should make maintainance easier. When adding new or making changes to the templates: ```bash mage generate ``` This will get the Go code in sync. Fixes #4457