website-htmx-rustelo-code/site/templates/build-tools/partials/footer.tera

15 lines
642 B
Text
Raw Normal View History

2026-07-10 03:44:13 +01:00
{# Site footer partial with Rustelo branding and generation info #}
---
<div align="center">
*{{ i18n.labels.generated_at }}: **{{ metadata.generated_at }}***
[![Rustelo Logo]({{ rustelo_logo_path | default(value="/logos/projects/rustelo_dev-logo-b-v.svg") }})]({{ 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>