aaranxu / adidoks

AdiDoks is a mordern documentation theme, which is a port of the Hugo theme Doks for Zola.
https://adidoks.org
MIT License
220 stars 80 forks source link

feat: new option `extra.footer.nav.is_absolute_url` #60

Open muzimuzhi opened 1 year ago

muzimuzhi commented 1 year ago

This PR adds a new (optional boolean) option extra.footer.nav.is_absolute_url. With its default value false, the current behavior is achieved. If set to true, the extra.footer.nav.url is treated as an absolute url hence used directly.

Resolves #32