Format: HTMLType: Enhancementhelp wanted
Repository metrics
- Stars
- (910 stars)
- PR merge metrics
- (Avg merge 16d 9h) (3 merged PRs in 30d)
Description
As a follow-up to #1365, it might be useful to be able to override the footer on a per-page basis. Packages like Literate could take advantage of that. Would could probably use the at-meta block for that:
```@meta
HTMLFooter = "Powered by [MyCustomPackage.jl](...)."
```