💄 Añade componente PoweredBy
para copyright
Adapta la página de bienvenida al tratamiento revisado de regiones y añade en el pie el componente `PoweredBy` para la nota de copyright.
This commit is contained in:
parent
0c1b12aacd
commit
4311e9f335
10 changed files with 251 additions and 50 deletions
|
@ -94,13 +94,11 @@ pub trait Theme: Extension + Send + Sync {
|
|||
@let region_name = region.name();
|
||||
div
|
||||
id=(region_name)
|
||||
class="region"
|
||||
class={ "region region--" (region_name) }
|
||||
role="region"
|
||||
aria-label=[region_label.using(page)]
|
||||
{
|
||||
div class={ "region__" (region_name) } {
|
||||
(output)
|
||||
}
|
||||
(output)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue