Compare commits

...

2 commits

Author SHA1 Message Date
d70ce45178
add 3ds browser button 2024-06-12 15:39:52 +02:00
2d99c574c6
fix navigation 2024-06-12 15:38:49 +02:00
3 changed files with 6 additions and 5 deletions

View file

@ -27,15 +27,15 @@ highlight_theme = "rosepine"
logo_text = "CherryKitten" logo_text = "CherryKitten"
menu_items = [ menu_items = [
{name = "Home", url = "$BASE_URL"}, {name = "Home", url = "cherrykitten.dev"},
{name = "About me", url = "$BASE_URL/about"}, {name = "About me", url = "cherrykitten.dev/about"},
{name = "Blog", url = "$BASE_URL/blog"}, {name = "Blog", url = "cherrykitten.dev/blog"},
{name = "CV", url = "$BASE_URL/cv"}, {name = "CV", url = "cherrykitten.dev/cv"},
{name = "Contact", url = "$BASE_URL/contact"}, {name = "Contact", url = "cherrykitten.dev/contact"},
] ]
page_titles = "combined" page_titles = "combined"

BIN
static/buttons/3ds.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 479 B

View file

@ -106,6 +106,7 @@
<img src="/buttons/antinft.gif" alt="Anti NFT"> <img src="/buttons/antinft.gif" alt="Anti NFT">
<img src="/buttons/acab.gif" alt="ACAB"> <img src="/buttons/acab.gif" alt="ACAB">
<img src="/buttons/transnow2.gif" alt="Trans rights now"> <img src="/buttons/transnow2.gif" alt="Trans rights now">
<img src="/buttons/3ds.png" alt="3DS browser verified">
</div> </div>
</footer> </footer>