Use HTTPS links
This commit is contained in:
parent
b8c88aecf5
commit
bdf5554430
3 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
||||||
<footer class="small-font">
|
<footer class="small-font">
|
||||||
<div class="footer_wrapper">
|
<div class="footer_wrapper">
|
||||||
{$dev="<a rel='author' target='blank'
|
{$dev="<a rel='author' target='blank'
|
||||||
href='http://rudloff.pro/'>
|
href='https://rudloff.pro/'>
|
||||||
Pierre Rudloff
|
Pierre Rudloff
|
||||||
</a>"}
|
</a>"}
|
||||||
{t params=['@dev'=>$dev]}Code by @dev{/t}
|
{t params=['@dev'=>$dev]}Code by @dev{/t}
|
||||||
|
@ -10,7 +10,7 @@
|
||||||
·
|
·
|
||||||
|
|
||||||
{$designer="<a rel='author' target='blank'
|
{$designer="<a rel='author' target='blank'
|
||||||
href='http://olivierhaquette.fr'>
|
href='https://ographik.fr/'>
|
||||||
Olivier Haquette
|
Olivier Haquette
|
||||||
</a>"}
|
</a>"}
|
||||||
{t params=['@designer' => $designer]}Design by @designer{/t}
|
{t params=['@designer' => $designer]}Design by @designer{/t}
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
·
|
·
|
||||||
|
|
||||||
{$youtubedl="<a href='http://ytdl-org.github.io/youtube-dl/'>
|
{$youtubedl="<a href='https://ytdl-org.github.io/youtube-dl/'>
|
||||||
youtube-dl
|
youtube-dl
|
||||||
</a>"}
|
</a>"}
|
||||||
{t params=['@youtubedl'=>$youtubedl]}Based on @youtubedl{/t}
|
{t params=['@youtubedl'=>$youtubedl]}Based on @youtubedl{/t}
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
<span class="URLinput_wrapper">
|
<span class="URLinput_wrapper">
|
||||||
<!-- We used to have an autofocus attribute on this field but it triggerd a very specific CSS bug: https://github.com/Rudloff/alltube/issues/117 -->
|
<!-- We used to have an autofocus attribute on this field but it triggerd a very specific CSS bug: https://github.com/Rudloff/alltube/issues/117 -->
|
||||||
<input class="URLinput large-font" type="url" name="url" id="url"
|
<input class="URLinput large-font" type="url" name="url" id="url"
|
||||||
required placeholder="http://example.com/video"/>
|
required placeholder="https://example.com/video"/>
|
||||||
</span>
|
</span>
|
||||||
{if $config->uglyUrls}
|
{if $config->uglyUrls}
|
||||||
<input type="hidden" name="page" value="info"/>
|
<input type="hidden" name="page" value="info"/>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{include file="inc/head.tpl"}
|
{include file="inc/head.tpl"}
|
||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
<div itemscope itemtype="http://schema.org/VideoObject">
|
<div itemscope itemtype="https://schema.org/VideoObject">
|
||||||
<main class="main">
|
<main class="main">
|
||||||
{include file="inc/logo.tpl"}
|
{include file="inc/logo.tpl"}
|
||||||
{$title="<i itemprop='name'>
|
{$title="<i itemprop='name'>
|
||||||
|
|
Loading…
Reference in a new issue