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

11 lines
304 B
Text
Raw Normal View History

2026-07-10 03:44:13 +01:00
{# Site header partial with logo and branding #}
<div align="center">
![Site Logo]({{ site_logo_path | default(value="/logos/jesusperez-logo-b.png") }})
# {{ site_name | default(value="Jesús Pérez") }}
{{ site_tagline | default(value="Professional Web Development & DevOps Solutions") }}
---
</div>