Change language

geturl.html

This shortcode allows you to retrieve the URL specified by the path and optionally the language. This is useful to add links to markdown files if they depend on the language, useful for custom partials such as footer and header using markdown files.

Example:

Go to [about]({{geturl(p = "about")}}) page!

It may output like:

Go to [about](https://harrymkt.github.io/zluinav/about)