Use HTTPS links

This commit is contained in:
Pierre Rudloff 2022-02-03 20:55:09 +01:00
parent b8c88aecf5
commit bdf5554430
3 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
<footer class="small-font">
<div class="footer_wrapper">
{$dev="<a rel='author' target='blank'
href='http://rudloff.pro/'>
href='https://rudloff.pro/'>
Pierre Rudloff
</a>"}
{t params=['@dev'=>$dev]}Code by @dev{/t}
@ -10,7 +10,7 @@
&middot;
{$designer="<a rel='author' target='blank'
href='http://olivierhaquette.fr'>
href='https://ographik.fr/'>
Olivier Haquette
</a>"}
{t params=['@designer' => $designer]}Design by @designer{/t}
@ -23,7 +23,7 @@
&middot;
{$youtubedl="<a href='http://ytdl-org.github.io/youtube-dl/'>
{$youtubedl="<a href='https://ytdl-org.github.io/youtube-dl/'>
youtube-dl
</a>"}
{t params=['@youtubedl'=>$youtubedl]}Based on @youtubedl{/t}