Fix footer ftl snippet in documentation

Closes #39442

Signed-off-by: Daniel Höxtermann <daniel@hxtm.dev>
This commit is contained in:
Daniel Höxtermann 2025-05-05 08:46:15 +02:00 committed by GitHub
parent 1a3b6743e8
commit 46ed361278
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -256,7 +256,7 @@ An example for a custom `footer.ftl` may look like this:
<li><a href="#about">About</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
<div>
</div>
</#macro>
```