feat(web): SEO/social cards, security headers, PWA icons, FAQ, status, get-involved, captions

This commit is contained in:
vjrj 2026-07-15 12:10:30 +02:00
parent a719e9c172
commit a3697e6b3e
19 changed files with 358 additions and 16 deletions

View file

@ -1,7 +1,9 @@
{{ define "main" }}
<section class="doc">
<section class="doc notfound">
<h1>404</h1>
<p class="lead">This page could not be found.</p>
<p class="crumb"><a href="{{ "/" | relLangURL }}">← {{ T "backToHome" }}</a></p>
<p class="lead">This page could not be found. · No se encontró esta página.</p>
<p class="crumb">
<a href="/">← Home</a> · <a href="/es/">← Inicio</a>
</p>
</section>
{{ end }}