wobsite.url
Methods for working with URLs and URIs.
Methods
| file_url | Returns the relative URL for a file path in a directory. | |
| normalize | Generates a URL-safe path of the given string (e.g. a blog post title). | |
| relative_to_absolute | Converts a relative URL to an absolute URL, based on the current/source URL of the document that links to the relative URL. |