This commit is contained in:
Greg Burri 2025-04-28 23:22:38 +02:00
parent c296689c6b
commit 6651d6e91d
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,4 @@
//! An Axum extractor for HTTP body containing RON data (Rusty Object Notation).
use axum::{
body::Bytes,
extract::{FromRequest, Request},

View file

@ -1,4 +1,8 @@
<a class="title" href="/{{ context.tr.current_lang_code() }}/"><img class="logo" src="
{#
It should be better to put the image link into the CSS file
(in case of CSS dynamic swap for instance)
#}
{% if context.dark_theme %}
/static/logo_dark.svg
{% else %}