Open muzimuzhi opened 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.
extra.footer.nav.is_absolute_url
false
true
extra.footer.nav.url
Resolves #32
This PR adds a new (optional boolean) option
extra.footer.nav.is_absolute_url
. With its default valuefalse
, the current behavior is achieved. If set totrue
, theextra.footer.nav.url
is treated as an absolute url hence used directly.Resolves #32