15 lines
642 B
Text
15 lines
642 B
Text
|
|
{# Site footer partial with Rustelo branding and generation info #}
|
||
|
|
|
||
|
|
---
|
||
|
|
|
||
|
|
<div align="center">
|
||
|
|
|
||
|
|
*{{ i18n.labels.generated_at }}: **{{ metadata.generated_at }}***
|
||
|
|
|
||
|
|
[ }})]({{ rustelo_url | default(value="https://rustelo.dev") }})
|
||
|
|
|
||
|
|
**{{ i18n.labels.made_with }} [Rustelo]({{ rustelo_url | default(value="https://rustelo.dev") }})** - {{ i18n.labels.rustelo_tagline | default(value="Modern Rust Web Framework") }}
|
||
|
|
|
||
|
|
*{{ i18n.labels.rustelo_description | default(value="Blazingly fast, type-safe web applications with Rust + Leptos + Axum") }}*
|
||
|
|
|
||
|
|
</div>
|