The code and data behind xeiaso.net
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

templates/mara: use xeiaso.net CDN

Signed-off-by: Xe Iaso <me@christine.website>

Xe Iaso 71c33c08 ac12ebf0

+3 -3
+3 -3
templates/mara.rs.html
··· 2 2 <div class="conversation"> 3 3 <div class="conversation-picture conversation-smol"> 4 4 <picture> 5 - <source srcset="https://cdn.christine.website/file/christine-static/stickers/@character.to_lowercase()/@(mood).avif" type="image/avif"> 6 - <source srcset="https://cdn.christine.website/file/christine-static/stickers/@character.to_lowercase()/@(mood).webp" type="image/webp"> 7 - <img src="https://cdn.christine.website/file/christine-static/stickers/@character.to_lowercase()/@(mood).png" alt="@character is @mood"> 5 + <source srcset="https://cdn.xeiaso.net/file/christine-static/stickers/@character.to_lowercase()/@(mood).avif" type="image/avif"> 6 + <source srcset="https://cdn.xeiaso.net/file/christine-static/stickers/@character.to_lowercase()/@(mood).webp" type="image/webp"> 7 + <img src="https://cdn.xeiaso.net/file/christine-static/stickers/@character.to_lowercase()/@(mood).png" alt="@character is @mood"> 8 8 </picture> 9 9 </div> 10 10 <div class="conversation-chat">&lt;<b>@character</b>&gt; @message</div>