This commit is contained in:
etherware-novice 2024-07-29 22:56:00 -05:00
parent 991e953886
commit 56e537751c
No known key found for this signature in database
GPG Key ID: 5DB73B4D57B9D701
3 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,6 @@
name,link,img
home,/
comics,/comics
comics,/comic
link dump,/linklink
guestbook,http://users3.smartgb.com/g/g.php?a=s&i=g36-36498-b6
thanks page,/thanks

1 name,link,img
2 home,/
3 comics,/comics comics,/comic
4 link dump,/linklink
5 guestbook,http://users3.smartgb.com/g/g.php?a=s&i=g36-36498-b6
6 thanks page,/thanks

View File

@ -29,9 +29,11 @@ navbar: topnav
<iframe src="https://www3.cbox.ws/box/?boxid=3539632&boxtag=JU8HaS" width="100%" height="450" allowtransparency="yes" allow="autoplay" frameborder="0" marginheight="5" marginwidth="5" scrolling="auto"></iframe>
{% for blink in site.data.blinkers %}
<img src="assets/images/blinkers/{{ blink.name }}"
<img src="/assets/images/blinkers/{{ blink.name }}"
style="max-width:100%"></img>
{% endfor %}
{% include swatchclock.html %}
</div>
</div>
</div>

View File

@ -36,7 +36,7 @@
flex-direction: column;
position: sticky;
margin: 5px;
overflow-x: scroll;
overflow-x: clip;
overflow-y: scroll;
align-items: flex-start;
}