hugo/tpl
Josh Gerdes edc5c4741c tpl: Add Do Not Track (dnt) option to Vimeo shortcode
Added a Vimeo EnableDNT privacy option to the Hugo config. This will enable the Vimeo 'Do Not Track' flag when either Vimeo shortcode tempalte options are used. When enabled, it will force the Vimeo player to be blocked from tracking any session data, including all cookies and stats.

Fixes #7700
2020-10-02 23:02:38 +02:00
..
cast Some minify configuration adjustments 2020-03-20 20:35:57 +01:00
collections tpl: Extend merge to accept multiple parameters 2020-08-28 09:54:51 +02:00
compare Add support for sort by boolean 2020-05-02 11:57:34 +02:00
crypto tpl/crypto: Add hmac 2020-06-05 20:04:11 +02:00
data tpl: Fix error with unicode in file paths 2020-03-09 13:31:04 +01:00
debug tpl: Add debug.Dump 2020-07-02 09:04:46 +02:00
encoding tpl: Extend Jsonify to support options map 2020-04-07 20:01:57 +02:00
fmt Fix some change detection issues on server reloads 2020-09-07 21:06:44 +02:00
hugo
images
inflect
internal Add proper Media Type handling in js.Build 2020-07-13 10:56:23 +02:00
js resources/js: Simplify options handling 2020-07-22 10:13:30 +02:00
lang langs/i18n: Upgrade to go-i18n v2 2020-09-29 17:48:07 +02:00
math Add math.Pow 2020-05-14 10:00:31 +02:00
openapi/openapi3 Add openapi3.Unmarshal 2020-07-06 20:03:36 +02:00
os
partials tpl: Fix grammar in the new 'requires non-zero' error message 2020-09-14 19:54:48 +02:00
path
reflect
resources Add proper Media Type handling in js.Build 2020-07-13 10:56:23 +02:00
safe
site
strings tpl: Add limit support to replaceRE 2020-08-28 18:57:56 +02:00
templates
time
tplimpl tpl: Add Do Not Track (dnt) option to Vimeo shortcode 2020-10-02 23:02:38 +02:00
transform Add openapi3.Unmarshal 2020-07-06 20:03:36 +02:00
urls
template.go Fix server reload when non-HTML shortcode changes 2020-07-03 23:31:51 +02:00
template_info.go
template_test.go