diff --git a/doc/layouts/_default/examples.html b/doc/layouts/_default/examples.html index 518c968..6a36535 100644 --- a/doc/layouts/_default/examples.html +++ b/doc/layouts/_default/examples.html @@ -73,13 +73,13 @@ https://github.com/wjdp/htmltest/ --> {{ $data_proofer_ignore_tag := "" }} - {{ $insecure_icon := "" }} + {{ $secure_icon := "" }} {{ $user_site_is_nonsecure := findRE "^http://" $val.site }} - {{ if $user_site_is_nonsecure }} - {{ $insecure_icon = "🔓 " }} + {{ if (not $user_site_is_nonsecure) }} + {{ $secure_icon = "🔐 " }} {{ $data_proofer_ignore_tag = ` data-proofer-ignore="true"` }} {{ end }} -