Format: HTMLType: Enhancementhelp wanted
仓库指标
- Star
- (910 star)
- PR 合并指标
- (平均合并 16天 9小时) (30 天内合并 3 个 PR)
描述
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](...)."
```