Commit graph

8 commits

Author SHA1 Message Date
cf96b72dfb Use extension trait for resolving paths 2024-05-12 15:20:10 +02:00
cf590046e9 Use maud for test page
I want to replace askama with maud completely. It's so much nicer to be
able to use Rust code and abstractions (e.g. functions) to compose HTML
than using a bespoke templating system with weird inheritance and stuff.
Even though said template system is checked at compile time. Actually,
since it doesn't do hot reloading anyways, maud requiring a recompile
for changes to become visible doesn't make the situation worse.
2024-05-12 15:18:10 +02:00
a54e842478 Restructure config file 2023-08-17 00:28:58 +02:00
b0eb94a02a Add graph tab 2023-08-14 17:49:21 +02:00
98132cc00b Link without creating a Base 2023-08-13 21:26:06 +02:00
1ead78d44f Make static file links typesafe 2023-08-13 20:49:48 +02:00
e64ea7ac12 Make most links typesafe 2023-08-13 20:49:48 +02:00
18e35184a5 Prepare more type-safe linking 2023-08-13 19:53:49 +02:00