[Page] syntax fixes and formating

This commit is contained in:
coja
2026-05-03 01:18:16 +02:00
parent 629c5b02bf
commit 1c0be34ecf
17 changed files with 418 additions and 124 deletions

View File

@@ -46,7 +46,7 @@
</head>
<body>
<header>
<a id="logo" href="/{{ '/en/' if lang == 'en' else '' }}index">
<a id="logo" href="/">
<img src="/img/logo-{{ 'dark' if is_dark else 'light' }}.svg" alt="Logo" /> Decentrala
</a>
<button id="theme-switcher"></button>