fix target in minification
All checks were successful
ci/woodpecker/push/publish Pipeline was successful
All checks were successful
ci/woodpecker/push/publish Pipeline was successful
This commit is contained in:
parent
b6e892fb8c
commit
b5ae9deaf9
9 changed files with 85 additions and 50 deletions
|
@ -1,5 +1,5 @@
|
|||
<footer>
|
||||
<a href="/blog" target="_self">Retour à la liste des posts</a>
|
||||
<a href="/blog">Retour à la liste des posts</a>
|
||||
</footer>
|
||||
|
||||
{{#data}} {{#post}} {{#metadata}} {{#math}}
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
<meta name="author" content="Mylloon" />
|
||||
<meta name="description" content="{{page_desc}} " />
|
||||
<meta name="keywords" content="{{page_kw}} " />
|
||||
<base target="_blank" />
|
||||
|
||||
<!-- Icones (https://realfavicongenerator.net/) -->
|
||||
<link
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<h2 class="subtitle">Aucun posts</h2>
|
||||
{{/posts}} {{#posts}}
|
||||
<h2 class="subtitle">
|
||||
<a target="_self" href="/blog/{{url}}">{{title}}</a>
|
||||
<a href="/blog/{{url}}">{{title}}</a>
|
||||
</h2>
|
||||
{{/posts}}
|
||||
</div>
|
||||
|
|
|
@ -14,20 +14,20 @@
|
|||
<h2 class="subtitle">{{name}}</h2>
|
||||
<p>
|
||||
{{#pulls_merged}}
|
||||
<a href="{{url}} ">#{{id}}</a>
|
||||
<a target="_blank" href="{{url}} ">#{{id}}</a>
|
||||
{{/pulls_merged}}
|
||||
</p>
|
||||
{{/projects}}
|
||||
<h1 class="subtitle">En attente</h1>
|
||||
<p>
|
||||
{{#waiting}} {{#pulls_open}}
|
||||
<a href="{{url}} ">{{name}}#{{id}}</a>
|
||||
<a target="_blank" href="{{url}} ">{{name}}#{{id}}</a>
|
||||
{{/pulls_open}} {{/waiting}}
|
||||
</p>
|
||||
<h1 class="subtitle">Non mergées</h1>
|
||||
<p>
|
||||
{{#closed}} {{#pulls_closed}}
|
||||
<a href="{{url}} ">{{name}}#{{id}}</a>
|
||||
<a target="_blank" href="{{url}} ">{{name}}#{{id}}</a>
|
||||
{{/pulls_closed}} {{/closed}}
|
||||
</p>
|
||||
</div>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
<footer class="backToIndexPage">
|
||||
<a href="/" target="_self">Retour à la page principale</a>
|
||||
<a href="/">Retour à la page principale</a>
|
||||
</footer>
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
<link rel="stylesheet" href="/css/style.css" />
|
||||
<meta name="author" content="Mylloon" />
|
||||
<meta name="description" content="{{page_desc}} " />
|
||||
<base target="_blank" />
|
||||
|
||||
<!-- Icones (https://realfavicongenerator.net/) -->
|
||||
<link
|
||||
|
|
|
@ -13,8 +13,11 @@
|
|||
>
|
||||
</p>
|
||||
<p>
|
||||
<a rel="me" href="https://twitter.com/Mylloon">Twitter</a> /
|
||||
<a target="_blank" rel="me" href="https://twitter.com/Mylloon"
|
||||
>Twitter</a
|
||||
> /
|
||||
<a
|
||||
target="_blank"
|
||||
rel="me"
|
||||
title="Alternative à Twitter"
|
||||
href="https://piaille.fr/@mylloon"
|
||||
|
@ -22,16 +25,26 @@
|
|||
>
|
||||
</p>
|
||||
<p>
|
||||
<a rel="me" href="https://discord.com/users/158260864623968257/"
|
||||
<a
|
||||
target="_blank"
|
||||
rel="me"
|
||||
href="https://discord.com/users/158260864623968257/"
|
||||
>Compte</a
|
||||
> et
|
||||
<a rel="me" href="https://discord.gg/Z5ePxH4">Serveur</a> Discord
|
||||
<a target="_blank" rel="me" href="https://discord.gg/Z5ePxH4">Serveur</a
|
||||
> Discord
|
||||
</p>
|
||||
<p><a rel="me" href="https://www.reddit.com/user/mylloon">Reddit</a></p>
|
||||
<p>
|
||||
<a rel="me" href="https://www.instagram.com/myshawi/">Instagram</a
|
||||
<a target="_blank" rel="me" href="https://www.reddit.com/user/mylloon"
|
||||
>Reddit</a
|
||||
>
|
||||
</p>
|
||||
<p>
|
||||
<a target="_blank" rel="me" href="https://www.instagram.com/myshawi/"
|
||||
>Instagram</a
|
||||
> /
|
||||
<a
|
||||
target="_blank"
|
||||
rel="me"
|
||||
title="Alternative à Instagram"
|
||||
href="https://pixelfed.social/@mylloon"
|
||||
|
@ -39,26 +52,45 @@
|
|||
>
|
||||
</p>
|
||||
<p>
|
||||
<a rel="me" href="https://github.com/Mylloon">Github</a> /
|
||||
<a rel="me" href="https://gitlab.com/Mylloon">Gitlab</a> /
|
||||
<a rel="me" href="https://codeberg.org/Mylloon">Codeberg</a> /
|
||||
<a rel="me" href="https://git.mylloon.fr/Anri">Mon Git</a>
|
||||
<a target="_blank" rel="me" href="https://github.com/Mylloon">Github</a
|
||||
> /
|
||||
<a target="_blank" rel="me" href="https://gitlab.com/Mylloon">Gitlab</a
|
||||
> /
|
||||
<a target="_blank" rel="me" href="https://codeberg.org/Mylloon"
|
||||
>Codeberg</a
|
||||
> /
|
||||
<a target="_blank" rel="me" href="https://git.mylloon.fr/Anri"
|
||||
>Mon Git</a
|
||||
>
|
||||
</p>
|
||||
<p>
|
||||
<a
|
||||
target="_blank"
|
||||
rel="me"
|
||||
title="Anime tracker"
|
||||
href="https://kitsu.io/users/Mylloon/library?status=completed"
|
||||
>Kitsu</a
|
||||
>
|
||||
</p>
|
||||
<p><a rel="me" href="https://steamcommunity.com/id/mylloon/">Steam</a></p>
|
||||
<p>
|
||||
<a rel="me" href="https://www.youtube.com/c/Mylloon">Youtube</a> /
|
||||
<a rel="me" href="https://www.twitch.tv/mylloon">Twitch</a>
|
||||
<a
|
||||
target="_blank"
|
||||
rel="me"
|
||||
href="https://steamcommunity.com/id/mylloon/"
|
||||
>Steam</a
|
||||
>
|
||||
</p>
|
||||
<p>
|
||||
<a target="_blank" rel="me" href="https://www.youtube.com/c/Mylloon"
|
||||
>Youtube</a
|
||||
> /
|
||||
<a target="_blank" rel="me" href="https://www.twitch.tv/mylloon"
|
||||
>Twitch</a
|
||||
>
|
||||
</p>
|
||||
<p>
|
||||
<a
|
||||
target="_blank"
|
||||
rel="me"
|
||||
href="https://keyoxide.org/27024A99057E58B8087A5022A82D63DFF8D1317F"
|
||||
>Keyoxide</a
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<div class="subcontent">
|
||||
{{#bots_app}} {{#metadata}} {{#info}}
|
||||
<h3 class="subsubtitle">
|
||||
<a href="{{link}} ">{{title}}</a>
|
||||
<a target="_blank" href="{{link}} ">{{title}}</a>
|
||||
</h3>
|
||||
{{/info}} {{/metadata}}
|
||||
<div class="subcontent">{{&content}}</div>
|
||||
|
@ -19,7 +19,9 @@
|
|||
<br />
|
||||
</div>
|
||||
<h2 class="subtitle">
|
||||
<a href="https://git.mylloon.fr/Paris8">Projet de l'université</a>
|
||||
<a target="_blank" href="https://git.mylloon.fr/Paris8"
|
||||
>Projet de l'université</a
|
||||
>
|
||||
</h2>
|
||||
<div class="subcontent">
|
||||
{{&univ_content}} {{^univ_content}}
|
||||
|
@ -31,7 +33,7 @@
|
|||
<div class="subcontent">
|
||||
{{#persos_app}} {{#metadata}} {{#info}}
|
||||
<h3 class="subsubtitle">
|
||||
<a href="{{link}} ">{{title}}</a>
|
||||
<a target="_blank" href="{{link}} ">{{title}}</a>
|
||||
</h3>
|
||||
{{/info}} {{/metadata}}
|
||||
<div class="subcontent">{{&content}}</div>
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
<link rel="stylesheet" href="css/web3.css" />
|
||||
<meta name="author" content="Mylloon" />
|
||||
<meta name="description" content="{{page_desc}} " />
|
||||
<base target="_blank" />
|
||||
|
||||
<!-- Icones (https://realfavicongenerator.net/) -->
|
||||
<link
|
||||
|
@ -72,8 +71,8 @@
|
|||
</p>
|
||||
<ul>
|
||||
<li><a href="/">true website lol</a></li>
|
||||
<li><a href="//github.com/Mylloon">github</a></li>
|
||||
<li><a href="//twitter.com/Mylloon">twitter</a></li>
|
||||
<li><a target="_blank" href="//github.com/Mylloon">github</a></li>
|
||||
<li><a target="_blank" href="//twitter.com/Mylloon">twitter</a></li>
|
||||
</ul>
|
||||
|
||||
<br />
|
||||
|
@ -82,12 +81,14 @@
|
|||
i host:
|
||||
</p>
|
||||
<ul>
|
||||
<li><a href="//www.freshrss.org/">freshrss</a></li>
|
||||
<li><a href="//forgejo.org/">forgejo</a></li>
|
||||
<li><a href="//woodpecker-ci.org/">woodpecker</a></li>
|
||||
<li><a href="//www.etesync.com/">etesync</a></li>
|
||||
<li><a target="_blank" href="//www.freshrss.org/">freshrss</a></li>
|
||||
<li><a target="_blank" href="//forgejo.org/">forgejo</a></li>
|
||||
<li><a target="_blank" href="//woodpecker-ci.org/">woodpecker</a></li>
|
||||
<li><a target="_blank" href="//www.etesync.com/">etesync</a></li>
|
||||
<li>
|
||||
<a href="//git.mylloon.fr/Anri/mylloon.fr">this website</a>
|
||||
<a target="_blank" href="//git.mylloon.fr/Anri/mylloon.fr"
|
||||
>this website</a
|
||||
>
|
||||
(available on tor too)
|
||||
</li>
|
||||
</ul>
|
||||
|
@ -100,56 +101,58 @@
|
|||
</p>
|
||||
|
||||
<div class="badges">
|
||||
<a href="//en.wikipedia.org/wiki/Template:Smile"
|
||||
<a target="_blank" href="//en.wikipedia.org/wiki/Template:Smile"
|
||||
><img
|
||||
src="./badges/smile.gif"
|
||||
alt="have a smile!"
|
||||
title="yay be happy"
|
||||
/></a>
|
||||
|
||||
<a href="//prismlauncher.org/"
|
||||
<a target="_blank" href="//prismlauncher.org/"
|
||||
><img
|
||||
src="./badges/minecraft.gif"
|
||||
alt="minecraft"
|
||||
title="definitively a good game!"
|
||||
/></a>
|
||||
|
||||
<a href="//p4bl0.net/post/2022/01/NFT-%3A-encore-plus-d%C3%A9bile"
|
||||
<a
|
||||
target="_blank"
|
||||
href="//p4bl0.net/post/2022/01/NFT-%3A-encore-plus-d%C3%A9bile"
|
||||
><img
|
||||
src="./badges/antinft.gif"
|
||||
alt="anti-nft site"
|
||||
title="fk you nft bros"
|
||||
/></a>
|
||||
|
||||
<a href="/"
|
||||
<a target="_blank" href="/"
|
||||
><img
|
||||
src="./badges/sucks.gif"
|
||||
alt="this website sucks"
|
||||
title="but i like it"
|
||||
/></a>
|
||||
|
||||
<a href="//anybrowser.org/campaign/anybrowser_fr.html"
|
||||
<a target="_blank" href="//anybrowser.org/campaign/anybrowser_fr.html"
|
||||
><img
|
||||
src="./badges/anybrowser.gif"
|
||||
alt="best viewed with any browser"
|
||||
title="but uninstall brave"
|
||||
/></a>
|
||||
|
||||
<a href="//web3isgoinggreat.com/"
|
||||
<a target="_blank" href="//web3isgoinggreat.com/"
|
||||
><img
|
||||
src="./badges/saynotoweb3.gif"
|
||||
alt="keep the web free, say no to web3"
|
||||
title="fuck /web3"
|
||||
/></a>
|
||||
|
||||
<a href="//www.mozilla.org/fr/firefox/"
|
||||
<a target="_blank" href="//www.mozilla.org/fr/firefox/"
|
||||
><img
|
||||
src="./badges/firefox.gif"
|
||||
alt="get firefox"
|
||||
title="use firefox!"
|
||||
/></a>
|
||||
|
||||
<a href="//cyber.dabamos.de/88x31/"
|
||||
<a target="_blank" href="//cyber.dabamos.de/88x31/"
|
||||
><img
|
||||
src="./badges/88x31.gif"
|
||||
alt="88x31"
|
||||
|
@ -163,21 +166,21 @@
|
|||
title="don't do it"
|
||||
/>
|
||||
|
||||
<a href="//wiki.archlinux.org/title/arch_is_the_best"
|
||||
<a target="_blank" href="//wiki.archlinux.org/title/arch_is_the_best"
|
||||
><img
|
||||
src="./badges/archlinux.gif"
|
||||
alt="arch linux"
|
||||
title="i use arch btw"
|
||||
/></a>
|
||||
|
||||
<a href="/gaming"
|
||||
<a target="_blank" href="/gaming"
|
||||
><img
|
||||
src="./badges/gamers.jpg"
|
||||
alt="gamers"
|
||||
title="i am a proud gamer"
|
||||
/></a>
|
||||
|
||||
<a href="//bitwarden.com/"
|
||||
<a target="_blank" href="//bitwarden.com/"
|
||||
><img
|
||||
src="./badges/bitwarden.gif"
|
||||
alt="bitwarden"
|
||||
|
@ -197,21 +200,21 @@
|
|||
title="do it"
|
||||
/>
|
||||
|
||||
<a href="//www.counter-strike.net/cs2"
|
||||
<a target="_blank" href="//www.counter-strike.net/cs2"
|
||||
><img
|
||||
src="./badges/csplayer.gif"
|
||||
alt="counter strike player"
|
||||
title="yes i am"
|
||||
/></a>
|
||||
|
||||
<a href="//www.openmediavault.org/"
|
||||
<a target="_blank" href="//www.openmediavault.org/"
|
||||
><img
|
||||
src="./badges/debian-powered.gif"
|
||||
alt="debian powered"
|
||||
title="this website is hosted on debian"
|
||||
/></a>
|
||||
|
||||
<a href="//discord.gg/Z5ePxH4"
|
||||
<a target="_blank" href="//discord.gg/Z5ePxH4"
|
||||
><img
|
||||
src="./badges/discord.gif"
|
||||
alt="tired of skype? just get discord"
|
||||
|
@ -224,35 +227,35 @@
|
|||
title="wow this html page is cool"
|
||||
/>
|
||||
|
||||
<a href="//piaille.fr/@mylloon"
|
||||
<a target="_blank" href="//piaille.fr/@mylloon"
|
||||
><img
|
||||
src="./badges/mastodon.gif"
|
||||
alt="mastodon"
|
||||
title="follow my mastodon account"
|
||||
/></a>
|
||||
|
||||
<a href="//open.spotify.com/user/mylloon"
|
||||
<a target="_blank" href="//open.spotify.com/user/mylloon"
|
||||
><img
|
||||
src="./badges/spotify.gif"
|
||||
alt="spotify"
|
||||
title="i use spotify, sorry"
|
||||
/></a>
|
||||
|
||||
<a href="/web3"
|
||||
<a target="_blank" href="/web3"
|
||||
><img
|
||||
src="./badges/sendit.gif"
|
||||
alt="send it to a friend!"
|
||||
title="pls share my website"
|
||||
/></a>
|
||||
|
||||
<a href="//git.mylloon.fr/Anri/csh"
|
||||
<a target="_blank" href="//git.mylloon.fr/Anri/csh"
|
||||
><img
|
||||
src="./badges/videogamescheat.gif"
|
||||
alt="video game cheats"
|
||||
title="have wrote only one cheat"
|
||||
/></a>
|
||||
|
||||
<a href="//twitter.com/Mylloon"
|
||||
<a target="_blank" href="//twitter.com/Mylloon"
|
||||
><img
|
||||
src="./badges/twitter.gif"
|
||||
alt="twitter"
|
||||
|
|
Loading…
Reference in a new issue