[camélia] +bouton tsubakimono, modif rss
All checks were successful
camelia / deploy (push) Successful in 43s
All checks were successful
camelia / deploy (push) Successful in 43s
ajout d'un bouton pour accéder à notre site tsubakimono et changement du rss chargé pour les actus du site (prend tous les articles en compte sans restriction de catégorie)
This commit is contained in:
parent
cf1a47dcd4
commit
bccdca2265
@ -65,6 +65,7 @@
|
|||||||
<li class="active"><a href="actualites.html">Actualités</a></li>
|
<li class="active"><a href="actualites.html">Actualités</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<ul class="icons">
|
<ul class="icons">
|
||||||
|
<li><a href="https://tsubakimono.camelia-studio.org/" class="icon brands fa-wordpress" target="_blank"><span class="label">Site</span></a></li>
|
||||||
<li><a href="https://shelter.moe/@Camelia" class="icon brands fa-mastodon" target="_blank"><span class="label">Mastodon</span></a></li>
|
<li><a href="https://shelter.moe/@Camelia" class="icon brands fa-mastodon" target="_blank"><span class="label">Mastodon</span></a></li>
|
||||||
<li><a href="https://discord.gg/nBuZ9vJ" class="icon brands fa-discord" target="_blank"><span class="label">Instagram</span></a></li>
|
<li><a href="https://discord.gg/nBuZ9vJ" class="icon brands fa-discord" target="_blank"><span class="label">Instagram</span></a></li>
|
||||||
</ul>
|
</ul>
|
||||||
@ -77,7 +78,7 @@
|
|||||||
<section class="post">
|
<section class="post">
|
||||||
<header class="major">
|
<header class="major">
|
||||||
<span class="date">Quoi de neuf ?</span>
|
<span class="date">Quoi de neuf ?</span>
|
||||||
<p>Découvrez nos dernières actualités.</p>
|
<p>Découvrez nos derniers articles publiés sur notre site « Tsubakimono ».</p>
|
||||||
</header>
|
</header>
|
||||||
<main class="main"> </main>
|
<main class="main"> </main>
|
||||||
|
|
||||||
@ -156,7 +157,7 @@
|
|||||||
|
|
||||||
// fetch RSS
|
// fetch RSS
|
||||||
const getRSS = async function () {
|
const getRSS = async function () {
|
||||||
let url = "https://tsubakimono.camelia-studio.org/category/camelia-studio/annonces-nouvelles/feed/";
|
let url = "https://tsubakimono.camelia-studio.org/feed/";
|
||||||
//url ="https://theathletic.com/serie-a/?rss=1";
|
//url ="https://theathletic.com/serie-a/?rss=1";
|
||||||
try {
|
try {
|
||||||
let response = await fetch("https://api.rss2json.com/v1/api.json?rss_url=" + url,
|
let response = await fetch("https://api.rss2json.com/v1/api.json?rss_url=" + url,
|
||||||
|
@ -44,6 +44,7 @@
|
|||||||
<li><a href="actualites.html">Actualités</a></li>
|
<li><a href="actualites.html">Actualités</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<ul class="icons">
|
<ul class="icons">
|
||||||
|
<li><a href="https://tsubakimono.camelia-studio.org/" class="icon brands fa-wordpress" target="_blank"><span class="label">Site</span></a></li>
|
||||||
<li><a href="https://shelter.moe/@Camelia" class="icon brands fa-mastodon" target="_blank"><span class="label">Mastodon</span></a></li>
|
<li><a href="https://shelter.moe/@Camelia" class="icon brands fa-mastodon" target="_blank"><span class="label">Mastodon</span></a></li>
|
||||||
<li><a href="https://discord.gg/nBuZ9vJ" class="icon brands fa-discord" target="_blank"><span class="label">Instagram</span></a></li>
|
<li><a href="https://discord.gg/nBuZ9vJ" class="icon brands fa-discord" target="_blank"><span class="label">Instagram</span></a></li>
|
||||||
</ul>
|
</ul>
|
||||||
@ -77,6 +78,7 @@
|
|||||||
<section>
|
<section>
|
||||||
<h3>Social</h3>
|
<h3>Social</h3>
|
||||||
<ul class="icons alt">
|
<ul class="icons alt">
|
||||||
|
<li><a href="https://tsubakimono.camelia-studio.org/" class="icon brands fa-wordpress" target="_blank"><span class="label">Site</span></a></li>
|
||||||
<li><a href="https://shelter.moe/@Camelia" class="icon brands fa-mastodon" target="_blank"><span class="label">Mastodon</span></a></li>
|
<li><a href="https://shelter.moe/@Camelia" class="icon brands fa-mastodon" target="_blank"><span class="label">Mastodon</span></a></li>
|
||||||
<li><a href="https://discord.gg/nBuZ9vJ" class="icon brands fa-discord" target="_blank"><span class="label">Discord</span></a></li>
|
<li><a href="https://discord.gg/nBuZ9vJ" class="icon brands fa-discord" target="_blank"><span class="label">Discord</span></a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
Loading…
Reference in New Issue
Block a user