add misc image templates

This commit is contained in:
yuki 2025-10-12 09:51:41 -03:00
parent f35d523009
commit 4add26a229
Signed by: yuki
GPG key ID: 0C98E6FF04EC3915
4 changed files with 10 additions and 0 deletions

BIN
_img/home_leftside_ad.xcf Normal file

Binary file not shown.

BIN
_img/home_rightside.xcf Normal file

Binary file not shown.

View file

@ -35,4 +35,5 @@ lastfm: true
{% endfor %}
</ul>
</div>
<!--<img src="/img/home_rightside.jpg" id="rightside">-->
</div>

View file

@ -187,6 +187,9 @@ body {
.welcome-aside-right {
width: max-content;
display: flex;
flex-direction: column;
.recent-posts {
width: 190px;
@ -202,6 +205,12 @@ body {
}
}
}
/* TODO: rightside img
#rightside {
padding: 0px;
margin: 0px;
}
*/
}
}