Doc
This commit is contained in:
parent
c296689c6b
commit
6651d6e91d
2 changed files with 5 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
//! An Axum extractor for HTTP body containing RON data (Rusty Object Notation).
|
||||
use axum::{
|
||||
body::Bytes,
|
||||
extract::{FromRequest, Request},
|
||||
|
|
|
|||
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue