Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cntrump/hugo-notepadium.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLvv.me <cntrump@gmail.com>2021-04-20 13:03:21 +0300
committerLvv.me <cntrump@gmail.com>2021-04-20 13:03:21 +0300
commit6851b0ae309ba73f7ac0bb2b44d6b04b58b3bb09 (patch)
tree3be8e8e580cf791bd06a5a66d6c12e99cdf1ecfa
parent635d642ae233e104f909e8cc8be12cddc0400401 (diff)
update ipv6ready to HTTPS
-rw-r--r--layouts/partials/ipv6ready.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/ipv6ready.html b/layouts/partials/ipv6ready.html
index f35d6bf..fb5db9c 100644
--- a/layouts/partials/ipv6ready.html
+++ b/layouts/partials/ipv6ready.html
@@ -1,7 +1,7 @@
{{- if site.Params.ipv6ready -}}
<!-- IPv6-test.com button BEGIN -->
-<a href='http://ipv6-test.com/validate.php?url=referer'
- ><img src='http://ipv6-test.com/button-ipv6-80x15.png'
+<a href='https://ipv6-test.com/validate.php?url=referer'
+ ><img src='https://ipv6-test.com/button-ipv6-80x15.png'
alt='ipv6 ready' title='ipv6 ready' border='0'
/></a>
<!-- IPv6-test.com button END -->