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